/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*//* global mixins */
.clip {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-o-background-clip: padding;
	background-clip: padding-box;
}
.clear {
	/* for use on :after */

	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* global color variables */
/* global layout */
body {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	background: #ddd;
	color: #343434;
	font-family: futura-pt,sans-serif;
}
.site {
	position: relative;
	margin: auto;
	width: 1060px;
	text-align: left;
}
#top {
	position: relative;
	background: #65633A;
	padding-bottom: 19px;
	display: none;
}
.top {
	position: relative;
	margin: auto;
	width: 1060px;
	text-align: left;
	height: 180px;
	background: #e1e1d9 url(/assets/images/layout/slide-bg.jpg) top left no-repeat;
}
#tb1 {
	padding-left: 446px;
}
.top-box {
	float: left;
	width: 275px;
	padding-top: 26px;
	color: #682618;
	font-size: 16px;
	line-height: 1.5em;
}
.top-box strong {
	font-size: 22px;
	text-transform: uppercase;
	color: #353D40;
	text-shadow: 0 1px 1px #fff;
}
.top-box p {
	position: relative;
	padding: 12px 0;
}
.top-box em {
	padding-left: 42px;
	line-height: 34px;
	height: 34px;
	display: block;
	background: url(/assets/images/layout/thumb.jpg) left center no-repeat;
}
.top-box em a {
	color: #C17E2D;
	text-decoration: underline;
}
#header {
	position: relative;
	background: #12161a url(/assets/images/layout/header-bg.jpg);
}
#head {
	background: transparent url(/assets/images/layout/header-glow.jpg) no-repeat top center;
	position: relative;
	margin: auto;
	width: 1060px;
	text-align: left;
	height: 150px;
	padding-top: 8px;
}
#logo {
	float: left;
margin-top: 15px;
}
#logo a {
	display: block;
	float: left;
	height: 94px;
	width: 209px;
	text-indent: -9999em;
	background: url(/assets/images/layout/chcc-logo.png) center no-repeat;
	background-size: 209px 94px;
}
#head form {
	float: right;
	height: 32px;
	padding-right: 224px;
}
#head form .text {
	float: left;
	padding: 0 0 0 15px;
	height: 32px;
	width: 137px;
	border: 0;
	color: #fff;
	font-size: 11px;
	background: url(/assets/images/layout/search.jpg) top left no-repeat;
}
#head form .submit {
	float: left;
	height: 32px;
	border: 0;
	width: 40px;
	text-indent: -9999em;
	background: url(/assets/images/layout/search.jpg) top right no-repeat;
}
#head #slide-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	line-height: 42px;
	width: 185px;
	padding-right: 18px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #65643a url(/assets/images/layout/toggle-down.png) no-repeat 10px 50%;
	-moz-border-radius: 0 0 3px 3px; 
	-webkit-border-radius: 0 0 3px 3px; 
	-o-border-radius: 0 0 3px 3px; 
	border-radius: 0 0 3px 3px; 
}
#head #slide-btn.open {
	background-image: url(/assets/images/layout/toggle-up.png);
}
#head #slide-btn.close {
	background-image: url(/assets/images/layout/toggle-down.png);
}
#nav {

	clear: right;
	float: right;
	padding-top: 27px;
}
#nav li {
	float: left;
	padding-left: 28px;

}
#nav a {
	float: left;
	line-height: 38px;
	height: 38px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	padding: 0 14px;
	text-transform: capitalize;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
