/*
Theme Name: ECF
Theme URI: http://www.benborman.com
Description: Custom theme designed for ECF
Version: 1.0
Author: Ben Borman
Author URI: http://www.benborman.com

*/

/* Begin Reset */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */


/* Globals */

*{
	margin: 0;
	padding: 0;
}

.hidden{
	display: none;
}

#error{
	display: none;
}

.clear{
	clear: both;
}
.left, .alignleft{
	float:left;
}

#content_left  a{
	color: #576734;
}

#content_left h3{
	font-size: 25px;
	font-weight: bold;
	color: #3b2c1e;
	padding-bottom: 3px;
	line-height: 35px;
	
}
#content_left ul{
	margin: 10px 0;
	list-style-type: disc;
	padding-left: 40px;
}

#content_left ul.tabs{
	margin-bottom: 0px;
}

#content_left ul li{
	font-size: 16px;
	line-height: 22px;
	color: #3b2c1e;
}

#content_left ol{
	margin-top: 20px;
	list-style-type: decimal;
	padding-left: 40px;
}

#content_left ol li{
	margin-bottom: 10px;
	color: #3b2c1e;
}

/* Text Styles */

p em{
	font-style: italic;
}

p strong{
	font-weight: bold;
}


body{
	background: url(images/bg_3.jpg);
	font-family: Helvetica, Arial, Sans-serif;
	background-position: top center;
	height: 100%;
	width: 100%;
	
}

#wrapper{
	background: url(images/header_opt.jpg) repeat-x;
	background-position: top center;
	height: 100%;
	margin: 0 auto;

}

#page_bg{
	background: url(images/page_repeat.jpg) repeat-y;

	height: 100%;
	width: 1150px;
	margin: 0 auto;
	

}


#wrapper_inner{


}

#header{

	margin: 0 auto;
	background: url(images/header_2.jpg) repeat-x;
	background-position: top center;
}

#header_contents{
	padding-top: 20px;
	width: 960px;
	margin: 0 auto;
}


#main_logo a{
	display: block;
	width: 640px;
	height: 150px;
	background: url(images/main_logo.png);
	margin-bottom: 10px;
	
}


strong{
	font-weight: bold;
}

.footer{
	background: url(images/footer_bg.jpg) top center no-repeat;
	height: 100px;

	margin: 0 auto;
	padding-top: 20px;
}

#footer_content{
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	width: 960px;
	margin: 0 auto;
	color: #7c644f;
}

#footer_content p{
	font-size: .85em;
	line-height: 1.15em;
}
.footer #address{
	float: left;
	font-size: 14px;
}

.footer #credit{
	float: right;
	margin-top: 55px;
}

.footer #credit a{
	display: block;
	height: 42px;
	width: 190px;
	background: url(images/credit.png);
}

.footer .twitter{
	display: block;
	height: 40px;
	width: 140px;
	background: url(images/twitter_bird.png);
	position: relative;
	top: -47px;
	left: 820px;
}

.footer #credit a:hover{
	background-position: 0 42px;
}

#footer_nav{
	margin-top: 10px;
	display: block;
	width: 960px;
	height: 150px;
}

#footer_nav ul li{
	display: inline-block;
	width: 150px;
	float: left;
	
}

#footer_nav ul li a{
	font-size: 18px;
	color: #decfa2;
	font-family: Helvetica, Arial, Sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#footer_nav ul li a:hover{
	text-decoration: underline;
}

#footer_nav ul.children{
	margin-top: 10px;
}


#footer_nav ul.children li a{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 7px;
	color: #7c644f; 

}

#footer_lower{
	width: 100%;
	background: url(images/brown_50.png);
	border-top: 1px solid #5b4d42;
}

#footer_contact{
	width: 960px;
	margin: 0 auto;
	color: #7c644f;
	padding: 10px 0;

}

#footer_contact li strong{

	font-size: 16px;
	line-height: 28px;
	color: #decfa2;
}

#nav{
	float: right;
	height: 25px;
	margin: 13px 100px 0 0;
	
}

#nav ul li{
	display: inline;

}

#nav ul li.page_item a{
	color: #94795d;
	text-decoration: none;
	display: block;
	overflow: hidden;
	float: left;
	text-align: center;
	width: 100px;
	height: 20px;
	padding-top: 5px;
	background: url(images/tab_inactive.jpg);
	overflow: hidden;
	
}

