/* @override 
	http://moviechurch.com/css/styles.css
*/

/*==============================================
CLIENT: 	###
FILE: 		styles.css - main CSS styles for staging site
CREATED: 	##/##/##
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;
}
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;
}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.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 */


/* @end CSS RESET */

/* @group Global Styles */

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

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

#container{
   background: url(/_img/bg_container.jpg) no-repeat center 173px;
}

#container-inner{
   background: url(/_img/bg_container-inner.gif) no-repeat center bottom;
   padding-bottom: 9px;
}

#content-wrap{
   width: 971px;
   margin: 0 auto;
   background: url(/_img/bg_content-wrap.png) no-repeat center top;
}

#main{
   background: url(/_img/bg_main.png) repeat-y center;
   width: 960px;
   float: left;
   padding: 0 5px 0 4px;
}

a{
   overflow: hidden;
}

/* @end Global Styles */

/* @group Header */

#headwrap{
   background: url(/_img/bg_headwrap.png) no-repeat center top;
   height: 146px;
}

#header{
   width: 970px;
   margin: 0 auto;
   position: relative;
   z-index: 1000;
}

#search{
   float: right;
   margin-top: 7px;
   width: 201px;
   height: 29px;
   background: url(/_img/bg_search.png) no-repeat;
   position: relative;
}

#search form,
#search fieldset{
   float: left;
   margin: 0;
   padding: 0;
}

#search input#search_term{
   position: absolute;
   top: 0;
   right: 0;
   width: 155px;
   border: none;
   background: transparent;
   font-size: 1.3em;
   line-height: 1;
   color: #9e998f;
   height: 22px;
   padding: 6px 10px 0;
}

#search input#search_go{
   display: block;
   width: 32px;
   height: 29px;
   text-indent: -9999px;   
   background:none; border:none; cursor:pointer;
}

#header h1{
   width: 280px;
   height: 55px;
   float: left;
   top: 55px;
   margin: 36px 0 21px 16px;
   left: 16px;
   background: url(/_img/bg_h1.png) no-repeat;
}

#header h1 a{
   display: block;
   height: 55px;
   text-indent: -9999px;
}

h3#tagline{
   position: absolute;
   top: 65px;
   right: 10px;
}

/* @end  */



/* @group Navigation */

#nav{
   clear: both;
   margin-left:5px;
   position: relative;
   z-index: 1000;
   width: 975px;
}

#nav li{
   float: left;
   margin-right: 2px;
   display: inline;
}

#nav li a{
   display: block;
   color: #eae8e5;
   text-decoration: none;
   font-size: 1.2em;
   text-transform: uppercase;
   width: 135px;
   text-align: center;
   background: url(/_img/bg_nav_li_a.png) repeat-x;
   height: 24px;
   padding-top: 10px;
}

#nav li#nav_home a,
#nav li#nav_welcome a{
   width: 137px;
}

#nav li:hover a,
#nav li a:hover{
   background-position: 0 -34px;
}

#nav li.current a{
   background-color: #fff;
   background-image: none;
   color: #2c261c;
   font-weight: bold;
}

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

#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;
   margin-left: -2px;
}

#nav li li:hover ul,
#nav li li.sfhover ul{
   left: auto;
   margin-left: 170px;
   margin-top: -34px;
}

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

#nav li.current:hover li a,
#nav li li a{
	font-size:12px;
   width: 150px; /* Needs to be same as other 150px value, less any padding or margin */
   background: #2E281C;   
   color:#eae8e5;
   text-align: left;
   padding: 10px 10px 0;
}

#nav li li:hover a,
#nav li.current:hover li a:hover,
#nav li li a:hover 	{ background:#87a125; }

/* @end Navigation */


/* @group Content */

#content{
   float: right;
   width: 634px;
   padding: 24px 23px;
}

#content #banner{
   margin-bottom: 24px;
   width: 634px;
   float: left;
   overflow: hidden;
}

#content #banner img{
   margin: 0;   
}

#content h3{
   font-size: 1.7em;
   color: #3E3629;
   margin-bottom: .25em;
}

#content h4{
   font-size: 1.7em;
   font-weight: bold;
   color: #3B3426;
}

#content h5{
   font-size: 1.7em;
   color: #87a125;
}

#content h6{
   font-size: 1.3em;
   font-weight: bold;
   color: #373737;
}

