/* @override 
	http://copperhillchurch.monkcms.net/_css/styles.css
	http://cp.dev/_css/styles.css
	http://www.cornerstonescv.com/_css/styles.css
*/

/* Site: Praxis Church
   Authored: adam@monkdevelopment.com 11/11/09
*/

/* @group Initial */

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: 1px;
}
body {
	color: black;
	background: #000 url(../_img/body_bg.jpg) repeat-x;
	font: 62.5%/1em Arial, Helvetica, sans-serif;
}
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: "" "";
}

hr{
   display: none;
}

#skip{
   position: absolute;
   text-indent: -9999px;
   list-style: none;
   overflow: hidden;
}

#container{
   width: 939px;
   margin: 0 auto;
   position: relative;
}

a{
   overflow: hidden;
}

a:hover{
	color: #fdbf12;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.transparent {
	 filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#wrap{
	background: #000000 url(../_img/subpage_bg.jpg) repeat-x 0 0;
}

#sub #content-wrap{
	background: url(../_img/subpage_content-bg.png) repeat-y;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}



/*@end*/

/* @group Header */

#header{
	height: 193px;
	position: relative;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
}

#header #innerheader{
	position: relative;
}

#header #utility{
	height: 30px;
	position: absolute;
	right: 0;
	display: block;
	background: url(../_img/utility_bg.png) no-repeat left bottom;
	top: 2px;
	z-index: 2;
	padding-left: 20px;
	width: 610px;
	padding-top: 10px;
}

#header h1{
width: 325px;
height: 70px;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 0;
}

#header h1 a{
	display: block;
	height: 75px;
	background: url(../_img/logo.png) no-repeat;
	width: 325px;
	text-indent: -9999em;
}

#header #utility ul{
	float: left;
	width: 105px;
	margin-right: 10px;
}

#header #utility ul ul{
	float: none;
}
#header #utility ul li.link a{
	display: block;
	background: url(../_img/utility_selctor-bg.jpg) no-repeat;
	color: #fffeff;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	color:#cccccc;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

#header #utility ul li.link a.active{
	background-position: right 0;
}

#header #searchForm fieldset{
	width: 220px;
	padding-left: 25px;
}

#header #searchForm label{
	float: left;
	color: #fffeff;
	padding-top: 4px;
	padding-right: 10px;
	font: bold 1.1em Helvetica, Arial, sans-serif;
}

#header #searchForm input#search_term{
	border-style: none;
	height: 20px;
	width: 130px;
	background: transparent url(../_img/utility_search-bg.jpg) no-repeat;
	padding-left: 10px;
	float: left;
	display: inline;
}



#header #searchForm input#newsletter_submit:hover{
	background-position: 0 bottom;
}

#header #searchForm a{
	display: inline-block;
	width: 32px;
	background: url(../_img/utility_search_go-bg.jpg) no-repeat;
	height: 20px;
	text-indent: -9999em;
}

#header #searchForm a:hover{
	background-position: 1px -24px;
}

#header #utility .link .dropdown{
	background-color: #404040;
	width: 200px;
	border-bottom: 2px solid #fdbf11;
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
	padding: 10px;
}

#header #utility .link .dropdown li{

	margin-bottom: 0px;
}
#header #utility .link .dropdown li a{
	background-image: none;
	color: #cbcbcb;
}

#header #utility .link .dropdown li a:hover{
	color: #fdbf12;
}

#header #utility .link .dropdown li a.current{
	background: url(../_img/icn_listen-download_left.png) no-repeat 0 7px;
}

#header #utility li.login a{
	display: block;
	color: #cbcbcb;
	font-weight: bold;
	width: 100px;
	background: url(../_img/utility_btn_bg.jpg) no-repeat;
	text-decoration: none;
	padding: 5px 10px 9px 14px;
}

#header #utility li.login a:hover{
	background-position: right top;
}

/* @end */

/* @group Site Guide */
#site-guide.hide{
	display: none;
}
#site-guide-wrap{
background-color: #666;
	position: relative;
	top: 4px;
	z-index: 3;
}
#site-guide{
	background-color: #666;
	padding: 20px;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#site-guide .col{
	float: left;
	width: 200px;
}

