/* @override 
	http://efca.dev/_css/styles.css
	http://efcastudentministries.cpmpreview.com/_css/conf_styles.css
*/

/*==============================================
CLIENT: 	EFCA Challenge Conference
FILE: 		styles.css - main CSS styles for staging site
CREATED: 	07/08/09
AUTHOR: 	Luke Simpson (luke@churchplantmedia.com)
================================================*/

/* @group CSS RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

strong{
   font-weight: bold;
}

em{
   font-style: italic;
}

/* @end CSS RESET */

/* @group Global Styles */

body{
   font-size: 62.5%;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
   line-height: 1;
   background: #c5c5c5 url(/_img/bg_body.jpg) repeat-x;
   min-width: 960px;
}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

hr{
   display: none;
}

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

#container{
   background: url(/_img/bg_container.jpg) no-repeat center top;
   padding-bottom: 150px;
   min-width: 960px;
   min-height: 900px;
}

#container-inner{
   width: 960px;
   margin: 0 auto;
   clear: both;
}

/* @end Global Styles */

/* @group Header */

#header{
   width: 960px;
   margin: 0 auto;
   padding-bottom: 4px;
}

#header h1{
   width: 334px;
   height: 176px;
   margin: 0 0 0 19px;
   float: left;
   display: inline;
}

#header h1 a{
   display: block;
   height: 176px;
   background: url(/_img/bg_header_h1_a.png) no-repeat;
   text-indent: -9999px;
}

#countdown{
   float: right;
   background: url(/_img/bg_countdown.png);
   width: 239px;
   height: 57px;
   padding: 16px 0 0 150px;
   margin: 12px 0 16px;
}

.countdown_row{
   float: left;
}

.countdown_section{
   float: left;
   display: inline;
   margin-right: 12px;
   font-weight: bold;
   color: #6b6b6b;
   font-size: 1em;
   text-align: center;
   text-transform: uppercase;
}

.countdown_amount{
   font-size: 2.5em;
   color: #464646;
   line-height: 1.2;
}

#subscribe-links{
   clear: right;
   float: right;
   margin-right: 1px;
   width: 400px;
}

#subscribe-links h3{
   float: left;
   display: inline;
   width: 94px;
   height: 14px;
   background: url(/_img/bg_subscribe_h3.gif) no-repeat;
   text-indent: -9999px;
   margin-right: 13px;
   margin-top: 7px;
}

#subscribe-links ul{
   float: left;
   width: 292px;
   height: 29px;
}

#subscribe-links ul li{
   float: left;
   display: inline;
   margin-right: 5px;
}

#subscribe-links a{
   display: block;
   height: 29px;

}

li#facebook{
   width: 78px;
}

li#twitter{
   width: 78px;
}

li#email{
   width: 64px;
}

li#blog{
   width: 57px;
   margin: 0 !important;
}

li#twitter a{
   background-position: -83px 0;
}

li#facebook a:hover{
   background-position: 0 -29px;
}

li#twitter a:hover{
   background-position: -83px -29px;
}

li#email a{
   background-position: -166px 0;
}

li#email a:hover{
   background-position: -166px -29px;
}

li#blog a{
   background-position: -235px 0;
}

li#blog a:hover{
   background-position: -235px -29px;
}


/* @end  */



/* @group Navigation */

#nav{
   list-style: none;
   clear: both;
   width: 960px;
   height: 49px;
   background: #fff;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   color: #3f3f3f; /* Change this to the right color */
   text-decoration: none;
   font-size: 1.6em;
   text-transform: uppercase;
   padding: 20px 14px 10px;
}

#nav li a:hover,
#nav li.current a{
   color: #cc0000;
}

#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
}

#nav li li{
   font-size: 1.2em;
}

#nav li ul ul{
   margin: -25px 0 0 150px; /* the -25px and 150px need to be adjusted until the sub-sub-menu sits in the right place */
}

#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{
   width: 150px; /* Needs to be same as other 150px value, less any padding or margin */
   background: #F00; /* Change to more appropriate value */
}

/* @end Navigation */


/* @group Content */

#content-wrap{
   background: #fff url(/_img/bg_content-wrap.gif) repeat-y;
   float: left;
   width: 960px;
   min-height: 400px;
}

#content{
   width: 610px;
   padding: 35px 45px;
   float: right;
   position: relative;
}

#content h2{
   font-size: 3em;
   color: #939496;
   margin-bottom: 16px;
}

#content h3{
   color: #d82222;
   font-size: 1.4em;
   font-weight: bold;
   line-height: 1.4;
}

#content h4{
   color: #494949;
   font-size: 1.6em;
}

#content h5,
#content h6{
   color: #494949;
   font-size: 2em;
   text-transform: uppercase;
   font-weight: bold;
}

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

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

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

#content ul{
   margin-left: 0;
}

#content ul li{
   margin-left: 12px;
   padding-left: 18px;
   background: url(/_img/bg_ul_li.gif) no-repeat left .5em;
}