#nav li a:hover {color: #ebeac2;}
#nav li.active a {
	color: #ebeac2;
	line-height: 36px;
	height: 36px;
	border: 1px solid #A6A8AB;
	border: 1px solid rgba(166, 168, 171, 0.15);
	background: #4B5765;
	background: rgba(75, 87, 101, 0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#nav li.active li a {border: none;}
#nav li.hovering a {
	padding: 0 14px 20px;
	background: #f5f1e9;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #142c42;
	text-shadow: none;
}
#nav div {
	display: none;
}
#nav li.mega div {
	top: 121px;
	width: 740px;
	min-height: 220px;
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	left: 0em;
	padding:  40px 30px 40px 290px;
	z-index: 1000;
	background-image: -moz-linear-gradient(top, #f6f1ea, #e7dbcd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f6f1ea), to(#e7dbcd));
	background-image: -o-linear-gradient(top, #f6f1ea, #e7dbcd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f1ea', endColorstr='#e7dbcd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f1ea', endColorstr='#e7dbcd')";
	background-image: linear-gradient(top, #f6f1ea, #e7dbcd);
	background-image: linear-gradient(to bottom, #f6f1ea, #e7dbcd);
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 4px 4px rgba(0,0,0,.2);
	box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
#nav li.hovering div {
	display: block;
}
#nav li.mega div img {
	position: absolute;
	left: 50px;
	float: left;
}
#nav li.mega div ul {

}
#nav li.mega div ul li {
	padding: 0;
	width: 215px;
margin: 0 15px;
}
#nav li.mega div a {
	width: 215px;
	display: block;
	color: #343b43;
	font-size: 14px;
	padding: 0;
	background-image: none;
	text-decoration: none;
	text-shadow: none;
background: none;
	border-bottom: 1px solid #f5f0e8;
}
#nav li.mega div a:hover {
	color: #62250e;
	border-bottom: 1px solid #FFF;
}
#splash {
	position: relative;
	margin: auto;
	width: 1060px;
	text-align: left;
	overflow: hidden;

}
#video {
	margin-bottom: 50px;
	float: left;
	width: 765px;
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#video .the-video {
	position: relative;
	text-align:center;
	margin: auto;
}
#video img {
	display: block;
}
#videos {
	position: relative;
	float: right;
	width: 254px;
	padding-bottom: 12px;
}
#videos li {
	position: relative;
	padding-bottom: 20px;
}
#videos a, #videos img {
	display: block;
}
#featured {
	float: left;
	width: 765px;
	position: relative;
	padding-bottom: 40px;
}
.slides {
	position: relative;
	height: 325px;
	width: 765px;
	overflow: hidden;
	float: left;
	z-index: 0;
}
.slides h3 {
	width: 725px;
	position: absolute;
	top: 30px;
	padding: 20px 20px;
	background: #000;
	background: rgba(0,0,0,.5);
	font-size: 36px;
	line-height: 1;
	font-weight: 100;
	color: #FFF;
}
.slides h3 a {
	position: absolute;
	right: 20px;
	top: 35px;
	padding: 0 20px 0 0;
	color: #c27b28;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	background: url(/assets/images/layout/small-arrow.png) no-repeat 98% 50%;
}
.slides h3 a:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 100% 50%;
}
.slides img {
	display: block;
}
#slides-nav {
	clear: both;
	background: #333;
	width: 765px;
	z-index: 10000;
}
#slides-nav li {
	float: left;
	border-right: 1px solid #fff;
}
#slides-nav.slider-3 li {
	width: 247px;
}
#slides-nav.slider-4 li {
	width: 187px;
}
#slides-nav.slider-5 li {
	width: 150px;
}
#slides-nav a {
	background: #E7DECD;
	padding: 15px 0 0 20px;
	height: 60px;
	color: #512E10;
	text-decoration: none;
	position: relative;
	display: block;
	color: #333;
	line-height: 1.4;
	text-transform: uppercase;
	font-size: 17px;
}
#slides-nav.slider-4 li a {
font-size: 14px;
padding-left: 15px;
}
#slides-nav.slider-5 li a {
font-size: 12px;
padding-left: 10px;
}