#site-guide .col a{
	display: block;
	color: #ccccc9;
	font-size: 1.2em;
	margin-bottom: 5px;
	text-decoration: none;
	line-height: 1.2em;
}
#site-guide .col a:hover{
	color: #fffeff;
}


/* @end */




/* @group Navigation */

#mainnav{
	height: 48px;
	width: 100%;
	/*border-bottom: 2px solid #dc003c;
	border-top: 1px solid #9d9d9d;*/
	position: absolute;
	left: 0;
	bottom: 0px;
	background: url(../_img/nav_lines.png) no-repeat;
}

#nav{
   list-style: none;
	margin-top: 17px;
	padding-left: 0;
	padding-right: 20px;
	overflow: hidden;
}

#nav li{
   float: left;
	margin-right: 70px;
}

#nav li.last{
	margin-right: 0;
}

#nav li a{
   display: block;
   color: #9d9d9d; /* Change this to the right color */
   text-decoration: none;
   text-indent: -9999em;
   height: 20px;
	background: url(../_img/nav_bg.gif) no-repeat;
}

#nav li#nav_im-new-here a{
	width: 85px;
	background-position: 0 0;
}

#nav li#nav_identity a{
	width: 92px;
	background-position: -138px 0;
}

#nav li#nav_connect a{
	width: 95px;
	background-position: -293px 0;
}

#nav li#nav_global a{
	width: 76px;
	background-position: -458px 0;
}

#nav li#nav_resources a{
	width: 121px;
	background-position: -602px 0;
}

#nav li#nav_contact a{
	width: 90px;
	background-position: -793px 0;
}

#nav li#nav_im-new-here a:hover, #nav li#nav_im-new-here.current a{ background-position: 0 -34px; }
#nav li#nav_identity a:hover, #nav li#nav_explore.current a{ background-position: -138px -34px; }
#nav li#nav_connect a:hover, #nav li#nav_connect.current a{ background-position: -293px -34px; }
#nav li#nav_global a:hover, #nav li#nav_global.current a{ background-position: -458px -34px; }
#nav li#nav_resources a:hover, #nav li#nav_grow.current a{ background-position: -602px -34px; }
#nav li#nav_contact a:hover, #nav li#nav_contact.current a{ background-position: -793px -34px;}


/* @end */

/* @group Content */

#sub #content{
	width: 748px;
	float: left;
	color: #666666;
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 40px;
}

#content h2.pagetitle{
   color: #333333;
   font: bold 2.2em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 25px;
	text-transform: capitalize;
}

#content h3.subtitle{
	font-size: 1.6em;
	line-height: 1.6em;
	margin-bottom: 53px;
	color: #000;
}

#content h2{
   color: #ffffff;
   font: bold 2.0em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content h3{
	font-size: 2.4em;
	line-height: 1.2em;
	color: #fdbc0d;
}

#content h3 a{
	text-decoration: none;
	color: #fdbf12;
}

#content h3 a:hover{
	color: #d6d6d6;
}

#content h4{
	color: #ffffff;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}



#content h5{
	font-size: 1.6em;
	color: #989898;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h6{
	font-size: 1.4em;
	color: #feffff;
	font-weight: bold;
}
#content p,
#content li{
   margin-bottom: 1em;
   color: #e1e1e1;
   font-size: 1.2em;
   line-height: 1.5em;
}

#content strong{
	font-weight: bold;
	color: #fffeff;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
	
}

#content ul{
	list-style-type: disc;
}

#content ol{
	list-style-type: decimal;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
	border-bottom: 2px solid #dc003c;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 2px solid #dc003c;
	font-size: 1.8em;
	line-height: 1.6em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #fdbf12;
}

#content a:hover{
   text-decoration: none;
	color: #fdbf12;
}

#sub #content img{
}


#content #text{
   clear: both;
}

#content .sermonbox{
   margin-bottom: 20px;
}

#content .sermonbox h4{
   margin-bottom: 5px;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

#sub #content .column{
}

#sub #content .first.column{
	margin-right: 20px;
}

