/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* ####################################################################################################### */
/* ********** This is the custom.css file for the Steve Hill Roofing website (stevehillroofing.com) *************** */
/* ####################################################################################################### */

/* nav reset by Kristarella 
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}*/
		
		
/* Kristarella's nav drop down css NOTE: Doesn't seem to work in IE
.custom ul#tabs li span ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li span ul li {float:none;}
	.custom ul#tabs li:hover span ul {display:block;} */
	

/* ########################### Main Thesis css styling ######################### */

/* reset everything | seems to be screwing Thesis up */
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
} */

/* Body Background & Content Area CSS  */ 

html { height:100%;} /* not sure if I need this */

body.custom {
    background:#172F4B url(images/site_bg.jpg) fixed no-repeat center top;         /* url(images/shadowbg.jpg) repeat */
	margin:0 auto;
	padding:0;
	height:100%;/*  */

 }

/* .custom  #content_area  .page {
	background:#fff;
} */

/*  Header CSS   */ 
 /*.custom #title_area {background:#252525; padding:0 0 0; border-bottom:1px solid #c55;} This will need to be changed */

/* .custom #header_area{display:none;} */

.custom .full_width .page {
	margin:0 auto;
	padding:0;
	/*padding-left:2.2em;
	padding-right:2.2em;*/
	width:1068px;
	
}

.custom #header_area .page {
	/* background:url(images/header_bg.jpg) repeat; height:223px; */
	
	padding-top:0;
	width:100%;
	text-align:center;
}

.custom #header {
	border-bottom:none;
	padding:0;
	
	/* height:223px; 
	
	padding-top:0; 
	padding-bottom:0;
	background:url(images/header.jpg) center no-repeat; */
}
        /* .custom #header #logo {display:none;}
        .custom #header #tagline {display:none;} */
		
		
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { 
	display: block; 
	height: 243px; 
	width: 1068px; 
	padding-top:0; 
	background: url('images/header_bg.png') no-repeat; 
	background-position:center; 
	outline: none; 
	text-align:left;
	margin: 0 auto;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

  /* #################   Nav_area CSS ####################### */
.custom div#nav_area div.page {background:url(images/nav_bg.png) no-repeat; width:1068px; height:73px;}

.custom #nav_area {
	/*display: block; 
	background:url(images/nav_bg.png) no-repeat;
	height:73px;
	padding:0;
	text-align:left;
	margin: 0 auto;
	
	padding-left:1.1em;
	padding-right:1.1em;
	padding-bottom:0;
	padding-top:0; */
	/*padding:.5em 0 .5em; 
	border-bottom:1px solid #ddf; */
}     
.custom #nav_area #nav_bg {
	/* background:url(images/nav_bg.png) repeat;
	height:73px;
	padding:0; */
}
	.custom #nav_area ul {border-bottom:none; border-left:none;}
		/* .custom #nav_area ul <img src="../../../plugins/cforms/captchabg/1.gif" width="21" height="23">li {border-width:0; margin-bottom:0; padding-bottom:0; background:9a4118;} */

.custom ul#tabs {
	display:block;
	border-style:none;
	clear:both;
	font-family:Geneva, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;/* */
	font-weight:bold;
	font-size:1.106em;
	left:150px; 
	padding-top:30px;
	position:relative;
	border-width:0 0 0 0;
	width:810px;
	/* top:3px; */
}

.custom ul#tabs li a {
	color:#FFCC66;
	display:block;
	letter-spacing:-0.01em;
	line-height:1em;
	text-transform:none;
	padding:0.571em 0.386em;
}

.custom ul#tabs li {
	display:block;
	background:none;
	border-style:none none none none;
	padding-bottom:0;
	padding-left: 0;
	margin-bottom: 10px;
}

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background:none;
	font-weight:bold;
}

.custom ul#tabs li a:hover { color:#FFFFFF; }

.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { color:#FFFFFF }

.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { color:#FFFFFF }

/* Last menu item */
.custom ul#tabs li.page-item-7 {
	border-style:none none none none;
}

		
  /* Content_area CSS */
.custom #content_box {
	background:url(images/content_bg.png) no-repeat scroll right top;/*  */
	/* margin-left:-7px; */
	width:1068px;
	
	/* height:100%; */
	
	position:relative;
	min-height:100%;
	_height:100%; /* for IE6 as it doesnt understand min-height */
}
/*
.custom #content_box div div#content_box{
	padding-bottom:100px;
	height:100%;
}*/
  