#nav ul li.page_item a:hover{
	color: #503d2a;
}


#nav ul li.current_page_item a, #nav ul li.current_page_parent a{
	color: #503d2a;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	background: url(images/tab_active.jpg);
	
}

#nav ul li.current_page_item a:hover{
	color: #503d2a;
	cursor: default;
}



#page{
	width: 1150px;
	background: url(images/page-top.jpg) top center no-repeat;
	margin: 0 auto;
	
}

#page-content{
	width: 940px;
	margin: 0 auto;
	clear: both;
	padding-top: 15px;
}



#page-bottom{
	height: 120px;
	width: 1150px;
	background: url(images/page-bottom.jpg);
	margin: 0 auto;
	clear: both;
	
}


/*Home Page*/

#home_feature{
	display: block;
	width: 940px;
	margin-bottom: 15px;
}

#accordion{
	width: 280px;
	height: 300px;
	float: left;
}

#accordion ul{
	margin-top: 20px;
	list-style-type: disc;
	padding-left: 40px;
}

#accordion ul li{
	margin-bottom: 10px;

}

#accordion ul li a{
	color: #fff;
}


#featured{
	float: left;
}

#accordion p{
	margin-top: 5px;
}

#accordion p a{
	color: #ffffff;
	
}

#accordion h3{
	
	background: #2d4954 url(images/accordion_bar.jpg);
	height: 15px;
	}
#accordion h3 a{
	color: #c3e0ea;
	text-decoration: none;
	
}

h3.acc_title{
	font-size: 18px;
	padding: 10px;
}

#accordion h4{
	font-weight: bold;
	margin: 3px 0 5px 0;
}


.ui-accordion div.ui-accordion-content{
	padding: 10px;
	color: #c3e0ea;
}

#accordion div{
	background: #406f80 url(images/accordion_content.jpg) repeat-x;
	height: 155px;
	overflow: hidden;
}



#three_col{
	padding-top: 15px;
	width: 940px;
	margin: 0 auto;
	clear: both;
}

#three_col h2{
	display: block;
	width: 280px;
	padding: 10px;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #576734;
	background: url(images/divider-1.png) bottom center no-repeat;
	margin-bottom: 10px;
	
}


/*News*/

#news{
	width: 300px;
	margin: 0 10px 0 0;
	float: left;
	
}

#news .news_item{
	margin: 3px 3px 7px 3px;
	padding: 5px;
	border-bottom: 1px solid #94795d;
}

#news .news_date{
	float: left;
	width: 60px;
	height: 46px;
	margin: 0 7px 5px 0;
	background: url(images/news_icon_60.png)no-repeat;
	text-align: center;
}




#news .title{
	margin-top: 3px;
	float: left;
	width: 214px;
}

#news .title a{
	color: #503d2a;
	font-size: 1.15em;
	text-decoration: none;
	font-weight: bold;
}

#news .excerpt{
	float: left;
	color: #503d2a;
	width: 214px;
	margin: 5px 0;
}




#news .news_read_more{
	clear: both;
	margin: 10px 0px 7px 0px;
	padding: 5px 0 0 0;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}
#news .news_read_more a{

	color: #576734;
	text-decoration: none;
	margin: 10px 0px 7px 0px;
}

#news .news_read_more a:hover{
	text-decoration: underline;
}

/*calendar*/

#events{
	float: left;
	width: 300px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0 10px;
}

.calendar{
	width: 280px;
	padding: 7px;
	margin: 3px 3px 0 3px;
	background: #fbf9f2;
	border: 1px solid #dad8d2;

}

.calendar_shadow{
	width: 295px;
	margin-left: 3px;
	height: 14px;
	background:  url(images/calendar_shadow.jpg) top center no-repeat;
}

.dbem-calendar-table tbody tr td{
	text-align: center;
	vertical-align: middle;
	width: 40px;
	height: 30px;
}

.dbem-calendar-table thead tr td{
	text-align: center;
	vertical-align: middle;
	width: 40px;
	height: 30px;
}

.month_name{
	
	font-size: 1.15em;
	text-align: center;
	color: #304f5a;
}