#content #text p.byline{
	color: #606060;
}

#sub #content #text .byline span{
	color: #999999;
	font-size: 1em;
	border-left: 2px solid #d7d7d7;
	padding-left: 5px;
	margin-left: 2px;
}
#sub #content #text .subscribe a, #filters #rss a{
	width: 36px;
	height: 33px;
	display: block;
	background: url(../_img/icn_rss.png) no-repeat; 
	text-indent: -9999em;
}
/* @end */

/* @group sidebar */

#sidebar{
	width:150px;
	float: left;
	margin-top: 40px;

}
#sidebar #subnav{
	padding-right: 10px;
}
#sidebar #subnav li{
	margin-bottom: 20px;
	font: 1.6em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}

#sidebar #subnav li.current a{
	color: #fdbf12;
}

#sidebar #subnav li a{
	color: #fffeff;
	text-decoration: none;
}

#sidebar #subnav li a:hover{
	color: #fdbf12;
}

#sidebar .section{
	background: url(../_img/sidebar_section-bg.png) no-repeat 0 bottom;
	width: 160px;
	position: relative;
	left: -10px;
	margin-bottom: 25px;
}

#sidebar .section .top{
	background: transparent url(../_img/sidebar_section-bg.png) no-repeat left top;
	width: 160px;
	height: 5px;
	top: -3px;
	position: relative;
}

#sidebar .section .text{
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
#sidebar .text{
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
}
#sidebar .text h3{
	color: #333333;
	font: 1.3em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin-bottom: 2px;
}

#sidebar .text a{
	color: #333333;
	text-decoration: none;
}

#sidebar .text a:hover{
	color: #fdbf12;
}

#sidebar .text .title{
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar .text p.date{
	font-size: .8em;
}

#sidebar .text .media{
	margin-bottom: 15px;
}

#sidebar .text .media a{
	padding-left: 10px;
	background: url(../_img/icn_listen-download.gif) no-repeat -0px 3px;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#sidebar .text .media a.download{
	padding-left: 10px;
	background: url(../_img/icn_listen-download.gif) no-repeat 0px -20px;
}

#sidebar .text .media a:hover{
	color: #fdbf12;
}

#sidebar #filter{
	margin-top: 30px;
}

/* @group Filters */
#sub #sidebar #filter h3{
	font-size: 1.2em;
	font-weight: 200;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #a2a2a2;
}

#sub #sidebar #filter ul{
	margin-bottom: 25px;
}

#sub #sidebar #filter li{
	margin-bottom: 5px;
}

#sub #sidebar #filter li a{
	color: #333333;
	text-decoration: none;
	font-size: 1.1em;
}

#sub #sidebar #filter li a:hover{
	color: #be0815;
}


/* @end */

/* @end */

/* @group footer */

#footer-wrap{
	border-top: 2px solid #454545;
	padding-bottom: 100px;
	background-color: #151414;
}
#footer{
   clear: both;
   position: relative;
   width: 939px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	color: #cccccc;
	font: 1.2em Arial, Helvetica, sans-serif;
}

#footer #top{
	margin-bottom: 20px;
}

#footer .subline{
	font-size: .9em;
	margin-top: 10px;
}

#footer #newsletter{
	width: 200px;
	display: inline;
	position: absolute;
	top: 28px;
	left: 350px;
}

#footer #newsletter fieldset{
	width: 220px;
}

#footer #newsletter input#newsletter_text{
	float: left;
	margin-right: 5px;
	border-style: none;
	background: transparent url(../_img/newsletter_input_bg.png) no-repeat;
	padding-top: 0;
	padding-left: 5px;
	width: 128px;
	padding-right: 5px;
	font-size: .8em;
	font-style: italic;
	height: 18px;
	color: #797979;
}

#footer #btm{
	border-top: 1px solid #999;
	padding-top: 8px;
}

#footer #btm .left{
	width: 400px;
	float: left;
}

#footer a,
#footer span.welcome{
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font: bold .8em Arial, Helvetica, sans-serif;
}

#footer #btm  a:hover{
	color: #fdbf12;
}
#footer #btm .right{
	float: right;
}

