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

/*==============================================
CLIENT: 	CPM, Based on design frame 57a
FILE: 		styles.css - main CSS styles for site
CREATED: 	05/12/10
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: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   line-height: 1;
}

hr{
   display: none;
}

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

#container{
   width: 982px;
   margin: 0 auto;
}

#container-inner{
   padding-top: 24px;
}

#content-wrap{
   background: url(/_img/bg_content-wrap.gif) repeat-y 0 0;
   width: 982px;
   float: left;
   border-bottom: 1px solid #e1e1e1;
}

.wide #content-wrap {  
	background:none;
}

a{
   overflow: hidden;
}

/* @end Global Styles */

/* @group Header */

#header{
   height: 176px;
   position: relative;
}

#header h1,
#header h1 a{
   display: block;
   width: 400px;
   height: 70px;
}

#header h1{
   position: absolute;
   top: 40px;
   left: 0;
}

#header h1 a{
   background: url(/_img/bg_header_h1.png);
   text-indent: -9999px;
}

#top-info{
   float: right;
   padding-top: 12px;
}

#top-info li{
   float: left;
   font-size: 1.2em;
   color: #696969;
   background: url(/_img/bg_top-info_li.gif) no-repeat right 1px;
   padding-right: 12px;
   margin-right: 12px;
}

#top-info li.last{
   padding-right: 0;
   margin-right: 0;
   background: none;
}

/* @group Navigation */

#nav{
   list-style: none;
   float: left;
   width: 749px;
   padding: 0 0 0 15px;
   position: absolute;
   bottom: 0;
   height: 39px;
   background: #696969 url(/_img/bg_nav.png) no-repeat 0 0;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   color: #fff;
   font-size: 1.4em;
   padding: 13px 20px 11px;
   height: 15px;
   font-weight: bold;
   text-decoration: none;
   opacity: .75;
}

#nav li.current a,
#nav li a:hover{
   opacity: 1;
   background: url(/_img/bg_nav_li_a_hover.png) no-repeat bottom center;
}

#nav li ul{
   display: none;
}

/* @end Navigation */

/* @group Search */

form#searchForm{
   position: absolute;
   bottom: 0;
   right: 0;
   width: 218px;
   height: 39px;
   background: url(/_img/bg_search.png) no-repeat right top;
}

#searchForm input#search_keywords{
   position: absolute;
   top: 10px;
   left: 15px;
   width: 167px;
   height: 12px;
   padding: 4px;
   background: transparent;
   border: none;
   font-size: 1.2em;
   color: #eee;
   font-family: Helvetica, Arial, sans-serif;
}

#searchForm a#search_go{
   width: 15px;
   height: 16px;
   display: block;
   position: absolute;
   top: 12px;
   right: 9px;
   background: url(/_img/bg_search_go.png);
   text-indent: -9999px;
}

/* @end  */

/* @end Header */

/* @group Content */

#content{
   width: 762px;
   float: right;
   padding: 12px 0 28px 26px;
   position: relative;
}

.wide #content {  
	float:none; width:952px
}

#banner{
   position: relative;
   z-index: 3;
   background: url(/_img/bg_subpage_banner_p.png) no-repeat bottom;
   margin-bottom: 20px;
   clear: both;
}

#content #banner p.caption,
#content #banner p.label{
   position: absolute;
   width: 762px;
   height: 3px;
   z-index: 2;
   margin: 0;
   background: url(/_img/bg_subpage_banner.png);
   text-indent: -9999px;
}

#content p.caption{
   top: 0;
}

#content #banner p.label{
   bottom: 0;
   background: url(/_img/bg_subpage_banner_p.png);
}

#content #banner img{
   display: block;
   z-index: 1;
}

#content h2{
   font-size: 2.8em;
   font-weight: bold;
   color: #1e1e1e;
   letter-spacing: -.8pt;
   margin-bottom: 21px;
}

#content h3{
   color: #2d2d2d;
   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: 1em;
   color: #2d2d2d;
   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 #text ul{
   list-style: disc;
}

#content ol{
   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:hover{
   text-decoration: none;
}

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

