/* @override http://www.solidgroundcf.com/css/styles.css */
/* Site: Solid Ground Christian Fellowship */

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

html{
   padding-bottom: 50px;
}

body{
   background: url(/images/bg_body.jpg);
   font-size: 62.5%;
   font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

hr{
   display: none;
}

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

#container{
   position: relative;
   width: 813px;
   margin: 56px auto 0;
   padding: 14px;
   padding-top: 12px;
   background: url(/images/bg_container.jpg);
}

a{
   overflow: hidden;
}

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

#header{
   float: right;
   width: 266px;
   z-index:1000;
}

#header h1{
   width: 255px;
   height: 67px;
   margin: 12px 0 12px 3px;
   background: url(/images/bg_h1.gif) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 255px;
   height: 67px;
}

#header h2{
   position: absolute;
   top: 21px;
   right: 64px;
   z-index: 5000;
   width: 26px;
   height: 26px;
   background: url(/images/bg_podcast.gif) no-repeat;
   text-indent: -9999px;
}

#header h2#rss{
   top: 23px;
   right: 25px;
   width: 23px;
   height: 22px;
   background: url(/images/bg_rss.gif) no-repeat;
}

#header h2 a{
   display: block;
   width: 26px;
   height: 26px;
}

#header h2#rss a{
   width: 23px;
   height: 22px;
}

#header p#member-login{
   position: absolute;
   top: -56px;
   right: 23px;
   padding: 8px 15px;
   background: #141515;
   color: #A0B4B4;
   font-size: 1.1em;
   text-transform: lowercase;
}

#header p#member-login a{
   color: #A0B4B4;
   /*text-decoration: none;*/
}

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

#nav{
   position: absolute;
   top: 12px;
   left: 14px;
   z-index: 500;
   width: 789px;
   padding: 0 12px;
   background: url(/images/bg_nav.jpg) no-repeat left 2px;
   background: url(/images/bg_nav.gif) no-repeat;
   list-style: none;
}

#nav li{
   position: relative;
   float: left;
   font-size: 1.4em;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#nav li a{
   display: block;
   margin-top: 0px;
   padding: 14px;
   color: #FFF;
   text-decoration: none;
}

#nav li a:hover{
   margin-top: 0;
   background: #FFF url(/images/bg_nav_li_a_hover.gif) repeat-x;
   color: #202222;
}

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

#nav li li{
   font-size: .8571em;
   font-weight: normal;
   font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#nav li ul ul{
   margin: -27px 0 0 174px;
}

#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{
   margin: 0;
   width: 146px;
   padding: 7px 14px 8px;
   background: #565e60;
   color: #C5CECF;
}

#nav li li a:hover{
   padding-top: 7px;
   background: #4b5053;
   color: #FFF;
}

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

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

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

#content-wrap{
   float: left;
   width: 801px;
   margin-top: 48px;
   background: url(/images/bg_content-wrap.gif) repeat-y 6px top;
}

body#home #content-wrap{
   background: none;
}

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

#content{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   width: 497px;
   margin-left: 4px;
   padding: 0 14px 20px;
   border-top: 5px solid #282415;
}

body#home #content{
   position: relative;
   z-index: 5;
   width: 525px;
   padding: 0;
}

#content h3{
   margin: 0 -12px 9px;
   padding: 10px 13px 5px;
   background: #343432;
   color: #b89659;
   font-size: 1.6em;
}

#content h4{
   margin-bottom: .5em;
   color: #f8fefe;
   font-size: 1.4em;
}

#content h5{
   margin-bottom: .5em;
   color: #424440;
   font-size: 1.4em;
   text-transform: uppercase;
}

#content h6{
   margin-bottom: .5em;
   color: #4C817D;
   font-size: 1.3em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #f8fefe;
   font-size: 1.2em;
   line-height: 1.6;
}

#content ul,
#content ol{
   margin: 0 0 1em 3em;
}

#content ul#byline{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-bottom: 10px;
   list-style: none;
}

#content ul#byline li{
   font-size: 1.1em;
}

#content li{
   margin: 0;
}

#content li li{
   font-size: 1em;
}

#content blockquote{
   margin-left: 3em;
}

#content hr{
   display: block;
   margin-bottom: 1em;
}

#content a{
   color: #f8fefe; 
   font-weight: bold;
   text-decoration: none;
}

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

#content img{
   float: left;
   margin: 0 10px 5px 0;
}

#content #text{
   clear: both;
}