#footer #btm .left p{
	margin-bottom: 5px;
}

#footer #btm .twitter{
	display: inline-block;
	text-indent: -9999em;
	width: 60px;
	height: 12px;
	background: url(../_img/twitter_logo.png) no-repeat;
	position: relative;
	top: -1px;
}

#footer #btm .facebook{
	display: inline-block;
	text-indent: -9999em;
	width: 60px;
	height: 13px;
	background: url(../_img/facebook_icon.png) no-repeat;
	position: relative;
	top: -2px;
}

#footer p.powered{
	font-size: .9em;
	text-align: right;
	margin-top: 25px;
	display: inline-block;
	float: right;
}

#footer p.powered a{
	display: block;
	background: url(../_img/ekklesia360_logo.png) no-repeat;
	width: 95px;
	height: 50px;
	text-indent: -9999em;
	text-align: left;
	float: right;
}

#footer .sep.last{
	display: none;
}


#footer .sep{
	color: #999;
}

/* @end */




/* @group Steps */
#sub #content ul#steps{
	clear: both;
	list-style-type: none;
	list-style-image: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 31px;
	padding-top: 25px;
	float: left;
	width: 750px;
}


#sub #content #steps li{
	float: left;
}

#sub #content #steps li.first{
	margin-top: 4px;
}

#sub #content #steps li.last{
	float: right;
}

#sub #content #steps li img{
	float: none;
	margin: 0;
	padding: 0;
}

#sub #content #steps li span{
	position: relative;
	bottom: 28px;
	margin-left: 30px;
	color: #333333;
	font: 1.3em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* @end */

/* @group Im New Pages */


#content #im-new-here{
	background: url(../_img/h2_bg-im-new-titles.png) no-repeat;
	height: 20px;
	width: 250px;
	display: block;
	text-indent: -9999em;
	margin-bottom: 25px;
}

#content #im-new-what-we-believe{
	background: url(../_img/h2_bg-im-new-titles.png) no-repeat 0 -46px;
	height: 20px;
	width: 298px;
	display: block;
	text-indent: -9999em;
	margin-bottom: 25px;
}

#content #what-to-expect{
	background: url(../_img/h2_bg-im-new-titles.png) no-repeat 0 -92px;
	height: 25px;
	width: 290px;
	display: block;
	text-indent: -9999em;
	margin-bottom: 25px;
}

#content #visit-us{
	background: url(../_img/h2_bg-im-new-titles.png) no-repeat 0 -135px;
	height: 25px;
	width: 290px;
	display: block;
	text-indent: -9999em;
	margin-bottom: 25px;
}


/* @end */

/* @group Events */
#tabwrap{
	background: url(../_img/event_container_bg.png) no-repeat left bottom;
	padding-left: 10px;
	padding-bottom: 13px;
	padding-right: 13px;
	margin-bottom: 50px;
}

.tabwraptop{
	background: url(../_img/event_container_bg.png) no-repeat left top;
	height: 10px;

}

#tab3 #map{
	display: block;
	width: 725px;
	height: 402px;

}

#tabwrap #filterwrap{
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #dfdfdf;
	background: url(../_img/map_filter-ul-bg.png) repeat-x 0;
}
#tabwrap #filters{
	clear: both;
	display: block;
	overflow: hidden;
	padding-left: 25px;
}

#sub #content .tabs{
	margin-left: 0;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0;
	background-color: #f9f9f9;
	border-top: 1px solid #dfdfdf;
	
}

#sub #content .tabs li{
	float: left;
	padding: 12px 25px;
	border-right: 1px solid #dfdfdf;

}

#sub #content .tabs li.current{
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #fffeff;
    border-top: 1px solid #ffffff;
	position: relative;
	top: -1px;
	
	-moz-border-radius-bottomleft:3px;
	 -webkit-border-bottom-left-radius:3px;
 -moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
	left: -2px;
}

#sub #content .tabs li a{
	text-decoration: none;
	color: #676767;
}

#tabwrap #filters > div{
	float: left;

	padding-bottom: 10px;
	margin-right: 10px;
	border-right: 1px solid #dddcdc;
	padding-top: 10px;
	padding-right: 10px;
}