.eventless{
	text-align: center;
	vertical-align: middle;
	color: #503d2a;
}

.eventless-today{
	color: #503d2a;
}

.eventful-today a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


.eventful, .eventful-today{
	text-align: center;
	vertical-align: middle;
	background: url(images/eventful.jpg);
}

.eventful-post, .eventful-pre{
	text-align: center;
	vertical-align: middle;
	background: url(images/eventful_post.jpg);
}

.eventful-post a, .eventful-pre a{
	color: #c3e0ea;
	text-decoration: none;
	font-weight: bold;
}


.eventful a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.eventless-pre, .eventless-post{
	color: #d7c7b7;
	text-align: center;
	vertical-align: middle;
}

tr.days-names{
	
	background: #406e7f url(images/days_bg.jpg) repeat-x;
}

.days-names td{
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

a.next-month{
	background: url(images/next_month.jpg);
	display: block;
	width: 20px;
	height: 19px;
	font-size: 0px;
	vertical-align: bottom;

}

a.prev-month{
	background: url(images/prev_month.jpg);
	display: block;
	width: 20px;
	height: 19px;
	font-size: 0px;
	vertical-align: bottom;

}

/*Events*/
ul.events_list{
	padding-bottom: 15px;
}

.event_listing{
	padding: 5px 5px ;
	border-bottom: 1px solid #94795d;
}

.event_listing a{
	width: 215px;
	font-size: 16px;
	font-weight: bold;
	color: #3b2c1e;
	text-decoration: none;
	float: left;
	
}

.event_listing a:hover{
	color: #576734;
}

.event_listing span.place-time{
	width: 215px;
	float: left;
}

.event_listing span.date{
	color: #70553a;
	float: right;
	font-size: .875em;
}

.event_date_small{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 8px 3px 0;
	background: url(images/calendar_icon_40.png);
	text-align: center;
}

.event_date_small .mon{
	color: #ffffff;
	margin-top: 3px;
	font-weight: bold;
	font-size: 11px;;
	width: 40px;
	display: block;
}

.event_date_small .day{
	width: 40px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
}

.event_listing .time , .event_listing .place{
	font-size: 12px;
	color: #94795d;
}
.view_all{
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
}

.view_all a{
	color: #3b2c1e;
	background: url(images/tiny_brown_arrow_r.png) no-repeat;
	background-position: right center;
	padding-right: 10px;
	text-decoration: none;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;

}

.view_all a:hover{
	color: #755538;
}

/*Teachings*/
#teachings{
	
	width: 300px;
	margin: 0 0 0 10px;
	float: left;

}

.teaching{
	width: 280px;
	margin: 3px 3px 7px 3px;
	padding: 5px;
	border-bottom: 1px solid #94795d;
}

.teaching p{
	color: #94795d;
	font-size: .875em;
	margin: 0px 0;
	
}

.teaching p a{
	color: #335460;
	font-size: 0px;
	display: block;
	height: 27px;
	width: 120px;
	background: url(images/download_button.png) no-repeat bottom;
	float: right;
	margin: 5px 0 0 5px;
	text-align: center;
	text-decoration: none;

}

#teachings .teaching .listen_button{
	margin-top: 7px;
	margin-bottom: 7px;
	float: right;
	display: block;
	height: 27px;
	width: 120px;
	background: url(images/listen_button.png) no-repeat bottom;
	position: relative;
	top: -2px;
	
}


.teachings_page .teaching .listen_button{
	margin-top: 7px;
	margin-bottom: 7px;
	float: right;
	display: block;
	height: 25px;
	width: 120px;
	background: url(images/listen_button.png);
	position: relative;
	top: -6px;
}

.teaching_title{
		
	color: #503d2a;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 7px;

}
/*this hides the player from the homepage */

#teachings .audioplayer_container, #teachings_page .audioplayer_container{
display: none;
}




/*-----------NEWS PAGE------------*/



.news_content{
	width: 600px;
	padding: 10px;
	margin-bottom: 10px;
	
}

.news_content p{
	color: #503d2a;
	font-size: 1em;
	margin-bottom: 15px;
	line-height: 1.25em;
}

.news_page .news_item{
	width: 600px;
	border-bottom: 1px solid #94795d;
	padding-top: 10px;
}