#content #sub-header{
   margin: 0 -14px;
   padding: 0 2px;
   border-bottom: 5px solid #282415;
}

#home #content #sub-header{
   width: 521px;
   height: 424px;
   overflow: hidden;
   float: left;
   margin: 0;
}

#content #sub-header img{
   display: block;
   float: none;
   margin: 0;
}

#home #content #sub-header img{
   float: left;
}

#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 #39706C;
   list-style: none;
}

#content #mediabox li{
   margin-bottom: 5px;
   font-weight: bold;
   font-size: 1.1em;
}

#content #mediabox li a{
   display: block;
   height: 14px;
   padding: 2px 0 0 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);
}

#flashcontent		  { margin-bottom:39px; width:521px; left:-12px; position:relative; z-index:1; color:#000; border-bottom: 5px solid #282415; }

#content #home-flash-content,
#content #home-content{
   margin: 11px 0 11px 2px;
   width: 491px;
   height: 28px;
   padding: 12px 15px 0;
   background: #0D0C08;
   opacity: .8;
   z-index:100;
   float: left;
   clear: left;
   filter:alpha(opacity=80);
}


#content #home-content p{
   margin: 0;
   color: #CCA25F;
   font-size: 1.4em;
   font-weight: bold;
}

#content #home-content p b,
#content #home-content p strong{
   color: #EEE;
   font-size: 1.7143em;
}

/* @group QUICKLINKS */
#flash-quicklinks,
#quicklinks		{
   				  display: inline; /* IE6 double margin float bug hack */ position: relative; float: left;
   				  border-bottom: 5px solid #282415; margin: 0; padding-left: 1px; 				}	
#bar			{ 
				  display:block; background:url(/images/bg_quicklinks.gif) repeat-x; height:20px; 
				  position:absolute; left:0; top:103px; z-index:100; width:100%;
				}
#flash-quicklinks ul,
#quicklinks ul		{ margin: 0; }

#flash-quicklinks li,
#quicklinks li		{ display:inline; background:url(/images/bg_quicklinks.gif) repeat-x; }

#flash-quicklinks li a,
#quicklinks li a	{ 
					  display:block; float:left; color:#cca25f; padding-top:111px; width:127px; height:17px; 
					  text-decoration:none; margin-right:4px; text-align:center; 
					}
#flash-quicklinks li img,
#quicklinks li img		{ margin:0; display:none; }

#flash-quicklinks li#quick1 a,
#quicklinks li#quick1 a	{ background:#343531 url(/mediafiles/quicklink1.jpg) no-repeat; }
#flash-quicklinks li#quick2 a,
#quicklinks li#quick2 a	{ background:#343531 url(/mediafiles/quicklink2.jpg) no-repeat; }
#flash-quicklinks li#quick3 a,
#quicklinks li#quick3 a	{ background:#343531 url(/mediafiles/quicklink3.jpg) no-repeat; }

#flash-quicklinks li#quick4 a,
#quicklinks li#quick4 a	{ background:#343531 url(/mediafiles/quicklink4.jpg) no-repeat; }

#flash-quicklinks li#quick1 a:hover,
#flash-quicklinks li#quick2 a:hover,
#flash-quicklinks li#quick3 a:hover,
#flash-quicklinks li#quick4 a:hover,
#quicklinks li#quick1 a:hover,
#quicklinks li#quick2 a:hover,
#quicklinks li#quick3 a:hover,
#quicklinks li#quick4 a:hover	{ background-color:#75736f; color:#fff; }
/* @end */

/* Calendar */

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

#content table.calendar caption{
   padding-bottom: 10px;
   color: #f8fefe;
   font-size: 1.4em;
   font-weight: bold;
}

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

#content table.calendar th{
   padding: 6px 0;
   background: #FFF;
   color: #3E3820;
   font-size: 1.2em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #C5CECF;
   background: #D9DFE0;
   color: #424440;
   font-size: 1em;
   vertical-align: top;
}

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

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

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

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

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

#sidebar h3{
   clear: both;
   margin: 0 0 .5em 0;
   padding: 6px 16px 8px;
   color: #CCA25F;
   font-size: 1.4em;
   border-top: 5px solid #1e1c10;
   background: url(/images/bg_sidebar_h3.gif) no-repeat 1px top;
}

#sidebar .sidebar-box{
   float: left;
   width: 266px;
   padding-bottom: 5px;
   background: url(/images/bg_sidebar-box.jpg) repeat-y;
}