#tabwrap #filters > div:last-child, #tabwrap #filters > div.last{
	border-right-style: none;
}

#tabwrap #filters label{
	color: #505050;
	font-weight: bold;
	margin-right: 2px;
}

#tabwrap #filters select{
	width: 150px;
}

#tabwrap #items, #text #items{
	padding-top: 10px;
}

.events #text .item{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
}

#tabwrap .item{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 25px;
	padding-right: 25px;
}

#tabwrap .item:last-child, #tabwrap .item.last{
	border-bottom-style: none;
}

#tabwrap .item h3{
	font-size: 1.6em;
	color: #2e2e2e;
}

#tabwrap .item h3 a{
	text-decoration: none;
	color: #febf12;
}

#sub.eventpage #tabwrap .item h3 a:hover{
	color: #fdbf12;
}

#tabwrap .item .date{
	margin-bottom: 0;
	color: #fffeff;
	background-color: #919191;
	height: 40px;
	float: left;
	width: 35px;
	margin-right: 15px;
	padding: 5px 10px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.4em;
	position: relative;
}

#tabwrap .item .date span{
	font-size: 1.9em;
	display: block;
	padding-top: 2px;
}

#tabwrap .item .date .year{
	font-size: .5em;
	width: 20px;
	height: 20px;
	line-height: 1em;
	position: absolute;
	bottom: -8px;
	color: #f3f3f3;
	left: -2px;
	font-weight: normal;
	font-style: normal;
	display: none;
}
#tabwrap .item .summary{
	font-size: 1.1em;
}

.events #items .item .date{
	background-color: #919191;
	display: block;
	color: #fffeff;
	font-weight: bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	width: 72px;
	margin-bottom: 10px;
	line-height: 1em;
	padding: 5px 10px;
}


#sub.eventpage #tabwrap  h3 a{
	color: #141313;
}

#sub.eventpage #tabwrap p.summary{
	color: #909090;
}

/* @end */

/* @group Calendar */



.eventpage #content #calwrap{
	width: 720px;
	display: block;
	padding-top: 10px;
}
.eventpage #content table.calendar{
	margin-bottom:25px; 
	border: 1px solid #e3e1d9; 
	border-collapse: collapse; 
	width:720px;
	border-right-style: none;  
}

.eventpage #content table.calendar body{
	width:720px;
	text-align: right;
}
.eventpage #content table.calendar caption{ 
	padding:0 0 12px 50px; 
	color: #403f4e; 
	font-weight: bold;
	font-size:1.4em; 
	text-align:left; 
	background:url(/_img/caption_bg.png) no-repeat left top;

	left: 0;
	position: relative;
}



.eventpage #content .calendar span{ 
	display:block; 
	width:21px; 
	height:18px; 
	text-indent:-9999em; 
	position:absolute; 
	background:url(/_img/caption_span_bg.png) no-repeat;
}
.eventpage #content span.calendar-next{ 
	background-position:right top; 
	top:0; 
	left:22px;

}
.eventpage #content span.calendar-prev{ 
	background-position:left top; 
	top:0; 
	left:0px;
}
.eventpage #content table.calendar th	{ 
	 padding:0; 
	 background: #2f2f2d; 
	 color:#fefefe; 
	 font-size: 1.2em; 
	 font-weight: bold; 
	 line-height: 33px;
	 text-transform:uppercase;
	 text-align: center;
}
.eventpage #content table.calendar td{ 
	width: 68px; 
	height:68px; 
	padding: 2px; 
	border:1px solid #e3e1d9; 
	border-left:0; 
	text-align:right;
	border-top:0; 
	background:#fefefe url(/_img/td_bg.gif) repeat-x; 
	color: #686762; 
	font-size:1.0em; 
	vertical-align:top;

}
.eventpage #content table.calendar td.linked-day{
	background-color: #f5f2c7;
}
.eventpage #content table.calendar td a{ 
	color:#898781; 
	text-decoration: none; 
}

