* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body{
   background: #282D30;
   font-family: "Lucida Grande", arial, helvetica, verdana, sans-serif;
   font-size: 62.5%;
}

hr{
   display: none;
}

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

#container{
   width: 784px;
   margin: 15px auto;
   background: url(/images/bg_container.gif) no-repeat;
}

a{
   overflow: hidden;
}

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

#header{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 736px;
   height: 99px;
   margin: 25px 24px 0;
   background: url(/images/bg_header.jpg) no-repeat;
}

#header h1{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 268px;
   height: 33px;
   margin: 25px 0 0 19px;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 268px;
   height: 33px;
}

/* Newsletter */

#header #newsletter{
   float: right;
   width: 195px;
   margin: 22px 25px 0 0;
}

#header #newsletter label{
   display: block;
   width: 110px;
   height: 12px;
   background: url(/images/bg_newsletter_h3.gif) no-repeat;
   text-indent: -9999px;
}

#header #newsletter #newsletter_text{
   float: left;
   width: 145px;
   margin-right: 5px;
   padding: 3px;
   border: 1px solid #868685;
   border-right-color: #BDBEBE;
   border-bottom: 0;
   border-left-color: #8E9192;
   background: #FFF url(/images/bg_newsletter_text.gif) repeat-x;
   color: #AEAEAE;
   font-size: 1.2em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#header #newsletter #newsletter_submit{
   display: block;
   float: left;
   width: 37px;
   height: 22px;
   border: 0;
   background: url(/images/bg_newsletter_submit.gif) no-repeat;
   text-indent: -9999px;
}

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

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   width: 239px;
   margin: 0 3px 4px 0;
   padding: 0 4px 4px;
   background: url(/images/bg_nav.gif) no-repeat;
   list-style: none;
}

body#home #nav{
   background: url(/images/bg_nav_home.gif) no-repeat;
}

#nav li{
   float: left;
   font-size: 1.6em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

body#home #nav li{
   font-size: 1.2em;
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: none;
}

body#home #nav li b{
   display: block;
   margin-bottom: 2px;
   font-size: 1.75em;
   font-weight: normal;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#nav li a{
   display: block;
   width: 205px;
   padding: 14px 17px;
   background: url(/images/bg_nav_li_a.jpg) no-repeat;
   color: #FDFDFC;
   text-decoration: none;
}

body#home #nav li a{
   padding: 21px 17px 27px;
   background: url(/images/bg_nav_li_a_home.jpg) no-repeat;
   color: #461E05;
}

body#home #nav li a b{
   color: #FDFDFC;
}

#nav li a:hover{
   background: url(/images/bg_nav_li_a_hover.jpg) no-repeat;
   color: #6D3008;
}

body#home #nav li a:hover{
   background: url(/images/bg_nav_li_a_hover_home.jpg) no-repeat;
   color: #000;
}

body#home #nav li a:hover b{
   color: #6D3008;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 160px;
   margin: -45px 0 0 -162px;
   border: 1px solid #000;
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: .8571em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: none;
}

#nav li ul ul{
   margin: -31px 0 0 -162px;
}

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

#nav li li a{
   width: 138px;
   padding: 9px 11px;
   background: #272C2F;
   color: #BFBFBF;
}

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

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

#container-inner{
   float: left;
   background: url(/images/bg_container-inner.gif) repeat-y;
}

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

#content-wrap{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 732px;
   margin: 0 24px;
   padding: 0 0 10px 5px;
   background: url(/images/bg_content-wrap.gif) repeat-y;
}

#content-wrap img#sub_header{
   float: left;
   border-bottom: 5px solid #282D30;
}

#content-wrap #home_header{
   border-bottom: 7px solid #321C0C;
}

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

#content{
   float: left;
   width: 450px;
   padding: 5px 16px 0;
}

#content #rotator{
   display: block;
   margin: -5px -16px 4px;
   /*padding: 0px 0px 5px 0px;*/
   border-bottom: 3px solid #282D30;
}

#content h3{
   margin: 0 -16px .5em;
   padding: 5px 16px;
   background: #572606 url(/images/bg_content_h3.jpg) no-repeat left center;
   color: #FFF;
   font-size: 1.7em;
   font-weight: normal;
}

#content h4{
   margin-bottom: 1em;
   color: #AEAEAE;
   font-size: 1.6em;
   font-weight: normal;
}

#content h5{
   margin-bottom: 1em;
   color: #FFF;
   font-size: 1.4em;
   font-weight: normal;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#content h6{
   margin-bottom: 1em;
   color: #BD9D5F;
   font-size: 1.3em;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1.5em;
   color: #DDD;
   font-size: 1.2em;
   line-height: 1.5;
}

body#home #content p,
body#home #content ul,
body#home #content ol,
body#home #content td{
   color: #F0EBD0;
   line-height: 1.4;
}

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

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   font-size: 1.1em;
   list-style: none;
}

#content li{
   line-height: 1.5;
}

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

#content a{
   color: #AFAFAF;
}

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

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content img#mcms_stats{
   display: none;
}

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

#content #mediabox{
   float: right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #321C0C;
   font-size: 1.1em;
   list-style: none;
}

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

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

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

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

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

#content #mediabox li#mb_notes a{
   background-image: url(/images/mb_notes.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 table.calendar{
   margin-bottom: 25px;
   border: 1px solid #2C2A27;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #FDFDFC;
   font-size: 1.4em;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

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

#content table.calendar th{
   padding: 6px 0;
   background: #C5C5C5 url(/images/bg_calendar_th.gif) repeat-x left bottom;
   color: #020201;
   font-size: 1.3em;
   font-weight: normal;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #2C2A27;
   border-left: 0;
   border-top: 0;
   background: #53595C;
   color: #BFBFBF;
   font-size: 1em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   vertical-align: top;
}

#content table.calendar td.empty{
   background: #53595C;
}

#content table.calendar td a{
   color: #FEFEFD;
   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: #FFF;
   text-decoration: underline;
}

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

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

#sidebar{
   display: inline; /* IE6 double margin float bug hack */
   clear: right;
   float: right;
   width: 239px;
   margin-right: 7px;
}

#sidebar h3{
   padding: 7px 8px;
   background: #42474A url(/images/bg_sidebar_h3.jpg) no-repeat left center;
   color: #FFF;
   font-size: 1.2em;
   font-weight: normal;
}

#sidebar .event{
   padding: 9px 11px 3px;
}

#sidebar .event h4{
   margin-bottom: .3em;
   color: #FEFDFD;
   font-size: 1.1em;
   font-weight: normal;
   text-transform: uppercase;
}

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

#sidebar .event a:hover{
   text-decoration: underline;
}

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

#footer{
   clear: both;
   padding: 35px;
   background: url(/images/bg_footer.gif) no-repeat;
}

#footer p{
   float: left;
   color: #53595C;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #53595C;
}