/*

Created by Mike Moreau of harvestmedia.com 9/18/2008

*/






/* =====	Section 1	-	Default and Global Styles	=================================================================================================================================== */

/*
	Eric Meyer's Reset Styles (Modified Slightly)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	line-height:inherit;
	font-family:inherit;
	text-align:left;
	vertical-align:baseline;
}
a img, :link img, :visited img{
	border:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul{
	list-style:none;
}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
}
/*
	End Reset Styles
 */


body{
	background-color:rgb(194,183,161);
	color:#333;
	font-size:14px;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	line-height:1;
}

strong{font-weight:bold;}
em{font-style:italic;}

/* Default Link Styles */
a:link{
	color:#034787;
	outline:none;
}
a:visited{
	color:#0a2c4b;
	outline:none;
}
a:hover, a:active{
	color:#275a89;
	text-decoration:none;
	outline:none;
}

/* Stles the Client can add in thier wysiwyg editor */
.floatleft{
	float:left;
	margin:0 1em .5em 0;
}

.floatright{
	float:right;
	margin:0 0 .5em 1em;
}



/* =====	Section 2	-	Layout						=================================================================================================================================== */

ul#skip{
	display:none;
}
#ministry-list{
	background:url(/_img/ministry-list-tile.gif) repeat-x left top rgb(66,10,9);
	display:none;
	overflow:hidden;
	width:100%;
}
#masthead{
	background:url(/_img/masthead-bgd.jpg) repeat-x left top transparent;
	height:140px;
	overflow:hidden;
	position:relative;
}
#in-masthead{
	height:140px;
	overflow:hidden;
	position:relative;
	width:99.9999%;
}
#masthead h1 a{
	background:url(/_img/logo.png) no-repeat left top;
	height:121px;
	left:50%;
	line-height:1em;
	margin:0 0 0 -497px;
	padding:0;
	position:absolute;
	text-indent:-9999em;
	top:19px;
	width:433px;
}
/* Added via DOM */ #logo-bottom{
	background:url(/_img/logo-bottom.gif) no-repeat left top transparent;
	height:41px;
	left:50%;
	margin:0 0 0 -464px;
	position:absolute;
	top:0;
	width:24px;
}
#search{
	bottom:20px;
	margin:0 0 0 265px;
	position:absolute;
	left:50%;
	width:215px;
}
#search_term{
	background-color:#fff;
	border:none;
	color:#555;
	width:160px;
}
a#search_go{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
#pnav{
	background:url(/_img/nav-tile.jpg) repeat-x left top transparent;
	height:80px;
	overflow:hidden;
	position:relative;
}
#outer-content-wrapper{
	background:url(/_img/cloud-texture.jpg) repeat-x left top rgb(217,210,195);
	padding:0 0 46px 0;
}
#inner-content-wrapper{
	background:url(/_img/content-wrapper-shadow.jpg) no-repeat left bottom #fff;
	margin:0 auto 0 auto;
	overflow:hidden;
	padding:0 20px 34px 20px;
	width:860px;
}
#content{
	background:url(/_img/content-top.jpg) no-repeat left top rgb(247,244,238);
	float:left;
	min-height:600px;
	padding:10px;
	width:580px;
}
#sidebar{
	float:right;
	padding:0 0 20px 0;
	width:240px;
}
#in-sidebar{
	background:url(/_img/sidebar-top.jpg) no-repeat left top transparent;
}
#sidebar .section{
	padding:10px 10px 20px 10px;
}
#footer{
	background:url(/_img/footer-tile.gif) repeat-x left top transparent;
	padding:30px 0 20px 0;
}



/* =====	Section 3	-	Typography					=================================================================================================================================== */

h1{
	color:rgb(96,18,18);
	font-size:2em;
	font-family:Cambria, Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	line-height:1.1538em;
	margin-bottom:.3846em;
}
h2{
	color:rgb(96,18,18);
	font-family:Cambria, Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.3846em;
	line-height:1.3888em;
	margin:0 0 .2777em 0;
	padding:1.3888em 0 0 0;
}
h3, h4, h5, h6{
	color:#000;
	font-weight:bold;
	line-height:1.538em;
}
p, #content ul, #content ol, table{
	line-height:1.5385em;
	margin-bottom:1.5385em;
}
#content ul{
	list-style-type:disc;
	padding:0 0 0 3em;
}
#content ol{
	list-style-type:decimal;
	padding:0 0 0 3em;
}
#content li, #sidebar li{
	line-height:1.538em;
}

