/*
Theme Name: Builder
Theme URI: http://ithemes.com/
Author: Chris Jean
Author URI: http://ithemes.com/
Version: 2.0.14
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size:100.01%;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
        
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #EDEDED;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #006699;
	margin-top: 3px;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #006699;
	margin-top: 5px;
	padding-top: 10px;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
	color:#666666 !important;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1.5em;
	font-weight: bold;
	color: #006699;
        padding-top:10px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: #EDEDED;
	/*margin: 2em auto;*/
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Definitions
*********************************************/
.builder-module {
	/*margin-bottom:1em;*/
}

/* Make the module columns match height */
/* Removed until a better solution can be made as it causes problems with anchored links
.builder-module {
	overflow: hidden;
}
.builder-module-block-outer-wrapper,
.builder-module-block {
	margin-bottom: -9999px;
	margin-top: 20px;
	padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	Sidebars
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	background: #DDD!important;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	padding: 1em 1em;
	color: #333; background: #FFF none repeat scroll 0 0;
}
.builder-module-sidebar .widget a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #333333 !important;
}
.builder-module-sidebar .widget h4 {
	color: #333333 !important;
	text-decoration: none !important;
        font-size:15px !important;
        margin-top:-5px !important;
}
.builder-module-sidebar .widget h4, .builder-module-sidebar .widget p, .builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol, .builder-module-sidebar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-sidebar .widget ul, .builder-module-sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 1.2em;
	line-height: 2em;
	background: transparent url('images/nav_bg.jpg') repeat-x top left !important;
	/*background: transparent url('/wp-content/images/bg_navbar.gif') repeat scroll 0 0  !important;*/
	border-top: .1em solid #777;
	border-bottom: .1em solid #777;
	display: block;
	width: 100%;
}

.builder-module-navigation-1 {
	font-size: 1.2em;
	line-height: 2em;
	background: transparent url('images/nav_bg.jpg') repeat-x top left !important;
	/*background: transparent url('/wp-content/images/bg_navbar.gif') repeat scroll 0 0  !important;*/
	border-top: .1em solid #777;
	border-bottom: .1em solid #777;
	display: block;
	width: 100%;
}


.builder-module-navigation ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.builder-module-navigation li {
	padding: 0 0 0 8px;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .4em .6em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #transparent url('images/nav_bg.jpg') repeat-x top left;
}

.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	/*background: #333 url('images/nav_bg_hover.jpg') repeat-x top left;*/
	color: #333;
	text-decoration: underline;
}

.builder-module-navigation li.current_page_item a {
	/*background: #333 url('images/nav_bg_hover.jpg') repeat-x top left;*/
	/*color: #FFF;*/
	/*text-decoration: underline;*/
	/*text-transform: uppercase;*/
}

/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: .1em solid #777;
	border-bottom: 0em;
}
.builder-module-navigation li li {
	border-bottom:.1em solid #777;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	background: #DDD;
	border-top:.1em solid #777;
	border-bottom:.1em solid #777;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background-color: #FFF;
	border-top:.1em solid #777;
	border-bottom:.1em solid #777;
}
.builder-module-html .builder-module-element {
	margin: 1em;
	/*padding: 0px .8em .8em .8em;*/
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #666;
}
.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #666;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background: #ddd;
	border-top:.1em solid #777;
	border-bottom:.1em solid #ccc;
}
.page-title {
	margin: 1em;
}
.post {
	/*margin: 1em;*/
	background: #FFF;
	margin-top: 7px;
	padding: 0px 20px 10px 15px;
	/*min-height: 800px;*/
}

.page {
	/*margin: 1em;*/
	background: #FFF !important;
	margin-top: 7px !important;
	padding: 0px 20px 10px 15px !important;
	/*min-height: 800px !important;*/
}
.post .thumbnail-wrap {
	display: none;
}
.page .title {
	display: none;
}
.post .date {
	/*display: none;*/
}
.post .post-title {
	/*float: left;*/
	padding: .5em 0px 0px 0px;
}
.post .post-title a {
	text-decoration: none;
	color: #333;
}
.post .post-title h3 {
	font-family: "Arial Black", Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.post .post-meta {
	display: block;
	clear:both;
}
.post .post-meta a {
	text-decoration: none;
	font-style:italic;
}
.post .post-meta a:hover {
        text-decoration: underline;
}
.post .meta-bottom {
	display: block;
}
.post img {
	/*border: .2em solid #cfcfcf;*/
}

/*********************************************
	Post Meta
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	/*border-top: .1em solid #d7d7d7;*/
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px;
	padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}

