/* @override 
	http://www.churchplantmedia.com/css/styles.css
*/

/*==============================================
CLIENT: 	Church Plant Media
FILE: 		styles.css - main CSS styles for staging site
CREATED: 	10/15/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: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #222221;
   min-width: 985px;
}

hr{
   display: none;
   clear: left;
}

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

#container{
   background: #fff url(/_img/bg_body.gif) repeat-x;
}

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

#content-wrap{
   width: 972px;
   float: left;
   padding-top: 34px;
}

a{
   overflow: hidden;
   outline: none;
}

/* 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: 103px;
   position: relative;
}

#header h1{
   width: 287px;
   height: 64px;
   position: absolute;
   background: url(/_img/bg_h1.gif);
   top: 39px;
   left: -5px;
}

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

#topbar{
   float: right;
   display: inline;
   margin-top: 22px;
   margin-right: 18px;
}

#topbar ul{
   float: left;
   padding-top: 6px;
   margin-right: -6px;
}

#topbar li{
   float: left;
   padding-right: 13px;
   margin-right: 9px;
   background: url(/_img/bg_topbar_li.gif) no-repeat right 0;
   font-size: 13px;
   color: #979995;
   line-height: 1.2;
}

#topbar li a{
   color: #979995;
   text-decoration: none;
   line-height: 1.2;
}

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

#topbar li#topnav-blog{
   background: none;
   margin-right: 5px;
}

#topbar p#mycpm{
   float: left;
   width: 70px;
   height: 27px;
}

#topbar p#mycpm a{
   display: block;
   height: 27px;
   text-indent: -9999px;
   background: url(/_img/bg_p_mycpm.gif) no-repeat 0 0;
}

#topbar p#mycpm a:hover{
   background-position: 0 -27px;
}

/* @end  */



/* @group Navigation */

#nav{
   list-style: none;
   float: right;
   clear: right;
   display: inline;
   margin-top: 11px;
   margin-right: 6px;
   width: 580px;
   height: 33px;
   background: url(/_img/bg_nav.gif) no-repeat;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   height: 33px;
   background: url(/_img/bg_nav.gif) 0 0;
   text-indent: -9999px;
}

#nav li#nav_about a{width: 87px; background-position: 0 0;}
#nav li#nav_about a:hover{background-position: 0 -33px;}
#nav li#nav_about.current a{background-position: 0 -66px;}
#nav li#nav_partners a{width: 115px; background-position: -87px 0;}
#nav li#nav_partners a:hover{background-position: -87px -33px;}
#nav li#nav_partners.current a{background-position: -87px -66px;}
#nav li#nav_tour a{width: 75px; background-position: -202px 0;}
#nav li#nav_tour a:hover{background-position: -202px -33px;}
#nav li#nav_tour.current a{background-position: -202px -66px;}
#nav li#nav_designs a{width: 100px; background-position: -277px 0;}
#nav li#nav_designs a:hover{background-position: -277px -33px;}
#nav li#nav_designs.current a{background-position: -277px -66px;}
#nav li#nav_pricing a{width: 95px; background-position: -377px 0;}
#nav li#nav_pricing a:hover{background-position: -377px -33px;}
#nav li#nav_pricing.current a{background-position: -377px -66px;}
#nav li#nav_contact a{width: 108px; background-position: -472px 0;}
#nav li#nav_contact a:hover{background-position: -472px -33px;}
#nav li#nav_contact.current a{background-position: -472px -66px;}

#nav li a:hover{
   color: #79c82b;
}

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

/* @end Navigation */

/* @group Taglines */

#tagline{
   width: 973px;
   height: 141px;
   position: relative;
}

#tagline img{
   position: absolute;
   bottom: 0;
   left: 0;
}

#content p#designs-feed{
   width: 325px;
   height: 40px;
   background: url(/_img/bg_p_designs-feed.gif);
   position: absolute;
   right: 0;
   margin-right: 10px;
   top: 26px;
}

#content p#designs-feed a{
   display: block;
   height: 40px;
   text-indent: -9999px;
}

/* @end  */

/* @group Content */


#content{
   float: right;
   width: 690px;
   padding: 33px 18px 28px 28px;
   position: relative;
}

#content h2{
   font-size: 2.8em;
   font-weight: bold;
   color: #444543;
   letter-spacing: -1px;
   margin-top: -3px;
   margin-bottom: 16px;
}

#content h3{
   font-size: 2em;
   color: #737572;
   line-height: 1.3;
   margin-bottom: 12px;
}

#content h4{
   font-size: 1.6em;
   color: #0d9dd3;
   text-transform: uppercase;
   margin-bottom: .5em;
}

#content h5,
#content h6{
   font-size: 1.5em;
   font-weight: bold;
   color: #4b4c4a;
   margin-bottom: .5em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #4b4c4a;
   font-size: 1.4em;
   line-height: 1.6;
}

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

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

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

#content ol{
   margin-left: 0;
   width: 684px;
   float: left;
}

#content ol li{
   list-style: none;
   margin-bottom: 8px;
   clear: left;
   float: left;
   width: 685px;
}

#content ol li span{
   float: left;
   display: block;
   width: 624px;
}

#content ol li span.olnum{
   width: 20px;
   display: block;
   font-size: .786em;
   font-weight: bold;
   color: #fff;
   padding: 2px 0 0 6px;
   background: url(/_img/bg_ol_li.gif) no-repeat 0 0;
}

#content ol li span.olnum.double{
   background-position: 3px 0;
   margin-left: -3px;
   padding-right: 3px;
}

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

#content li{
   margin: 0;
}

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

#content a{
   color: #0299d1;
}

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

#content #text{
   clear: both;
}

