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

body{
   background: url(/images/bg_body.jpg);
   font-family: Georgia, Times, "Times New Roman", serif;
   font-size: 62.5%;
}

hr{
   display: none;
}

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

#container{
   width: 758px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

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

#header{
   height: 221px;
   padding: 0 12px;
   background: url(/images/bg_header.gif) no-repeat;
}

body#home #header{
   height: 305px;
   background: url(/images/bg_header_home.gif) no-repeat;
}

#header h1{
   width: 734px;
   height: 186px;
   background: url(/mediafiles/sub-header.jpg) no-repeat;
   text-indent: -9999px;
}

body#home #header h1{
   height: 269px;
   background: url(/mediafiles/home-header1.jpg) no-repeat;
}

#header h1 a{
   display: block;
   width: 734px;
   height: 186px;
}

body#home #header h1 a{
   height: 269px;
}

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

#nav{
   list-style: none;
   margin:0 auto; width:600px;
}

#nav li{
   float: left;
   font-size: 1.4em;
   text-transform: lowercase;
}

#nav li a{
   display: block;
   padding: 10px 12px 10px;
   color: #676767;
   text-decoration: none;
}

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

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

#nav li li{
   font-size: .9286em;
}

#nav li ul ul{
   margin: -29px 0 0 154px;
}

#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{
   padding: 7px 10px;
   width: 134px;
   background: #303C47;
   color: #ABABAB;
}

#nav li li a:hover{
   background: #3C4B59;
   color: #FFFEFE;
}

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

#container-inner{
   float: left;
   width: 758px;
   background: url(/images/bg_container-inner_test.gif) repeat-y center top;
}

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

#content-wrap{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 640px;
   margin: 0 32px;
   padding: 29px 27px 10px;
   background: #E4D4B2 url(/images/bg_content-wrap.gif) repeat-x;
}

body#home #content-wrap{
   background-image: url(/images/bg_content-wrap_home.gif);
}

#quicklinks{
   position: relative;
   float: left;
   width: 708px;
   padding: 42px 25px 10px;
   background: url(/images/bg_quicklinks.gif) no-repeat center top;
}

#quicklinks span{
   display: block;
   position: absolute;
   right: 186px;
   width: 50px;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-align: center;
}

#quicklinks span.month{
   top: 75px;
   color: #E4D4B2;
   font-size: 1.2em;
   text-transform: uppercase;
}

#quicklinks span.day{
   top: 94px;
   color: #330800;
   font-size: 3.6em;
   text-decoration: none;
}

#quicklinks img{
   margin: 0 8px;
   border: 5px solid #292C2E;
}

#quicklinks a{
   text-decoration: none;
}

#quicklinks a:hover img{
   border: 5px solid #373b3E;
}

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

#content{
   float: left;
   width: 421px;
}

body#home #content{
   width: auto;
}

#content h3{
   margin-bottom: .5em;
   padding-bottom: 9px;
   color: #000;
   font-size: 2.1em;
   font-weight: normal;
   background: url(/images/bg_content_h3.gif) no-repeat left bottom;
}

body#home #content h3{
   margin-bottom: .75em;
   padding-bottom: 18px;
   background-image: url(/images/bg_content_h3_home.gif);
   text-align: center;
}

#content h4,
#content h5,
#content h6{
   margin-bottom: .5em;
   color: #333F4A;
   font-size: 1.4em;
}

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

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

#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 #94896E;
   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 #D0CDB0;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: 10px;
   color: #3E5367;
   font-size: 1.6em;
}

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

#content table.calendar th{
   padding: 6px 0;
   background: #333F4A;
   color: #FAFAFD;
   font-size: 1.2em;
   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 #D0CDB0;
   border-left: 0;
   border-top: 0;
   background: #F0EBDF;
   color: #747473;
   font-size: 1em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   vertical-align: top;
}

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

#content table.calendar td a{
   color: #3E5367;
}

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

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

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