#content h4,
#content h5,
#content h6{
   margin-bottom: .25em;
}


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

#content td{
   font-size: 1.2em;
   color: #030303;
   line-height: 1.5;
}

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

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

#content ul{
   list-style: disc;
}

#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: #87a125;
}

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

#content img.left-align	{ float:left; margin:10px 10px 0 0; }
#content img.right-align{ float:right; margin:10px 0 0 10px; }

#content #text{
   clear: both;
}

#content .event	{ padding-top:15px; }

/* @end Content */

/* @group Sidebar */

#sidebar{
   float: left;
   width: 277px;
   background: url(/_img/bg_sidebar.gif) no-repeat;
   padding-top: 22px;
   padding-bottom:35px;
}

#sidebar #subnav{
   margin-bottom: 30px;
}

#subnav li a{
   font-size: 1.9em;
   text-decoration: none;
   color: #a2a09a;
   padding: 12px 30px 15px;
   display: block;
}

#subnav li li a{
   font-size: 1.4em;
   color: #605d56;
      background: url(/_img/bg_subnav_li.gif) repeat-x bottom;
}

#subnav li li.parent span{
   padding-right: 20px;
   background: url(/_img/bg_subnav_li_parent_a.gif) no-repeat right 6px;
}

#subnav li li.parent li span{
   background: none;
}

#subnav li li.current,
#subnav li li:hover{
   background: none;
}

#subnav li li:hover li{
   margin: 0;
}

#subnav li li.current a,
#subnav li li a:hover{
   background: url(/_img/bg_subnav_li_current_a.gif) no-repeat;
   margin-right: -1px;
   margin-top: -2px;
   padding-top: 14px;
}

#subnav li li.current ul{
   padding: 10px 0;
}

#subnav li li li{
   display: none;
}

#subnav li li.current li a{
   line-height: 1.5;
   padding: 8px 30px;
}

#subnav li li.current li{
   background: none;
   display: block;
}

#subnav li li.current li a{
   background: none;
   font-size: 1.2em;
   margin-left: 1em;
   
}

#subnav li li.current li a span{
   padding: 0;
}

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

#subnav li li.current li.current a:hover{
   text-decoration: none;
}

#subnav li li.current li.current a{
   color: #3da7c1;
   font-weight: bold;
}

#side-events{
   width: 260px;
   margin: 0 auto;
}

#side-events h3{
   width: 218px;
   height: 14px;
   background: url(/_img/bg_side-events_h3.gif);
   color: #87a125;
   font-size: 1.9em;
   padding: 21px;
}

#side-events .event{
   padding: 12px 11px 10px;
   margin: 0 10px;
   border-bottom: 1px solid #d9d9d9;
}

#side-events .event.last{
   border: none;
}

#side-events p.event-meta{
   font-size: 1.1em;
   color: #716d66;
   text-transform: uppercase;
}

#side-events .event h4{
   font-size: 1.2em;
}

#side-events .event h4 a{
   font-weight: bold;
   color: #544f44;
   text-decoration: none;
}

#side-events .event h4 a:hover{
   text-decoration: underline;
}

#side-events p,
#side-events h4{
   line-height: 1.67;
}

#side-events p.more{
   margin: 0 21px;
   font-size: 1.2em;
}

#side-events p.more a{
   color: #3da7c1;
   text-decoration: none;
   display: block;
   padding-left: 23px;
   background: url(/_img/bg_side-events_p_more.gif) no-repeat 0 0;
}

#side-events p.more a:hover span{
   text-decoration: underline;
}

/* @end Sidebar */



/* @group Footer */

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

#footinfo{
   float: left;
}

#footer p{
   color: #7b7b7b;
   font-size: 1.1em;
   margin-bottom: 10px;
}

#footer a{
   color: #7b7b7b;
}

#footsocial{
   float: right;
   margin-top: -4px;
}

#footsocial li{
   float: left;
   background: url(/_img/bg_footsocial_li.gif) no-repeat left;
   padding-left: 3px;
   margin-right: 5px;
}

#footssocial li.last{
   margin: 0;
}

#footsocial li a{
   display: block;
   font-size: 1.3em;
   padding: 8px 10px 7px 3px;
   text-decoration: none;
   background: url(/_img/bg_footsocial_li_a.gif) no-repeat right;
   line-height: 1.2;
}

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

