/* @override http://www.bayareacommunity.org/css/styles.css */

* {
   margin: 0;
   padding: 0;
}

body{
   background: #578809;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-size: small;
}

hr{
   display: none;
}

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

#container{
   width: 772px;
   margin: 9px auto;
   background: url(/images/bg_container.gif) repeat-y;
}

a{
   overflow: hidden;
}

/* =Splash
---------------------------------------------------------------------
*/

#splash{
   float: left;
   background-image: url(/images/bg_h2.jpg);
   background-repeat: no-repeat;
   background-position: 99px 0px 0;
}

/* =Header
---------------------------------------------------------------------
*/

#header{
   float: left;
   width: 760px;
   padding: 0 6px;
   background: url(/images/bg_header.jpg) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 41px 0 12px 24px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 218px;
   height: 43px;
}

#header h2 { /*display:none;*/
   clear: both;
   width: 758px;
   height: 183px;
   border: 1px solid #FFF;
   background: url(/images/bg_h2.jpg) no-repeat;
   text-indent: -9999px;
}

body#home #header h2{
   display: none;
}

#headerGraphic{ 
   clear: both;
   border: 1px solid #FFF;
   width: 758px;
   height: 183px;
}

#header form#newsletter{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 170px;
   margin: 9px 11px 0 0;
}

#header form#newsletter fieldset{
   border: 0;
}

#header form#newsletter label{
   display: block;
   margin-left: 3px;
   color: #578809;
   font-size: 100%;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#header form#newsletter p{
   background: #A0BECB url(/images/bg_newsletter.gif) repeat-x;
   padding: 3px;
}

#header form#newsletter input#newsletter_text{
   width: 115px;
   padding: 1px 2px;
   font-size: 85%;
}

#header form#newsletter input#newsletter_submit{
   border: 0;
   background: none;
   color: #082758;
   font-size: 90%;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
}

/* =Navigation
---------------------------------------------------------------------
*/


#nav{
   position: relative;
   z-index: 20;
   float: left;
   width: 708px;
   padding: 0 25px;
   border: 1px solid #FFF;
   border-top: 0;
   background: #030303 url(/images/bg_nav.gif) repeat-x;
   list-style: none;
}

#nav li{
   position: relative;
   float: left;
   font-size: 85%;
   text-transform: uppercase;
}

#nav li a{
   display: block;
   padding: 6px 8px;
   color: #FFF;
   text-decoration: none;
}

#nav li a:hover{
   background: #4E7A08 url(/images/bg_nav_a_hover.gif) repeat-x;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 10;
   width: 150px;
   border: 1px solid #FFF;
   border-bottom: 0;
   list-style: none;
   line-height: 1;
}

#nav li li{
   border-bottom: 1px solid #FFF;
   font-size: 100%;
   text-transform: none;
}

#nav li ul ul{
   margin: -24px 0 0 150px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
   font-size: 100%;
}

#nav li li a{
   width: 134px;
   background: #B3D779;
   color: #070707;
}

#nav li li a:hover{
   background: #83B632;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 758px;
   margin: 0 6px;
   border: 1px solid #FFF;
   border-top: 0;
   border-bottom: 0;
   background: url(/images/bg_container-inner.gif) repeat-y;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   float: left;
   width: 758px;
   background: url(/images/bg_content-wrap.jpg) no-repeat left bottom;
}

body#home #content-wrap{
   /*background: url(/images/bg_content-wrap_home.jpg) no-repeat;*/
   background: url(/images/bg_home_content.jpg) no-repeat;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
   position: relative;
   z-index: 0;
   float: left;
   width: 486px;
   padding: 40px 25px;
   background: url(/images/bg_content.jpg) no-repeat;
}

body#home #content{
   width: 450px;
   height: 155px;
   padding: 32px 29px 0 254px;
   background: none;
}

#content h3{
   margin-bottom: .5em;
   color: #518809;
   font-size: 130%;
   font-weight: normal;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content h3 span{
   padding-bottom: .25em;
   border-bottom: 1px solid #D6E0C1;
}

#content h4,
#content h5,
#content h6{
   
}

#content p,
#content ul,
#content ol{
   margin-bottom: 1em;
   color: #030303;
   font-size: 90%;
   line-height: 1.5;
}

body#home #content p,
body#home #content ul,
body#home #content ol{
   color: #151515;
   font-size: 85%;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline{
   float: left;
   margin-bottom: 10px;
   font-size: 85%;
   list-style: none;
}

#content a{
   color: #578809;
}

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

#content img#mcms_stats{
   display: none;
}

#content #text{
   width: 99%;
   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;
}


#content #mediabox{
   /*position: absolute;
   top: 30px;
   right: 25px;*/
   float: right;
   width: 179px;
   padding: 5px 5px 0;
   background: #FFF;
}

#content #mediabox ul	{ margin:0; padding:0; list-style:none; }

#content #mediabox li{
   margin-bottom: 5px;
   font-size: 85%;
   font-weight: bold;
}

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
}