#sidebar{
   float: right;
   width: 189px;
}

#sidebar h3{
   margin: 3px 0 10px;
   padding-bottom: 9px;
   background: url(/images/bg_sidebar_h3.gif) no-repeat left bottom;
   color: #000;
   font-size: 1.8em;
   font-weight: normal;
   text-transform: lowercase;
}

#sidebar #upcoming-events{
   margin-bottom: 20px;
   background: url(/images/bg_upcoming-events.gif) repeat-x left 35px;
}

#sidebar #upcoming-events h3{
   background: url(/images/bg_sidebar_h3_upcoming-events.gif) no-repeat left bottom;
}

#sidebar #upcoming-events .event{
   margin: 0 9px;
   padding: 9px 0;
   background: url(/images/bg_upcoming-events_event.gif) repeat-x left bottom;
}

#sidebar #upcoming-events .event h4{
   margin-bottom: .25em;
   color: #3E5367;
   font-size: 1.3em;
   font-weight: normal;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#sidebar #upcoming-events .event p{
   font-size: 1.2em;
}

#sidebar #upcoming-events .event a{
   color: #1A1F24;
   text-decoration: none;
}

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

#sidebar #upcoming-events p.more{
   margin-top: 10px;
   font-size: 1.1em;
   text-align: right;
}

#sidebar #upcoming-events p.more a{
   padding-left: 10px;
   background: url(/images/bg_upcoming-events_more.gif) no-repeat left 55%;
   color: #3E5367;
}

#sidebar #upcoming-events p.more a:hover{
   text-decoration: none;
}

#sidebar #latest-message{
   float: left;
   width: 189px;
   margin-bottom: 20px;
}

#sidebar #latest-message h4{
   margin-bottom: .5em;
   font-size: 1.3em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar #latest-message h4 a{
   color: #3E5367;
   text-decoration: none;
}

#sidebar #latest-message h4 a:hover{
   text-decoration: underline;
}

#sidebar #latest-message p{
   margin-bottom: .75em;
   color: #858585;
   font-size: 1.2em;
}

#sidebar #latest-message p span.preacher{
   color: #000;
}

#sidebar #latest-message p span.date{
   color: #3E5367;
   font-size: .9167em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar #latest-message li{
   float: left;
   margin-right: 7px;
   background: #E5DAC2 url(/images/bg_sidebar_latest-message_li.gif) repeat-x;
   font-size: 1.3em;
   list-style: none;
}

#sidebar #latest-message li a{
   display: block;
   padding: 5px 6px 5px 23px;
   color: #303C47;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: 5px 45%;
}

#sidebar #latest-message li.play a{
   background-image: url(/images/bg_latest-message_play.gif);
}

#sidebar #latest-message li.download a{
   background-image: url(/images/bg_latest-message_download.gif);
}

#sidebar #search #searchForm{
   float: left;
   padding: 8px 7px;
   background: #E5D5B4 url(/images/bg_searchForm.gif) repeat-x left bottom;
}

#sidebar #search #searchForm #search_term{
   float: left;
   width: 110px;
   margin-right: 3px;
   padding: 4px 5px 5px;
   border: 1px solid #D3C39E;
   background: #F6F2E9;
   font-size: 1.2em;
   font-family: Georgia, Times, "Times New Roman", serif;
}

#sidebar #search #searchForm #search_go{
   display: block;
   float: left;
   width: 49px;
   height: 23px;
   margin-top: 1px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

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

#footer{
   clear: both;
   width: 676px;
   height: 63px;
   margin: 0 auto;
   padding: 17px 29px 0;
   background: #0F1216 url(/images/bg_footer.gif) no-repeat;
}

body#home #footer{
   background: #0F1216 url(/images/bg_footer_home.gif) no-repeat;
}

#footer p{
   float: left;
   color: #40474B;
   font-size: 1.1em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#footer p.powered{
   float: right;
}

#footer a{
   color: #40474B;
   text-decoration: none;
}

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