.news_page .news_date{
	float: left;
	width: 110px;
	height: 86px;
	margin: 0 10px 5px 0;
	background: url(images/news_icon_110.png) no-repeat;
	text-align: center;
}

.news_page .the_date{
	color: #464646;
	margin-top: 27px;
	font-weight: bold;
	font-size: 12px;
	width: 110px;
	display: block;
	font-family: Times New Roman, serif;
}



.news_page .title{
	margin-top: 3px;
	margin-bottom: 9px;
	float: right;
	width: 480px;
	font-size: 1.25em;
	font-weight: bold;
}

.news_page .title a{
	color: #503d2a;
	font-size: 1.15em;
	text-decoration: none;
}

.news_page .excerpt{
	
	color: #503d2a;
	
	margin: 5px 0 0 5px;
}



.news_page .news_read_more{
	clear: both;
	margin: 10px 0px 7px 0px;
	padding: 5px 0 0 0;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.news_page .news_read_more a{

	color: #503d2a;
	text-decoration: none;
	margin: 10px 0px 7px 0px;
}

.news_page .news_read_more a:hover{
	text-decoration: underline;
}

.news_page p img{
	max-width: 200px;
	height: auto;
	float: right;
	padding: 7px;
	background: #FBF9F2;
	margin: 0 0 10px 10px;
	border: 1px solid #dad8d2;
}

.news_date_single{
	color: #94795d;
	margin-left: 10px;
	font-size: 1em;
	font-style: italic;
}

#back_to_news{
clear: both;
	margin: 10px;
}

#back_to_news a{
	color: #3b2c1e;
	background: url(images/tiny_brown_arrow_l.png) no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	clear: both;

}

#back_to_news a:hover{
	color: #755538;
}

/*Pagination*/

.wp-pagenavi{
	margin: 10px 0;
	text-align: center;
	float: right;
}

.wp-pagenavi .pages{
	display: none;
}

.wp-pagenavi .current{	
	display: block;
	width: 20px;
	font-size: 14px;
	background: url(images/page_num.jpg);
	height: 17px;
	padding-top: 3px;
	float: left;
	color: #f6f0e0;
	margin:2px;
}

.wp-pagenavi a.page{
	display: block;
	width: 20px;
	height: 17px;
	padding-top: 3px;
	font-size: 14px;
	float: left;
	color: #503d2a;
	text-decoration: none;
	margin:2px;

}

.wp-pagenavi a.nextpostslink{
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/page_next.jpg);
	float: left;
	margin:2px;

}

.wp-pagenavi a.previouspostslink{
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/page_prev.jpg);
	float: left;
	margin:2px;
}

/*-----------EVENTS PAGE------------*/

#events_page h2{
	display: block;
	width: 620px;
	padding: 10px;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 1.875em;
	color: #9c2c15;
	background: url(images/divider-2.png) bottom center no-repeat;
	margin-bottom: 10px;
}

.events_list .event_item{
	width: 600px;
	border-bottom: 1px solid #94795d;
	padding-top: 10px;
}


.single_event .event_item{
	width: 600px;
	padding-top: 10px;
}

.event_date{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	background: url(images/calendar_icon_50.png);
	text-align: center;
}

.event_date .mon{
	color: #ffffff;
	margin-top: 6px;
	font-weight: bold;
	font-size: .85em;
	width: 50px;
	display: block;
}

.event_date .day{
	width: 50px;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 3px;
}

.event_item .title{
	margin-top: 3px;
	float: right;
	width: 538px;
	font-size: 1.25em;
	color: #503d2a;
	font-weight: bold;
}



.event_item .notes{
	float: right;
	color: #503d2a;
	width: 538px;
	margin: 3px 0;
	line-height: 1.2em;
}

.event_item .read_more{
	clear: both;
	margin: 10px 0px 7px 0px;
	padding: 5px 0 0 0;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.event_item .read_more a{

	color: #503d2a;
	text-decoration: none;
	margin: 10px 0px 7px 0px;
}

.event_item .read_more a:hover{
	text-decoration: underline;
}



#dbem-location-map{
	width: 580px !important;
	border: 1px solid black;
	background: #fbf9f2;
	margin: 0 auto;
}