#sidebar #upcoming-events		{ height:257px; padding:0; margin:0; }
#sidebar #upcoming-events p.more{
   clear: left;
   margin-left: 175px;
   font-size: 1.1em;
   text-transform: lowercase;
}

#sidebar #upcoming-events p.more a{
   display: block;
   width: 80px;
   padding: 0 0 1px 10px;
   background: url(/images/bg_upcoming-events_more.gif) no-repeat left center;
   color: #CCA25F;
   text-decoration: none;
}

#sidebar #upcoming-events .event{
   clear: left;
   float: left;
   width: 236px;
   margin-bottom: 15px;
   padding: 0 10px 0 20px;
}

#sidebar #upcoming-events .event h4{
   margin-bottom: .25em;
   font-size: 1.2em;
}

#sidebar #upcoming-events .event h4 a{
   color: #AAD3D1;
}

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

#sidebar #upcoming-events .event p{
   color: #FFF;
   font-size: 1.1em;
}

#sidebar #upcoming-events p.date{
   float: left;
   width: 29px;
   margin-right: 10px;
   padding-bottom: 2px;
   background: #FFF;
   color: #1E2020;
   font-size: 1.8em;
   text-align: center;
}

#sidebar #upcoming-events p.date .month{
   display: block;
   margin-bottom: 1px;
   padding: 2px 0;
   background: #282415;
   color: #FFF;
   font-size: .5em;
   text-transform: uppercase;
}

#sidebar #recent-sermon{
   padding-bottom: 20px;
}

#sidebar #recent-sermon h4{
   margin: 0 17px .25em;
   color: #A8D1CF;
   font-size: 1.2em;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#sidebar #recent-sermon h5{
   margin: 0 17px 1em;
   color: #FFF;
   font-size: 1.2em;
   font-weight: normal;
}

#sidebar #recent-sermon h5 a{
   color: #FFF;
   text-decoration: none;
}

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

#sidebar #recent-sermon li{
   display: inline; /* IE6 double margin float bug hack */
   float: left;
   margin-left: 15px;
   font-weight: bold;
   list-style: none;
}

#sidebar #recent-sermon li a{
   padding-left: 15px;
   color: #AAD3D1;
   background-repeat: no-repeat;
}

#sidebar #recent-sermon li#sb_listen a{
   background-image: url(/images/sb_listen.gif);
}

#sidebar #recent-sermon li#sb_download a{
   background-image: url(/images/sb_download.gif);
}

#sidebar #recent-sermon li#sb_podcast a{
   background-image: url(/images/sb_podcast.gif);
}

#sidebar #service-times{
   padding: 10px 0;
   border-top: 5px solid #282415;
   /*border-bottom: 5px solid #282415;*/
   background: url(/images/bg_service-times.gif) repeat-y;
}

#sidebar #service-times p{
   margin-bottom: .75em;
   color: #CCA25F;
   font-size: 1.3em;
   text-align: center;
}

#sidebar #service-times p b,
#sidebar #service-times p strong{
   color: #FFF;
}

#sidebar #service-times a{
   display: block;
   width: 145px;
   margin: 0 auto;
   padding: 7px 15px 8px;
   background: url(/images/bg_service-times_a.gif) no-repeat right center;
   color: #FEFEFD;
   font-size: .8462em;
   text-transform: uppercase;
   text-decoration: none;
   text-align: left;
}

#sidebar #sign-up{
   padding: 10px 17px;
   width: 232px;
   border-top: 5px solid #282415;
   border-bottom: 5px solid #282415;
   background:url(/images/bg_sign-up.gif) repeat-y;
}

#sidebar #sign-up h3{
   margin: 0 0 .25em;
   padding: 0;
   border: 0;
   background: none;
   font-size: 1.3em;
   font-weight: normal;
   text-transform: lowercase;
}

#sidebar #sign-up input{
   vertical-align: middle;
}

#sidebar #sign-up input#newsletter_text{
   width: 164px;
   margin-right: 5px;
   padding: 2px 0 1px;
   font-size: 1.2em;
}

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

#footer{
   position: relative;
   clear: both;
   width: 783px;
   height: 50px;
   margin-bottom: -77px;
   padding: 45px 15px 0;
   background: url(/images/bg_footer.gif) no-repeat left top;
}

#footer p{
   float: left;
   color: #798C8C;
}

#footer p.powered{
   float: right;
}

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

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