/*********************************************
	Comments
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
	background: #fff;
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	margin: 0 0 1.5em;
	font-size:14px;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {

}
a {
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
font-size:14px;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

.post li {font-size:14px;}


/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
	border-collapse:collapse;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	width: 320px;
	font-size:13px;
}
input[type=textarea] {
	background-color:#fff;
	border:1px solid #bbb;
	width: 320px;
	height: 80px;
	font-size:13px;
	margin-bottom:10px;
}
.buttoncenter {text-align:center;margin-top:10px;}


input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}

/*********************************************
		BH Table Customizations
*********************************************/
.mainTable {margin-left:25px;width:90%;font-size:14px;border-collapse:collapse;}
.mainTableHeader {font-size:14px;color:#fff;border: 1px solid #000;}
.mainTableHeaderNoBG {font-size:16px; color:#fff; background:#fff; letter-spacing:0.05em;}
.mainTableRowHead {font-size:16px; background: #006699 !important; letter-spacing:0.05em;position:relative;}
.mainTableRow1 {background:#f5f5f5;}
.mainTableData {width:100px;text-align:center;border:1px solid #777;letter-spacing:0.05em;}
.mainTableData1 {border:1px solid #777; border-right:1px solid #777;}
.mainTableLastData {text-align:center;border:1px solid #777;}
mainTableRow0 {border-top: 1px solid;}

.HostingSignup {/*margin-left:10px;width:95%;*/font-size:13px;background:#F5F5F5;}
.HostingSignupTableHeader {font-size:16px;color:#fff;}
/*.mainTableHeaderNoBG {font-size:16px; color:#fff; background:#fff; letter-spacing:0.05em;}*/
.HostingSignupTableBody {/*border:1px solid #777;width:95%;*/}
.HostingSignupTableRow {font-size:13px;}
.HostingSignupTableData {font-size:13px;padding-left:10px;width:50%;}

/*********************************************
	BH Post Date Customizations
*********************************************/

.date_cal {
	float:left;
	display:inline-block;
	width: 60px;
	height: 85px;
	margin: 0 10px 0 0;
	background: url('images/datebuttonred.png') no-repeat;
	}

.date_cal .day {
	color: #FFF;
	font-size: 13px;
	margin: 12px 0 0 0px;
	text-align: center;
	}

.date_cal .date2 {
	color: #333;
	font-size: 16px;
	margin: -4px 0 0 0px;
	text-align: center;
	}

.date_cal .month {
	color: #333;
	font-size: 14px;
	margin: -4px 0 0 0px;
	text-transform: uppercase;
	text-align: center;
	}

.date_cal .year {
	color: #333;
	font-size: 10px;
	margin: -5px 0 0 0px;
	text-align: center;
	}



/*********************************************
	BH Customizations
*********************************************/
.builder-module-widget-bar-outer-wrapper {background: #FFF !important;}
.upcomingmainlink a {color:#990000 !important;font-size:14px;float:right;}
/*.upcoming-releases {background: #FFFCE5 none repeat scroll 0 0 !important;border: 1px solid #CCCCCC;margin-right:10px;}*/
.builder-module-widget-bar .widget-wrapper {background: #FFF !important;}
div.header-wrapper {margin-bottom:10px;}
div.header-leftcol {width:320px;float:left;display:inline-block;}
div.header-centercol {width:1px;display:inline;}
div.header-rightcol {width:600px;text-align:right;display:inline-block;}
.widget-wrapper-left {border:solid 4px #ccc;margin-top:5px;margin-left:5px;width:222px!important}
.builder-module-footer-outer-wrapper {font-color:#fff;}
#better-text-3 {background:#FFF !important;border-top: dashed 1px #ddd;}

a.menuitem1 {color: #006699;}
a.whoarewe {color: #006699 !important;font-size:16px;font-variant:small-caps;letter-spacing:2px;font-weight:bold;}
img.floatleft {float: left; margin-right: 8px;}
img.floatright {float: right; margin-left: 8px;}
.builder-module-block-outer-wrapper left {width:230px !important; background:#ddd !important;}
.builder-module-sidebar-1-left {display:block;width:100%;background: #DDD!important;border: 4px solid #CCC;margin-left: 5px; margin-top: 5px;width: 222px !important;}
#better-text-6 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-7 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-8 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
left widget-wrapper widget-wrapper-single single {border: 4px solid #CCCCCC;}
#builder-module-4b64ce617c081 .builder-module-block-outer-wrapper {background:#fff;}
#builder-module-4b65437150d5f .builder-module-block-outer-wrapper {background:#fff;}
#speciallink {color: #990000 !important; font-weight:bold;font-size:14px;}
#websitelink {color: #006699 !important; font-weight:bold;font-size:14px;}
#wpcf7-f1-p24-o1 {margin-left:25px;}
#wpcf7-f1-p24-o1 textarea {height:250px;width:600px;padding:5px}
#kb-advanced-rss-3 {background: #fff; border-bottom: 2px solid #fff;border-left: 2px solid #fff;border-right: 2px solid #fff;border-top: 3px solid #ddd;}
#kb-advanced-rss-3 li {list-style-type: none; border-top: 1px dotted #777; padding-top: 5px; padding-bottom: 5px;}
#kb-advanced-rss-3 ul {margin: 0px;}
#kb-advanced-rss-3 .widget-title {color: #006699 !important;font-size:16px; text-decoration: none !important;}
#kb-advanced-rss-3 a:hover {font-weight: normal; text-decoration: underline;}
#kb-advanced-rss-4 {background: #fff; border-bottom: 2px solid #fff;border-left: 2px solid #fff;border-right: 2px solid #fff;border-top: 3px solid #ddd;}
#kb-advanced-rss-4 li {list-style-type: none; border-top: 1px dotted #777; padding-top: 5px; padding-bottom: 5px;}
#kb-advanced-rss-4 ul {margin: 0px;}
#kb-advanced-rss-4 .widget-title {color: #006699 !important;font-size:16px; text-decoration: none !important;}
#kb-advanced-rss-4 a:hover {font-weight: normal; text-decoration: underline;}
#container {border: 1px solid #777;background: #F5F5F5;}
.prodheader {background:url(./images/citybg.png);border-bottom:4px solid #ddd;height:230px;}
td.prodheadleft {}
td.prodheadright {font-size:16px;font-weight:bold;font-family:Trebuchet MS, Helvetica, sans-serif;color:#666666;vertical-align:top;padding-top:20px;float:right;}
td.prodheadright img {padding-right:20px;padding-top:25px;}
td.prodfeatleftimg {border:0px;width:80px;}
td.prodfeatleft {font-size:12px;color:#666666;vertical-align:top;width:240px;}
td.prodfeatleft h3 {font-size:15px;color:#333333;vertical-align:top;padding-top:10px;margin-bottom:2px;}
td.prodfeatrightimg {border:0px;width:80px;}
td.prodfeatright {font-size:12px;color:#666666;vertical-align:top;}
td.prodfeatright h3 {font-size:15px;color:#333333;vertical-align:top;padding-top:10px;margin-bottom:2px;}
.prodfeatures h3 {font-size:20px;color:#006699;font-family:Trebuchet MS, Helvetica, sans-serif;font-weight:bold;padding-top:25px;}
.prodfeaturesmore h3 {font-size:20px;color:#006699;font-family:Trebuchet MS, Helvetica, sans-serif;font-weight:bold;padding-top:0px;margin-bottom:10px;}
.biglink a {font-weight:bold !important;color:#990000 !important;}
#better-text-10 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-10 .textwidget {margin-left:-11px !important;padding:0!important;margin-right:-10px; margin-bottom:-32px;}
#better-text-6 .textwidget {margin-top:5px;}
#better-text-7 .textwidget {margin-top:5px;}
#better-text-8 .textwidget {margin-top:5px;}
#advancedrecentposts-4 .widget-title h4 {color:006699;}
#better-text-12 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
.post-title a {color:#006699 !important;}
.post-meta {padding-bottom:10px;font-size:14px;color:#666666;}
.post-title {float:left;width:100%;}
.advanced-recent-posts li {list-style-type: none;padding-top:5px;}
#better-text-12 ul {margin: 0px !important;}
.advanced-recent-posts a {font-size:16px !important;color:#C76114 !important;font-weight:bold;}
.right {background:#fff !important;}
#better-text-4 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-14 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-15 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-16 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#better-text-17 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
td.prodfeat {font-size:12px;color:#666666;vertical-align:top;width:240px;}
.packfeatures h3 {font-size:20px;color:#006699;font-family:Trebuchet MS, Helvetica, sans-serif;font-weight:bold;padding-top:0px;}
#advancedrecentposts-3 {margin-bottom:5px;background:#FFFFFF url(/blog/wp-content/themes/Builder/images/widgethd.png) repeat-x scroll 0 0;}
#advancedrecentposts-3 ul {margin:0px !important;}

/*********************************************
	BH Customizations for Reviews
*********************************************/
#review img {float:left;}
#review td, #review th {padding:0px !important;vertical-align:top !important;}
#review span {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}