.custom #content_area {
	/* border-bottom:none;
	height:175px; */
	padding:0;
	/* padding-top:0; 
	padding-bottom:0; */
	/* background:url(images/content_div_bg.jpg) top no-repeat;
	height:auto; 480px */
	
	/* min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -270px; */
	
	position:relative;
    min-height:100%;
    _height:100%; /* for IE6 as it doesnt understand min-height */
}
.custom #content_area {
	background:transparent url(images/footer_houses.png) no-repeat scroll center bottom;
}

.custom #content_area .page { 
	background: transparent url(images/content_box_bg.png) repeat-y scroll top left; 
	/* height:100%;
	background-color:#fff;height: 100%; */
	
	position:relative;
    min-height:100%;
    _height:100%; /* for IE6 as it doesnt understand min-height */
	
	
	padding-bottom:348px; /* makes the page bg go down past sticky footer */

}
.custom #content_area div div div.page { 
	background: none; 
}

.custom #content { 
	/* background-color:#F00; Temporary for dev */
	padding-left:60px;
	padding-top:50px;
} 

.custom .headline_area h1, .headline_area h2 {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:30px;
	line-height:1.4em;
	font-weight:bold;
	color:#666666;
}

.custom .headline_area h2.entry-title a, .headline_area h1.entry-title a {
	color:#666666;
}
.custom .headline_area h1.entry-title a:hover, .headline_area h2.entry-title a:hover {
	color:#FF0000;
}
.custom h2, h3{
	font-weight:bold;
	color:#666666;
}
.custom h2 a:hover {
	color:#FF0000;
}

/* Kill the default text that shows up in v1.5 when a page has comments closed. Only works on pages*/
.custom .comments_closed {
   display: none;
}	


/* ##### Home Page CSS ##### */


/* ##### not using any of the below in SHR */
/*
.custom div.home_images{
	padding-top:18px;
	padding-left:13px;
}
.custom div.home_image1 a{
	background: url(images/home_1_job.png) no-repeat scroll top left;
	float:left;
	width:208px;
	height:229px;
}
.custom div.home_image2 a{
	background: url(images/home_2_staffing.png) no-repeat scroll top left;
	float:left;
	width:208px;
	height:229px;
}
.custom div.home_image3 a{
	background: url(images/home_3_networking.png) no-repeat scroll top left;
	float:left;
	width:208px;
	height:229px;
}
*/

	/* Post and Teaser CSS */
.custom .post_box, .full_width #content_box .page {
	margin:0em 4.3em 0 5.2em;
}
.custom #comments {
	margin-left:5.2em;
}

.custom .format_text {
	padding:0 0px 20px 0;
}

.custom .teasers_box {
	margin:0 2.3em 0 6.2em;
}
.custom .teaser {
	width:25em;
}

.custom .teasers_box {
	width:55.6em;
	/* padding-top:8em; */
}
.custom .teaser h2 a{
	color:#666666;
	font-weight:bold;
}
.custom .teaser h2 a:hover{
	color:#FF0000;
}
.custom .teaser .format_teaser {
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.custom .teaser .teaser_link {
	display:block;
	font-family:Arial;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.custom .teaser .teaser_link span{
	font-weight:normal;
}
.custom .teaser a.teaser_link:hover {
	color:#FF0000;;
} /**/


/* ### custom for just the Home page */
.custom div#post-32 div.headline_area {
	display:none;
} 
.custom div#post-32 div#home_swf { /* <div id="home_swf"> */
	margin:-19px 0 0px -17px;
}
.custom div#post-32 div.format_text {
	display:block;
	margin:-19px 0 0 -17px;
}
.custom div#post-32 div#home_content {
	display:block;
}
.custom div#post-32 div#flash_div {
	display:block;
	float:left;
	position:relative;
	padding-bottom:20px;
}
.custom div#post-32 div#home_content {
	clear:both;
	margin-top:.8em;
}
.custom div#post-32 div#home_content p.home_title {
	display:block;
	font-family:Arial;
	color:#FF9E00;
	font-size:20px;
	font-weight:bold;
	margin-bottom:.8em;
}

