/* Site: Hope Community Church */
/* @override http://hopecommunitychurch.cpmpreview1.com/css/styles.css */
/* @override http://hopecommunity/css/styles.css */
* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body { background: #a6a08c url(/images/bg_body.jpg) repeat center top; font-size:62.5%; font-family:Helvetica, Arial, Verdana, sans-serif; }
hr{
   display: none;
}

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

#container{
   position: relative;
   width: 658px; padding:0;
   margin: 62px auto 0; background:#fff; 

}

a{   overflow: hidden;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* =Header
---------------------------------------------------------------------
*/
#header{ position:relative; padding:0; }

#header h1	{ 
			  float:left; width: 220px; height: 184px; margin: 6px 0 7px 5px; 
			  background: url(/images/bg_h1.gif) no-repeat;   text-indent: -9999px;
			}
#header h1 a	{ display: block; width: 220px; height: 184px; }

#sub-header {
	border:2px solid #e7e7e7;
	background:url(/mediafiles/subpage-header.jpg) no-repeat 5px 5px;
	width:414px; height:182px; display:block;
	float:right; margin:6px 5px;
}

#home #sub-header 	{	 
					  background:url(/mediafiles/home-header.jpg) no-repeat 5px 5px; height:297px; 
					}

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

#nav{
	position:relative; z-index:10; clear: left; float: left; padding:0;
   	margin-bottom: 9px; width: 220px; list-style: none;
}

#home #nav 	{ margin-top:-115px; }

#nav li a 	{
			  display: block; padding: 12px 0 0 36px; font-size:1.2em; width:184px;
			  font-family:Arial, Verdana, sans-serif;
			  height: 20px; color: #666;  text-decoration: none; margin-bottom:4px;
			  background:url(/images/nav_bg.gif) no-repeat left top;
			}
#nav li 	{ position:relative; float:left; clear:left; }
#nav li:hover a,
#nav li.sfhover a	{  background-position:left bottom; color: #FFF; }

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

#nav li li{
   width: auto;
   border-bottom: 1px solid #750403;
   font-size: .9231em;
   font-weight: normal;
   text-transform: none;
}

#nav li ul ul{
   margin: -36px 0 0 164px;
}

#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:hover li a,
#nav li.sfhover li a	{ 
						  width: 138px; height: 20px; padding: 12px 13px 0; margin:0; 
						  background: #840c03; color: #fff; 
						}
#nav li li a:hover		{ background: #750403; }


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

#content-wrap { display:block; margin-top:0px; padding:0px 6px; background:url(/images/bg_content.gif) repeat-y 234px top; }


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

#content{
   float: right;
   width: 404px;
   padding: 7px; border-top:2px solid #e7e7e7; 
}

#text { margin:10px; }

#content h3{
   margin-bottom: .5em;
   color: #840c03;
   font-size: 1.4em;
   font-weight: bold; text-transform:uppercase;
}

#content h4,
#content h5,
#content h6{
   margin-bottom: .5em;
   color: #6d6e71;
   font-size: 1.4em;
   font-weight: bold;
}

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

#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: #840c03;
}

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

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

#content #text{
   clear: both;
}

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

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

#content #mediabox li a{
   display: block;
   height: 16px;
   padding-left: 20px;
   background-repeat: no-repeat;
   background-position:left bottom;
}

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

#content #mediabox li#mb_video a{
   background-image: url(/images/bg_sermonlist_watch-video.gif);
}

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

#content #mediabox li#mb_notes a{
   background-image: url(/images/bg_sermonlist_download-notes.gif);
}

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

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

#content #whats-going-on h3{
   width: 414px;
   height: 36px; margin:-7px 0 17px -5px;
   background: url(/images/bg_whats-going-on_h3.gif) no-repeat;
   text-indent: -9999px;
}

#content #whats-going-on h4{
   margin-bottom: .5em;
   color: #840c03;
   font-size: 1.2em;
   font-weight: bold; text-transform: uppercase; 
}

#content #whats-going-on h4 a{
   color: #840c03;
   text-decoration: none;
}

