* {
   margin: 0;
   padding: 0;
}

body{
   background: #3C4E52;
   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: 770px;
   margin: 10px auto;
}

a{
   overflow: hidden;
}

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

#header h1{
   float: left;
   width: 525px;
   height: 94px;
   background: url(/images/bg_h2.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 525px;
   height: 94px;
}

#header form{
   width: 175px;
   float: right;
   margin-top: 65px;
}

#header form fieldset{
   border: 0;
}

#header form input#search_term{
   width: 100px;
   padding: 2px;
   font-size: 85%;
}

#header form a#search_go{
   padding: 1px;
   border: 1px solid #3C4E52;
   color: #FFF;
   font-size: 90%;
   text-transform: uppercase;
   text-decoration: none;
}

#header form a#search_go:hover{
   border: 1px solid #FFF;
}

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

#nav{
   width: 768px;
   float: left;
   border: 1px solid #FFFDFD;
   background: #327397 url(/images/bg_nav.gif) repeat-x;
   list-style: none;
}

#nav li{
   float: left;
   background: url(/images/bg_nav_li.gif) no-repeat left center;
   font-size: 75%;
   font-weight: bold;
   text-transform: uppercase;
}

#nav li#nav_home{
   background: none;
}

#nav li a{
   display: block;
   padding: 7px 12px 9px;
   color: #FFF;
   text-decoration: none;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 144px;
   margin-left: -1px;
   border: 1px solid #FFFDFD;
   list-style: none;
   line-height: 1;
}

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

#nav li ul ul{
   margin: -27px 0 0 124px;
}

#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: 120px;
   background: #327397;
}

#nav li li a:hover{
   background: #FFF;
   color: #327397;
}

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

#container-inner{
   clear: left;
   float: left;
   padding: 10px;
   border: 1px solid #FFF;
   border-top: 0;
   background: url(/images/bg_container-inner.gif);
}

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

#content-wrap{
   float: left;
   border: 1px solid #FFF;
   background: url(/images/bg_content-wrap.gif) repeat-y;
}

body#home #content-wrap{
   padding-bottom: 1px;
   border: 0;
   background: url(/images/bg_content-wrap_home.gif) no-repeat left bottom;
}

body#home #content-wrap-test{
   border: 0;
   background: url(/images/bg_content-wrap_home.gif) repeat-y;
}

/* body#home #content-wrap{
   padding-bottom: 1px;
   border: 0;
   background: url(/images/bg_content-wrap_home.gif) repeat-y;
} */

#content-wrap img{
   float: left;
   display: block;
   margin-bottom: 6px;
   border: 1px solid #FFF;
}

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

#content{
   position: relative;
   float: right;
   width: 480px;
   padding: 15px;
   padding-left: 25px;
   padding-bottom: 40px;
}

body#home #content{
   width: 390px;
   padding-left: 15px;
   border: 1px solid #FFF;
   border-bottom: 0;
   background: #3C4E52;
}

#content h3{
   margin-bottom: 1em;
   color: #FBFDFE;
   font-size: 130%;
   font-weight: normal;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

body#home #content h3{
   width: 384px;
   height: 21px;
   margin-bottom: 25px;
   background: url(/images/bg_h3_home.gif) no-repeat;
   text-indent: -9999px;
}

#content h4,
#content h5,
#content h6{
   margin-bottom: .5em;
   color: #FBFDFE;
}

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

#content ul,
#content ol{
   margin-left: 25px;
}

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

#content ul#values{
   list-style: none;
   width: 352px;
   margin: 30px auto 0;
}

#content ul#values li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 72px;
   margin: 0 8px;
   padding-top: 73px;
   background-repeat: no-repeat;
   color: #FBFBFA;
   font-size: 105%;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   /* text-transform: lowercase; */
   text-align: center;
}

#content ul#values li#gospel{
   background-image: url(/images/bg_values_gospel.jpg);
}

#content ul#values li#family{
   background-image: url(/images/bg_values_family.jpg);
}

#content ul#values li#growth{
   background-image: url(/images/bg_values_growth.jpg);
}

#content ul#values li#outreach{
   /*margin-right: none;*/
   background-image: url(/images/bg_values_outreach.jpg);
}

#content a{
   color: #76B7DB;
}

#content a:hover{
   background: #FFF;
   color: #327397;
}

#content img.mcms_stats{
   display: none; border:none;
}

#content .calendar{
   margin-bottom: 20px;
}
#content .calendar ul{
  height:50px;
}

#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: 0px;
   right: 0px;
   width: 135px;
   padding: 5px 5px 0;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #FFF;
   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 #text{
   color: #FBFBFA;
}

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

#sidebar{
   float: left;
   width: 196px;
  /*  padding: 246px 15px 15px; */
  padding: 270px 15px 1px;
   background: url(/images/bg_sidebar.jpg) no-repeat;
}