/* Blog Typography */
.blogpostdate{
	border-bottom:1px dotted #aea592;
	color:#897853;
	font-weight:bold;
	letter-spacing:.1em;
	padding:0 0 5px 0;
	text-transform:uppercase;
}
#blog_list_recent a:link, #blog_list_recent a:visited, #blog_list_archive a:link, #blog_list_archive a:visited, #blog_list_category a:link, #blog_list_category a:visited{
	color:#034787;
	text-decoration:none;
}
#blog_list_recent a:hover, #blog_list_recent a:active, #blog_list_archive a:hover, #blog_list_archive a:active, #blog_list_category a:hover, #blog_list_category a:active{
	color:#034787;
	font-weight:bold;
	text-decoration:none;
}
a.blog-subscribe:link, a.blog-subscribe:visited, a.blog-subscribe:hover, a.blog-subscribe:active{
	background:url(/_img/feed.gif) no-repeat left center transparent;
	color:#034787;
	display:block;
	padding:5px 5px 5px 25px;
	text-decoration:none;
}

/* Sidebar Typography */
#sidebar h1{
	border-bottom:1px solid #b0a693;
	color:#000;
	font-size:1em;
	font-weight:bold;
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	margin:0;
	padding-bottom:5px;
}
ul.sort-list{
	margin-bottom:1.5385em;
}
ul.sort-list a{
	background:url(/_img/arrow-trans.gif) no-repeat 1px center transparent;
	display:block;
	line-height:1.1em;
	padding:0 0 0 15px;
	text-decoration:none;
}
ul.sort-list a:hover{
	background:url(/_img/arrow-trans.gif) no-repeat left center transparent;
}

/* Bio Typography */
.bio{
	border-top:1px solid #fff;
	overflow:hidden;
	padding:20px 0 20px 0;
}
.bio h3, bio h4, .bio h5, .bio h6, .bio p{
	margin-left:180px;
}
.bio img{
	float:left;
}



/* =====	Section 4	-	Navigation					=================================================================================================================================== */

/* Primary Nav Presentation */
#nav{
	border-bottom:20px solid #fff;
	height:60px;
	margin:0 auto 0 auto;
	padding:0 20px 0 20px;
	width:860px;
}
#nav li{
	float:left;
	position:relative;
}
#nav a{
	color:#000;
	display:block;
	float:left;
	font-size:15px;
	height:35px;
	margin:25px 1px 0 0;
	padding:10px 10px 0 10px;
	text-decoration:none;
}
#nav a:hover, #nav li.current a{
	background-color:#fff;
	color:#3d1110;
}


/* Secondary Navigation in the Sidebar */
ul#subnav{
	background-color:rgb(124,57,18); /*rgb(181,174,136)*/
	border-bottom:20px solid #fff;
}
#subnav a{
	background:url(/_img/subnav-link.png) no-repeat left center transparent;
	color:#fff;
	display:block;
	font-size:13px;
	line-height:15px;
	padding:10px 10px 10px 30px;
	text-decoration:none;
}
#subnav a:hover, #subnav li.current a, #subnav a.stick{
	background:url(/_img/subnav-hover.png) no-repeat -1px center transparent;
	font-weight:bold;
}
#subnav ul a, #subnav li.current ul li a{
	background-image:none;
	border-bottom:1px solid rgb(99,38,10);/* 173,166,123 */
	font-weight:normal;
	padding:5px 10px 5px 30px;
}
#subnav ul a:hover, #subnav li.current ul li a:hover, #subnav li.current ul li.current a{
	background-image:none;
	font-weight:bold;
}

/* subnav show and hide */
#subnav ul{
	display:none;
}
#subnav li.current ul{
	display:block;
}