#footsocial li a img{
   float: left;
   display: inline;
   margin-right: 5px;
}

/* @group Shelf */

#shelfwrap{
   position: absolute;
   width: 962px;
   position:absolute; top:0; z-index:4000;
left: 5px;
}

#shelf					{ 
						  display: none; padding:30px 25px; width:910px; height:209px; background:#7f991f; float: left;
						  						  
						}
#map_canvas				{ display:block; width:318px; height:201px; float:left; border: 5px solid #617612; }

#contact				{ float:left; width:220px; padding-left:23px; }
#contact-info{
   margin-bottom: 20px;
}
#gathering-location{
   margin-bottom: 20px;
}
#contact h4				{ font-size:1.3em; color:#fff; margin:5px 0 10px; font-weight: bold; }
#contact p				{ font-size:1.2em; color:#fff; line-height: 1.33; }
#contact a				{ color:#dff19d; }
#contact a:hover		{ text-decoration:none; }
p#contact-button{
   width: 98px;
   height: 34px;
   background: url(/_img/bg_contact-button.png);
   position: absolute;
   left: 650px;
   bottom: -34px;
   z-index: 4001;
}

p#contact-button a{
   display: block;
   height: 34px;
   text-indent: -9999px;
   outline: none;
}

/* @end  */

/* @group CONTACT FORM */
#contact-form			{ float:left; padding-left:28px; width:304px; border-left: 3px solid #78911e;}
#contact-form h4		{ font-size:1.3em; color:#fff; margin:5px 0 10px; font-weight: bold; }
#contact-form p			{ font-size:1.2em; color:#fff; margin:5px 0 10px; font-style:italic; padding:5px;  }
#contact-form div		{ padding-bottom:1em; }
#shelf fieldset,
#shelf form				{ margin:0; padding:0; border:none; }
#shelf label			{ float:left; font-size:1.2em; color:#fff; margin:.3em 0 0; }
#shelf input			{ float:right; border:none; padding:4px; height:18px; width:254px; }
#shelf textarea			{ float:right; padding:4px; height:75px; width:232px; border:0; }
#shelf input.submit		{ width:auto; height:auto; padding:0; }
/* @end */
/* @end Footer */


/* @group SERMONS */
ul#how-it-works			{ background:#efefef; margin:0 0 20px; padding:0; height:30px; list-style:none; }
#how-it-works li		{ display:inline; padding:2px 0 2px 20px; background:url(/_img/icons.gif) no-repeat; line-height:30px; margin-right:20px;}
#how-it-works #how		{ background:none; padding:none; font-weight:bold; } 
#how-it-works #save		{ background-position:left -20px }
#how-it-works #watch	{ background-position:left -60px; }
#how-it-works #notes	{ background-position:left -40px; }
#how-it-works #subscribe{ background-position:left -80px; }

.sermonbox				{ position:relative; padding:10px 0; border-top:1px solid #efefef; }
#content .sermonbox ul	{ position:absolute; top:20px; right:10px; margin:0; list-style:none; padding:0; }
.sermonbox li			{ float:left; }
.sermonbox li a			{ display:block; width:20px; height:20px; background:url(/_img/icons.gif) no-repeat; text-indent:-999em; margin-right:5px; }
.sermonbox .sl_download a	{ background-position:0 -20px; }
.sermonbox .sl_video a		{ background-position:0 -60px; }
.sermonbox .sl_notes a		{ background-position:0 -40px; }
#content .sermonbox p		{ margin:0 0 3px; }

#sorting, #mediabox		{ padding:12px 30px; }
#sorting h3				{ font-size: 1.9em;  color: #a2a09a; margin-bottom:15px;}
#sorting label			{ font-size:15px; color:#333; display:block; margin-bottom:5px; }
#sorting select			{ display:block; width:100%; margin-bottom:15px;}

#mediabox #mb_links		{ font-size:1.9em; color:#a2a09a; margin-bottom:15px; }
#mediabox li			{ margin-bottom:10px; }
#mediabox li a			{ font-size: 1.4em; color: #605d56; background: url(/_img/icons.gif) no-repeat; padding:2px 0 2px 22px; display:block; }
#mediabox #mb_download a{ background-position:left -20px; } 
#mediabox #mb_video a	{ background-position:left -60px; }
#mediabox #mb_notes a	{ background-position:left -40px; }
/* @end SERMONS */

