/*
Theme Name: homebuilders
Theme URI: http://wordpress.org/
Description: Theme for Homebuilders.com
Version: 1.6
Author: Brian Smallwood
Author URI: http://www.builderdesigns.com/

*/


@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #FFFFFF;
	background-image: url(images/repeat_x.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 2px;
	padding: 2px;
	border: 3px solid #333333;
}

.photo_edge:hover {
	margin: 2px;
	padding: 2px;
	border: 3px solid #CCCCCC;
}

.right {
	float: right;
	margin: 10px;
	padding: 4px;
	border: 4px solid #333333;
}

.left {
	float: left;
	margin: 10px;
	padding: 4px;
	border: 4px solid #333333;
}

a {
	font-weight: bold;
	color: #004862;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #516842;
	text-decoration: none;
}

/* End Basics - CSS */



/* start of wrappers */

#wrapper {
	margin: 0px auto;
	width: 980px;
}

#header {
	width: 980px;
	height: 158px;
	float: left;
	clear: both;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home_mainarea {
	width: 980px;
	height: 403px;
	float: left;
	clear: both;
	background-image: url(images/home_mainarea_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#home_spotlightarea {
	width: 980px;
	float: left;
	clear: both;
}

#footer {
	width: 980px;
	float: left;
	clear: both;
}

/* end of wrappers */



/* start of header */

#header #header_row01 {
	width: 964px;
	height: 92px;
	float: left;
	margin-left: 8px;
}

#header #header_row02 {
	width: 964px;
	height: 58px;
	float: left;
	margin-left: 8px;
}

#header #header_logoarea {
	width: 375px;
	height: 64px;
	float: left;
	margin-top: 28px;
	margin-right: 54px;
}

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

#nav_row01 {
	width: 522px;
	height: 34px;
	float: left;
	margin-top: 58px;
}

#nav_row01 ul {
	display: block;
	float: left;
	width: 522px;
	height: 34px;
	list-style: none;
}

#nav_row01 ul li {
    display: block;
    float: left;
	height: 34px;
    text-indent: -10000px;
}

#nav_row01 ul li a {
    display: block;
    width: 100%;
    height: 100%;
	background: url(images/nav_row01_bg.jpg) no-repeat;
	background-position: 0px -10000px;
}

#nav_row01_interviews {
    width: 122px;
}

#nav_row01_videos {
    width: 96px;
}

#nav_row01_webinars {
    width: 108px;
}

#nav_row01_email {
    width: 53px;
	margin-left: 17px;
}

#nav_row01_fb {
    width: 41px;
}

#nav_row01_twitter {
    width: 43px;
}

#nav_row01_rss {
    width: 42px;
}

#nav_row01_interviews a:hover {
    background: url(images/nav_row01_bg.jpg) no-repeat;
	background-position: 0px -34px;
}

#nav_row01_videos a:hover {
    background: url(images/nav_row01_bg.jpg) no-repeat;
	background-position: -122px -34px;
}

#nav_row01_webinars a:hover {
    background: url(images/nav_row01_bg.jpg) no-repeat;
	background-position: -218px -34px;
}

#nav_row02 {
	width: 964px;
	height: 58px;
	float: left;
}

#nav_row02 ul {
	display: block;
	float: left;
	width: 964px;
	height: 58px;
	list-style: none;
}

#nav_row02 ul li {
    display: block;
    float: left;
	height: 58px;
    text-indent: -10000px;
}

#nav_row02 ul li a {
    display: block;
    width: 100%;
    height: 100%;
	background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: 0px -10000px;
}

#nav_row02_home {
    width: 113px;
}

#nav_row02_about {
    width: 262px;
}

#nav_row02_resources {
    width: 137px;
}

#nav_row02_press {
    width: 170px;
}

#nav_row02_design {
    width: 182px;
}

#nav_row02_seo {
    width: 100px;
}

#nav_row02_home a:hover {
    background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: 0px -58px;
}

#nav_row02_about a:hover {
    background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: -113px -58px;
}