#content ol li{
   list-style: decimal;
}

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

#content li{
   margin: 0;
}

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

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

#content a{
   color: #d61313;
}

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

#content img{
   float: left;
   margin: 0;
}

#content #text{
   clear: both;
}


/* @end Content */

/* @group Sidebar */

#sidebar{
   width: 260px;
   float: left;
   padding: 30px 0;
}

#sidebar h3{
   padding: 0 24px 0 28px;
   font-size: 1.6em;
   color: #636363;
   text-transform: uppercase;
   margin-bottom: 10px;
}

#subnav{
   padding-left: 12px;
}

#sidebar li a{
   font-size: 1.4em;
   text-decoration: none;
   color: #636363;
   height: 29px;
   display: block;
   padding: 14px 0px 0 12px;
   outline: none;
}

#subnav li a:hover,
#subnav li.current a,
#subnav li.current li.current a,
#subnav li li a:hover,
#subnav li.current li a:hover{
   color: #d61313;
}

#subnav li a:hover,
#subnav li li a:hover{
   text-decoration: underline;
}

#subnav li.current a{
   background: url(/_img/bg_subnav_li_current.gif);
   text-decoration: none;
}

#subnav li.current li a{
   background: none;
}

#subnav li li a,
#subnav li.current li a{
   padding-left: 40px;
   color: #636363;
}

/* @end Sidebar */



/* @group Footer */

#footer{
   clear: both;
   padding: 22px 14px;
   margin: 0 auto;
   width: 960px;
}

#footer-inner{
   width: 960px;
   float: left;
   margin: 0 auto;
}

#footer p{
   font-size: 1.2em;
   color: #5e5e5e;
}

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

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

#footer p#foot-info{
   float: left;
   position: relative;
   padding-left: 36px;
   padding: 20px 0 30px 50px;
   background: url(/_img/efca.gif) no-repeat;
   margin-top: -10px;
}

#footer p#foot-powered{
   float: right;
   padding-top: 10px;
}

#footer p#foot-powered a{
   font-weight: bold;
}



/* @end Footer */

/* @group Home Page */

#home-featured{
   height: 497px;
   overflow: hidden;
   background: url(/_img/bg_home-featured.jpg);
}

#home-featured h2{
   width: 428px;
   height: 67px;
   background: url(/_img/bg_home-featured_h2.png);
   margin-top: 36px;
   text-indent: -9999px;
   margin-bottom: 15px;
}

#home-description{
   width: 380px;
   padding-left: 55px;
   margin-bottom: 30px;
}

#register{
   width: 362px;
   height: 70px;
   padding: 20px 0 0 58px;
   background: url(/_img/bg_register.png) no-repeat;
}

#register h3{
   width: 235px;
   height: 50px;
   float: left;
}

#register h3 a{
   display: block;
   height: 50px;
   background: url(/_img/bg_register_h3_a.png);
   text-indent: -9999px;
}

#register p{
   text-indent: -9999px;
}

#home #content{
   padding:  13px;
   background: #fff;
   float: left;
   width: 934px;
}

#home #news{
   padding: 0 0 0 9px;
   float: left;
   width: 234px;
}

#home #news h3{
   width: 97px;
   height: 10px;
   background: url(/_img/bg_home_news_h3.gif);
   text-indent: -9999px;
   float: left;
   display: inline;
   margin: 6px 0 15px;
}

#home #news p.all{
   float: right;
   display: inline;
   width: 97px;
   height: 21px;
   background: url(/_img/bg_home_news_p_all.gif) no-repeat;
   font-size: 1.1em;
   margin: 0 5px 0 0;
}

#home #news p.all a{
   display: block;
   height: 21px;
   padding: 2px 0 3px 11px;
   text-decoration: none;
   color: #d52424;
}

#home #news p.all a:hover{
   text-decoration: underline;
}

#home #news .post{
   clear: both;
   margin: 0 0 10px;
}

#home #news .post.last{
   margin: 0;
}

#home #news .post p.postmeta{
   font-style: italic;
   color: #9a9c9c;
   margin: 0;
   font-family: Georgia, "Times New Roman", Times, serif;
   line-height: 1.5;
}

#home #news h4{
   font-size: 1.2em;
}

#home #news h4 a{
   color: #444444;
   text-decoration: none;
   line-height: 1.5;
}

#home #news h4 a:hover{
   background:#e9e9e9
}

#content ul#quicklinks{
   float: left;
   margin: 0 0 0 12px;
   padding: 0;
   width: 676px;
}

#content ul#quicklinks li{
   float: left;
   display: inline;
   width: 160px;
   height: 152px;
   overflow: hidden;
   margin-left: 12px;
   padding: 0;
}

#content ul#quicklinks li.first{
   margin: 0;
}

/* @end  */

/* @group Blog */
#blog #content h2{
   width: 500px;
}
#blog-sidebar h3	{ margin-bottom:1em; }
#blog-sidebar ul	{ margin:1em 24px 28px; }