#content #mediabox li#mb_download a{
   background-image: url(/images/mb_download.gif);
}

#content #mediabox li#mb_jukebox a{
   background-image: url(/images/mb_jukebox.gif);
}

#content #mediabox li#mb_podcast a{
   background-image: url(/images/mb_podcast.gif);
}

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.gif);
}

#content #mediabox li#mb_video a{ background-image:url(/images/mb_video.gif); }

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar{
   float: right;
   width: 182px;
   padding: 20px;
   background: url(/images/bg_sidebar.jpg) no-repeat;
}

#sidebar h3{
   color: #518809;
   font-size: 90%;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}

#sidebar h4{
   color: #296095;
   font-size: 85%;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar h5{
   color: #252525;
   font-size: 85%;
   font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#sidebar h5 a{
   color: #252525;
}

#sidebar h5 a:hover{
   text-decoration: none;;
}

#sidebar p{
   color: #252525;
   font-size: 85%;
}

#sidebar a img{
   display: block;
   margin-bottom: 20px;
   padding: 1px;
   border: 1px solid #598101;
}

#sidebar div#e-invite{
   height: 45px;
   margin-bottom: 20px;
   padding: 1px;
   padding-left: 61px;
   border: 1px solid #598101;
   background: url(/images/bg_sidebar_e-invite.jpg) no-repeat 1px 1px;
}

#sidebar div#e-invite p{
   height: 43px;
   padding: 1px 6px;
   background: #E0ECF9;
}

#sidebar div#e-invite a{
   color: #4A729A;
   font-weight: bold;
   text-decoration: none;
}

#sidebar div#e-invite a:hover{
   text-decoration: underline;
}

/* =Footer
---------------------------------------------------------------------
*/

#footer{
   clear: both;
   width: 750px;
   /*height: 13px;*/
   padding: 0 11px 6px;
   background: url(/images/bg_footer.gif) no-repeat left bottom;
}

#footer p{
   font-size: 90%;
   color: #FFF;
}

#footer ul#quicklinks{
   width: 758px;
   height: 110px;
   margin: 0 -5px 2px;
   border: 1px solid #FFF;
   border-top: 0;
   list-style: none;
}

#footer ul#quicklinks li{
   float: left;
   text-indent: -9999px;
}

#footer ul#quicklinks li a{
   display: block;
   width: 188px;
   height: 110px;
}

#footer ul#quicklinks li#quicklink1 a{
   background: url(/media/footer1-1.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink1 a:hover{
   background: url(/media/footer1-2.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink2 a{
   width: 190px;
   background: url(/media/footer2-3.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink2 a:hover{
   width: 190px;
   background: url(/media/footer2-4.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink3 a{
   width: 191px;
   background: url(/media/footer3-1.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink3 a:hover{
   width: 191px;
   background: url(/media/footer3-2.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink4 a{
   width: 189px;
   background: url(/media/footer4-1.jpg) no-repeat;
}

#footer ul#quicklinks li#quicklink4 a:hover{
   width: 189px;
   background: url(/media/footer4-2.jpg) no-repeat;
}

#footer a{
color: #fff;
text-decoration: underline;
}

#footer a:hover{
text-decoration: none;
}

/* ----------- CALENDAR -----------*/
#content table.calendar{
   margin-bottom: 25px;
   border-left:1px solid #518809;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #518809;
   font-size: 1.4em;
}

#content table.calendar caption span{
   color: #518809;
}

#content table.calendar th{
   padding: 6px 0;
   background: #518809;
   border-right:1px solid #518809;
   color: #fff;
   font-size: 1.3em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #518809;
   border-left: 0;
   border-top: 0;
   background: #fff;
   color: #518809;
   font-size: 10px;
   vertical-align: top;
}

#content table.calendar td a{
   color: #518809;
   text-decoration: none;
}

#content table.calendar td ul{
   margin: .5em 0 0 .5em;
   font-size: 100%;
   list-style: none;
}

#content table.calendar td li{
   margin-bottom: .75em;
   font-size: 1.1em;
   line-height: 1.2;
}

#content table.calendar td li a{
   color: #518809;
   text-decoration: underline;
}

#content table.calendar td li a:hover{
   text-decoration: none;
}

/* @group EINVITE FORM */
#einvite form ol 					{ margin:0; padding:0; list-style:none; }
#einvite form fieldset				{ margin:0; padding:0; border:0; width:400px; }
#einvite form ol li 				{ padding:5px 0; margin-bottom:1.5em; }
#einvite form ol li label			{ float:left; width:35%; padding-top:5px; font-size:13px; font-weight:bold; }
#einvite form ol li label a			{ font-weight:normal; font-size:11px; }
#einvite form ol li input.text		{ float:right; width:54%; }
#einvite form ol li textarea		{ float:right; width:54%; height:100px; }
#einvite form fieldset.submit		{ padding:10px; }
#einvite form fieldset input.submit	{ margin-left:42%; }
/* @end */

.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 */