#nav_row02_resources a:hover {
    background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: -375px -58px;
}

#nav_row02_press a:hover {
    background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: -512px -58px;
}

#nav_row02_design a:hover {
    background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: -682px -58px;
}

#nav_row02_seo a:hover {
    background: url(images/nav_row02_bg.jpg) no-repeat;
	background-position: -864px -58px;
}


/* end of header */


/* start of template */


#content {
	width: 980px;
	float: left;
	clear: both;
	background-image: url(images/template_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content_top {
	width: 980px;
	height: 37px;
	background-image: url(images/template_01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content_edge {
	width: 980px;
	height: 37px;
	background-image: url(images/template_03.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#main {
	width: 661px;
	float: left;
	margin-left: 40px;
	margin-right: 49px;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom:1px solid #BFD3AB;
	margin-bottom: 6px;
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

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

#sidebar ul {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
	margin-bottom: 20px;
}

#sidebar li {
	border-bottom:1px solid #99AA89;
	padding: 2px 4px 4px 30px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 4px;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#s:hover, #s:focus {
	border-color: #333333;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

#searchsubmit {
	width: auto;
	padding: 4px 10px;
	background: #00556A;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}


/* end of template */





/* start of footer */


.footer_top {
	width: 980px;
	height: 26px;
	background-image: url(images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer_edge {
	width: 980px;
	height: 26px;
	background-image: url(images/footer_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer_repeat {
	width: 980px;
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.footer_content {
	width: 920px;
	float: left;
	margin-left: 30px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #BED4AA;
	padding: 3px;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #BED4AA;
	text-decoration: none;
}

.sidespace {
	padding-left: 3px;
	padding-right: 3px;
}

#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #09475C;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.footer_cols {
	width: 207px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.footer_list {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
}

.footer_list li {
	border-bottom:1px solid #09475C;
	padding: 4px 7px;
}


/* end of footer */



#s {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 170px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin-bottom: 10px;
}



/* start of post styling */

.post {
	width: 660px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}

.post img, .post img a {
	margin: 6px 10px;
	padding: 3px;
	border: 2px solid #CCCCCC;
}

.post-date {
	width: 85px;
	height: 79px;
	float: left;
	margin-right: 15px;
	background: url(images/calendar.jpg) no-repeat;
}

.entry_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 25px;
	padding-left: 3px;
	background-image: url(images/post_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.post-month {
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	display:block;
	line-height: 15px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.post-day {
	font-size: 31px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 28px;
	padding-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.post-title02 {
	float: left;
	width: 560px;
	margin-bottom: 25px;
}

.post-title {
	
}

.post-cat {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.post-comments, .mini-add-comment {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.post_list01 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.post_list01 li {
	padding: 8px;
	margin: 2px;
}

.post_list02 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	list-style: square url(none) inside;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.post_list02 li {
	padding: 6px 12px;
	margin: 3px;
}

#commentform textarea {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 620px;
}

.commentlist {
	padding: 10px 10px 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 640px;
	list-style: none;
}

.commentlist li {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #DAE5FB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(images/comment_fade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.sociable {
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFC2A1;
	border-bottom-color: #BFC2A1;
}

.sociable_tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px 3px 6px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	margin-top: 10px;
}

.previous-entries {
	float: left;
}

.previous-entries {
	float: right;
}

.alignright {
	float: right;
	margin: 3px 10px;
	padding: 3px;
	border: 4px solid #E3DBBD;
}

.alignleft {
	float: left;
	margin: 3px 10px;
	padding: 3px;
	border: 4px solid #E3DBBD;
}

.aligncenter {
	margin: 0px auto;
}

.author-box {
	width: 640px;
	padding: 10px;
	background-color: #F0F0F0;		
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}

.author-pic {
	float: left;
}

.author-name {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 480px;
	line-height: 20px;
	margin-top: 5px;
}

.author-bio {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: 480px;
	line-height: 18px;
}

#respond {
	width: 660px;
	float: left;
	clear: both;
}

#commentform {
	width: 660px;
	float: left;
	clear: both;
}