/* Sub Page Navigation */
ul#subpages, #subpages ul{
	line-height:1em;
	margin:0;
	padding:0;
}
ul#subpages li{
	line-height:1em;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#subpages a{
	background:url(/_img/subpage-link.jpg) no-repeat 0px center transparent;
	border-bottom:1px solid rgb(247,244,238);
	color:#fff;
	display:block;
	font-weight:bold;
	padding:15px 15px 15px 40px;
	text-decoration:none;
	width:300px;
}
ul#subpages a:hover{
	background:url(/_img/subpage-hover.jpg) no-repeat -1px center transparent;
}


/* Ministry List Nav */
/* Added via DOM */ a#ministry-list-tab{
	display:block;
	height:24px;
	margin:0 0 0 265px;
	overflow:hidden;
	position:absolute;
	left:50%;
	text-indent:-9999em;
	top:0;
	width:160px;
}
.closed{
	background:url(/_img/ministry-list-tab.gif) no-repeat center top transparent;
}
.open{
	background:url(/_img/ministry-list-tab-open.gif) no-repeat center top transparent;
}
ul#ministry-list-nav{
	margin:0 auto 0 auto;
	overflow:hidden;
	padding:20px 0 10px 0;
	width:900px;
}
ul#ministry-list-nav li{
	float:left;
	margin:0 10px 20px 0;
	width:210px;
}
li#ministry-list-nav_about-us_service-times-and-directions, li#ministry-list-nav_about-us_frequent-questions, li#ministry-list-nav_about-us_meet-our-staff, li#ministry-list-nav_about-us_our-message, li#ministry-list-nav_about-us_what-we-believe{
	display:none;
}
ul#ministry-list-nav a{
	color:#fff;
	border-bottom:1px solid #340807;
	display:block;
	font-weight:bold;
	padding:0 0 4px 0;
	margin:0 0 5px 0;
	text-decoration:none;
}
ul#ministry-list-nav a:hover{
	color:#FF6600;
}
ul#ministry-list-nav ul{
}
ul#ministry-list-nav li ul li{
	margin:0;
}
ul#ministry-list-nav ul a{
	background:url(/_img/arrow-white-trans.gif) no-repeat 1px center transparent;
	border:none;
	color:#dbcbcb;
	font-size:12px;
	font-weight:normal;
	padding:4px 0 4px 15px;
	margin:0;
}
ul#ministry-list-nav ul a:hover{
	background:url(/_img/arrow-white-trans.gif) no-repeat 0px center transparent;
}


/* Sitemap */
ul#sitemap{
	margin:0 0 1.5385em 0;
	padding:0;
}
ul#sitemap li{
	list-style-type:none;
	margin-bottom:1.5835em;
}
ul#sitemap a{
	border-bottom:1px solid #fff;
	color:rgb(96,18,18);
	display:block;
	font-weight:bold;
	line-height:1em;
	padding:0 0 5px 0;
	text-decoration:none;
}
ul#sitemap a:hover{
}
ul#sitemap ul{
	margin:0;
	padding:0;
}
ul#sitemap ul li{
	margin:0;
}
ul#sitemap ul a{
	background:url(/_img/arrow-trans.gif) no-repeat 10px center transparent;
	color:#000;
	display:block;
	font-weight:normal;
	margin:0;
	padding:10px 10px 10px 30px;
	text-decoration:none;
}
ul#sitemap ul a:hover{
	background:url(/_img/arrow-trans.gif) no-repeat 9px center transparent;
	color:#000;
	font-weight:bold;
}
ul#sitemap ul ul{
	margin-left:20px;
}

/* Breadcrumbs */
#breadcrumbs{
	color:#333;
	font-size:11px;
	padding:0 0 10px 0;
}
#breadcrumbs a{
	color:#333;
}
#breadcrumbs a:hover{
	color:#333;
}



/* =====	Section 5	-	Footer						=================================================================================================================================== */

#footer address{
	color:#332f1b;
	font-size:12px;
	line-height:1.5385em;
	text-align:center;
}
#footer address a{
	color:#332f1b;
	text-decoration:underline;
}
#footer address a:hover{
	color:#332f1b;
	text-decoration:none;
}
#footer p.site-credits{
	color:#757471;
	font-size:6px;
	text-align:center;
}
#footer p.site-credits a{
	color:#757471;
	text-decoration:none;
}



/* =====	Section 6	-	Home Page					=================================================================================================================================== */

