@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Serif6Beta-regular.otf";
  src:url(../SerifBeta/Serif6Beta-regular.otf) format("opentype");
}

body {
	background:#fbfbfb;
	font:12px/1.5em Helvetica, Arial, Sans-serif;
	color:#625946;
	padding:0;
	margin:0;
	/* border-right:solid 20px #fbfbfb; */
}

a {
	color:#72bab8;
}

a:hover {
	text-decoration:none;
}

ul {
	list-style-type:none;
	margin-left:3px;
	padding-left:15px;
	border-left:0px solid #625946;
}

#slideshow {
	text-align:right;
}

.slidenav {
	margin-top:10px;
	float:right;
	height:15px;
}

.slideshow { height:341px; width:875px; background:#625946;
padding:0;
margin:5px 0 0 0;
overflow:none;
}

.slideshow img { padding:0; margin:0; border:0;}

a.prev2 {
	text-indent:-9999px;
	background:#fbfbfb url("../images/slidenav_previous.png") no-repeat;
	height:11px;
	width:59px;
	display:block;
	float:left;
	padding:0;
	margin:0 10px 10px 10px;
}

a.next2 {
	text-indent:-9999px;
	background:#fbfbfb url("../images/slidenav_next.png") no-repeat;
	height:11px;
	width:28px;
	display:block;
	float:left;
	padding:0;
	margin:0 0 10px 10px;
}

a.prev2:hover, a.next2:hover {
	border-bottom:solid 10px #72bab8;
}


/*----------------------------------- MAIN DIVISIONS AND ELEMENTS ----------*/
 
#top_container {
	margin:0 auto;
	width:929px;
}

#brand {
	padding:0 0 65px 54px;
}

#featured {
	margin:0 auto;
	padding:0 0 50px 0;
	width:929px;
}

#featured_container {
	margin:0 auto;
    padding-bottom: 25px;
	width:929px;
	overflow:auto;
}

#featured_content {
	padding-left:54px;
}

#about {
	background:#edeae4;
	border-top:solid 1px #f4f1ec;
}

#about_container {
	margin:0 auto;
    padding-bottom: 25px;
	width:929px;
	overflow:auto;
}

#about_content {
	padding:15px 0 0 54px;
}

#contact {
	background:#625946;
	color:#edeae4;
	border-top:solid 1px #9d8e6e;
}

#contact_container {
	margin:0 auto;
	padding-bottom:25px;
	width:929px;
	overflow:auto;
}

#contact_content {
padding:15px 0 0 54px;
}

#subcontent_container {
	padding-left:105px;
	margin:0 auto;
	width:929px;
	height:70px;
	line-height:70px;
	overflow:auto;
}

#subcontent_2 {
	background:#2d2920;
	height:70px;
	width:100%;
	color:#fbfbfb;
	border-top:solid 15px #625946;
}

#subcontent {
	background:#2d2920;
	height:70px;
	width:100%;
	color:#fbfbfb;
	border-top:solid 1px #4b4436;
}

#main {
	width:584px;
	float:left;
	margin-right:48px;
	padding-left:54px;
}

#main img {
	margin-bottom:7px;
}
	

/*----------------------------------- CONTENT COLUMNS ----------*/

ul.col {
	margin:0;
	padding:0;
}

ul.col li {
	padding:0 25px 0 0;
	margin:0;
	width:266px;
	float:left;
}

/*----------------------------------- TOPNAV ----------*/

#topnav {
	line-height:45px;
	height:45px;
}

#topnav ul {
	padding:0;
	margin:15px 0 0 0;
	float:right;
	list-style-type:none;
	border-left:0;
}

#topnav li {
	float:left;
	margin-left:25px;
	display:block;
}

#topnav li:hover {
	border-bottom:solid 10px #72bab8;
}

#topnav li.featured {
	text-indent:-9999px;
	width:61px;
	height:11px;
	background:url("../images/topnav_featured.png") no-repeat;
}

#topnav a.featured {
	display:block;
}

#topnav li.about {
	text-indent:-9999px;
	background:url("../images/topnav_about.png") no-repeat;
	width:40px;
	height:11px;
}

#topnav a.about {
	display:block;
}

#topnav li.contact {
	text-indent:-9999px;
	background:url("../images/topnav_contact.png") no-repeat;
	width:54px;
	height:11px;
}

#topnav a.contact {
	display:block;
}

#topnav li.portfolio {
	text-indent:-9999px;
	background:url("../images/topnav_portfolio.png") no-repeat;
	width:66px;
	height:11px;
}

#topnav a.portfolio {
	display:block;
}

#topnav li.blog {
	text-indent:-9999px;
	background:url("../images/topnav_blog.png") no-repeat;
	width:28px;
	height:11px;
}

#topnav a.blog {
	display:block;
}

/*----------------------------------- HEADINGS ----------*/

h1 {
	text-indent:-9999px;
	background:url("../images/sr_brand.png") no-repeat;
	width:421px;
	height:42px;
}

h2 {
	border-left:solid 27px #72bab8;
	padding-left:26px;
	font-size:12px;
	line-height:12px;
	padding:0;
	margin:0;
}

h2.featured {
	text-indent:-9999px;
	margin-top:10px;
	background:url("../images/h2_featured.png") no-repeat;
}

h2.about {
	text-indent:-9999px;
	margin-top:10px;
	background:url("../images/h2_about.png") no-repeat;
}

h2.contact {
	text-indent:-9999px;
	margin-top:10px;
	background:url("../images/h2_contact.png") no-repeat;
}

h2.portfolio {
	text-indent:-9999px;
	margin-top:10px;
	background:url("../images/h2_portfolio.png") no-repeat;
}

h3 {
	font:15px Georgia, Times, Serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	font-weight:normal;
}

h3.sidenav {
	font:13px Georgia, Times, Serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	font-weight:normal;
}

/*----------------------------------- PORTFOLIO MAIN STYLES ----------*/

ul.sidenav {
	border-left:0;
	list-style-type:none;
	padding:0;
	margin:0;
}


/*----------------------------------- PORTFOLIO PAGE ----------*/

