/* @override http://christcommunity-fl.cpmpreview.com/css/styles.css */

/* @override http://christcommunity-fl.cpmpreview.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;
}
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: 960px;
   margin: 0 auto;
}

#container-inner{
  padding: 0;
}

a{
   overflow: hidden;
   color: #578c9d;
}

/* @end Global Styles */

/* @group Header */

#header{
   height: 176px;
}

#header h1{
   width: 317px;
   height: 60px;
   float: left;
   margin-top: 28px;
   margin-bottom: 28px;
   margin-left: 16px;
}

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

#services{
   float: right;
   margin-top: 49px;
   margin-right: 20px;
}

#services h3{
   font-size: 1.7em;
   color: #95989a;
}

/* @end  */



/* @group Navigation */

#nav{
   list-style: none;
   clear: both;
   width: 960px;
   float: left;
   overflow: hidden;
   height: 61px;
   background: url(/_img/bg_nav.png) no-repeat;
   margin-left: -1px;
}

#nav li{
   float: left;
   margin-left: 34px;
}

#nav li a{
   display: block;
   color: #3a3c40; 
   text-decoration: none;
   padding: 21px 8px 20px;
   font-size: 1.7em;
   font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#nav li.current a,
#nav li a:hover,
#nav li:hover a{
   color: #4c8ba1;
   background: url(/_img/bg_nav_li_current.png) no-repeat center top;
}

#nav li ul{
   display: none;
}

/* @end Navigation */


/* @group Content */

#banner{
   width: 925px;
   height: 244px;
   position: relative;
   padding: 0 17px 0 18px;
}

#banner img{
   position: absolute;
   top: 0;
   left: 18px;
   z-index: 1;
   width: 925px;
}

#banner p.caption{
   position: absolute;
   top: 0;
   left: 18px;
   width: 925px;
   height: 244px;
   background: url(/_img/bg_banner_overlay.png);
   z-index: 10;
   text-indent: -9999px;
}

#content-wrap{
   padding: 16px 17px 0 18px;
   width: 925px;
   float: left;
   background: url(/_img/bg_content-wrap.png) no-repeat left 59px;
}

#content{
   width: 653px;
   float: left;
   padding: 5px 26px 17px 15px;
   position: relative;
}

body.full #content{
   width: 884px;
}

#content h2{
   font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, Verdana, Tahoma, sans-serif;
   font-size: 3.5em;
   color: #434651;
   margin-bottom: 42px;
}

#content h3{
   font-size: 1.9em;
   color: #578c9d;
}

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

#content h5{
   font-size: 1.5em;
   color: #45474c;
   font-weight: bold;
}

#content h6{
   color: #45474c;
   font-size: 1.5em;
   text-transform: uppercase;
}

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

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

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

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

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

#content li{
   margin: 0;
}

#content ul{
   list-style: disc;
}

#content ol{
   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: #578c9d;
}

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

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

#content #text{
   clear: both;
}


/* @end Content */

/* @group Sidebar */

#sidebar{
   float: right;
   width: 231px;
}

#subnav-wrap{
   padding-bottom: 9px;
   background: url(/_img/bg_subnav-wrap.png) no-repeat bottom;
   margin-bottom: 20px;
}

ul#subnav{
   background: url(/_img/bg_subnav.png) repeat-y;
   padding-bottom: 12px;
}

ul#subnav li{
   list-style: none;
}

ul#subnav li a{
   color: #68696e;
   font-size: 1.9em;
   font-weight: bold;
   text-decoration: none;
   display: block;
   padding: 22px 27px 17px;
   background: url(/_img/bg_subnav_li_current.gif) no-repeat;
}

ul#subnav ul{
   padding: 0 3px 0 2px;
}

ul#subnav li li a{
   font-size: 1.4em;
   background: none;
   padding: 15px 24px 15px 25px;
   line-height: 1.4;
}

ul#subnav li li a:hover{
   color: #5d90a1;
}

