/* @override http://housetopmedia.cpmpreview.com/css/styles.css */

/*==============================================
CLIENT: 	House Top Media
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;
}

/* Code from Joe to make big blog picture go away on home page */
div.latestBlogEntry img, div.latestBlogEntry2 img {display:none;}


/* @end CSS RESET */

/* @group Global Styles */

body{
   font-size: 62.5%;
   font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
   line-height: 1;
   background: #e8e9eb;
}

hr{
   display: none;
}

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

#container-outer{
   background: url(/_img/bg_container-outer.jpg) repeat-x 0 130px;
}

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

#container-inner{
   margin-top: -28px;
   position: relative;
   z-index: 1;
   padding-top: 60px;
   background: url(/_img/bg_container-inner.png) no-repeat center top;
}

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

#headwrap{
   height: 159px;
   background: url(/_img/bg_headwrap.png) repeat-x bottom;
   position: relative;
   z-index: 2;
}

#header{
   background: url(/_img/bg_header.gif) no-repeat center top;
   height: 131px;
}

#header-inner{
   width: 970px;
   margin: 0 auto;
   height: 131px;
}

#topbar{
   float: right;
   width: 422px;
   height: 42px;
   background: url(/_img/bg_topbar.gif);
   margin-top: 6px;
   position: relative;
}

}
#topbar2{
display:inline;
margin:0 430px 0 0;
padding:0;   
}

p#cpm-partner{
   width: 213px;
   height: 28px;
   background: url(/_img/bg_cpm-partner.gif);
   position: absolute;
   top: 5px;
   left: 11px;
}

p#cpm-partner a{
   display: block;
   height: 28px;
   text-indent: -9999px;
}

div#call-free{
   width: 168px;
   height: 26px;
   background: url(/_img/bg_call-free.gif);
   position: absolute;
   top: 6px;
   right: 11px;
}

div#call-free a{
   display: block;
   height: 26px;
   text-indent: -9999px;
}

#header h1{
   width: 330px;
   height: 90px;
   float: left;
   display: inline;
   background: url(/_img/bg_header_h1.png);
   margin-top: 23px;
   margin-left: 4px;
}

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

/* @end  */



/* @group Navigation */

#nav{
   list-style: none;
   float: right;
   margin-top: 17px;
   width: 578px;
   height: 53px;
   position: relative;
}

#nav li{
   float: left;
}

#nav li a{
   display: block;
   color: #bbc2c9;
   text-decoration: none;
   line-height: 53px;
   font-size:17px;
   padding:0 15px;
   /*text-indent: -9999px;*/
   /*background: url(/_img/bg_nav.png);*/
}

#nav li.current a,
#nav li:hover a{
	color:#fff;
	background:url(/_img/nav_current_bg.png) no-repeat center bottom;
}
/*
#nav li#nav_home a{
   width: 73px;
}

#nav li#nav_about a{
   width: 74px;
   background-position: -73px 0;
}

#nav li#nav_blog a{
   width: 63px;
   background-position: -147px 0;
}

#nav li#nav_products a{
   width: 97px;
   background-position: -210px 0;
}

#nav li#nav_packages a{
   width: 102px;
   background-position: -307px 0;
}

#nav li#nav_training---support a{
   width: 169px;
   background-position: -409px 0;
}

#nav li#nav_home a:hover,
#nav li#nav_home:hover a,
#nav li#nav_home.current a{
   background-position: 0 -53px;
}

#nav li#nav_about a:hover,
#nav li#nav_about:hover a,
#nav li#nav_about.current a{
   background-position: -73px -53px;
}

#nav li#nav_blog a:hover,
#nav li#nav_blog:hover a,
#nav li#nav_blog.current a{
   background-position: -147px -53px;
}

#nav li#nav_products a:hover,
#nav li#nav_products:hover a,
#nav li#nav_products.current a{
   background-position: -210px -53px;
}

#nav li#nav_packages a:hover,
#nav li#nav_packages:hover a,
#nav li#nav_packages.current a{
   background-position: -307px -53px;
}

#nav li#nav_training---support a:hover,
#nav li#nav_training---support:hover a,
#nav li#nav_training---support.current a{
   background-position: -409px -53px;
}
*/
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 195px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
   background: url(/_img/bg_nav_ul.png) no-repeat bottom;
   padding-bottom: 5px;
   top: 50px;
   padding-top: 16px;
}

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

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

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