#directions{
	width: 600px;
	height: 35px;
}

#directions strong{

	
}

#directions p{

	
}

#content_right{
	display: block;
	width: 300px;
	padding: 10px 0;
	margin: 3px 3px 0 3px;
	float: right;

}




/*--------------------- SIDEBAR ---------------------*/
.sidebar_shadow{
	margin: 0 auto
	width: 280px;
	height: 15px;
	background: url(images/sidebar_shadow.png) center no-repeat;
}

#sidebar h2{
	display: block;
	width: 258px;
	padding: 7px 10px;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	
	font-size: 1.5em;
	color: #fbf9f2;
	background: url(images/sidebar_title.jpg) repeat-x;
	margin-bottom: 10px;
	
}

#sidebar{

}

#sidebar #podcast_button a{
	display: block;
	width: 280px;
	height: 70px;
	background: url(images/podcast_button.png);
}


.events_sidebar{
	display: block;
	width: 278px;
	padding: 0px;
	margin: 3px 3px 0 12px;
	background: #fbf9f2;
	border: 1px solid #dad8d2;	
}

.events_sidebar .dbem-no-events{
	text-align: center;
}

.events_sidebar .event_listing{
	padding: 5px;
	border-bottom: 1px solid #dad8d2;
}

.events_sidebar .event_listing a{
	font-size: 16px;
	font-weight: bold;
	color: #3b2c1e;
	text-decoration: none;
	float: left;
	
}

.events_sidebar .event_listing a:hover{
	color: #576734;
}

.events_sidebar .event_listing span.date{
	color: #70553a;
	float: right;
	font-size: .875em;
}

.events_sidebar .event_date_small{
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 8px 3px 0;
	background: url(images/calendar_icon_40.png);
	text-align: center;
}

.events_sidebar .event_date_small .mon{
	color: #ffffff;
	margin-top: 3px;
	font-weight: bold;
	font-size: 11px;;
	width: 40px;
	display: block;
}

.events_sidebar .event_date_small .day{
	width: 40px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
}

.events_sidebar .event_listing .time , .event_listing .place{
	font-size: 12px;
	color: #94795d;
}



.news_sidebar{
	display: block;
	width: 278px;
	
	margin: 3px 3px 0 12px;
	background: #fbf9f2;
	border: 1px solid #dad8d2;	
}

.news_sidebar .news_item{
	margin: 3px 3px 7px 3px;
	padding: 5px;
	border-bottom: 1px solid #dad8d2;
}

.news_sidebar .news_date{
	float: left;
	width: 40px;
	height: 32px;
	margin: 0 7px 5px 0;
	background: url(images/news_icon_40.png)no-repeat;
	text-align: center;
}


.news_sidebar .title{
	margin-top: 3px;
	float: left;
	width: 214px;
}

.news_sidebar .title a{
	color: #503d2a;
	font-size: 1.15em;
	text-decoration: none;
	font-weight: bold;
}

.news_sidebar .excerpt{
	float: left;
	font-size: 12px;
	color: #94795d;
	width: 214px;
	margin: 5px 0;
}


.news_sidebar .news_read_more{
	clear: both;
	margin: 10px 0px 7px 0px;
	padding: 5px 0 0 0;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}
.news_sidebar .news_read_more a{

	color: #576734;
	text-decoration: none;
	margin: 10px 0px 7px 0px;
}

.news_sidebar .news_read_more a:hover{
	text-decoration: underline;
}

.teachings_sidebar{
	display: block;
	width: 278px;
	
	margin: 3px 3px 0 12px;
	background: #fbf9f2;
	border: 1px solid #dad8d2;
}

.teachings_sidebar .teaching{
	width: 258px;
	padding: 5px;
	border-bottom: 1px solid #dad8d2;
}

.teachings_sidebar .teaching{
	

	margin-top: 10px;

}

.teachings_sidebar .teaching a.listen_button{
	
	float: left;
	display: block;
	height: 25px;
	width: 120px;
	background: url(images/listen_button.png);
	padding: 0;
	margin: 7px 0 0 0 ;
}

.teachings_sidebar .teaching p a{
	
	float: right;
	display: block;
	height: 25px;
	width: 120px;
	background: url(images/download_button.png);
	padding: 0;
	margin: 7px;
	position: relative;
	
}