#content #text{
   clear: both;
}

/* @end Content */

/* @group Sidebar */

#sidebar{
   float: left;
   width: 194px;
   padding-top: 12px;
}

#subnav{
   margin-bottom: 30px;
   padding-left: 5px;
}

#subnav li a{
   font-size: 1.6em;
   color: #80807e;
   text-decoration: none;
   text-transform: uppercase;
   display: block;
}

#subnav li ul{
   padding-top: 13px;
}

#subnav li li a{
   color: #3a3a3a;
   font-size: 1.2em;
   font-weight: bold;
   text-transform: none;
   padding: 9px 0 7px;
   line-height: 1.25;
}

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

#subnav li li.current{
   padding-bottom: 3px;
}

#subnav li li.current a,
#subnav li li.current.children li.current a{
   background: url(/_img/bg_subnav_li_li_current.png) no-repeat;
   color: #fff;
   padding-left: 10px;
   width: 184px;
   margin-left: -4px;
}

#subnav li li.current.children li.current a{
   padding-left: 14px;
   width: 180px;
}

#subnav li li.current a.double{
   background-image: url(/_img/bg_subnav_li_li_current_double.png);
   height: 30px;
   padding-top: 12px;
   padding-bottom: 9px;
}

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

#subnav li li.current.children a{
   background: none;
   color: #d27904;
   padding-left: 0;
   margin-left: 0;
}

#subnav li li.current.children a span{
   width: 8px;
   height: 6px;
   display: inline-block;
   text-indent: -99999px;
   background-image: url(/_img/bg_subnav_li_li_current_children.png);
   margin-left: 10px;
}

#subnav li li ul{
   padding: 0;
   display: none;
}

#subnav li li.current.children ul{
   display: block;
}

#subnav li li.current.children li a{
   background: none;
   color: #686868;
   font-weight: normal;
   font-size: 1.2em;
   padding-left: 10px;
}

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

#quicklinks{
   float: left;
   margin-right: 9px;
   margin-top: -2px;
   margin-left: -1px;
}

#quicklinks ul{
   margin: 0;
}

#quicklinks li{
   position: relative;
   margin-bottom: 14px;
   width: 169px;
   height: 151px;
   float: left;
   clear: left;
}

#quicklinks li a{
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 169px;
   height: 151px;
   z-index: 3;
   float: left;
}

#quicklinks li a span{
   display: block;
   position: absolute;
   width: 169px;
   height: 151px;
   z-index: 2;
   background: url(/_img/bg_quicklinks_li.png);
   text-indent: -9999px;
}

#quicklinks li a img{
   position: absolute;
   width: 164px;
   left: 2px;
   top: 2px;
   z-index: 1;
}


/* @end Sidebar */



/* @group Footer */

#footer{
   clear: both;
   float: left;
   padding: 25px 0;
   width: 980px;
   padding-left: 3px;
}

#footer p,
#footer li{
   color: #8b8b8b;
   font-size: 1.2em;
}

#foot-info{
   float: left;
   width: 600px;
}

p#foot-powered{
   float: right;
   color: #a4a4a4;
}

#footer li{
   float: left;
}

#foot-links,
#foot-social{
   float: left;
   clear: left;
   margin-bottom: 17px;
   width: 600px;
}

#foot-links li{
   background: url(/_img/bg_footer_li.gif) no-repeat right 2px;
   padding-right: 10px;
   margin-right: 8px;
}

#foot-links li.last{
   margin: 0;
   background: none;
}

#footer a{
   text-decoration: none;
}

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

#foot-social li{
   margin-right: 23px;
}

#foot-social li.last{
   margin: 0;
}

#foot-social li a{
   display: block;
   float: left;
}

#foot-social li a img{
   display: block;
   float: left;
}

/* @end Footer */

/* @group Pagination */

#pagination-wrap{
   clear: left;
   height: 38px;
   padding-top: 18px;
   background: url(/_img/bg_pagination-wrap.gif) repeat-x;
}

#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: #767676;
   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: #c06f05;
   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);
   left: 0;
}

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

/* @end Pagination */