/* Home Layout */
#home-feature{
	background:url(/_img/home-light-pattern.gif) repeat-x left top rgb(217,210,195);
	height:410px;
	position:relative;
}
#billboard{
	background-color:#fff;
	height:370px;
	margin:0 auto 0 auto;
	padding:20px;
	width:860px;
}
#home-flash-content{
	height:430px;
	left:50%;
	margin:0 0 0 -480px;
	position:absolute;
	top:-20px;
	width:960px;
}
#replace-me{
	background-color:#fff;
	height:390px;
	margin:0 auto 0 auto;
	padding:20px;
	width:860px;
}
#home-content{
	background-color:rgb(217,210,195);
	padding:0 0 30px 0;
}
#in-home-content{
	background:url(/_img/content-wrapper-shadow.jpg) no-repeat left top rgb(217,210,195);
	margin:0 auto 0 auto;
	overflow:hidden;
	padding:20px 0 0 0;
	width:900px;
}
.home-linklist, .home-events, .home-blog{
	float:left;
	margin-left:11px;
	position:relative;
	width:262px;
}
.home-blog a.rss{
	display:block;
	height:16px;
	position:absolute;
	right:0px;
	top:0px;
	width:16px;
}
.home-linklist{
	margin-left:32px;
}

/* Home Typography */
.home-linklist h1, .home-events h1, .home-blog h1{
	border-bottom:3px double #aba18f;
	font-size:1.3846em;
	line-height:1.388em;
}

.home-events .event h2 a{
	color:#333;
}

.home-blog h2{
	font-size:1em;
	font-weight:bold;
	padding:0;
}
.home-blog h2 a{
	color:rgb(96,18,18);
	text-decoration:none;
}
.home-blog h2 a:hover{
	text-decoration:underline;
}
p.home-blog-date{
	margin:0;
	font-weight:bold;
}




/* =====	Section 7	-	Forms						=================================================================================================================================== */





/* =====	Section 8	-	Ekklesia CMS Modules		=================================================================================================================================== */


/*
	Event Listing on Event Pages, Sermon Listing on Sermon Pages, and Sidebar Sermon/Event Listing
	Defaults set for sidebar, overrides for main content area
*/
.event, .sermon, .blog-post, .missionary{
	overflow:hidden;
	padding:5px 0 5px 0;
}
.alt-sermon{
}
.event h2, .sermon h2, .missionary h1{
	font-family:Calibri, "Lucida Grande", "Trebuchet MS", tahoma, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:1em;
	margin:0 0 0 50px;
	padding:0;
}
.event p, .sermon p{
	font-size:.8462em;
	line-height:1.8182em;
	margin:0 0 0 50px;
}
.event h2 a, .event p a, .sermon h2 a, .sermon p a{
	text-decoration:none;
}
.event h2 a:hover, .event p a:hover, .sermon h2 a:hover, .sermon p a:hover{
	text-decoration:underline;
}
.calendar-page, .play-audio, .download-notes{
	float:left;
	width:35px;
}
.calendar-page{
	background:url(/_img/calendar-page.png) no-repeat left top transparent;
	color:#555;
	font-size:11px;
	font-weight:bold;
	line-height:1.1em;
	padding:5px;
}
.calendar-page a, .calendar-page a:visited /* :visited is necessary for ie6 */{
	color:#333;
	display:block;
	text-align:center;
	text-decoration:none;
	width:24px;
}
.play-audio a{
	background:url(/_img/play-audio.png) no-repeat center center;
	display:block;
	height:35px;
	text-indent:-9999em;
	width:35px;
}
span.sermon-date{
	color:#777;
}
.download-notes a{
	background:url(/_img/download-letter.gif) no-repeat left top transparent;
	display:block;
	height:41px;
	width:35px;
	text-indent:-9999em;
}
/* Content Area Overrides */
#content .calendar-page{
	background:url(/_img/calendar-page-white.png) no-repeat left top transparent;
}
#content .event, #content .sermon, #content .blog-post, .missionary{
	border-top:1px solid #aea592;
	padding-bottom:20px;
}
#content .event h2, #content .sermon h2, #content .blog-post h2, .missionary h1{
	font-family:Cambria, Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1.3846em;
	line-height:1.3888em;
	margin-bottom:.2777em;
}
#content .event p{
	font-size:1em;
	line-height:1.5385em;
	margin-bottom:1.5385em;
}
.missionary .missionary-details{
	margin:0 0 0 50px;
}
.missionary-details h2{
	display:none;
}