.teachings_sidebar object{
	display: none;
}

/*Sub-Nav*/

#subnav{
	display: block;
	width: 278px;
	padding: 10px 0;
	margin: 3px 3px 0 12px;
	background: #fbf9f2;
	border: 1px solid #dad8d2;


}

#subnav ul li{
	display: block;
	width: 260px;
	height: 42px;
	margin: 0 auto;
}

#subnav ul li a{
	float: right;
	font-size: 18px;
	text-decoration: none;
	color: #503d2a;
	padding: 6px 20px 0 0;
	
}

#subnav ul li a:hover{
	text-decoration: underline;
}

#subnav ul li.parent_item a{
	font-weight: bold;
}

#subnav ul li.current_page_item{
	display: block;
	width: 295px;
	height: 42px;
	background: url(images/subnav_active_2.png) no-repeat;
	margin-left: -12px;
	border: none;
	padding: 0;
		
}

#subnav ul li.current_page_item a{
	float: right;
	color: #c3e0ea;
	text-decoration: none;
	padding: 6px 40px 0 0;
	margin: 0;
}


#content_left{
	width: 620px;
	float: left;
	margin-left: 10px;
}

#content_left h2{
	display: block;
	width: 620px;
	padding: 10px 0;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;
	font-weight: bold;
	font-size: 1.875em;
	color: #576734;
	background: url(images/divider-2.png) bottom center no-repeat;
	margin-bottom: 10px;
}

#content_left p{
	color: #3b2c1e;
	font-size: 1em;
	line-height: 1.25em;
	padding: 7px 0;
}


/* Home Groups */

#home_groups_list{
	margin-top: 30px;
}

#home_groups_list p{
	padding: 0px;
}

.home_group_post{
	padding: 0 0 15px 55px;
	border-bottom: 1px solid #94795d;
	margin: 0 0 20px 0;
	
}


.vintage{
	background: url(images/vintage_icon.png) top left no-repeat;
}

.rewind{
	background: url(images/rewind_icon.png) top left no-repeat;
}

.cultivate{
	background: url(images/cultivate_icon.png) top left no-repeat;
}

.tribe{
	background: url(images/tribe_icon.png) top left no-repeat;
}



/*-----------Bible Studies------------*/

.bible_study_post{
	padding: 0 0 15px 0px;
	border-bottom: 1px solid #94795d;
	margin: 0 0 20px 0;
	
}

#content_left .weekly h3{
	margin-top: 25px;
	margin-bottom: 25px;
}

.weekly h4{
	color: #576734;
	font-size: 1.25em;
	font-weight: bold;
}

.weekly .item{
	border-bottom: 1px solid #3b2c1e;
	margin-bottom: 15px;
}

.weekly ul{
	margin: 0;
}

.weekly ul#bible_study_days li{
	list-style: none;
	display: inline;
	
}

/*-----------RESOURCES PAGE-----------------*/

.resources img, .connect img{
	width: 200px;
	height: 150px;
	background: url(images/pic_bg.png) no-repeat;
	padding: 10px 10px 20px 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	
}

.resources a, .connect a{
	display: inline-block;
	height: 25px;
	width: 50px;
	background: url(images/go_button.jpg);
	font-size: 0px;
}


/*-----------Recommended Reading------------*/

.rec-reading h5{
	color: #576734;
	font-size: 1.25em;
	font-weight: bold;
}

.rec-reading p img{
	float: right;
}



.rec-reading .item{
	border-bottom: 1px solid #3b2c1e;
	margin-bottom: 15px;
}

.book_content{
	width: 620px;
	display: block;
}

.rec-reading .item{
	padding-bottom: 15px;
	width: 619px;
	float: left;
}

.rec-reading .left{
	width: 1px;
}



/*-----------TEACHINGS PAGE---------------*/


.teachings_page .teaching{
	width: 610px;
}

.teachings_page object{
	display: none;
}

.teachings_page h5{
	color: #576734;
	font-size: 1.25em;
	font-weight: bold;
}

.search-terms{
	font-weight: bold;
}

/*-----------MINISTRY MAP---------------*/

.ministry-map hr, .helping-you hr{

	margin: 10px 0;
}