#content #whats-going-on h4 a:hover{
   text-decoration: underline;
}

#content #whats-going-on h4 span.date{
   margin-left: 4px;
   color: #938C76;
   font-size: 0.8333em;
   font-weight: normal;
   text-transform: uppercase;
}

#content #whats-going-on .item{
   margin-bottom: 15px;
}

#content #whats-going-on .item p{
   line-height: 1.2;
}

#content #whats-going-on p.more{
   float: right;
   text-indent: -9999px;
}

#content #whats-going-on p.more a{
   display: block;
   width: 72px;
   height: 10px;
   background: url(/images/bg_whats-going-on_more.gif) no-repeat;
}

/* Calendar */

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

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

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

#content table.calendar th{
   padding: 6px 0;
   background: #840c03;
   color: #fff;
   font-size: 1.2em;
   font-weight: normal;
}

#content table.calendar td{
   width: 68px;
   height: 68px;
   padding: 2px;
   border: 1px solid #ccc;
   border-left: 0;
   border-top: 0;
   background: #e7e7e7;
   color: #666;
   font-size: 1em;
   vertical-align: top;
}

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

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

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

#sidebar{
   clear: left;
   float: left;
   width: 221px;
}

#quicklinks img { 
	padding:4px; border:2px solid #e7e7e7; width:209px; margin-bottom:5px;
}

#sidebar #searchForm{
   float: left;
   margin-bottom: 5px;
   _margin-top: 9px;
}

#sidebar #searchForm input#search_term{
   display: block;
   float: left;
   width: 140px;
   margin-right: 4px;
   padding: 3px 6px;
   border: 0;
   border-top: 2px solid #999;
   border-left: 1px solid #999;
   background: #FFF;
   font-size: 1.1em;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

#sidebar #searchForm a#search_go{
   display: block;
   float:right;
   width: 59px;
   height: 20px;
   background: url(/images/bg_search_go.gif) no-repeat;
   text-indent: -9999px;
}

#sidebar #feed-buttons{
   position: relative;
   width: 226px;
   margin-right: -5px;
}

#sidebar #feed-buttons img{
   display: block;
   float: left;
   margin: 0 5px 5px 0;
   border: 0;
}

#sidebar #recent-sermon{
   clear: left;
   margin-top: 12px;
   padding: 12px 14px;
   border-top: 1px solid #46413B;
   background: #3E3933;
}

#sidebar #recent-sermon h3{
   margin-bottom: .5em;
   padding-bottom: 5px;
   border-bottom: 1px dotted #625A51;
   color: #6A8759;
   font-size: 1.4em;
   font-weight: bold;
   font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   text-transform: uppercase;
}

#sidebar #recent-sermon h4{
   margin-bottom: .3em;
   color: #FFF;
   font-size: 1.2em;
   font-weight: bold;
}

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

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

#sidebar #recent-sermon p{
   margin-bottom: .75em;
   font-size: 1.1em;
   font-weight: bold;
   color: #69665C;
}

#sidebar #recent-sermon p span.preacher{
   color: #D7D0BB;
}

#sidebar #recent-sermon p span.date{
   color: #A2BE91;
}

#sidebar #recent-sermon li{
   float: left;
   margin: 0 3px 5px 0;
   list-style: none;
   text-indent: -9999px;
}

#sidebar #recent-sermon li a{
   display: block;
   width: 66px;
   height: 24px;
}

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

#sidebar #recent-sermon li#sb_download a{
   width: 86px;
   background: url(/images/sb_download.gif) no-repeat;
}

#sidebar #recent-sermon p.more{
   clear: left;
   font-size: 1.2em;
   font-weight: normal;
}

#sidebar #recent-sermon p.more a{
   color: #777069;
}

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

#footer				{ 
					  width:644px; padding:10px 7px; margin:0 auto 60px; clear: both; 
					  background:url(/images/bg_footer.gif) no-repeat left top; 
					}
#footer p			{ 
			  		  float: right; font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
   			  		  color: #898989; text-transform: uppercase; margin-top:20px;
   					}
#footer p.powered	{ float: left; }
#footer a			{ color: #a99986; }
