/* @override http://58.cpmassets.com/css/styles.css */

/*==============================================
DESIGN FRAME: 	58
FILE: 		styles.css - main CSS styles for staging site
CREATED: 	6/14/10
DESIGN: 	Andrew Bradshaw (andrew@churchplantmedia.com)
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;
}
fieldset {
	margin: 15px 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: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #fff url(/_img/bg_body.jpg) repeat-x center top;
}

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

hr{
   display: none;
}

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

#container-inner{
   width: 914px;
   margin: 0 auto;
}

a{
   overflow: hidden;
}

/* 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 Global Styles */

/* @group Header */

#header{
   height: 186px;
}

#header h1{
   width: 220px;
   height: 80px;
   margin-top: 26px;
   float: left;
}

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

/* @group Search */

#searchForm{
	focus:none;
   float: right;
   width: 251px;
   height: 39px;
   background: url(/_img/bg_searchForm.png);
   position: relative;
   margin-top: 42px;
   margin-right: 7px;
}

#searchForm fieldset {
	margin: 0;
}

#searchForm input:focus{
	outline:none;
}

#searchForm input#search_keywords{
   font-size: 11pt;
   color: #8f8677;
   width: 182px;
   padding: 4px;
   height: 16px;
   float: left;
   margin-top: 7px;
   margin-left: 15px;
   border: none;
   background: transparent;
}

#searchForm a#search_go{
   display: block;
   width: 45px;
   height: 38px;
   float: right;
   text-indent: -9999px;
}

#searchForm a#search_go:hover{
   background: url(/_img/bg_searchForm-hover.png);
   display: block;
   width: 45px;
   height: 38px;
   float: right;
   text-indent: -9999px;
}

/* @end Search */


/* @end  */



/* @group Navigation */

#nav{
   list-style: none;
   height: 65px;
   margin: 0 -15px;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   color: #d6d1c6;
   font-size: 1.4em;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
   text-shadow: #463b30 0px 1px 0;
   padding: 32px 27px 19px;
}

#nav li.current a{
   background: url(/_img/bg_nav_li_current_a.png) no-repeat center bottom;
   color: #fff;
}

#nav li a:hover,
#nav li:hover a{
	   background: url(/_img/bg_nav_li_current_a.png) no-repeat center bottom;
   color: #fff;
}

#nav li ul{
   display: none;
}

/* @end Navigation */


/* @group Content */

#content-wrap{
   width: 914px;
   float: left;
}

#banner{
   width: 915px;
   height: 267px;
   background: url(/_img/bg_banner.png) no-repeat;
   padding: 7px 0 0 14px;
   margin-left: -7px;
}

#content{
   float: left;
   width: 594px;
   padding: 14px 8px 35px;
   position: relative;
   min-height: 400px;
}

#content h2{
   font-size: 3.2em;
   letter-spacing: -1px;
   margin-bottom: 6px;
   color: #bb9a72;
}

#content h2#page-title{
   margin-top: 1px;
   margin-bottom: 46px;
   letter-spacing: -1px;
}

#content h2#page-title.long-title{
   font-size: 3.0em;
   margin-top: -20px;
}

#content h3{
   color: #322e27;
   font-size: 1.5em;
   margin-bottom: 10px;
   font-weight: bold;
}

#content h4{
   font-size: 1.8em;
   font-weight: normal;
   margin-bottom: .25em;
}

#content h5{
   font-size: 1.7em;
   font-weight: normal;
   margin-bottom: .25em;
}

#content h6{
   font-size: 1.6em;
   color: #2d2d2d;
   text-transform: uppercase;
   margin-bottom: .25em;
}

#content p,
#content li{
   margin-bottom: 0em;
   color: #443e34;
   font-size: 1.3em;
   line-height: 1.5;
}

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

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

#content li{
   margin: 0;
}

#content ul li{
   list-style: disc;
}

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

#content ul ul,
#content ol ol{
   padding-top: .5em;
}

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

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

#content a{
   color: #9c3312;
}

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

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

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

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


#content #text{
   clear: both;
}


/* @end Content */

/* @group Sidebar */

#sidebar{
   float: right;
   width: 267px;
   padding-top: 4px;
   padding-bottom: 40px;
}