/*-----------POPOUT PLAYER------------*/

body#popout{
	background: url(images/pop-out-bg.jpg) no-repeat;
	width: 300px;
	height: 200px;
}

#popout .teaching{
	margin: 87px 0 0 5px;;
	font-family: Helvetica, Arial, Sans-serif;
	border: none;
}

#popout h1{
	color: #ffffff;
}

#popout p{
	color: #d2e9f2;
}

#popout p.audioplayer_container{
	position: absolute;
	top: 135px;
}

#popout #podcast{
display: none;


}

#popout p a{
		display: block;
	width: 120px;
	height: 25px;
	
	position: absolute;
	top: 165px;
	left: 170px;
}






/* Feature Slider */



.anythingSlider{ 
	width: 660px; 
	height: 300px; 
	position: relative; 
}
.anythingSlider .wrapper{ 
	width: 660px; 
	overflow: auto; 
	height: 300px; 
	position: absolute; 
	top: 0; 
	left: 0; 
}
.anythingSlider .wrapper ul{ 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #eee;
	margin: 0; 
}
.anythingSlider ul li{ 
	display: block; 
	float: left; 
	padding: 0; 
	height: 300px; 
	width: 660px; 
	margin: 0; 
	background: url(images/slide_bg.jpg)
}
.anythingSlider .arrow{ 
	display: block; 
	height: 20px; 
	width: 20px; 
	position: absolute; 
	top: 270px;
	margin-left: 32px;
	z-index: 10;
	cursor: pointer; 
}
.anythingSlider .forward{ 
	background: url(images/next_slide.png) no-repeat 0 0; 
	
}
.anythingSlider .back{ 
	background: url(images/prev_slide.png) no-repeat 0 0; 
	left: -22px; 
}
.anythingSlider .forward:hover{ 
	
}
.anythingSlider .back:hover{ 
	
}

#thumbNav{ 
	position: relative; 
	top: 270px; 
	text-align: center; 
}
#thumbNav a{ 
	color: #ffffff; 
	font: 12px Helvetica, Arial, sans-serif; 
	display: inline-block; 
	padding: 4px 0; 
	height: 12px; 
	width: 20px;
	margin: 0 5px 0 0; 
	background: url(images/num_bg.png) no-repeat; 
	text-align: center; 
	text-decoration: none;;

}

#thumbNav a.cur{ 
	background: url(images/num_bg_cur.png) no-repeat; 
	
}

#start-stop{ 
	font-size: 12px;
	background-image: url(images/play_pause.png); 
	color: white; 
	padding: 4px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 10px; 
	top: 270px; 
	text-decoration: none;
}
#start-stop.playing{ 

}

#start-stop:hover{ 

}

/* Prevents */
.anythingSlider .wrapper ul ul{ 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
.anythingSlider .wrapper ul ul li{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none;
}

/* Slide Content Styles */

/*

.slide h3{
	display: block;
	width: 620px;
	padding: 17px;
	font-family: 'Palatino', 'Palatino Linotype', 'Book Antiqua', Georgia, Times New Roman, serif;;
	font-weight: bold;
	font-size: 1.875em;
	color: #9c2c15;
	background: url(images/divider-2.png) bottom center no-repeat;
	margin-bottom: 10px;
}

.slide p{
	padding: 0 17px;
}

.slide p img.size-full{
	position: relative;
	top: -74px;
	left: -17px;
}

*/

.slide h3{
	display: none;
	}
	
	
	
	
	
	
	
	
/* YCODASLIDER 3.0 */


a:focus { outline:none }

div.ycodaslider {

    color: #000;
    width: 600px !important;
    margin: 0;
    padding: 0;
    text-align: center;

}

div.ycodaslider div.yslider-wrap { 
	width: 600px;
	padding: 0px;
}

div.yslider-viewer { 
    position: relative;
    border: 1px solid #dad8d2; 
    margin: auto;
    height: 150px;
    clear: both;
    background: #fbf9f2; 
    overflow: hidden; 
    width: 598px;    
    z-index: 1;
}

div.yslider-viewer div.yslider-container { 
  
    position: relative;
    left: 0; 
    top: 0;
    width: 100%;
    list-style-type: none;
}

div.yslider-viewer div.yslider-container div.yslider-panel { 
    float:left;
    height: 100%;
    position: relative;
    width: 600px;
    background: #fbf9f2; 
}
div.yslider-viewer div.yslider-container div.yslider-panel div.yslider-panelwrapper { 
/* Wrapper to give some padding in the panels, without messing with existing panel width */
   text-align: left;
 	padding: 10px;
}

#content_right div.yslider-viewer div.yslider-container div.yslider-panel div.yslider-panelwrapper p{ 
	font-size: .875em;
}