#nav li:hover li a,
#nav li.current li a,
#nav li li a{
   width: 165px !important; /* Needs to be same as other 150px value, less any padding or margin */
   height: auto !important;
   padding: 12px 15px;
   background: #132336; /* Change to more appropriate value */
   text-indent:0;
   color: #bbc2c9;
   font-weight: bold;
   font-size:12px;
   line-height:1;
}

#nav li li a:hover{
   background: #305074;
   color: #fff;
}

/* @end Navigation */



/* @group BC Navigation */

#nav_896982{
   list-style: none;
   float: right;
   margin-top: 17px;
   width: 578px;
   height: 53px;
   position: relative;
}

#nav_896982 li{
   float: left;
}

#nav_896982 li a{
   display: block;
   color: #bbc2c9;
   text-decoration: none;
   line-height: 53px;
   font-size:17px;
   padding:0 15px;
}

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

#nav_896982 li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 195px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
   background: url(/_img/bg_nav_ul.png) no-repeat bottom;
   padding-bottom: 5px;
   top: 50px;
   padding-top: 16px;
}

#nav_896982 li li{
   font-size: 1.2em;
}

#nav_896982 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_896982 li:hover ul ul,
#nav_896982 li.sfhover ul ul{
   left: -999em;
}

#nav_896982 li:hover ul,
#nav_896982 li li:hover ul,
#nav_896982 li.sfhover ul,
#nav_896982 li li.sfhover ul{
   left: auto;
}

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

#nav_896982 li:hover li a,
#nav_896982 li.current li a,
#nav_896982 li li a{
   width: 165px !important; /* Needs to be same as other 150px value, less any padding or margin */
   height: auto !important;
   padding: 12px 15px;
   background: #132336; /* Change to more appropriate value */
   text-indent:0;
   color: #bbc2c9;
   font-weight: bold;
   font-size:12px;
   line-height:1;
}

#nav_896982 li li a:hover{
   background: #305074;
   color: #fff;
}

/* @end BC Navigation */




/* @group Content */

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

#mainwrap{
   padding-bottom: 17px;
   background: url(/_img/bg_mainwrap.gif) no-repeat bottom;
}

#main{
   width: 970px;
   margin: 0 auto;
   position: relative;
   background: url(/_img/bg_main.png) repeat-y 0 0;
   min-height:150px;
}

#content{
   padding-bottom: 30px;
   width: 610px;
   float: left;
   padding-left: 38px;
   position: relative;
   top: -145px;
   margin-bottom: -145px;
}

#content h1{
   margin-bottom: 40px;
}

#content h2{
   margin-bottom: 40px;
}

#content h3{
   color: #255695;
   font-size: 1.8em;
   font-weight: bold;
   margin-bottom: .5em;
}

#content h4{
   color: #c88004;
   font-size: 1.6em;
   margin-bottom: .5em;
}

#content h5,
#content h6{
   margin-bottom: .5em;  
   color: #818283;
   font-size: 1.6em;
}

#content p,
#content li{
   margin-bottom: 1em;
   color: #484a4d;
   font-size: 1.3em;
   line-height: 1.6;
}

#content p1,
#content li{
   margin-bottom: 1em;
   color: #484a4d;
   font-size: .9em;
   line-height: 1.1;
}

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

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

#content li{
   margin: 0;
}

#content ul {
   list-style: disc;
}

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

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

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

#content a,
#sidebar a{
   color: #2375b8;
}

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

#content img{

}

#content #text{
   clear: both;
}


/* @end Content */

/* @group Sidebar */

#sidebar{
   float: right;
   display: inline;
   width: 258px;
   margin-right: 31px;
   position: relative;
}

#secondaryNav	{ margin-top:-170px; min-height:75px; }

#subnav{
   width: 258px;
   background: url(/_img/bg_subnav.gif) no-repeat bottom;
   padding-bottom: 6px;
   margin-bottom: 17px;
   min-height:150px;   
}