#sidebar.no-subnav{  
	padding-top:105px;
}

ul#subnav{
   padding-bottom: 7px;
   background: url(/_img/bg_subnav.gif) no-repeat bottom;
   margin-bottom: 24px;
}

#subnav li a{
   display: block;
   height: 42px;
   background: url(/_img/bg_subnav_li_a.png);
   font-size: 1.9em;
   color: #8d6a40;
   text-decoration: none;
   text-transform: uppercase;
   padding: 28px 26px 0;
}

#subnav li ul{
   background: url(/_img/bg_subnav_ul.gif) repeat-y;
   padding: 0 7px;
}

#subnav li li{
   padding-bottom: 2px;
   background: url(/_img/bg_subnav_li_li.gif) repeat-x bottom;
}

#subnav li li.last{
   background: none;
}

#subnav li li a{
   height: auto;
   background: #f6f4f2;
   font-size: 1.3em;
   text-transform: none;
   color: #48433a;
   font-weight: bold;
   padding: 11px 20px 9px;
   line-height: 1.4;
}

#subnav li li.current.children a{
   padding-bottom: 6px;
}

#subnav li li a:hover{
   background: #fcfbf9;
}

#subnav li li.current a{
   background: #fff;
   color: #41767b;
}

#subnav li li.first a{
   padding-top: 27px;
}

#subnav li li.last a{
   padding-bottom: 27px;
}

#subnav li li.last.children a{
   padding-bottom: 11px;
}

#subnav li li ul{
   display: none;
}

#subnav li li.current ul{
   display: block;
   background: none;   
   padding: 0 0 10px 14px;
}

#subnav li li li{
   background: none;
   padding: 0;
}

#subnav li li li.first a{
   padding-top: 6px;
}

#subnav li li li.last a{
   padding-bottom: 6px;
}

#subnav li li.current li a{
   font-size: 1.2em;
   padding: 6px 20px;
   color: #48433a;
   font-weight: normal;
}

#subnav li li.current li.current a{
   color: #41767b;
   font-weight: bold;
   background: url(/_img/bg_subnav_li_li_li_current_a.png) no-repeat 8px 8px;
}

#sidebar h3{
   font-size: 1.9em;
   color: #8d6a40;
   text-transform: uppercase;
   padding-bottom: 20px;
   background: url(/_img/bg_sidebar_h3.gif) no-repeat bottom left;
   width: 252px;
   margin-left: 6px;
   margin-bottom: 18px;
}

#sidebar #latest-message p.meta{
   color: #81796d;
   font-size: 1.3em;
   margin-bottom: 7px;
   padding: 0 9px 0 6px;
}

#sidebar #latest-message h4{
   font-size: 1.6em;
   padding: 0 7px 0 6px;
   font-weight: bold;
   margin-bottom: 9px;
}

#sidebar #latest-message h4 a{
   color: #41767b;
   text-decoration: none;
   line-height: 1.3;
}

#sidebar #latest-message h4 a:hover{
   color: #41767b;
   text-decoration: underline;
}

#sidebar #latest-message ul{
  width: 252px;   
  height: 34px;
  margin-top: 10px;
  margin-left: 5px;
}

#sidebar #latest-message li{
   float: left;
}

#sidebar #latest-message li a{
   display: block;
   height: 34px;
   background: url(/_img/bg_sidebar_latest-message_ul.png);
   text-indent: -9999px;
}

#sidebar #latest-message li.listen a{
   width: 88px;
   background-position: 0 0;
}

#sidebar #latest-message li.listen a:hover{
   background-position: 0 -34px;
}

#sidebar #latest-message li.download a{
   width: 79px;
   background-position: -88px 0;
}

#sidebar #latest-message li.download a:hover{
   background-position: -88px -34px;
}

#sidebar #latest-message li.share a{
   width: 85px;
   background-position: -167px 0;
}

#sidebar #latest-message li.share a:hover{
   background-position: -167px -34px;
}

/* @end Sidebar */



/* @group Footer */

#footwrap{
   clear: both;
   background: #f3f2f0 url(/_img/bg_footer.gif) repeat-x;
}