#slides-nav a:hover {
	background: #efe8de;
}
#slides-nav li.activeSlide a:before {
	content: " ";
	position: absolute;
	top: -12px;
	left: 20px;
	height: 12px;
	width: 26px;
	background: url(/assets/images/layout/tick.png) top left;
}
#slides-nav li.activeSlide a {
	background: #f6f1ea;
	color: #62250e;
}
#slides div:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
} 
#slides-nav em {
	text-transform: none;
	display: block;
	color: #333;
	font-style: italic;
	font-family: adobe-caslon-pro,serif;
	font-size: 13px;
}
#slides-nav.slider-4 li em {
	font-size: 12px;
}
#slides-nav.slider-5 li em {
	font-size: 11px;
}
#slides-nav li.active a {
	background: #F6F1EB;
}
#slides-nav li.active a em {
	font-style: normal;
}
#slides-nav li:first-of-type a {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
#slides-nav.slider-3 li:last-of-type a {
	border: 0;
	width: 249px;
}
#slides-nav.slider-4 li:last-of-type a {
	width: 186px;
}
#slides-nav.slider-5 li:last-of-type a {
	width: 151px;
	border-right: 0;
}
#slides-nav li:last-of-type a {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
/* slide nav */
#sections {
	float: right;
	width: 250px;
}
#sections img, #sections a {
	display: block;

}
#sections li {
	padding-bottom: 20px;
}
#wrap {
	position: relative;
	margin: auto;
	padding-top: 52px;
	padding-bottom: 80px;
	min-height: 500px;
	background: url(/assets/images/layout/light.jpg) top left;
}
#wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
	background: url(/assets/images/layout/light2.jpg) top left;
	content: " ";
}
#wrap:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100%;
	background: url(/assets/images/layout/light2.jpg) top left;
	content: " ";
}
#page {
	position: relative;
	margin: auto;
	width: 1060px;
	text-align: left;
	overflow: hidden;
}
#page-content {
	position: relative;
	float: left;
	width: 745px;
}
#page-content.alt {
	float: none;
	width: 100%;
}
#crumb {
	position: relative;
	line-height: 21px;
	height: 21px;
	padding-bottom: 30px;
	font-size: 13px;
}
#crumb a {
	float: left;
	margin-right: 14px;
	color: #343b43;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(255,255,255,.5);
	font-weight: 600;

}
#crumb a:hover {
	text-decoration: none;
}
#crumb li a {
	float: left;
	margin-right: 14px;
	height: 21px;
	padding-right: 22px;
	background: url(/assets/images/layout/bread-break.jpg) 100% 50% no-repeat;
}
#crumb #home-link {
	float: left;
	width: 36px;
	height: 21px;
	text-indent: -9999em;
	padding: 0;
	background: url(/assets/images/layout/home.jpg) top left no-repeat;
}
.page-nav {

	position: absolute;
	top: 5px;
	right: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	min-width: 250px;
}
.page-nav a {
	float: right;
	padding: 0 15px;
	line-height: 46px;
	height: 46px;
	background: #B0AF9D;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-shadow: none;
	text-decoration: none;
	display: block;
}
.page-nav a:hover {
background-color: #91917d;
}
.page-nav .prev {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	padding-left: 35px;
	background: #B0AF9D url(/assets/images/layout/prev.png) 8% center no-repeat;
}
.page-nav .next {
float: right;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	padding-right: 35px;
	background: #B0AF9D url(/assets/images/layout/next.png) 92% center no-repeat;
}
.page-entry {
	position: relative;
	padding: 25px;
	background: #F2F1ED;
	overflow: hidden;
	font-family: adobe-caslon-pro,serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.home .page-entry {background: none;}

.page-entry h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	color: #5F260B;
	padding-bottom: 30px;
	font-family: futura-pt,sans-serif;
}
.home .page-entry h1 {
	font-weight: 900;
	font-size: 48px;
	text-shadow: 2px 4px 0 rgba(255,255,255,.5);
}
.page-entry h2, .page-entry h3, .page-entry h4, .page-entry h5 {margin-bottom: 15px;text-transform: uppercase;font-family: futura-pt,sans-serif;}
.page-entry h2 {font-size: 22px;color: #343b43;font-weight: 600;}
.page-entry h3 {text-transform: none;font-weight: 600;font-size: 20px;color: #62250e;}
.page-entry h4 {text-transform: none;font-weight: 600;font-size: 16px;color: #65643a;}


.page-entry h2 em, p.pastor {
	color: #656644;
	font-size: 18px!important;
	font-family: adobe-caslon-pro,serif;
	font-style: italic;
	font-weight: normal;
	display: block;
	padding-top: 10px;
	text-transform: none;
}
p.pastor {
	margin: -20px 0 10px;
	padding: 0!important;
}
p.date {
	font-size: 10px!important;
	text-transform: uppercase;
	font-weight: 600;
	color: #343b43;
	padding-bottom: 30px;
	font-family: futura-pt,sans-serif;
margin: -30px 0 15px 0;
}
.page-entry p.msg {
	color: #6a871b;
	font-style: italic;
	font-size: 18px;
}
.page-entry .left-text {float: left;width: 312px;margin-right: 62px;}
.page-entry .right-text {float: left;width: 312px}

.page-entry .content {
	column-count: 2;
	column-gap: 50px;
	position: relative;
	line-height: 1.8em;
}
.home .page-entry .content {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.page-entry p, .page-entry ul, .page-entry ol {
	padding-bottom: 1.2em;
	font-size: 15px;
}
.page-entry ul li {
	list-style: disc;
	line-height: 20px;
	margin: 0 0 0 20px;
}
.page-entry ol li {
list-style: decimal;
}
.page-entry .content h3 {
	font-family: proxima-nova-condensed,sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #343b43;
}
.page-entry a {
	color: #62250e;
	text-decoration: underline;
}
.page-entry a:hover {
	text-decoration: none;
}
.page-entry .video {
	position: relative;
	margin-bottom: 18px;
	background: #000;
	padding-top: 5px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.page-entry .video img {
	display: block;
}
.page-entry .video-info {
	line-height: 25px;
	font-weight: bold;
	font-family: futura-pt,sans-serif;
	text-transform: uppercase;
}
.page-entry .video-info strong {
	float: left;
	padding-right: 12px;
}
.page-entry .video-info strong a {
	float: left;
	background: #343B43;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0 12px;
}
.page-entry .video-info strong a:hover {
	background: #65643a;
}
.page-entry .video-info a {
	color: #BF7B2A;
	padding: 0 8px;
	font-size: 14px;
	text-decoration: none;
}
.page-entry .video-info a.rss {
	padding-right: 20px;
	background: url(/assets/images/layout/rss.jpg) center right no-repeat;
}
.page-entry .contact-info {
	float: left;
	width: 485px;
}
.page-entry .direction-info {
	float: right;
	width: 425px;
}
.page-entry p {
	line-height: 1.7;
	padding-bottom: 1.5em;
}
.page-entry .contact-info h3, .page-entry .direction-info h3 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 1em;
	font-family: futura-pt,sans-serif;
}
.page-entry .contact-info h4, .page-entry .direction-info h4 {
	color: #22242873F;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
		font-family: futura-pt,sans-serif;
}
.page-entry .contact-info a, .page-entry .direction-info a {
	color: #22242873F;
	text-decoration: underline;
}
.page-entry .contact-info .map, .page-entry .direction-info .map {
	padding-bottom: 30px;
}
.page-entry .video-entry {
	position: relative;
	padding: 30px 0 50px;
}
.page-entry .video-entry p,
.page-entry .video-entry ul,
.page-entry .video-entry ol,
.page-entry .video-entry dl {
	line-height: 1.8em;
	padding-bottom: 1.2em;
}
.page-entry .video-entry h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-family: futura-pt,sans-serif;
	font-weight: normal;
	color: #343b43;
}
.page-entry .video-entry form {
	position: relative;
	padding-top: 30px;
}
.page-entry .video-entry form h3 {
	padding-top: 18px;
	border-top: 4px double #fff;
	color: #343b43;
}
.page-entry  form textarea {
	position: relative;
	padding: 10px;
	height: 106px;
	width: 675px;
	border: 0;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.page-entry form .submit {
	float: left;
	height: 25px;
	width: 74px;
	border: 0;
margin-bottom: 20px;
	text-indent: -9999em;
	background: url(/assets/images/layout/submit.jpg) top left no-repeat;
}
.page-entry .comments {
padding: 10px 0;
clear: both;
	border-top: 1px solid #FFF;
}

.page-entry .comments p {
margin: 0!important;
padding: 0;
font-style: italic;
}
.page-entry .comments .comment-date {
font-size: 12px;
	font-family: futura-pt,sans-serif;
font-style: normal
}
.page-entry .header-image {
	margin-bottom: 30px;
}
.page-entry .items {
	position: relative;
list-style: none;
}
.page-entry .items li {
position: relative;
list-style: none;
	overflow: hidden;
	padding-bottom: 24px;
	margin: 0 0 24px;
	border-bottom: 1px solid #ddd;
}
.page-entry .items li img {
	float: left;
	margin-right: 20px;
}

.page-entry .items.sermons li {
padding-left: 190px;
}
.page-entry .items.sermons li img {
	float: none;
left: 0;
position: absolute;
}
.page-entry .items li p.sermon-author {
	font-family: futura-pt,sans-serif;
color: #5f260b;
}
.page-entry .items li h3, .page-entry .items li h3 a {
	font-size: 18px;
	color: #343b43;
	text-transform: uppercase;
	font-family: futura-pt,sans-serif;
	font-weight: 100;
margin: 0 0 5px;
	text-decoration: none;
}
.page-entry .items li h3 em {
	position: relative;
	display: block;
	font-family: adobe-caslon-pro,serif;
	padding-top: 4px;
	font-size: 11px;
	font-style: italic;
	color: #616242;
	text-transform: none;
}
.page-entry .items li p {
	line-height: 1.5em;
margin: 0 0 5px;
padding: 0;
width: 500px;
}

.page-entry .paginate {
	position: relative;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 24px 0 10px!important;
	font-family: futura-pt,sans-serif;
}
.page-entry .paginate  {

	text-transform: uppercase;
border: 0!important;
}
.page-entry .paginate  div {
text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin:  0 auto!important;
	padding: 8px!important;
	background: #fff;
width: 200px!important;
	text-transform: uppercase;
border: 0!important;
}

.page-entry .paginate a {
text-align:center;
	margin: 0 3px;
	color: #323943;
}
#sidebar {
	float: right;
	width: 250px;
	padding-top: 51px;
}
#sidebar h4 {
	font-family: proxima-nova-condensed,sans-serif;
	position: relative;
	line-height: 57px;
	height: 55px;
	padding-left: 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	background: #C27B29;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#sidebar h4 a {
	color: #FFF;
}
#sidebar h4 a:hover {
	color: #FFF;
	text-decoration: none;
}
#sidebar .sidebar {
	background: #C6C7B9;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 20px 0 30px;
}
#sidebar ul {
	position: relative;
	padding: 18px 0;
}
#sidebar ul li {
	padding: 0 22px;
	position: relative;
}
#sidebar ul li.active, #sidebar ul li.parent-active {
	background: url(/assets/images/layout/sb-active.jpg) 0 11px no-repeat;
}
#sidebar ul li.active a, #sidebar ul li.parent-active a {
	color: #fff;
	border: 0;
	font-size: 13px;
	font-weight: 600;
}
#sidebar ul li a:hover, #sidebar ul li.active.level-1 a {
	background: #c1c1b0;
	text-decoration: none;
}
#sidebar ul a {
	display: block;
	line-height: 1.2;
	color: #363324;
	position: relative;
	border-bottom: 1px solid #E3E3D7;
	padding: 8px 8px;
	font-size: 13px;
}
#sidebar ul li.active a {
	border-bottom: 1px solid #FFF;
}
#sidebar ul li.has-children.active a, #sidebar ul li.active li a {
	border-bottom: none;

}
#sidebar ul li.active ul, #sidebar ul li.parent-active ul {
	padding: 0 0 10px 25px;
	border-bottom: 1px solid #FFF;
}
#sidebar ul li.active li, #sidebar ul li.parent-active li {
	padding: 0 0;
	list-style: disc;
}
#sidebar ul li.active ul a, #sidebar ul li.parent-active ul a {
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #343b43;
	padding: 0;
	font-weight: normal;
