@charset "utf-8";
body {
    /*background: #D8D5C7 url(../images/bg-page.jpg) no-repeat;*/
	background: #D8D5C7 url(../images/bg-page.jpg);
	border-top: 3px solid #867A50;
	color: #333;
}
#header {
	height: 125px;
	width: 960px;
	padding: 30px 0px 0px;
	margin: 0px auto 0px;
}
#frmsrch {
	text-align: right;
	margin-bottom: 30px;
}
#frmsrch input[type="text"] {
	width: 210px;
	height: 30px;
	line-height: 30px;
	background: #DFDDD2;
	color: #606060;
	font-size: 12px;
	border: none;
	padding: 0px 5px;
}
#logo-menu-bar {
	overflow: visible;
	height: 51px;
	margin-bottom: 10px;
}
#logo { float: left; }
#main-menu {
	height: 50px;
	background: #F6C944;
	font: bold 15px Arial, Helvetica, sans-serif, black;
	float: right;
}
#main-menu li { float: left; }
#main-menu li a {
	display: block;
	line-height: 50px;
	padding: 0 20px;
	color: #606060;
	text-transform: uppercase;
	text-decoration: none;
}
#main-menu a:hover, #main-menu a.current, #main-menu li.current-page-item a, #main-menu li.current-menu-item a, #main-menu li.current-post-ancestor a, #main-menu li.current-menu-parent a, #main-menu li.current-post-parent a, #main-menu li.current-category-ancestor a, #main-menu li.current-menu-ancestor a, #main-menu li.current-category-parent a {
	background: #FE7901;
	color: #fff;
}
#slideshow {
	width: 960px;
	height: 350px;
	margin: 0px auto;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#contentbar {
	width: 630px;
	float: left;
	margin: 0px 10px 0px 0px;
	font-size: 12px;
	line-height: 1.5;
}
#singlecontentbar {
	font-size: 12px;
	line-height: 1.5;
	background: #fff;
	position: relative;
	padding: 40px 0 30px;
}
#contentbar h2 {
	font-size: 24px;
}
.post-container {
	background: #FFF;
	padding: 40px 20px 30px;
	position: relative;
}
.post-loop {
	border-bottom: solid 1px #d4d4d4;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
}
.breadcrumbs {
	position: absolute;
	top: 0;
	left: -10px;
	line-height: 30px;
	background: #8BB900;
	color: #fff;
	padding: 0 10px;
}
.breadcrumbs a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs a:hover{
	color: #FF0;
	text-decoration: none;
}
#banner {
	height: 70px;
	padding: 50px 30px 0;
	background: #333;
	margin-bottom: 30px;
}
#banner h1 {
	font-size: 32px;
	line-height: 1;
	margin: 0;
	color: #fff;
}
#banner p {
	font-size: 14px;
	line-height: 1;
	margin: -3px 0 0;
	color: #ccc;
	letter-spacing: 1px;
}
#sidebar {
	width: 280px;
	float: right;
	margin: 0px 0px 0px 10px;
	background: #fff;
	padding: 15px;
}
#color-bars {
	height: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	margin-bottom: 30px;
}
#color-bars li {
	width: 20%;
	height: 5px;
	float: left;
	display: block;
}
#hero-text {
	color: #5A5236;
	text-align: center;
	width: 80%;
	margin: 0 auto 30px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
}
#hero-text h1 {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
	font-family: 'Open Sans Condensed', sans-serif;
}
#hero-text h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
#features-container {
	margin-bottom: 70px;
	overflow: hidden;
}
.features {
	background: #fff;
	width: 220px;
	height: 300px;
	margin: 0 10px 0;
	float: left;
	border-top: 3px solid #6F6542;
	position: relative;
}
.features h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #5A5236;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 15px;
}
.features p {
	padding: 18px 20px 20px;
	color: #333;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.features a.read {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font: 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
.features a.read:hover { color: #333; }
.gallery-container {
	position: relative;
	min-width: 960px;	
	padding: 10px 0;
	border-top: 1px solid #A89E82;
	margin: 0 10px;
}
.gallery-container h3 {
	background: #6F6542;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 0px 20px;
	position: absolute;
	line-height: 40px;
	left: 0px;
	top: -40px;
}
.gallery-container a.read {
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0px;
	font: 12px/30px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100px;
	text-align: center;
	text-decoration: none;
	background: #6F6542;
}
.gallery-container a.read:hover { color: #333; }
.gallery { overflow: hidden; }
.gallery li {
	width: 220px;
	height: 140px;
	margin: 0 10px;
	float: left;
}
#singlecontentbar .gallery li {
	margin: 0 10px 20px;
}
.gallery li a { display: block; position: relative; width: 220px; height: 140px; }
.gallery li a span { display: block; position: absolute; bottom: 0px; color: #fff; background: rgba(0,0,0,0.8); line-height: 1.2; padding: 5px 10px; font-size: 12px; }
.gallery li a:hover span { display: block; }
.gallery li:first-child { margin-left: 0px }
#singlecontentbar .gallery li:first-child { margin-left: 10px !important; }
.gallery li:last-child { margin-right: 0px }
#singlecontentbar .gallery li:last-child { margin-right: 10px !important }
#footer {
	background: #020202 url(../images/bg-footer.png) no-repeat;
	border-top: 3px solid #5A5236;
	padding: 30px 0 50px;
	min-width: 970px;
	text-align: center;
	color: #fff;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Flexslider */
#slideshow.flexslider {
	margin: auto;
	background: none;
	border: none;
	border-top: 3px solid #333;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
}
.flexslider a { text-decoration: none; }
#slideshow.flexslider h1 {
	position: absolute;
	right: 0px;
	bottom: 50px;
	font: bold 24px/50px Arial, Helvetica, sans-serif;
	background: #F6C944;
	color: #000;
	padding: 0 30px;
}
#slideshow .flex-control-nav { position: absolute; bottom: 20px; right: 30px; width: auto; }
#slideshow .flex-control-nav li {margin: 0 4px;}
#slideshow .flex-control-paging li a {width: 14px; height: 14px; background: #fff; background: rgba(255,255,255,1);}
#slideshow .flex-control-paging li a:hover { background: #FE7901; background: rgba(254,121,1,1); }
#slideshow .flex-control-paging li a.flex-active { background: #DA0404; background: rgba(218,4,4,1) }

#carousel-gallery.flexslider {
	margin: auto;
	background: none;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
}
#carousel-gallery .flex-control-nav { display: none; }

/*@media (max-width:769px) {
	body {
		max-width: 750px;
	}
}
@media (max-width:600px) { 
#content { margin:10px!important; }
#sidebar { margin:10px!important; position:relative; height:auto; width:auto; }
#main-menu {float: left}
}*/