* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/bg_body.jpg) center top;
   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: 0 auto;
   background: url(/images/bg_container.jpg) repeat-y center 117px;
}

a{
   overflow: hidden;
}

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

#header{
   height: 77px;
   padding: 40px 0 0 47px;
   background: url(/images/bg_header.jpg) no-repeat;
}

#header h1{
   float: left;
   width: 158px;
   height: 58px;
   /*background: url(/images/bg_h1.gif) no-repeat;*/
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 158px;
   height: 58px;
}

#header h2{
   /*float: right;*/
   /*width: 380px;
   height: 73px;
   margin: 6px 52px 0 0;*/
   /*background: url(/images/bg_h2.gif) no-repeat;*/
   text-indent: -9999px;
}

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

#nav{
   float: left;
   width: 203px;
   background: #726735;
   list-style: none;
}

#nav li{
   border-bottom: 1px solid #FFF;
   font-size: 85%;
   font-weight: bold;
}

#nav li a{
   display: block;
   width: 173px;
   padding: 8px 15px;
   color: #FFF;
   text-transform: uppercase;
   text-decoration: none;
}

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

#nav li li{
   border-top: 1px solid #FFF;
   border-bottom: 0;
}

#nav li li a{
   width: 158px;
   padding-left: 30px;
   background: #E5E0BB;
   color: #726735;
}

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

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

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

#content-wrap{
   float: left;
   /*margin-top: -2px;*/
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   background: url(/images/bg_content-wrap.gif) no-repeat 229px bottom;
}

#content-wrap #home_image{
   border-bottom: 1px solid #FFF;
}

#content-wrap img#home_image,
#content-wrap #home_image object{
   display: block;
}


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

#content{
   position: relative;
   float: right;
   width: 468px;
   margin-top: -174px;
   padding: 0 25px 125px 25px;
}

body#home #content{
   margin-top: 0;
   padding-top: 25px;
}

#content h3{
   float: left;
   margin: 25px 0 .5em;
   padding-bottom: 5px;
   border-bottom: 1px solid #443D1B;
   color: #C5BC79;
   font-size: 115%;
   font-weight: normal;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#content p{
   clear: left;
   margin-bottom: 1em;
   color: #E5E0BB;
   font-size: 90%;
   line-height: 1.4;
}

#content ul{
   clear: left;
   margin-bottom: 1em;
   color: #E5E0BB;
   font-size: 90%;
   line-height: 1.4;
}

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

#content a{
   color: #FFF;
}

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

#content #text{
   clear: left;
   margin-bottom: 10px;
   color: #E5E0BB;
}

#content #mediabox{
   position: absolute;
   top: 30px;
   right: 20px;
   padding: 5px 5px 0;
   border: 1px solid #666;
   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 .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;
}

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

#sidebar{
   clear: left;
   width: 170px;
   padding: 15px;
}

#sidebar h3{
   margin-bottom: .4em;
   color: #C3C18B;
   font-size: 105%;
   font-style: italic;
}

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

#sidebar a:link {
   color: #FFF;
}

#sidebar a:visited {
   color: #FFF;
}

#sidebar a:hover { 
   color: #FFF;
}

#sidebar a:active {
   color: #FFF;
}




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

#footer{
   clear: both;
   padding: 15px 0 5px;
   background: url(/images/bg_footer.jpg) no-repeat;
}

#footer p{
   color: #FBFDFD;
   font-size: 85%;
   text-align: center;
   margin:0;
}

#footer a:link {
   color: #FBFDFD;
}

#footer a:visited {
   color: #FBFDFD;
}

#footer a:hover { 
   color: #FBFDFD;
}

#footer a:active {
   color: #FBFDFD;
}


/* =Events/Calendar
---------------------------------------------------------------------
*/
#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #FFF;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: .4em;
   color: #958A3A;
   font-size: 1.8em;
   text-transform: uppercase;
   text-align:center;
   width:450px;
}

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

#content table.calendar th{
   padding: 5px 0;
   border-bottom: 1px solid #FFF;
   background: #564d23;
   color: #FFF;
   font-weight: normal;
   font-size: .8em;
}

#content table.calendar td{
   width: 62px;
   height: 70px;
   padding: 2px;
   border: 1px solid #FFF;
   border-left: 0;
   border-top: 0;
   background: #362E0E;
   color: #e5e04a;
   vertical-align: top;
   font-size: .8em;
}

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

#content table.calendar td ul{
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   list-style: none;
   line-height: 1.2;
}

#content table.calendar td li{
   margin-bottom: .5em;
}

#content #event{
   margin-left: 22px;
}

#content #event h5{
   margin-bottom: 1em;
}

#content #event p{
   margin-bottom: 1em;
}

#content p.back{
   text-align: right;
}

#content fieldset{
	border:none;
	vertical-align: top;
}