#subnav li a{
   width: 202px;
   height: 33px;
   padding: 40px 28px 0 28px;
   display: block;
   background: url(/_img/bg_subnav_li.png) no-repeat;
   font-size: 1.6em;
   font-weight: bold;
   color: #c5e2fb;
   text-decoration: none;
}

#subnav ul{
   padding: 0 7px;
}

#subnav li li{
   background: #305074;
   padding: 0 13px;
}

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

#subnav li li a{
   width: auto;
   height: auto;
   background: none;
   border-bottom: 1px solid #2D425E;
   padding: 18px 11px 0;
   font-size: 1.3em;
   color: #fff;
   height: 26px;
}

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

}

#subnav li li.current a,
#subnav li li a:hover, #subnav li li.selected a {
   background: url(/_img/bg_subnav_li_current.png) no-repeat;
   width: 189px;
   height: 37px;
   margin-left: -28px;
   border: none;
   padding: 18px 38px 0;
   color: #23364f;
   margin-bottom: -10px;
}

#subnav li li.last.current a,
#subnav li li.last a:hover{
   padding-bottom: 6px;
   height: 30px;
}

#sidebar h3{
   font-size: 1.6em;
   font-weight: bold;
   color: #255695;
}

/* @end Sidebar */



/* @group Footer */

#footer{
   clear: both;
   position: relative;
   padding-top: 16px;
   width: 970px;
   margin: 0 auto;
}

#footer-links{
   float: left;
   display: inline;
   margin-left: 45px;
}

#foot-social{
   float: left; margin-top:-4px;
}

#foot-social ul { padding-top:0; }

#footer-links li{
   float: left;
   width: 150px;
   margin-bottom: 3px;
}

#footer-links ul{
   padding-top: 3px;
}

#footer-links li li{
   float: none;
   width: auto;
}

#footer-links li a,
#foot-social li a{
   color: #525c6e;
   font-size: 1.3em;
   font-weight: bold;
   text-decoration: none;
   line-height: 1.4;
}

#footer-links li li a,
#foot-social li li a{
   font-size: 1.2em;
   font-weight: normal;
   color: #747b86;
   line-height: 1.75;
}

#foot-social ul{
   padding-top: 8px;
}

#foot-social li li{
   margin-bottom: 5px;
}

#foot-social li li a{
   font-size: 1.3em;
   color: #2375b8;
}

#foot-social li li a img{
   float: left;
   margin-right: 6px;
}

#foot-social li li.flickr a img{
   margin-left: -2px;
}

#footer-links li a:hover,
#foot-social li a:hover{
   text-decoration: underline;
}

#foot-info{
   float: right;
   display: inline;
   margin-right: 45px;
}

#foot-info .buttons{
	display:block; 
	clear:both;
	height:100px;
}

#foot-info p.expo{
   width: 277px;
   height: 64px;
   /* background: url(/_img/bg_p_expo.gif); */
   margin-bottom: 3px;
}

#foot-info p.expo a{
   display: block;
   height: 63px;
  /* text-indent: -9999px; */
}

#foot-info p.contact{
   float: left;
   height: 29px;
   width: 281px;
   margin-bottom: 8px;
}


/*
#foot-info p.contact a.email{
   display: block;
   float: left;
   width: 106px;
   height: 29px;
   text-indent: -9999px;
   background: url(/_img/bg_p_contact.gif);
   margin-right: 2px;
}

#foot-info p.contact a.call-free{
   display: block;
   float: left;
   width: 173px;
   height: 31px;
   text-indent: -9999px;
   background: url(/_img/bg_p_call.gif);
}
*/

#foot-info p.copy,
#foot-info p.credits{
   font-size: 1.3em;
   color: #7a828c;
   text-align: right;
   line-height: 1.6;
}

#foot-info p.credits a{
   font-weight: bold;
   color: #5c6576;
   text-decoration: none;
}

#foot-info p.credits a:hover{
   text-decoration: underline;
}
/* @end Footer */

td.productItemNotFound,td.catalogueItemNotFound {display:none;}