#content .right-align{
   float: right;
   margin: 25px 0 25px 25px;
}

#content .left-align{
   float: left;
   margin: 25px 25px 25px 0;
}

#content blockquote{
   background: url(/_img/bg_blockquote.gif) repeat-x left bottom;
   padding-bottom: 16px;
   margin: 25px;
}

#content blockquote p{
   background: url(/_img/bg_blockquote.gif) repeat-x left top;
   margin: 0;
   color: #9fa09d;
   font-size: 1.9em;
   font-weight: bold;
   padding: 16px 1px 0;
}

#content blockquote.right-align,
#content blockquote.left-align{
   width: 254px;
}

/* @end Content */

/* @group Sidebar */

#sidebar{
   float: left;
   width: 232px;
}

ul#subnav{
   background: #f3f4f1;
   border: 1px solid #dfe1db;
   border-top: none;
   padding-top: 15px;
   margin-bottom: 32px;
}

#subnav li a{
   font-size: 1.8em;
   color: #444543;
   font-weight: bold;
   padding: 12px 17px 11px;
   border-bottom: 1px solid #dfe1db;
   display: block;
   text-decoration: none;
}

#subnav li li.current{
   background: url(/_img/bg_subnav_li_current.gif) repeat-x;
   width: 232px;
   margin-left: -1px;
}

#subnav li li.current a,
#subnav li li.current a:hover{
   color: #fff;
   background: url(/_img/bg_subnav_li_current_a.gif) no-repeat right 15px;
}

#subnav li li a:hover{
   background:#fcfcfb url(/_img/bg_subnav_li_a_hover.gif) no-repeat right 15px;
}

#subnav li li.last a{
   border: none;
}

#subnav li li a{
   font-size: 1.4em;
   font-weight: normal;
   color: #6c6e6b;
}

#side-contact{
   border-top: 1px solid #e8e9e5;
   padding-top: 26px;
   width: 232px;
   margin-bottom: 30px;
   height: 114px;
   text-indent: -9999px;
   background: url(/_img/bg_side-contact.gif) no-repeat 0 26px;
}

/* @end Sidebar */



/* @group Footer */

#footwrap{
   background: url(/_img/bg_footwrap.gif) no-repeat center top;
}

#footer{
   clear: both;
   width: 972px;
   margin: 0 auto;
   padding: 30px 0 29px;
   position: relative;
}

#footinfo{
   float: left;
}

#footlinks{
   float: right;
   width: 450px;
   margin-right: -8px
}

#footer p.cpm{
   width: 404px;
   height: 24px;
   background: url(/_img/bg_footer_cpm.gif);
   text-indent: -9999px;
   margin-bottom: 16px;
   margin-left: -2px;
}

#footinfo p{
   font-size: 1.3em;
   color: #8d8d8c;
   margin-bottom: 12px;
}

#footinfo p a{
   color: #8cd249;
   text-decoration: none;
}

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

#footernav{
   float: right;

   padding: 5px 0 13px;
   padding-right: 14px;
   margin-bottom: 9px;
}

#footernav li{
   float: left;
   background: url(/_img/bg_footlinks_li.gif) no-repeat right top;
}

#footernav li.last{
   background: none;
}

#footernav li a{
   color: #9b9d99;
   font-size: 1.3em;
   display: block;
   padding: 1px 11px;
   text-decoration: none;
   line-height: 1.1;
}

#footernav li a:hover{
   color: #d5d7d4;
}

#social li{
   float: left;
   display: inline;
   margin-right: 14px;
   font-size: 1.2em;
   background: url(/_img/bg_social_li.gif) no-repeat right 3px;
}

#social li.last{
   background: none;
   margin-right: 0;
}

#social li a{
   color: #646663;
   text-decoration: none;
   padding: 2px 14px 2px 20px;
}

#social li a:hover{
   color: #d5d7d4;
}

li#foot-share a{
   background: url(/_img/bg_foot-share_li.gif) no-repeat 0 1px;
}

li#foot-rss a{
   background: url(/_img/bg_foot-rss_li.gif) no-repeat 0 1px;
}

li#foot-twitter a{
   background: url(/_img/bg_foot-twitter_li.gif) no-repeat 0 1px;
}

/* @end Footer */

/* @group Add This Button */

#addthis_toolbox{
   position: absolute;
   top: -182px;
   left: 520px;
   z-index: 9999;
}

#addthis_toolbox .custom_hover .custom_button
{
    font-weight: bold;
    padding: 2px;
    -moz-border-radius: 3px 3px 0 0;    
    -webkit-border-radius: 3px 3px 0 0;
}

#addthis_toolbox .custom_hover .custom_button.active
{
    background-color: #eee;
}

#addthis_toolbox .hover_menu 
{
    display: none;
    position: absolute;
    background: #eeeeec;
}

#addthis_toolbox .custom_hover .tower
{
    -webkit-border-radius: 0 3px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
#addthis_toolbox .hover_menu 
{
    width: 156px;
    padding: 11px 0 11px 0;
    padding-left: 0px;

}

#addthis_toolbox .hover_menu  a
{
    width: 122px;
    padding: 6px 0 6px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #7c7c7b;
    font-size: 1.2em;
}

#addthis_toolbox .hover_menu  a:hover
{

    background: #dfdfdd;
    color: #4b4b4b;
    text-decoration: none;
}

#addthis_toolbox .hover_menu  span
{
    position: absolute;
    left: 11px;
    top: 3px;
}

#addthis_toolbox .hover_menu  .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 0px 10px 0 10px;
    text-align: center;
}

#addthis_toolbox .hover_menu  .more a
{
    padding: 4px 0;
    margin: 0;
}

#addthis_toolbox .hover_menu  .more span
{
    display: none;
}

/* @end  */