/* @override http://www.thissideoftherock.org/css/styles.css */

* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/body_bg.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: 784px;
   margin: 25px auto;
   /*padding: 18px 0 0;*/
}

a{
   overflow: hidden;
}

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

#header{
   position: relative;
   z-index: 999;
   float: left;
   width: 784px;
   height: 47px;
   background: url(/images/bg_header.gif) no-repeat;
}

#header h1{
   position: absolute;
   top: 45px;
   right: 18px;
   width: 225px;
   height: 99px;
   background: url(/images/bg_h1.jpg) no-repeat;
   text-indent: -9999px;
}

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

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

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin: 19px 0 0 32px;
   list-style: none;
}

#nav li{
   float: left;
   font-size: 75%;
   font-weight: bold;
   text-transform: uppercase;
}

#nav li#nav_home{
   padding-left: 10px;
}

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

#nav li a:hover{
   background: #4A0F03;
}

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

#nav li li{
   font-size: 113%;
   font-weight: normal;
   text-transform: none;
}

#nav li ul ul{
   margin: -28px 0 0 155px;
}

#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: 131px;
   padding: 8px 12px;
   border-bottom: 1px solid #362C12;
   background: #453A1A;
   color: #E6E0A8;
}

#nav li li a:hover{
   background: #362C12;
}

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

#container-inner{
   clear: both;
   float: left;
   width: 748px;
   padding: 0 18px 0 18px;
   background: url(/images/bg_container-inner.gif) repeat-y;
}

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

#content-wrap{
   float: left;
   width: 748px;
}

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

#content{
   position: relative;
   float: left;
   width: 482px;
   padding: 145px 20px 20px;
   background: url(/images/bg_content.jpg) no-repeat;
}

#header_image	{ margin:0 -20px; overflow-x: hidden; width:522px; }

body#home #content{
   width: 522px;
   height: 415px;
   padding: 0;
   background:none;
}

#content h3{
   margin: 0 -20px .5em;
   padding: 1em 20px 0;
   background: url(/images/bg_quicklinks.gif) no-repeat;
   color: #AFA55D;
   font-size: 120%;
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-weight: normal;
}

#content h4,
#content h5,
#content h6{
   color: #AFA55D;
   font-size: 100%;
   font-weight: normal;
}

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

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

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

#content a{
   color: #C4BD8E;
}

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

#content img#mcms_stats{
   display: none;
}

#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: 157px;
   right: 7px;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #4A4120;
   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);
}

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

#sidebar{
   float: right;
   width: 198px;
   padding: 105px 11px 10px 15px;
}

#sidebar h3{
   margin: 1em -11px 1em -15px;
   padding: 2px 15px;
   background: url(/images/bg_sidebar_h3.gif) repeat-y;
   color: #EBE3AA;
   font-size: 100%;
   /*font-weight: normal;*/
}

body#home #sidebar h3{
   margin: 0 0 .5em;
   padding: 0;
   background: none;
}

#sidebar h4{
   font-size: 85%;
}

#sidebar h4 a{
   color: #FEFDF9;
}

#sidebar p{
   color: #BCB164;
   font-size: 85%;
}

body#home #sidebar p{
   color: #C4BD8E;
}

#sidebar ul{
   margin: 1em;
   margin-right: 0;
}

#sidebar li{
   color: #BCB164;
   font-size: 75%;
}

#sidebar li a{
   color: #BCB164;
}

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

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

#sidebar img#mcms_stats{
   display: none;
}

#sidebar .sermonbox{
   position: relative;
   margin-bottom: 10px;
}

#sidebar .sermonbox p.more-link a{
   position: absolute;
   bottom: 0;
   right: 0;
   color: #FEFDF9;
   font-weight: bold;
}

#sidebar form#newsletter{
   margin: 20px 0 9px;
}

#sidebar form#newsletter fieldset{
   border: 0;
}

#sidebar form#newsletter label{
   display: block;
   margin-bottom: .5em;
   color: #C4BD8A;
   font-size: 75%;
   text-transform: uppercase;
}

#sidebar form#newsletter input#newsletter_text{
   width: 120px;
   padding: 2px;
   border: 0;
   font-size: 85%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar form#newsletter input#newsletter_submit{
   padding: 3px;
   border: 0;
   background: #751906;
   color: #FFF;
   font-size: 70%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#sidebar #service-times{
   margin: 0 -15px;
   padding: 15px;
   padding-top: 0;
   background: url(/images/bg_service-times.jpg) no-repeat left bottom;
}

#home #cal	{    background: url(/images/bg_service-times.jpg) no-repeat left top; margin:0 -15px; padding:15px; }

body#home #sidebar #service-times{
   padding-top: 20px;
   background: url(/images/bg_service-times.jpg) no-repeat;
}

#sidebar #service-times h3{
   margin: 0 0 1em;
   background: none;
   color: #A29850;
   font-size: 85%;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
}

#sidebar #service-times h3 span{
   padding-bottom: .25em;
   border-bottom: 1px solid #480F04;
}

#sidebar #service-times p{
   margin-bottom: 0;
   color: #C4BD8A;
   font-weight: bold;
   text-align: center;
}

#sidebar #service-times p a{
   display: block;
   margin-top: .75em;
   color: #C4BD8A;
   font-weight: normal;
   font-style: italic;
}

#sidebar table.calendar{
   margin: 0 auto 10px;
   width: 90%;
   border: 1px solid #3B382D;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
   background: #161306;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar table.calendar caption{
   margin: 0 15px .25em;
   color: #CCC593;
   font-size: 90%;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-align: left;
}

#sidebar table.calendar th{
   background: #6D1606;
   padding: 3px;
   color: #FEFEFD;
   font-size: 75%;
   font-weight: bold;
   text-align: center;
}

#sidebar table.calendar td{
   padding: 4px 3px;
   color: #E9E9D2;
   border: 1px solid #3B382D;
   border-left: 0;
   border-top: 0;
   font-size: 85%;
   font-weight: normal;
   text-align: center;
}

#sidebar table.calendar td.linked-day{
   padding: 0;
}

#sidebar table.calendar a{
   display: block;
   padding: 4px 2px;
   background: #4D3305;
   color: #E9E9D2;
   text-decoration: none;
}

/* =Quicklinks
---------------------------------------------------------------------
*/

#quicklinks{
   float: left;
   width: 522px;
   padding-top: 5px;
   margin-top:5px; 
   background: url(/images/bg_quicklinks.gif) no-repeat;
   list-style: none;
}

body#home #quicklinks{
   padding-top: 0;
}

#quicklinks li{
   float: left;
   width: 129px;
   padding-right: 1px;
   font-size: 75%;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
}
#quicklinks img	{ border:0; display:block; margin-bottom:3px; }
#quicklinks li a{
   display: block;
   width: 129px;
   height:auto;
   background-color: #1C1004;
   background-repeat: no-repeat;
   color: #C4BD8E;
   text-decoration: none;
}
/* =Footer
---------------------------------------------------------------------
*/

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

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

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