/* ### custom for just the About, Services, Did You Know,  page */
.custom div#post-2 div.headline_area, div#post-21 div.headline_area, div#post-24 div.headline_area, div#post-26 div.headline_area {
	display:none;
}
.custom div#post-2 h2.about_title, div#post-21 h2.about_title, div#post-24 h2.about_title, div#post-26 h2.about_title {
	display:block;
	font-family:Arial;
	color:#666666;
	font-size:30px;
	font-weight:bold;
	margin:0.8em 0 .8em 0em;
}
.custom div#post-2 h3.sub_heading, div#post-21 h3.sub_heading, div#post-24 h3.sub_heading, div#post-26 h3.sub_heading {
	display:block;
	font-family:Arial;
	color:#666666;
	font-size:20px;
	font-weight:bold;
	margin-bottom:.8em;
	margin:.8em 0 0.611em;
}
.custom div#post-2 p.contact_text, div#post-21 p.contact_text, div#post-24 p.contact_text, div#post-26 p.contact_text, div#post-32 p.contact_text {
	text-align:center;
	font-family:Arial;
	color:#666666;
}
.custom div#post-2 p.contact_text a, div#post-21 p.contact_text a, div#post-24 p.contact_text a, div#post-26 p.contact_text a, div#post-32 p.contact_text a {
	display:block;
	text-align:center;
	color:#999999;
}
.custom div#post-2 p.contact_text a:hover, div#post-21 p.contact_text a:hover, div#post-24 p.contact_text a:hover, div#post-26 p.contact_text a:hover, div#post-32 p.contact_text a:hover {
	display:block;
	text-align:center;
	color:#FF0000;
}

/* syles for the Contact and Feedback page cformII forms */
.custom .cform {
	margin:10px auto 0;
	width:540px;
}
.custom .cform textarea, .cform input {
	width:260px;
}
.custom .cform label {
	display:inline-block;
	margin:4px 10px 10px 0;
	text-align:right;
	vertical-align:top;
	width:120px;
}
.custom .cform label span {
	display:block;
	width:110px;
}
.custom label.cf-after {
	margin:4px 15px 0 3px;
	text-align:left;
	width:50px;
}

/* Testimonials page attribution styling */
.custom .testimonial_attrib {
	color:#666666;
	font-size:12px;
	line-height:1.6em;
	text-align:right;
}

  /* Sidebar CSS */
  /*border:outset 1px #ccc; */
/**/

.custom .sidebar ul.sidebar_list {
	padding-left:2.2em;
	padding-right:0em;
}

.custom #sidebar_1 { 
	padding-top:56px;
	margin-left:-119px;
	 /* background-color:#00F;Temporary for dev */
	/* padding-right:100px; */
}

.custom li.widget { margin-bottom:2.0em; }

.custom .sidebar input[type="text"], .sidebar input[type="submit"] {
	font-family:Verdana,Arial,Sans-Serif;
	padding:0.308em;
}
/*.custom .sidebar ul.sidebar_list {
	padding-left:2.5em;
	padding-right:1.1em;
}*/

/* For the clickable search glass icon for the search field widget*/
.formbutton{
	cursor:pointer;
	background:transparent url(images/search_glass.png) no-repeat scroll right top;
	
	border:none;
	display:block;
	position:relative;
	z-index:2;
	width:47px;
	height:47px;
	margin:-38px 8px -15px 164px;
}

/* Subscription widgets */
.custom li#subscriptions {
	padding-left:1.2em;
}
.custom li#subscriptions ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.11em;
}
.custom .thesis_widget_subscriptions {

}
.custom .thesis_widget_subscriptions .sub_rss a {
	background:transparent url(images/icon_rss.png) no-repeat scroll 0 50%;
	padding-left:24px;
	color:#000000;
	text-decoration:none;
	display:block;
	height:20px;
	
}
.custom .thesis_widget_subscriptions .sub_email a {
	background:transparent url(images/icon_email.png) no-repeat scroll 0 50%;
	padding-left:24px;
	color:#000000;
	text-decoration:none;
	display:block;
	height:20px;
}
.custom li.widget ul li {
	margin-bottom:-0.09em;
}