/* Calendar (in sidebar on events pages) */
#calendar-container{
	padding:10px 10px 1px 10px;
}
.calendar{
	width:219px;
}
.calendar caption{
	border-bottom:1px solid #e9e1d5;
	font-weight:bold;
	margin:0;
	padding-bottom:.38462em;
}
.calendar caption span{
	font-weight:bold;
}
.calendar th{
	background-color:#AEA592;
	color:#fff;
	font-size:11px;
	padding:2px 0 2px 0;
	text-align:center;
}
.calendar td{
	color:#ccc;
	height:30px;
	vertical-align:middle;
	text-align:center;
	width:14%;
}
.calendar td.empty{
}
.calendar td.linked-day{
	background-color:#285f8a;
}
.calendar td.linked-day:hover{
	background-color:#0b385a;
}
.calendar td.current{
	background-color:#e2e0d3;
	color:#333;
}
.calendar td.current a{
	color:#000;
}
.calendar td.current a:hover{
	color:#fff;
}
.calendar td a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.calendar td a:hover{
}

/* Pop-up when you hover over a date on the Calendar Page */
#traildiv{
   position:absolute;
   top:0px;
   left:0px;
   z-index:900;
   visibility:hidden;
   width:160px;
   color:#fff;
}
#traildiv ul{
	background-color:#0b385a;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0.75em;
	width:auto;
}
#traildiv li{
   color:#FFF;
   margin-bottom:.75em;
}
#traildiv a{
   color:#FFF;
   text-decoration:none;
}

/* Detail Table on Event Pages */
.detail{
	background:#e2e0d3;
	border:1px solid #AEA592;
	margin-bottom:1.5385em;
	width:99%;
}
.detail caption{
	background:#AEA592;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	padding:5px 10px 5px 10px;
}
.detail caption a{
	color:#fff;
	text-decoration:none;
}
.detail caption a:hover{
	text-decoration:underline;
}
.detail tr{
	border-bottom:1px solid #AEA592;
}
.detail td{
	padding:.25em;
	vertical-align:top;
}
.detail td.leftcol{
	border-right:1px solid #AEA592;
	font-weight:bold;
	text-align:right;
	width:25%;
}

/* Sermon Media Box */
h3.media-options{
	background:#AEA592;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding:5px 10px 5px 10px;
}
#content ul.sermon-media{
	background:#e2e0d3;
	border:1px solid #AEA592;
	list-style:none;
	overflow:hidden;
	padding:0;
}
#content ul.sermon-media li{
	display:block;
	float:right;
	overflow:hidden;
	padding:5px 5px 5px 25px;
	width:379px;
}
#content ul.sermon-media li.listen{
	float:left;
	padding:0;
	width:150px;
}
span.listen a{
	background:url(/_img/sermon-media-play.gif) right center no-repeat;
	display:block;
	height:60px;
	padding:10px 0 10px 10px;
	text-indent:-9999em;
	width:139px;
}
li.watch{
	background:url(/_img/sermon-media-video.png) left center no-repeat;
}
li.download{
	background:url(/_img/sermon-media-download.png) 4px center no-repeat;
}
li.notes{
	background:url(/_img/sermon-media-notes.png) left center no-repeat;
}
li.feed{
	background:url(/_img/podcast.gif) left center no-repeat;
}

/* Sidebar Podcast Ad */
a.sermon-podcast-ad{
	background:url(/_img/podcast-sidebar-ad.png) no-repeat left top;
	display:block;
	height:65px;
	margin:0 0 1em 0;
	text-indent:-9999em;
	width:220px;
}


/* Google Map */
#gmap{
	height:300px;
	margin:0 0 1.5385em 0;
	width:460px;
}

/*
	Photo Gallery
*/
#church-photo-gallery{
	height:490px;
	margin-bottom:1em;
}

/*
	Email Newsletter Signup
*/
p.signup{
	font-size:0.8462em;
	line-height:1.5em;
	margin:0 0 .75em 0;
}