#sidebar #blog-sidebar li a	{ display:block; font-size:1.4em; color:#464646; padding: 0 10px; width: 192px; float: left;}
#content a#subscribe{
   position: absolute;
   right: 30px;
   top: 46px;
   width: auto;
   font-size: 1.2em;
}

#sidebar #blog-sidebar li a:hover{
   color: #d61313;
   text-decoration: underline;
}
/* @end  */

/* @group Sermons */
/* @group LEGEND */
#content #content #content #legend				{
		 					  display:block; height:30px; margin:2em 0 2.5em; padding:0; list-style:none; background:#ededed; border:1px solid #ededed; 
		 					  -webkit-border-radius:.7em; -moz-border-radius:.7em;
		 					}
#content #content #legend li					{ 
						 	  display:inline; padding:4px 0 4px 22px; background:url(/_img/icons.gif) no-repeat; line-height:30px; 
						 	  margin-right:20px;  
						 	}
#content #content #legend #how				{ background:none; font-weight:bold; font-size:14px;} 
/* @end LEGEND */

/* @group CONTENT */
#content						{ position:relative; }
#content a:focus				{ outline:none;}
#content .byline li			{ margin:0; } 
/* @end CONTENT */ 

/* @group SERMONS */							
/* @group LEGEND */
#content #legend				{
		 					  display:block; height:30px; margin:2em 0 2.5em; padding:0; list-style:none; background:#ededed; border:1px solid #ededed; 
		 					  -webkit-border-radius:.7em; -moz-border-radius:.7em;
		 					}
#content #legend li					{ 
						 	  display:inline; padding:4px 0 4px 22px; background:url(/_img/icons.gif) no-repeat; line-height:30px; 
						 	  margin-right:20px;  margin-left: 0;
						 	}
#content #legend #how				{ background:none; font-weight:bold; font-size:14px;} 
/* @end LEGEND */

/* @group CONTENT */
#content						{ position:relative; }
#content a:focus				{ outline:none;}
#content .byline li			{ margin:0; } 
/* @end CONTENT */ 

/* @group SERMONS */							
.sermonbox					{ position:relative; padding:10px 0; border-top:1px solid #ededed; }
.sermonlist h4{
   margin-bottom: 15px;
}
#content .sermonbox ul			{ 
							  position:absolute; top:25px; right:5px; padding:0 4px; margin:0; list-style:none; background:#ededed; height:24px; 
							  border:1px solid #ededed; -webkit-border-radius:.7em; -moz-border-radius:.7em;
							}
#content .sermonbox li				{ float:left; margin-right:8px; background: none; padding: 0;}
#content .sermonbox li a				{ width:18px; height:20px; background:url(/_img/icons.gif) no-repeat; text-indent:-999em; display:block; }

#content #legend #play,
#sidebar .sl_listen a,
#content .sermonbox .sl_listen a		{ background-position:left top; margin-top: 2px; }

#content #legend #save, 
#sidebar .sl_download a,
#content .sermonbox .sl_download a	{ background-position:left -18px; }

#sidebar .sl_video a,
#content #legend #video,
#content .sermonbox .sl_video a		{ background-position:left -58px; }

#sidebar .sl_notes a,
#content #legend #notes, 
#content .sermonbox .sl_notes a		{ background-position:left -38px; }

#content #legend #feed 				{ background-position:left -78px; }

#content p.date				{ font-size:11px; margin:0; font-family: helvetica, arial, sans-serif; }
#content h5					{ text-transform:none; margin-top: 5px; margin-bottom: 8px; text-decoration: none;}
#content h5 a					{ text-transform:none; font-size: 1.2em; margin-top: 5px; margin-bottom: 8px; text-decoration: none;}
#content h5 a:hover			{ text-decoration: underline;}
#content .sermonbox p			{ margin:0; font-family: helvetica, arial, sans-serif; }
/* @end SERMONS */

/* @group SORTING */
#sorting					{ padding:0 23px; margin-top:2.5em; }
#sorting select				{ display:block; margin:1.5em 0; width:214px; }
#sorting a					{ font-size:1.3em; color:#3197d9; }
#sorting a:hover			{ text-decoration:none; }
#sorting a:focus			{ outline:none; }
/* @end SORTING */

/* @group MEDIA LINKS */
#blog-sidebar li			{ margin: 0 0 1.5em 0; float: left; width: 212px;}
#blog-sidebar li a			{ font-size:1.4em; color:#3197d9; padding:2px 0 2px 22px; background:url(/_img/icons.gif) no-repeat; line-height: 1.5; display: block;}
#blog #blog-sidebar li a{
   background: none; display: block; height: auto;
}
#blog #sorting ul			{ margin-bottom:25px; }
#blog #sorting li a			{ background:none; padding-left:12px; }
#sorting li a:hover			{ text-decoration:none; }
#sorting .sl_podcast a		{ background-position:left -98px; }
/* @end SORTING */

/* @end  */