* {
   margin: 0;
   padding: 0;
}

body{
   background: url(/images/bg_body.gif);
   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: 35px auto;
}

a{
   overflow: hidden;
}

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

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

#header h1{
   position: absolute;
   top: 29px;
   right: 14px;
   width: 206px;
   height: 200px;
   background: #3d3014 url(/media/the-loop-city-lights-logo.jpg) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 162px;
   height: 164px;
   margin: 18px 0 0 22px;
}

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

#meta_nav{
   position: absolute;
   top: 13px;
   right: 17px;
   list-style: none;
}

#meta_nav li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 7px;
   font-size: 75%;
   text-transform: uppercase;
   text-align: center;
   line-height: 1;
}

#meta_nav li a{
   display: block;
   width: 60px;
   padding: 1px 0;
   border: 1px solid #382B24;
   background: #FFF;
   color: #6A4B0A;
   text-decoration: none;
}

#meta_nav li a:hover{
   background: #6A4B0A;
   color: #FFF;
}

#nav{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 536px;
   margin-top: 29px;
   margin-left: 14px;
   border: 1px solid #382B24;
   border-left: 0;
   border-right: 0;
   background: #6A4B0A;
   list-style: none;
}

#nav li{
   float: left;
   border-left: 1px solid #382B24;
   font-size: 85%;
   text-transform: uppercase;
   line-height: 1;
}

* html #nav li {height: 1%;}

#nav li a{
   display: block;
   padding: 5px 8px 6px;
   color: #FFF;
   text-decoration: none;
}

#nav li a:hover{
   background: #BCB274;
   color: #6A4B0A;
}

#nav li ul{
   position: absolute;
   left: -999em;
   width: 118px;
   border-top: 1px solid #382B24;
   border-left: 1px solid #382B24;
   margin-left: -1px;
   list-style: none;
   line-height: 1;
}

#nav li li{
   border: 0;
}

#nav li ul ul{
   margin: -21px 0 0 118px;
   border: 0;
}

#nav li li li{
   font-size: 100%;
}

#nav li li a{
   width: 100px;
   padding: 6px 9px;
   background: #6A4B0A;
}

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

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



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

#content-wrap{
   float: left;
   padding: 0 15px;
   background: url(/images/bg_content-wrap.gif) repeat-y;
}

#content-wrap #home_links{
   clear: right;
   float: right;
   width: 204px;
   padding: .3em 0 0;
   border-top: 1px solid #382B24;
   background: #050505;
   list-style: none;
}

body#home #content-wrap #home_links{
   clear: both;
   float: left;
   width: 740px;
   padding: .3em 0;
}

#content-wrap #home_links li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 8px;
   margin-bottom: 8px;
   text-indent: -9999px;
}

body#home #content-wrap #home_links li{
   margin-bottom: 0;
   font-size: 85%;
   text-transform: uppercase;
   text-align: right;
   text-indent: 0;
}
#home_links li img	{ border:0; }

#content-wrap #home_links li a{
   display: block;
   width: 88px;
   height: 59px;
   border: 1px solid #303030;
   color: #DED8B4;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: left top;
}

body#home #content-wrap #home_links li a{
   width: 175px;
   height: 118px;
   padding: 0 0 1.5em;
   border: 0;
   background-position: right bottom;
}

#content-wrap #home_links li#quicklink1 a{
   background-image: url(/media/quicklinksub1.jpg);
}

body#home #content-wrap #home_links li#quicklink1 a{
   background-image: url(/media/quicklinkhome1.jpg);
}

#content-wrap #home_links li#quicklink2 a{
   background-image: url(/media/quicklinksub2.jpg);
}

body#home #content-wrap #home_links li#quicklink2 a{
   background-image: url(/media/quicklinkhome2.jpg);
}

#content-wrap #home_links li#quicklink3 a{
   background-image: url(/media/quicklinksub3.jpg);
}

body#home #content-wrap #home_links li#quicklink3 a{
   background-image: url(/media/quicklinkhome3.jpg);
}

#content-wrap #home_links li#quicklink4 a{
   background-image: url(/media/quicklinksub4.jpg);
}

