* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/bg_body.jpg);
   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: 738px;
   margin: 0 auto;
   background: #1C0F01;
}

a{
   overflow: hidden;
}

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

#header{
   position: relative;
   z-index: 5000;
   width: 684px;
   height: 36px;
   margin: 0 auto 1px;
   padding-top: 67px;
   background: url(/images/bg_header.gif) repeat-x left bottom;
}

#header h1{
   position: absolute;
   top: 0;
   left: 0px;
   z-index: 999;
   width: 249px;
   height: 103px;
   background: url(/images/bg_h1.jpg) no-repeat;
   text-indent: -9999px;
   /*font-size: 0;*/
}

#header h1 a{
   display: block;
   width: 249px;
   height: 103px;
}
#header h1	{ display:none; }
/* =Navigation
---------------------------------------------------------------------
*/

#nav{
	/*
   float: right;
   width: 435px;
   */
   height: 23px;
   /*padding-left: 264px;*/
   border-top: 1px solid #FDFDFC;
   border-bottom: 1px solid #FDFDFC;
   background: #1C0F01;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 90%;
}

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

#nav li a:hover{
   background: #DAD597;
   color: #1C0F01;
}

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

#nav li li{
   font-size: 90%;
   line-height: 1.3;
}

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

#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: 76px;
   padding: 7px 12px;
   background: #1C0F01;
}

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

#container-inner{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 670px;
   margin: 0 34px;
   background: url(/images/bg_container-inner.jpg) repeat-y center bottom;
}

#container-inner img{
   display: block;
   border-bottom: 9px solid #1C0F01;
}

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

#content-wrap{
   display: inline; /* IE6 double margin float bug hack */
   position: relative;
   float: left;
   width: 630px;
   /*margin-top: 9px;*/
   margin: 0 20px;
   background: url(/images/bg_content.gif) repeat-x left 72px;
}

#content-wrap form{
   position: absolute;
   top: 17px;
   right: 0px;
   width: 210px;
}

#content-wrap form h3{
   color: #594211;
   font-size: 115%;
   font-weight: normal;
   font-family: "Times New Roman", Georgia, Times, serif;
}

#content-wrap form fieldset{
   padding: 4px;
   border: 0;
   background: #1D0F01;
}

#content-wrap form input#text_search{
   padding: 2px;
   font-size: 85%;
}

#content-wrap form input#submit_search{
   border: 0;
   background: none;
   color: #CCBF8E;
   font-size: 85%;
   text-transform: uppercase;
}

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

#content{
   position: relative;
   float: left;
   width: 400px;
}

#content h3{
   margin: 1.75em 0 1em;
   color: #594211;
   font-size: 167%;
   font-weight: normal;
   font-family: "Times New Roman", Georgia, Times, serif;
}

#content h4,
#content h5,
#content h6{
   color: #594211;
}

#content p,
#content li,
#content td {
   margin-bottom: 1em;
   color: #030303;
   font-size: 90%;
}

#content p *,
#content li *,
#content td * { font-size:100%; }

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

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

#content a{
   color: #665517;
   text-decoration: none;
}

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

#content img{
   border: 0;
}

#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;
   */
   float:right;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #1C0F01;
   margin-top: -55px;
   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/download_icon.gif);
}

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

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

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #0C0601;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: .4em;
   color: #010101;
   font-size: 90%;
}

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

#content table.calendar th{
   padding: 2px 0;
   border-bottom: 1px solid #0C0601;
   background: #863F00;
   color: #FFF;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #0C0601;
   border-left: 0;
   border-top: 0;
   background: #EEDB6F;
   color: #863F00;
   font-size: 90%;
   vertical-align: top;
}

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

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

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

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

#sidebar{
   float: right;
   width: 190px;
   margin-top: 87px;
   padding: 10px;
   padding-top: 0;
   background: #d5c383;
}

#sidebar h3{
   margin-top: 20px;
   padding-bottom: 5px;
   padding-top: 3px;
   color: #1D0F01;
   font-size: 115%;
   font-weight: normal;
   font-family: "Times New Roman", Georgia, Times, serif;
}

