/* @override 
	http://www.thecrowdedhouse.com/_css/styles.css
	http://www.thecrowdedhouse.org/_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: #06a3ca;
}

/* 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: #e6e6e6 url(../_img/body_bg.jpg) repeat-x 0 0;
   border-top: 4px solid #606161;
 }

#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;
}

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

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

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

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

#utility ul ul{
	float: none;
}
#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;
}

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

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

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

#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;
}



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

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

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

#utility .link .dropdown{
	background-color: #fff;
	width: 200px;
	border-bottom: 2px solid #3898c6;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f1f1f1;
	padding: 10px;
}

#utility .link .dropdown li{

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

#utility .link .dropdown li a:hover{
	color: #06a3ca;
}

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

/* @end */

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

#utilitywrap{ 
width: 939px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	f }

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

#site-guide .col a{
	display: block;
	color: #ccccc9;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-decoration: none;
}
#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;
	
}

#mainnav{
	height: 48px;
	width: 100%;
	/*border-bottom: 2px solid #dc003c;
	border-top: 1px solid #9d9d9d;*/
	position: absolute;
	left: 0;
	bottom: 0px;

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

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

#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: 116px;
	background-position: 0 0;
}

#nav li#nav_explore a{
	width: 74px;
	background-position: -209px 0;
}

#nav li#nav_connect a{
	width: 74px;
	background-position: -387px 0;
}

#nav li#nav_serve a{
	width: 50px;
	background-position: -563px 0;
}

#nav li#nav_grow a{
	width: 46px;
	background-position: -716px 0;
}

#nav li#nav_contact a{
	width: 73px;
	background-position: -863px 0;
}

#nav li#nav_gospel-priority-areas a{
	width: 190px;
	background-position: -1012px 0;
}

#nav li#nav_im-new-here a:hover, #nav li#nav_im-new-here.current a{ background-position: 0 -34px; }
#nav li#nav_explore a:hover, #nav li#nav_explore.current a{ background-position: -209px -34px; }
#nav li#nav_connect a:hover, #nav li#nav_connect.current a{ background-position: -387px -34px; }
#nav li#nav_serve a:hover, #nav li#nav_serve.current a{ background-position: -563px -34px; }
#nav li#nav_grow a:hover, #nav li#nav_grow.current a{ background-position: -716px -34px; }
#nav li#nav_contact a:hover, #nav li#nav_contact.current a{ background-position: -863px -34px;}
#nav li#nav_gospel-priority-areas a:hover, #nav li#nav_gospel-priority-areas.current a{ background-position: -1012px -34px;}



/* @end */

/* @group Content */

#sub #content{
	/* SB HACK
	width: 748px; */
	width: 746px;
	float: left;
	color: #666666;
	font: 1.2em/1.6em Arial, Helvetica, sans-serif;
	/*SB HACK padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 40px;
	/* Hacked by Sam Baynham: sam.baynham@gmail.com*/
	background-color: #efefef;
	border-right: 1px solid #d2d2d2;
	padding: 30px 20px 40px 20px;
	min-height: 550px;
	/*Hack ends*/
}

#sub.oncol #content-wrap{
   background-image: none;
 }

#sub.oncol #content{ 
	width: 860px;
	padding-right: 40px;
 }
 
 #sub.tricol #content{ 
 	width: 540px;
 	padding-right: 40px;
 	min-height: 550px;
 }
#content h1{
   color: #000;
   font: bold 2.4em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 25px;
}
#content h2.pagetitle{
   color: #333333;
   font: bold 2.4em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 25px;
}

#content h3.subtitle{
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: 53px;
}

#content h2{
   color: #333333;
   font: bold 2.4em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   margin-bottom: 15px;
}

* 
 { 
 }
.imnew #content h2{ 
	margin-bottom: 15px;
 }
#content h3{
	font-size: 2em;
	line-height: 1.2em;
	color: #4b4b4b;
}

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

#content h3 a:hover{
	color: #06a3ca;
}

#content h4{
	/* Hacked SB font: 1.8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; */
	font: 1.6em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;	
	color: #333333;
}

#content h5{
	font-size: 1.6em;
	color: #333333;
	font-weight: bold;
}

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

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

#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: #333333;
}

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

#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: #333;
}

#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;

}
#rsidebar{ 

	float: left;
	margin-top: 40px;
   /*Hack SB border-left: 1px solid #d1d1d1; */
   /* Hack SB min-height: 550px; */
 }
#sidebar #subnav{
	padding-right: 10px;
}
#sidebar #subnav li{
	margin-bottom: 10px;
	font: 1.6em/1.3em Tahoma, Geneva;
}

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

#sidebar #subnav li a:hover,#sidebar #subnav li.current li a:hover{
	color: #06a3ca;
}

#sidebar #subnav li.current a, #sidebar #subnav li.current li.current a{ 
color: #06a3ca;
 }

#sidebar #subnav li ul{
   margin-top: 5px;
   margin-bottom: 15px;
 }

#sidebar #subnav li li{
   font-size: .9em;
   padding-left: 10px;
 }
 
 #sidebar #subnav li.current li a{
	color: #4b4b4b; 
 }
 

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