#footer{
   width: 914px;
   margin: 0 auto;
}

#footer-inner{
   width: 914px;
   padding-top: 29px;
   min-height: 85px;
}

#foot-info{
   padding-left: 154px;
   padding-top: 3px;
   background: url(/_img/bg_foot-info.png) no-repeat;
   float: left;
}

#foot-info li,
#foot-info p{
   color: #948f87;
   float: left;
   font-size: 1.1em;
   margin-bottom: 8px;
}

#foot-info li{
   border-right: 1px solid #948f87;
   padding-right: 6px;
   margin-right: 6px;
}

#foot-info li.last{
   border: none;
}

#foot-info a{
   color: #4e7276;
   text-decoration: none;
}

#foot-info p.powered{
   clear: left;
}

#foot-info p.powered a{
   color: #948f87;
   font-weight: bold;
}

#foot-info a:hover{
   text-decoration: underline;
}

#foot-social{
   float: right;
   padding-top: 2px;
}

#foot-social li{
   float: left;
   margin-left: 20px;
}

#foot-social li.first {
	margin-left: 0px;
}

/* @end Footer */

/* @group Page - No Banner */

body.no-banner{
   background-image: url(/_img/bg_body_nobanner.jpg);
}

body.no-banner #container{
   background-image: url(/_img/bg_container_nobanner.jpg);
}

body.no-banner #content-wrap{
   padding-top: 37px;
}

/* @end Page - No Banner */



/* @group Pagination */

#pagination-wrap{
   clear: left;
   height: 38px;
   padding-top: 18px;
}

#pagination{
   float: left;
   padding-right: 20px;
   background: url(/_img/bg_pagination.png) no-repeat right 0;
   height: 21px;
}

#pagination span{
   display: block;
   float: left;
   font-size: 1.2em;
   font-weight: bold;
   color: #8d857e;
   padding-top: 4px;
   margin-right: 10px;
}

div.pagination{
   padding-left: 20px;
   background: url(/_img/bg_pagination2.png) no-repeat 0 0;
   float: left;
   height: 21px;
   position: relative;
}

#content .pagination a{
   width: 12px;
   display: block;
   float: left;
   font-size: 1.2em;
   font-weight: bold;
   text-align: center;
   color: #9c3312;
   padding: 5px 4px;
   text-decoration: none;
   margin-right: 3px;
}

#content .pagination a:hover{
   color: #5a5956;
   text-decoration: underline;
}

#content .pagination a.current{
   color: #5a5956;
   background: url(/_img/bg_pagination_current.png) no-repeat;
   padding-left: 5px;
   padding-right: 4px;
   text-decoration: none;
}

#content .pagination a.previous,
#content .pagination a.next{
   text-indent: -9999px;
   position: absolute;
}

#content .pagination a.previous{
   background: url(/_img/bg_pagination_previous.png) no-repeat;
   left: 0;
}

#content .pagination a.next{
   background: url(/_img/bg_pagination_next.png) no-repeat;
   right: -23px;
}

/* @end Pagination */

/* @group Campus Selector */

#campuses   {  
    height:32px;
    position:relative; 
    z-index:100000;
}

#campuses-inner {  
    width:380px;
    margin:0 auto;
    position:relative;
}

#campuses span { 
    width:155px;
    height:11px;
    display:block; 
    float:left;
    text-indent:-999em;
    margin:11px 0 0 -10px;
}

#campuses span#current-campus {  
    padding:7px 21px 0 10px;
    width:193px;
    height:18px;
    position:absolute;
    top:4px;
    left:155px;
    margin:0;
    float:none;
    text-indent:0;
    font-size:11px; 
    cursor:pointer;
}

#campuses-inner div {  
    position:absolute;
    top:32px;
    /* left:144px; */
    /* width:224px; */
    left: 148px;
    width: 215px;
    padding:0 6px;
    display:none;
}

#campuses ul {  
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding:9px 11px 12px;
}

#campuses ul a {  
    display:block;
    line-height:26px;
    font-size:11px;
    font-weight:bold;
    font-family:Helvetica, arial, verdana, sans-serif;
    text-decoration:none;
    padding:0 12px;
    width:170px;
    /* width:178px; */
}