body#home #content-wrap #home_links li#quicklink4 a{
   background-image: url(/media/quicklinkhome4.jpg);
}

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

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

body#home #content{   
   width: 494px;
   padding-top: 0px;
   background:none;
}

#content h3{
   margin-bottom: 1em;
   color: #DCD6B0;
   font-size: 115%;
   font-weight: normal;
   text-transform: uppercase;
}

#home #content h3 { 
	font-size:15px; text-transform:capitalize; font-weight:bold;
}

body#sermon h3{
   margin-right: 125px;
}

#content h3 span{
   padding: 2px;
   background: #36290E;
}

#content h4,
#content h5,
#content h6{
   margin-bottom: .5em;
   color: #DCD6B0;
}

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

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

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

#content a{
   color: #DCD6B0;
}

#content a:hover{
   background: #DCD6B0;
   color: #271D07;
}

#content img#mcms_stats{
   display: none;
}

#content #text{
   color: #FFF;
}

#content #mediabox{
   position: absolute;
   top: 102px;
   right: 0px;
   width: 125px;
   padding: 5px 5px 0;
   border: 1px solid #382B24;
   border-top: 0;
   border-right: 0;
   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: 20px 0;
}

#content .sermonbox h4{
   margin-bottom: 5px;
   font-size: 120%;
}

#content .sermonbox p{
   padding: 0;
   margin: 0;
}

#content .sermonbox p.sermonlink{
   margin-top: 10px;
}

#content .sermonbox p.eventtime{
   margin-bottom: 0;
}

/* =Sidebar
---------------------------------------------------------------------
*/
#sidebar img { border:0; }
#sidebar{
   float: right;
   width: 170px;
   margin-top: 176px;
   padding: 16px 17px 0;
   background: url(/images/bg_sidebar.gif) repeat-x;
}

#sidebar h3{
   margin-top: 18px;
   margin-bottom: 8px;
   color: #C8BE80;
   font-size: 85%;
   text-transform: uppercase;
}

#sidebar h3 span{
   padding-bottom: 5px;
   border-bottom: 1px dashed #887E62;
}

#sidebar p{
   clear: left;
   color: #EFEBD3;
   font-size: 85%;
   font-weight: bold;
}

#sidebar a{
   color: #DCD6B0;
}

#sidebar a:hover{
   /* background: #DCD6B0; */
   color: #271D07;
}

#sidebar form{
   margin: 16px -17px;
   padding: 16px 17px 0;
   border-top: 1px solid #382B24;
}

#sidebar form fieldset{
   border: 0;
}

#sidebar form label{
   display: block;
   margin-bottom: 4px;
   color: #C8BE80;
   font-size: 85%;
   font-weight: bold;
   text-transform: uppercase;
}

#sidebar form input#text_eletter{
   width: 100px;
   padding: 1px;
   font-size: 75%;
   vertical-align: middle;
}

#sidebar form input#submit_eletter{
   border: 0;
   background: #815C0E;
   color: #FFF;
   font-size: 75%; margin-top:2px;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
   vertical-align: middle;
}

#sidebar #map-directions { padding-bottom:10px; border-bottom: 1px solid #382B24; margin:0 -17px 16px; text-align:center;}

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

#footer{
   clear: both;
   padding: 5px 14px 15px;
   height: 1em;
   background: url(/images/bg_footer.gif) no-repeat;
}

#footer p{
   color: #423416;
   font-size: 80%;
}

#location {
	float:left;
}

#copyright, #powered-by {
	float: right;
}

#location address {
	display: inline;
	font-style: normal;
}

#location abbr {
	border: 0;
}

#footer a{
   color: #423416;
}

#footer a:hover{
   background: #DCD6B0;
   color: #271D07;
}

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

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

/* =Events/Calendar
---------------------------------------------------------------------
*/
#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #B5AB6F;

   border-collapse: collapse;
}

#content table.calendar caption{
   padding-bottom: .4em;
   color: #B5AB6F;
   font-size: 1.4em;
   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 #B5AB6F;
   background: #503F1A;
   color: #FFF;
   font-weight: normal;
   font-size: .8em;
}

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

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

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