.custom .sidebar h3 {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	color:#666666;
	font-size:14px;
	line-height:1.286em;
	margin-bottom:0.843em;
	font-variant:normal;
	letter-spacing:normal;
}

.custom .sidebar ul.sidebar_list li#text-455178481 div.textwidget {
	width:195px;
	font-size:0.8em;
	/* padding-left:2.5em; */
}

/* Random Cat One Testimonial widget */ 
.custom li#random_one_cat-456203501 p {
	color:#666666;
	font-size:13px;
	line-height:1.346em;
}
.custom li#random_one_cat-456203501 .testimonial_attrib {
	color:#888888;
	font-size: 10px;
	line-height:1.6em;
	text-align: right;
}

/* Read More link for Testimonial widget */
.custom li#text-457874251 {
	margin-top:-20px;
}
.custom li#text-457874251 p {
	font-size:11px;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight:bold;
	text-align: right;
}
.custom li#text-457874251 a, li#text-457874251 a:hover {
	color:#666666;
}

/* div holding the BBB sidebar logo */ 
.custom div #logos {
	/*background:transparent url(images/logos.jpg) no-repeat scroll left top; 
	width:216px;
	height:260px;margin: 0 auto;*/
	text-align:center;
	
}


/* ########################  Not using the code below for SHR ######################## */


.custom div#dd_test {
	background:#FFFFFF url(images/sb_category_bg.jpg) no-repeat scroll left top;
	width:310px;
	height:185px;
}

/* Category lister in the sidebar */ 
.custom li#categories-451074581 {
	display:block;
	background: url(images/sb_category_bg.jpg) no-repeat top left;
	margin:-5px 0 25px -27px;
	padding:60px 0 0 45px;
	width:100%;
	min-height:185px;
	
}.custom li#categories-451074581 h3 {display:none;}

.custom li#categories-451074581 li.cat-item a{
	color:#669900;
	font-size:12px;
	font-family:Verdana,Arial,Sans-Serif;
	font-family:Arial;
	color:#669900;
	font-weight:bold;
	line-height:1.5em;
	/*margin-bottom:3em;
	 border-style:none solid solid none; */
}

.custom div.cat_div {
	display:block;
	background:#FFFFFF url(images/sb_category_bg.jpg) no-repeat scroll left top;
	/*position:relative; */
	margin:0 0 25px -27px;
	padding:40px 0 0 30px;
	width:100%;
	/*height:185px; */
}
.custom div.cat_div div.cat_content {
	margin:20px 30px 0 18px;
}/* Custom twitter css for the sidebar as a test */

.custom li#twitter-450142981 div.clear { display:none;}

.custom li#twitter-450142981 div ul{
	margin-right:35px;
}/*

custom .widget_twitter {	height:auto !important;
	height:185px;
	min-height:185px;
	margin:0px 0 0 -27px;
	width:100%;
} */

#content-right .widget_twitter ul {
	padding:10px 20px 0 10px;
}

#content-right .widget_twitter li {
	list-style:none;
	margin:5px 0 10px 0;
}

.widget_twitter div {
	background: url(images/sb_tweets_bg.jpg) no-repeat top left;

	margin:-5px 0 25px -27px;
	padding:60px 0 0 45px;
	width:100%;
	min-height:185px;
}
.widget_twitter div ul li div{
	background: none;
}

.widget_twitter h2 {
	color:#009BD5;
	font-size:12px !important;
}

.widget_twitter .entry-meta {
	display:block;
	font-size:80%;
}

#content-right ul li.widget_twitter li a {
	color:#87AE4A;
}

#content-right .widget_twitter h2 span {
	color:#87AE4A;
	float:right;
	font-size:10px;
	font-weight:normal;
	padding:2px 8px 0px 0px;
	text-align:right;
	width:110px;
}

/* Tweet lister in the sidebar
.custom div.tweet_div {
	background:#FFFFFF url(images/sb_tweets_bg.jpg) no-repeat scroll left top;
	position:relative;
	margin:0 0 25px -27px;
	padding:40px 0 0 30px;
	width:100%;
	height:185px;
}
.custom div.tweet_div div.tweet_content {
	margin:20px 30px 0 18px;
}
.custom div.tweet_div div.tweet_content li.widget a{
	font-size:12px;
	font-family:Verdana,Arial,Sans-Serif;
	font-family:Arial;
	color:#669900;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:3em;
}
 */