background: none!important;
}
#sidebar ul li.active ul a:hover, #sidebar ul li.active ul li.active a, #sidebar ul li.parent-active ul li.active, #sidebar ul li.parent-active ul a:hover, #sidebar ul li.parent-active ul li.active a, #sidebar ul li.parent-active ul li.active {
	background: none;
	color: #62250e;
	border: 0;
}
#sidebar form {
	position: relative;
	padding: 10px 22px;
}
#sidebar form label, #sidebar h2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #61633C;
	text-shadow: 1px 1px rgba(255,255,255,.3);
	padding-bottom: 2px;
margin: 0;
}
#sidebar form select {
	display: block;
	padding: 2px;
	width: 170px;
	font-size: 11px;
}
#sidebar h3 {
	display: block;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	color: #61633C;
	text-shadow: 1px 1px rgba(255,255,255,.3);
	padding-bottom: 2px;
padding: 20px 24px 0;
margin: 0;
}
#sidebar p.rss {
margin: 20px 20px;
}
#sidebar p.rss a{
display: block;
padding: 6px 35px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
	background: #FFF url(/assets/images/layout/rss.jpg) 98% 50% no-repeat;
letter-spacing: 1px;
color: #7c0f00;
}
#sidebar p.rss a:hover {
text-decoration: none;
background-color: #7c0f00 ;
color: #FFF;
}