.eventpage #content table.calendar td a:hover{
	font-weight: bold;
	color: #fdbf12;
}
.eventpage #content table.calendar td ul{ 
	margin: .7em 0 0 .4em; 
	font-size: 100%; 
	list-style: none; 
	padding:6px;
	margin-right: -4px;
	display: block;
}
.eventpage #content table.calendar td li{ 
	margin-bottom: .95em; 
	font-size: 1.1em; 
	line-height: 1.3; 
	text-align:left; 
}
.eventpage #content table.calendar td li a{ 
	color: #575653; 
	text-decoration:none; 
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
.eventpage #content table.calendar td li a:hover{ 
	text-decoration:underline; 
	color: #fdbf12;
	font-weight: normal;
	font-style: normal;
}

.eventpage #content .calendar td.empty{
	background-color: #fcfcfc;
	background-image: none;
}

/* @end */

 

/* @group Sermons */


.sermons .item, #sub #content #items .item{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d6d6;
}

.sermons .item, #sub #content #items .item.detail{
	border-bottom: none;
}

.sermons #items .item h3, #items .item h3{
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 1.5em;
}
.sermons .item h3 a{
	margin-bottom: 0;
	line-height: 1em;
}

.sermons #items .item .byline{
	margin-bottom: 0;
}

.sermons .item .media{
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	border-left: 1px solid #d6d6d6;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sermons #items .item .media li{
	list-style-type: none;
	list-style-image: none;
	font-size: 1.1em;
}

.sermons #items .item .media li a{
	color: #fdbf12;
	text-decoration: none;
}

.sermons #items .item .media li a:hover{
	color: #fdbf12;
	border-bottom: 1px solid #d6d6d6;
}

.sermons #filters #top{
	display: block;
	width: 750px;
	height: 10px;
	background: url(../_img/event_container_bg.png) no-repeat 0 top;
	top: -10px;
	position: relative;
}

.sermons #filters{
	background: url(../_img/event_container_bg.png) no-repeat 0 bottom;
	position: relative;
	margin-bottom: 35px;
	height: 45px;
}

.sermons #filters select.first{
	margin-left: 25px;
}

.sermons #filters select{
	width: 110px;
	margin-right: 19px;
}

.sermons #filters #rss{
	position: absolute;
	right: 16px;
	top: 0;
}

.sermons #filters select .last{
	margin-right: 0;
}

.sermons #content #items h4.sermongroup{
	background-color: #313131;
	margin-bottom: 15px;
	color: #d6d6d6;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 1.4em;
}

.sermons #content #items .item p.byline{
	color: #ccc;
}

.sermons #content #items .item .byline span{
	color: #666666;
	font-size: 1em;
	border-left: 2px solid #d7d7d7;
	padding-left: 5px;
	margin-left: 2px;
}

.sermons #content #items .item.detail .byline span{
	color: #666666;
	font-size: 1em;
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}

.sermons #content #items .item .byline span.date{
	color: #fffeff;
	padding-right: 5px;
}

/* @end */

/* @group Comments */

#sub #content #comments{
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	margin-top: 15px;
}
#sub #content #text #comments h4{
	font-size: 1.4em;
	margin-bottom: 10px;
}

#sub #content #text #comments label{
	display: block;
}

#sub #content #text #comments textarea{
	width: 600px;
	margin-bottom: 10px;
	border: 1px solid #d5d5d5;
	height: 100px;
	padding: 10px;
	color: #333333;
	font: 1.1em/1.5em Helvetica, Arial, sans-serif;
}

#sub #content #text #comments .comment{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	padding: 10px;
}

#sub #content #text #comments .comment .comment-name{
	color: #333333;
	font-weight: bold;
	margin-bottom: 2px;
}

#sub #content #text #comments .comment .comment-name span.date{
	font-weight: normal;
	font-style: normal;
	color: #756666;
}


/* @end */

/* @group MePage */
#text.mePage table{
  color: #e1e1e1;
}
#text.mePage td.orderHistoryDetail table{
  margin-top: 15px;
}


#text.mePage label{
  float: left;
  width: 90px;
  line-height: 24px;
}

#text.mePage input{
  font-size: 13px;
  padding: 2px;
}

/* @end */