/* ########################  Not using the code above for SHR ######################## */


  /* Footer CSS  */ 

/* .custom #footer_area {background:url(images/shadowbg.jpg) repeat; padding:0.5em 0; border-top:1px solid #bbd; } */

.custom #footer_area { 
	background:#000000 none repeat scroll 0 0;
	/* height: 270px; */
	
	position: relative;
    margin-top:-348px;
}

.custom #footer {
	background:transparent url(images/footer_bg.png) no-repeat scroll left top;
	height:348px;
	border:medium none;
	margin:0;
	padding-left:60px;
}

.custom #footerSpacer {
	display:block;
	width:100%;
	margin:0 0 0 -28px;
	padding:0;
	text-align:center;
}

.custom #footerSpacer .footer_text {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:10px;
	color:#FFFFFF;
}
.custom #footerSpacer .footer_text a {
	color:#FFFFFF;
}

/* houses that sit on top of the footer */
.custom #footer div.houses_left { 
	display:block;
	position:relative;
	background:transparent url(images/footer_houses_left.png) no-repeat scroll left top;/**/
	height:165px;
	width:368px;/**/
	margin:-175px 0 0 -410px;
	float:left;
}
.custom #footer div.houses_right {
	display:block;
	position:relative;
	background:transparent url(images/footer_houses_right.png) no-repeat scroll right top;
	height:165px;
	width:345px; /* */
	margin:-167px 0 0 960px;
	float:left;
	clear:both;
	overflow:hidden;
}
.custom #footer div.houses_left {display: none;}
.custom #footer div.houses_right {display: none;}

.custom #footer div.col { /* IE6 hack */
	float:left;
	margin:55px 10px 0 30px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:260px;
	color:#FFFFFF;
}
.custom #footer>div.col {
	float:left;
	margin:27px 20px 0 28px;
	/* padding-left:17px;
	padding-right:15px; */
	text-align:left;
	width:260px;
	color:#FFFFFF;
}

/* IE6 hack */
/* .custom #footer div.col.Footer2 { 
	margin:45px 15px 0 0px;
	padding-left:17px;
	text-align:left;
	width:240px;
}
.custom #footer>div.col.Footer2 {
	margin:45px 85px 0 0;
	padding-left:17px;
	text-align:left;
	width:240px;
} */

.custom #footer div ul li div {
	padding:0px 20px 0px 20px;
}

.custom #footer div ul li div h2 { /* .custom #footer div.col ul.sidebar_list li.widget div.textwidget h2 */ /* BOTH OF THESE WORK! */
	font-family:Arial;
	/* font-weight:bold; */
	color:#FFFFFF;
	font-size:20px;
	padding-bottom:14px;
}
.custom #footer div ul li div p {
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
}

.custom #footer li#recent-posts h3 {
	/* margin:-15px 0px 0 35px; */
	display:none;
}

/*
.custom #footer div ul li#random-posts h3 {
	display:none;
}
.custom #footer div ul li#random-posts h2 {
	font-family:Arial;
	color:#FFFFFF;
	font-size:21px;
	padding-bottom:0px;
}
.custom #footer div ul li#random-posts ul dd {
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
}
.custom #footer div ul li#random-posts ul dd p{
	font-family:Georgia;
	font-size:12px;
	line-height:130%;
	font-family:Arial;
	font-weight:bold;
	text-align:right;
}
*/

.custom #footer div ul li div p.morelink {
	font-family:Arial;
	font-weight:bold;
	text-align:right;
}
.custom li.widget dd {
	margin-bottom:1.385em;
}
.custom #footer div ul li div p.morelink span {
	font-weight:normal;
}

.custom #dotted_divider1, #dotted_divider2 {
	float:left;
	background:transparent url(images/footer_dots.png) scroll no-repeat left top;
	height:170px;
	width:9px;
	margin-top:33px;
}

.custom #footer a {
	border-bottom:none;
	color:#FFFFFF;
}
.custom li.widget p a {
	text-decoration:none;
}
.custom #footer a:hover { color:#FFCC66 }


div.cb {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}