#give-online {
display: block;
margin: 0 30px;
text-align: center;
padding: 10px ;
font-size: 18px;
font-weight: 100;
letter-spacing: 2px;
color: #FFF;
text-transform: uppercase;
background: #7c0f00;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;

}
#give-online:hover {
text-decoration: none;
background: #9e1a08;
}
#front-content {
	float: left;
	width: 700px;
	font-size: 18px;
	text-shadow: 1px 1px #fff;
	font-family: adobe-caslon-pro,serif;
}
#front-content h2 {
	position: relative;
	font-size: 50px;
	color: #63250E;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 40px;
	text-shadow: 2px 2px 0px #fff, 6px 6px 1px #c5c5b6;
	font-family: futura-pt,sans-serif;
}
#front-content p {
	padding-bottom: 1.2em;
	font-size: 18px;
	line-height: 1.6;
	text-shadow: 0 1px 1px #FFF;
}
#front-content a {
	color: #63205e;
}
#front-content a.read-more {
	position: relative;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 15px 40px 15px 20px;
	background: #65643a url(/assets/images/layout/small-arrow.png) no-repeat 90% 50%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-family: futura-pt,sans-serif;
	text-shadow: none;
	line-height: 1;
	text-decoration: none;
}
#front-content a.read-more:hover {
	background-color: #343b43;
	text-decoration: none;
}
#latest-news {
	float: right;
	width: 295px;
	color: #383B40;
}
.home #latest-news {
	margin-top: 25px;
}
#latest-news h3 {
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	color: #353D40;
	text-shadow: 0 1px 1px #fff;
	padding: 35px 0 20px 45px;
	background: url(/assets/images/layout/sb-title.png) top left no-repeat;
	font-family: proxima-nova-condensed,sans-serif;
	font-weight: 200;
}
#latest-news li {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 4px double #F0EFEA;
}
#latest-news li:last-of-type {
	border-bottom: 0;
}
#latest-news li .date {
	float: left;
	width: 45px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 17px;
	font-family: proxima-nova-condensed,sans-serif;
	font-style: normal;
	font-weight: 100;
	
}
#latest-news li .date em {
	font-size: 18px;
	display: block;
	padding-top: 2px;
	font-style: normal;
}
#latest-news li h4 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 13px;
	min-height: 15px;
	margin-bottom: 2px;
}
#latest-news li a {
	color: #BF812E;
}
#latest-news li a:hover {
	color: #343b43;
	text-decoration: none;
}
#latest-news li h4 a:hover {
	color: #62250e;
	text-decoration: none;
}
#latest-news li p {
	color: #222428;
	line-height: 1.5em;
	font-size: 14px;
	margin-left: 45px;
	font-family: adobe-caslon-pro,serif;
}
#latest-news li p a {
	color: #643C32;
	text-decoration: underline;
}
#latest-news a.read-news, .read-more, .page-entry .items li a.more {
	position: relative;
	float: right;
	color: #FFF;
	font-family: futura-pt,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 10px 28px 10px 13px;
	background: #343b43 url(/assets/images/layout/small-arrow.png) no-repeat 92% 50%;;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#latest-news a.read-news:hover, .page-entry .items li a.more:hover {
	background-color: #62250e;
	text-decoration: none;
}
.page-entry .items li a.more {
	display: block;
	margin-top: -18px;
	padding: 6px 28px 7px 13px;
	text-decoration: none;
	line-height: 1.4;
}
#footer {
	position: relative;
	padding: 40px 0 120px;
	background: url(/assets/images/layout/db.jpg) top left;
}
#foot {
	position: relative;
	margin: auto;
	width: 1060px;
	text-align: left;
	overflow: hidden;
}
.foot-box {
	float: left;
	width: 115px;
	padding-right: 20px;
}
.foot-box h6 {
	font-weight: 400;
	font-size: 16px;
	font-family: proxima-nova-condensed,sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 8px;
	margin-bottom: 14px;
	border-bottom: 4px double #F0EFEA;
}
.foot-box p, .foot-box ul {
	color: #fff;
	line-height: 1.8em;
	padding-bottom: 1em;
	font-family: adobe-caslon-pro,serif;
	font-size: 14px;
}
.foot-box li {
line-height: 1;
padding: 0;
}
.foot-box ul li a {
display: block;
padding: 8px 0;
line-height: 1;
}
.foot-box a {
	color: #fff;
}
#fb1 {
	width: 250px;
}
#fb2 li a {
	padding-left: 24px;
}
#fb2 .s1 {
	background: url(/assets/images/layout/s1.jpg) left center no-repeat;
}
#fb2 .s2 {
	background: url(/assets/images/layout/s2.jpg) left center no-repeat;
}
#fb2 .s3 {
	background: url(/assets/images/layout/s3.jpg) left center no-repeat;
}
#fb2 .s4 {
	background: url(/assets/images/layout/s4.jpg) left center no-repeat;
}
#fb2-5.foot-box {
	width: 205px;
	padding-top: 40px;
	text-align:center;
}
#fb2-5.foot-box p {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}
#fb2-5 .footer-logo {
  width: 170px;
}
#fb3 {

}
#fb5 {
	padding-right: 0;
}
#sidebar #searchform {
padding-top: 30px;
}