ul#subnav li li.current a{
   background: #6d9bab;
   color: #fff;
   text-shadow: #607982 1px 1px 0;
}

ul#subnav li li.current ul{
   padding: 10px 0 10px 10px;
   background: #f5f5f5;
   margin: 0 1px;
   border-bottom: 1px solid #e0e3e4;
}

ul#subnav li li.current li a{
   background: none;
   color: #68696e;
   text-shadow: none;
   font-size: 1.3em;
   font-weight: normal;
   padding: 7px 24px 7px 25px;
}

ul#subnav li li.current li a:hover{
   text-decoration: underline;
   color: #5d90a1;
}

ul#subnav li li.current li.current a{
   color: #5d90a1;
   font-weight: bold;
   text-decoration: none;
}

ul#subnav li li.current li ul{
   padding-top: 0px;
   border: none;
}

ul#subnav li li.current li li a{
   font-size: 1.2em;
   color: #8f9094;
}

ul#subnav li li.current li li.current a{
   color: #5d90a1;
   font-weight: bold;
}

/* @end Sidebar */



/* @group Footer */

#footer{
   clear: both;
   padding: 23px 17px 23px 18px;
   width: 925px;
   float: left;
   background: url(/_img/bg_footer.png) no-repeat 0 0;
}

#footer a{
   text-decoration: none;
}

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

#foot-info{
   float: left;
   padding-top: 4px;
   padding-bottom: 27px;
}

#foot-info p,
#foot-info li{
   color: #68696e;
   font-size: 1.2em;
}

#foot-info ul{
   margin-bottom: 11px;
   float: left;
}

#foot-info li{
   float: left;
   background: url(/_img/bg_foot-info_li.png) no-repeat right 2px;
   padding-right: 8px;
   margin-right: 8px;
}

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

#foot-info li a{
   font-weight: bold;
   color: #68696e;
}

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

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

#foot-social{
   float: right;
}

#foot-social li{
   float: left;
   width: 37px;
   height: 37px;
   margin-right: 13px;
}

#foot-social li a{
   display: block;
   height: 37px;
   text-indent: -9999px;
   background-position: 0 0;
}

#foot-social li.twitter a{
   background: url(/_img/bg_li_twitter.png);
}

#foot-social li.facebook a{
   background: url(/_img/bg_li_facebook.png);
}

#foot-social li.vimeo a{
   background: url(/_img/bg_li_vimeo.png);
}

#foot-social li a:hover{
   background-position: 0 -37px;
}

/* @end Footer */

/* @group Home Page */

#home #content-wrap{
   padding-top: 0;
   background: none;
}


#home-banner{
   margin-bottom: 12px;
   width: 925px;
   height: 374px;
   overflow: hidden;
   position: relative;
   z-index: 1;
}

#home-banner p.caption{
   position: absolute;
   width: 925px;
   height: 374px;
   z-index: 10;
   background: url(/_img/bg_home-banner_overlay.png);
   text-indent: -9999px;
}

#home-banner img{
   width: 925px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}

#home-quicklinks li{
   float: left;
   position: relative;
   width: 456px;
   height: 134px;
   overflow: hidden;
}

#home-quicklinks li.first{
   margin-right: 13px;
}

#home-quicklinks li span{
   display: block;
   height: 5px;
   width: 456px;
   position: absolute;
   background: url(/_img/bg_home-quicklinks.png);
   left: 0;
   z-index: 10;
   text-indent: -9999px;
}

#home-quicklinks li span.caption1{
   top: 0;
   background: url(/_img/bg_home-quicklinks1.png);
}

#home-quicklinks li span.caption2{
   bottom: 0;
   background: url(/_img/bg_home-quicklinks2.png);
}

#home-quicklinks li img{
   position: relative;
   display: block;
   z-index: 1;
}

#home #footer{
   clear: both;
   padding: 15px 17px 0 18px;
   width: 925px;
   background: none;
}

/* @end Home Page */

/* @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: #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;
   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;
   top: -1px;
}

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

/* @end Pagination */