#content_right div.yslider-viewer div.yslider-container div.yslider-panel div.yslider-panelwrapper h3{ 
	font-weight: bold;
}

div.yslider-nav { /* This is the div to hold your nav (the UL generated at run time) */
    margin: 0 auto;
    width: 200px;
}
div.yslider-nav ul { 
	width: 300px;
    list-style: none;
    margin: 0 auto; 
    padding: 0;
}
div.yslider-nav ul li {
    float: left;
   
    list-style-type:none;
}
div.yslider-nav a { /* The nav links */
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 20px;
    padding-top: 50px;
    margin: 0 10px;
    background: #c6e3ff;
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2;

    
}
div.yslider-nav a:hover {
  
}

div.yslider-navl, div.yslider-navr { /* The left and right arrows */

}
div.yslider-navl a, div.yslider-navr a {

}

div.yslider-navl {
    display: none;
}
div.yslider-navr {
    display: none;
}

div.yslider-nav a#Tribe{
	background: url(images/tribe_icon_2.png) top center;
} 



div.yslider-nav a#Cultivate{
	background: url(images/cultivate_icon_2.png);

} 

div.yslider-nav a#Rewind{
	background: url(images/rewind_icon_2.png);
} 

div.yslider-nav a#Vintage{
	background: url(images/vintage_icon_2.png);
} 

div.yslider-nav a#Tribe.current, div.yslider-nav a#Cultivate.current, div.yslider-nav a#Rewind.current, div.yslider-nav a#Vintage.current{
    background-position: 0 -70px;
    }


.elder_summary{

	margin-bottom: 20px;
}


h3.trigger {
	padding: 0 0 0 40px;
	background: url(images/toggle_bg.gif) no-repeat;
	height: 32px;
	width: 580px;
	font-weight: normal;
	float: left;
	margin: 0px;
	
}
#content_left h3.trigger a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0;
	font-size: 20px;
}


h3.active {
	background-position: left bottom;
	} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	background: #fbf9f2;
	border: 1px solid #dad8d2;	
	overflow: hidden;


	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

.events_sidebar h3{
	color: #503d2a;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 7px;
	

}

.events_sidebar p.right{
	color: #70553a;
	font-size: .875em;
	margin: 0 7px 7px 7px;
	line-height: 1em;
}

.paper_icon{
	float: left;
	display: block;
	height: 48px;
	width: 48px;
	background: url(images/paperpencil_48.png);
	margin: 0 7px;
}

.events_sidebar .download a{

	display: block;
	height: 25px;
	width: 120px;
	background: url(images/download_button.png) no-repeat bottom;
	margin: 7px auto;
	text-align: center;
	text-decoration: none;
}


/*------Tabs for Home Groups ------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #dad8d2;
	
	width: 581px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	border: 1px solid #dad8d2; 
    background: #e5e3db; 
}
ul.tabs li a {
	height: 31px;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	border: 1px solid #fbf9f2; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #cac8c0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fbf9f2;
	border-bottom: 1px solid #fbf9f2; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #dad8d2;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fbf9f2;
}
.tab_content {
	padding: 20px;

}

a.rss{
	display: block;
	height: 30px;
	width: 30px;
	background: url(images/rss.png);
	float: right;
	position: relative;
	top: -50px;
}

/*

ul.tabs a#Tribe{
	background: url(images/tribe_icon_2.png) top center no-repeat;
} 


ul.tabs a#Cultivate{
	background: url(images/cultivate_icon_2.png) top center no-repeat;

} 

ul.tabs a#Rewind{
	background: url(images/rewind_icon_2.png) top center no-repeat;
} 

ul.tabs a#Vintage{
	background: url(images/vintage_icon_2.png) top center no-repeat;
} 

*/