.page-entry label, .sidebar label {
	font-size: 14px;
	display:block;
	margin-bottom: 5px;
	text-transform: none!important;
	font-weight: 100!important;
}
.pretty {
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF;
padding-top: 20px;
overflow: hidden;
margin-bottom: 20px;
}
legend {
	font-family: futura-pt,sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page-entry .form-row input, .form-row-float input, .page-entry .form-row textarea, .page-entry .form-row-float textarea {
	font-family: futura-pt,sans-serif;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	width: 240px;
	border: none;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.form-row-float {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 260px;
}
.form-row-float.full {
	width: 550px;
}
.form-row-float input {
	margin: 0;
}
.form-row-float textarea {
	width: 530px!important;
}
.form-row-float select {
	width: 261px;
	padding: 10px 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
}
.form-row-float select option {
	padding: 0 0 3px 0;
}
.form-row-float.list input {
	width: auto;
	margin: 0 5px 5px 0;
}
#sidebar #searchform input.input, #sidebar #searchform select {
	font-family: futura-pt,sans-serif;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: 196px;
	padding: 3px 5px;
	margin-bottom: 15px
}
#sidebar #searchform select {
	width: 206px; 
}
#sidebar #searchform .default {
	margin-bottom: 15px;
}
.page-entry .form-row textarea {
	width: 480px;
	height: 200px;
}
.submit {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-family: futura-pt,sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 8px 16px;
	border: 0;
	background: #65643a;
	color: #FFF;
	font-size: 14px;
}
#sidebar #searchform .submit {
	float: right;
	padding: 6px 14px;
}
.submit:hover {
	background: #616031;
	cursor: pointer;
}
.submit:active {
	background: #343b43;
	cursor: pointer;
}
.errors p {color: #da3e4d;font-family: futura-pt,sans-serif;font-size: 18px;color: }
.errors ul {padding: 15px 20px;border: 1px solid #e6e99f;margin-bottom: 20px;background: #fafbd9;	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.errors li p, .errors li {color: #000;margin: 0;padding: 0;font-size: 14px;font-family: futura-pt,sans-serif;}

table.results {
font-size: 14px;
}
table.results th {
font-weight: 600;
	font-family: futura-pt,sans-serif;
text-transform: uppercase;
border-bottom: 1px solid #FFF;
padding: 10px;
}
table.results td {
padding: 10px;
font-size: 14px;
line-height: 1.3;
}
table.results td.last {
padding-right: 0;
}
table.results th.first, table.results td.first {
padding-left: 0;
}