#sidebar p{
   padding-left: 5px;
   margin-bottom: .95em;
   font-size: 85%;
}

#sidebar a{
   color: #665517;
   text-decoration: none;
}

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

#sidebar img{
   border: 0;
}

#sidebar form{
   position: static;
   width: auto;
}

#content-wrap form input#text_eletter{
   padding: 2px;
   font-size: 85%;
}

#sidebar form input#submit_eletter{
   border: 0;
   background: none;
   color: #CCBF8E;
   font-size: 85%;
   text-transform: uppercase;
}

#sidebar #series{
   width: 185px;
   border: 3px solid #E8DFBE;
   text-indent: -9999px;
}

#sidebar #upcoming-events{
   float: left;
   margin-bottom: 16px;
  /* border-bottom: 7px solid #CAC292;*/
}

#sidebar #upcoming-events h3{
   position: relative;
   width:160px;
   height: 25px;
   margin: 0px 0px;
   padding: 12px 0px 0px 0px;
   background: url(/images/bg_h3_upcoming-events.gif) no-repeat;
}

#sidebar #upcoming-events h3 span{
   float: left;
}

#sidebar #upcoming-events h3 a{
   display: block;
   float: left;
   width: 14px;
   height: 14px;
   margin: 2px 0 0 5px;
   background: url(/images/bg_calendar.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar #upcoming-events .event{
   float: left;
   border-bottom: 1px solid #d5c383;
}

#sidebar #upcoming-events .event a{
   display: block;
   width: 160px;
   padding: 8px 22px 0px 8px;
   background: #ddcd95;
   text-decoration: none;
}

#sidebar #upcoming-events .event a:hover{
   background: #e6dab1;
}

#sidebar #upcoming-events .event h4{
   margin-bottom: .5em;
   color: #594211;
   font-size: 85%;
   text-transform: uppercase;
}

#sidebar #upcoming-events .event p{
   float: left;
   padding-right: 10px;
   background: url(/images/bg_event_a.gif) no-repeat right center;
   color: #020202;
   font-size: 85%;
}


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

#footer{
   clear: both;
   margin-top: -1px;
   padding: 55px 0 10px;
   background: url(/images/bg_footer.jpg) no-repeat center top;
   color: #DAD597;
   font-size: 90%;
   text-align: center;
}

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

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

/* =Sermons
---------------------------------------------------------------------
*/
.sermonbox 		{ position:relative; }
.sermonbox ul	{ position:absolute; top:25px; right:20px; margin:0; padding:0; list-style:none; }
.sermonbox li	{ float:left; }
.sermonbox li a	{ display:block; width:16px; height:16px; text-indent:-999em; margin-right:10px; }

.sermonbox li.sl_listen a	{ background:url(/images/play_icon.gif) no-repeat; }
.sermonbox li.sl_video a	{ background:url(/images/video_icon.gif) no-repeat; }
.sermonbox li.sl_download a	{ background:url(/images/download_icon.gif) no-repeat; }
.sermonbox li.sl_notes a	{ background:url(/images/notes_icon.gif) no-repeat; }
.sermonbox li a:focus		{ outline:none; }

#pagination		{ margin:0; padding:0; display:block; line-height:20px; }
#pagination a	{ margin:0 10px; }
#pagination a#off,
#pagination a#next,
#pagination a#previous	{ margin:0; }

#sorting select,
#sorting label			{ display:block;}
#sorting select			{ width:90%; margin-bottom:1.5em; text-indent:0; border:1px }
#sorting label			{ font-size:14px; }
#sorting a				{ font-size:12px; }
#sorting a:hover		{ text-decoration:underline; }
#sidebar #subscribe		{ padding:4px 0 4px 20px; background:url(/images/ipod_icon.gif) no-repeat left center; }
#sidebar #sorting select#series	 { border:1px; text-indent:0; width:90%;}