#rsidebar .section{ 
background: url(../_img/rsidebar_section-bg.jpg) no-repeat 0 bottom;
	width: 160px;
	position: relative;
	left: 0px;
	margin-bottom: 25px;
 }
 

#sidebar .section .top{
	background: url(../_img/sidebar_section-bg.png) 0 top;
	width: 155px;
	height: 10px;
}

#rsidebar .section .top{
	background: url(../_img/rsidebar_section-bg.jpg) 0 top;
	width: 160px;
	height: 10px;
}

#sidebar .section .text{
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	background: url(../_img/sidebar_section-bg.png) 0 bottom;
}

#rsidebar .section .text{
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	background: url(../_img/rsidebar_section-bg.png) 0 bottom;
}

#sidebar .text, #rsidebar .text{
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
}
#sidebar .text h3, #rsidebar .text h3{
	color: #333333;
	font: 1.3em/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	margin-bottom: 2px;
}

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

#sidebar .text a:hover, #rsidebar .text a:hover{
	color: #06a3ca;
}

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

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

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

#sidebar .text .media a, #rsidebar .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, #rsidebar .text .media a.download{
	padding-left: 10px;
	background: url(../_img/icn_listen-download.gif) no-repeat 0px -20px;
}

#sidebar .text .media a:hover, #rsidebar .text .media a:hover{
	color: #06a3ca;
}

#sidebar #filter,  #rsidebar .text .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: #666666;
}

#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;
}
#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: 300px;
	float: left;
}

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

#footer #btm  a:hover{
	color: #06a3ca;
}
#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.visitus  #content ul#steps{ 
float: left;
width: 300px;
 }


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

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

#sub #content #steps li.last{
	float: left;
	/*Hacked SB margin-left: 60px;*/
}

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

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

#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 #what-we-believe{
	background: url(../_img/h2_bg-im-new-titles.png) no-repeat 0 -46px;
	height: 20px;
	width: 290px;
	display: block;
	text-indent: -9999em;
	margin-bottom: 25px;
}

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

#content #get-connected{
	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;
}

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

#tabwrap .item h3 a:hover{
	color: #06a3ca;
}

#tabwrap .item .date{
	margin-bottom: 0;
	color: #fffeff;
	background-color: #bcbcbc;
	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;
}
/* @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: #06a3ca;
}
.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: #06a3ca;
	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;
	display: block;
	overflow: hidden;
	clear: both;
}

.sermons .item, #sub #content #items .item img{
   display: none;
 }

.sermons #items .item h3{
	padding: 0;
	margin: 0;
	line-height: 1em;
   font-size: 1.6em;
 }
.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: #545454;
	text-decoration: none;
}

.sermons #items .item .media li a:hover{
	color: #06a3ca;
	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: #333;
}

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

/* @end */

/* @group Comments */

#sub #content  #comments{
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	margin-top: 10px;
}
#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 */

#sub.connect #content-wrap{ 
	background: none;
 }
 #sub.connect #content{ 
 	width: 910px;
 	padding: 30px 20px 0 20px;
	/* Hacked by Sam */ 	
 	border-left: 1px solid #d2d2d2;
 }
 
 #sub.connect #comfilter{ 
 	background-color: #fff;
 	padding: 10px;
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
 }
 .connect #comfilter #countrycity,.connect #comfilter #community{ 
 	width: 150px;
 	min-height: 450px;
   border-right: 1px solid #e1e1e1;
   float: left;

 }
 
  .connect #comfilter #countrycity ul,.connect #comfilter #community ul{ 
  	margin: 0px;
   list-style-image: none;
   list-style-type: none;
 }
 
.connect #comfilter #countrycity ul li span { 
	display: block;
	padding: 5px;
	 background-color: #eee;
   
 }
 
 .connect #comfilter #countrycity .city, .connect #comfilter #community li{ 
 	padding: 2px 2px 2px 10px;
    background-color: #f8f8f8;
    cursor: pointer;
 }
 
 .connect #comfilter #community li{
   border-bottom: 1px solid #f1f1f1;
 }
 
  .connect #comfilter #countrycity .city:hover, .connect #comfilter #community li:hover,.connect #comfilter #countrycity li.current{
   background-color: #95e6fb;
   color: #fff;
 }
 .connect #comfilter #community li a{ 
 	text-decoration: none;
   color: #666;
 }
 .connect #comfilter #community li:hover a{ 
 	color: #fff;
 }
 #content #gmap{ 
  width: 750px;
  height: 350px;
  border: 1px solid #cccccc;
  display: block;
  margin-bottom: 25px;
 }

 .connect #comfilter #gmap{
   width: 585px !important;
   height: 421px !important;
   float: left !imporant;
   display: block !important;
   margin: 0;
   padding: 0;
   position: absolute;
   top:10px;
   right: 10px !important;
 }
 
  #pagination a{ 
 	padding:5px;
 	text-decoration: none;
   background-color: #fbfdfd;
   margin-right: 4px;
 }
 
  #pagination a:hover{
   background-color: #95e6fb;
   color: #fff;
 }
 
 #pagination a#off:hover{ 
 	color:#ccc;
 	 background-color: #fbfdfd;
 }
 
 #pagination a#current{
   color: #fffeff;
   background-color: #0294c4;
 }
 #pagination a#off{ 
 	color:#ccc;
 }
 
 