body#home #sidebar{
   width: 288px;
   border: 1px solid #FFF;
   border-bottom: 0;
   padding: 15px;
   background: #2F3536;
}

#sidebar{
   color: #FBFBFA;
   font-size: 85%;
   font-weight: normal;
}
#sidebar #quicklinks a{
   color: #76B7DB;
}
#sidebar #quicklinks a:hover{
   color: #327397;
   text-decoration: underline;
}
#sidebar #quicklinks{
   margin-bottom: 1em;
   color: #FBFBFA;
   font-size: 100%;
}
#sidebar p{
   margin-bottom: 1em;
   color: #FBFBFA;
   font-size: 120%;
}
#sidebar ul,
#content ol{
   margin-bottom: 1em;
   color: #FFF;
   font-size: 100%;
}
#sidebar #quicklinks h3{
   margin-bottom: .5em;
   color: #EDDDB2;
   font-size: 100%;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: none;
}

body#home #sidebar #quicklinks h3{
   font-size: 120%;
}
 
#sidebar #quicklinks ul{
   margin-bottom: 15px;
   padding-bottom: 10px;
   border-bottom: 2px solid #7B7E69;
   list-style: none;
}

/*body#home #sidebar ul#quicklinks{
   position: relative;
   padding-bottom: 35px;
}
*/

#sidebar #quicklinks li{
   margin-bottom: .3em;
   padding-left: 15px;
   font-size: 90%;
   background: url(/images/arrow.gif) no-repeat left center;
/*   background: url(/images/bg_li_quicklinks.gif) no-repeat left center; */
}

body#home #sidebar #quicklinks li{
   padding-left: 15px;
   font-size: 100%;
}

/*body#home #sidebar ul#quicklinks li{
   position: absolute;
}

#sidebar ul#quicklinks li#a-message-from-the-pastor{
   top: 0px;
   left: 0px;
}

#sidebar ul#quicklinks li#audio-messages{
   top: 15px;
   left: 0px;
}

#sidebar ul#quicklinks li#get-plugged-into-care-groups{
   top: 0px;
   left: 140px;
}

#sidebar ul#quicklinks li#upcoming-events{
   top: 15px;
   left: 140px;
}
*/

#sidebar #quicklinks li a{
   color: #FFF;
   text-decoration: none;
}

#sidebar #quicklinks li a:hover{
   text-decoration: underline;
}

#sidebar form fieldset{
   border: 0;
}

#sidebar form label{
   display: block;
   margin-bottom: .4em;
   color: #FFF;
   font-size: 85%;
   font-weight: normal;
   text-transform: lowercase;
}

#sidebar form input#text_eletter{
   border: 0;
   padding: 2px;
   font-size: 85%;
   vertical-align: middle;
}

#sidebar form input#submit_eletter{
   width: 45px;
   height: 19px;
   padding-bottom: 2px;
   border: 0;
   background: url(/images/bg_eletter_submit.gif) no-repeat;
   color: #2C291D;
   font-size: 85%;
   text-transform: lowercase;
   text-align: center;
   vertical-align: middle;
}

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

#footer{
   clear: both;
}

#footer p{
   color: #FBFBFA;
   font-size: 80%;
   text-align: center;
}

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

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

#sermontext	{
	width:99%;
}
#sermoncontent{
	margin: 0.5em;
   color: #FBFBFA;
}
#sermoncontent h1{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
}
#sermoncontent h2{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
#sermoncontent h3{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	white-space: pre;
	margin: 0.5em 0em 0em 0em;
}
#sermoncontent h4{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 1em;
	white-space: pre;
}
#sermoncontent h5{
	text-align: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	white-space: pre;
}
#sermoncontent blockquote{
	font-size: 12px; 
	font-style: italic; 
	margin: 1em;
	padding: 0em 2em 0em 2em;
	}
#sermoncontent indent{
	font-size: 12px; 
	margin: 1em;
	padding: 0em 2em 0em 2em;
	}
#sermoncontent p{
	margin: 1em 0em 0em 0em
	}
#sermoncontent ul{
	margin-top:0.5em; 
	margin-bottom:0em; 
	padding: 0em 3em 0em 0em; 
	list-style-position: outside
}
#sermonfooter{
	font-size: 10px; 
	text-align: left;
	margin: 2em 0em;
}
#sermonfooter hr{
	display: block;
	width: 60%;
}
#verseref{
	font-size: 12px; 
	font-style: italic; 
	margin: 1em 0em 1em 0em;
	padding-left: 0.5em;
}
#verseref ol{
	list-style-type:decimal; 
	margin-top:0.5em; 
	margin-bottom:0em; 
	padding: 0em 3em 0em 0em;
	font-size: 110%;
	list-style-position: outside
}
#verseref li{
	padding-bottom: 0.25em;
	}
#verseref blockquote{
	margin: 0.5em 0em 0em 0em;
	padding: 0em 3em 0em 2.5em;
}

.verse li{
	padding-bottom: 0.25em;
	}

