/*
Theme Name: Builder
Theme URI: http://ithemes.com/
Author: Chris Jean
Author URI: http://ithemes.com/
Version: 2.3.2
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.5em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #B8B09B ;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	line-height: 1em;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(/wp-content/themes/Builder/images/title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
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;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 10px auto;
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Definitions
*********************************************/
.builder-module {
}

/* 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;
	padding-bottom: 9999px;
}
*/

.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	Sidebars
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333;
}
.builder-module-sidebar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #333;
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color: #333;
}
.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 {
}
.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: 1em;
	line-height: 2em;
	background: url('/wp-content/themes/Builder/images/navbar.jpg') no-repeat top left;
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #DFD6C4;
}
.builder-module-before-footer {
background: url('/wp-content/themes/Builder/images/navbar_bottom.jpg') no-repeat top left!important;
height:41px!important;
}
.builder-module-before-footer ul ul {display:none;}
.builder-module-before-footer li {background:none!important;}
.builder-module-before-footer li a {
	padding: 10px 26px!important;
}
.builder-module-before-footer li.page-item-85 {
	display:none;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	margin: 0 0 0 45px!important;
	padding: 0;
}
.builder-module-navigation li {
	padding: 0 0 0 0px;
}
.builder-module-navigation li.page-item-4 {
	background: url('/wp-content/themes/Builder/images/down-arrow.gif') no-repeat 160px 12px;
}
.builder-module-navigation li.page-item-19 {
	background: url('/wp-content/themes/Builder/images/down-arrow.gif') no-repeat 100px 12px;
}
.builder-module-navigation li a {
	color: #DFD6C4;
	text-decoration: none;
	padding: 0 37px;
	font-weight: bold;
	text-align: center;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	color: #FFFFFF;
	text-decoration: none;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 15em;
border:1px solid #8B806A;
margin:-3px 0 0 0!important;
}
.builder-module-navigation li li {
	width: 15em;
}
.builder-module-navigation li li a {
	float: none;
	display: block;
	text-indent: 3px;
	padding: 2px 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #38608A;
	color: #DFD6C4;
text-align:left;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
background-color: #164270;
color: #FFFFFF;
}
.builder-module-navigation li ul ul {
	margin: -5px 0 0 14em;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
}
.builder-module-html .builder-module-element {
}



/*********************************************
	Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #333;
font-size:11px;
}
.builder-module-footer {
margin-top:-5px;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333;
	text-decoration: none;
font-size:11px;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background-color: #8B806A;
	vertical-align: top;
}
.content-top-right {
display:block;
height:104px;
margin:-20px -20px 0 0;
float:right;
}
.page-title {
	margin: 1em;
}
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #523C20;
background: #D3C9B2 url(/wp-content/themes/Builder/images/top-right-banner.gif) no-repeat right top;
margin: 15px 20px;
padding:20px;
}
#builder-module-4c0e8fbf9ba35 .post {
background-image:none;
}
.post-content {
}
.post .thumbnail-wrap {
	display: none;
}
.page .title {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
	padding: 0 0px 0px 0px;
	background-image: url(/wp-content/themes/Builder/images/title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
width:600px;
}
.post .post-title a {
	text-decoration: none;
	color: #333;
}
.post .post-title h3, .post .post-title h1 {
	line-height: 1em;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
background:none;
margin:0;
}
.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 {
}

/*********************************************
	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;
}
#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;
}
#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;
}
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;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
}
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;
}
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;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.small-txt{font-size:10px;}
h1{width:480px;}
p{line-height:18px;}
img{border:none;}

#text-3, #text-4 {
	background-image: url(/wp-content/themes/Builder/images/header.jpg);
	background-repeat: no-repeat;
	background-color: #8B806A;
}
#text-3 .header-info img, #text-4 .header-info img {
float:right;
margin:9px 0;
}
#text-3 .header-info, #text-4 .header-info {
vertical-align:top;
padding:0px 35px 0 0;
}
.header-icons {
float:right;
width:250px;
margin:20px 5px 15px 0;
}
.header-icons iframe {margin:2px 0 0 80px;}
.header-icons img {margin:0!important;}

#contactHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#contactHome a {
	color: #523C20;
	text-decoration: none;
}
#contactHome a:hover {
	color: #E2DCD3;
	text-decoration: underline;
}

#licenseHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #826F57;
}

#top-right-banner{position:absolute; top:0px; right:25px; z-index:0;}
#top-right-banner-link{position:absolute; top:0px; right:25px; z-index:1;}

#services li a, #services li a:link, #services li a:visited{font-weight:normal;}
#services li a:hover{color:#523c20; text-decoration:none;}
#services ul{margin:5px 0 10px 10px;}
#services li{margin-top:3px; margin-left:15px;}
#hp h1{display:block; width:400px;}

#bottomNav {
	background-image: url(/wp-content/themes/Builder/images/navbar_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #8B806A;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #DFD6C4;
	background-position: bottom;
	padding-top: 10px;
	
}

#bottomNav a {
	color: #DFD6C4;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	}

#bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#footer {
	color: #6F6655;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #6F6655;
	text-decoration: underline;
}

#footer a:hover {
	color: #E8E8E8;
	text-decoration: underline;
}

#rightBox {
	float: right;
	margin-bottom: 20px;
	margin-left: 5px;
	text-align: right;
}
#contentContainer h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(/wp-content/themes/Builder/images/title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#licenseSub {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #826F57;
}
a{
	color: #523C20;
	font-weight: bold;

}
a:hover{
	color: #EBE9E2;
	font-weight: bold;

}
.imgGallery {
	border: 2px solid #000000;
width:341px;
margin:30px 0 0 15px;
}
#contentContainer td {
vertical-align:top;
}
#loadarea2 {
	border: 1px solid #523C20;
}.imgGallery2 {

	border: 1px solid #000000;
}
.navBkg {
	background-image: url(/wp-content/themes/Builder/images/navbar.jpg);
	background-repeat: repeat-x;
}

/*  Sitemap */
#sitemap li{float:left; width:140px; padding:2px; border:1px dotted #fff; height:30px; text-align:center;}
#sitemap li a{display:block; text-decoration:none; height:30px;}
#sitemap li a:hover{background-color:#8B806A;}
#sitemap ul{margin-bottom:10px; list-style:none; width:600px;}
#sm-g{clear:left; padding-top:10px;}
#sitemap strong{display:block; padding:5px 0; color:#0A64B2;}

/* contact Form Spam Blocker */
#livecontrol {
width:310px;
text-align:center;
border:1px solid #cccccc;
margin-top:5px;
font-size:11px;
}
#livecontrol div {
background-color:#ebebeb;
font-weight:bold;
}
#livecontrol select {
font-size:11px;
margin-bottom:4px;
width:150px;
}

.short-text{width:700px;}
p#seo-hdr{	width:480px;
		font-size: 18px;
		font-weight: bold;
		font-family: "Times New Roman", Times, serif;
		margin-bottom:3px;}
h1#seo-hdr{width:480px; font-size:13px; color:#3366CC;}
.strong{font-weight:bold;}

/* Drop Down Menu */
#dd-menu_categorytypes ul{background-color:#fff;}
#dd-menu{margin:auto; width:800px;}
#dd-menu li.toplvl{margin:0 10px;}
.yuimenubar{width:938px;}
.yuimenubaritem{}
.yuimenubaritem a{display:block; padding:5px 23px; text-decoration:none; color:#fff; font-weight:bold;}
.yuimenubaritem a:hover{color:#523C20;}
.yuimenuitem-hassubmenu a{color:blue;}
.yuimenubaritem div.yuimenu{border:1px solid #8B806A;}
.yuimenubaritem div a{color:#523C20;  background-color:#3C5B78;}
.yuimenubaritem div a:hover{background-color:#23435F; color:#fff;}
.sublvl li a{color:#523C20;}
.yui_menu_category, #yui_menu_category li{background-color:#fff;}
.yui_menu_category a{padding:3px;}
li.yui_menuitem_subcategory a{width:150px;}
.yuimenubaritem-hassubmenu{background:url(/wp-content/themes/Builder/images/down-arrow.gif) no-repeat right;}

/* Testimonial Page */
.testimonial{margin-bottom:20px; margin-left:10px; border-bottom:2px dotted #8b806a; float:left;}
.testimonial p{line-height:18px;}
.testimonial-image{float:left; margin:10px;}
.testimonial-image img, .testimonial-image img:link, .testimonial-image img:visited{border:3px solid #8B806A;}
.testimonial-image img:hover{border:3px solid #EBE9E2;}
#testimonials .first{width:602px;}

/* Selecting a contractor */
#selecting-contractor p{line-height:18px;}
#selecting-contractor ol li{margin-bottom:10px; line-height:18px;}
#selecting-contractor ul li{margin-bottom:10px; line-height:18px;}


/* Gallery Styles */

#motioncontainer {

width: 650px; /* Set to gallery width, in px or percentage */
height: 115px; /* Set to gallery height */
border:1px solid #523C20;
background-color:#523C20;
margin:5px auto;
}

#motioncontainer a img {
border: 1px solid #523C20; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

/* End Gallery Styles */
.hidden{display:none;}
img{border:none;}
#portfolio-wrap{
width:660px;
clear:both;
}
#gallery-hnav{ height:50px; border:1px solid #523c20; background:url(/wp-content/themes/Builder/images/h-nav-bg.jpg) no-repeat; width:639px; margin-left:9px;}
#gallery-hnav a{display:block; float:left; height:50px; border-right:1px solid #523c20; width:149px; line-height:50px; text-decoration:none; color:#54739F; font-size:16px; text-align:center;}
#gallery-hnav a:hover{background:url(/wp-content/themes/Builder/images/h-nav-bg-hover.jpg) no-repeat; color:#523c20;}
#portfolio-top #large-image{width:660px; text-align:center;}
#portfolio-top #large-image img{margin:auto; border:3px solid #523c20;}
#thumbnails div{clear:both; margin-top:3px;}
#thumbnails div img{margin:3px; border:1px solid #fff;}
#thumbnails div img:hover{border:1px solid black; margin:2px;}
#image-wrap{position:relative;}
#console{position:relative; height:45px; padding-top:10px; clear:both;}
#b_a_img, #a_b_img{position:absolute; left:220px; top:9px;}
#back-btn{position:absolute; left:10px;}
#next-btn{position:absolute; right:10px;}
#portfolio-wrap #description{margin:20px 10px;}
#portfolio-wrap #description strong{color:#10499e; font-size:14px;}
#portfolio-wrap #description p{font-size:13px; color:#555;}
#portfolio-wrap #description em{font-size:13px; color:#555;}
#portfolio-wrap #description li{list-style:outside;}
/* End Gallery Styles */

#form_holder {
border:2px solid #8B806A;
margin:0 auto;
padding:15px 30px;
width:340px;
}
#form_holder div {
font-weight:bold;
font-size:14px; 
color:#10499E;
width:320px;
}
.cform .single {float:none;}
#form_holder ol li {
width:340px;
padding-left:10px!important;
}
#form_holder ol li label, #form_holder ol li span {
display:block;
padding:0!important;
margin:0!important;
line-height:1.5em;
width:340px;
text-align:left;
}
#form_holder ol li input, #form_holder ol li .area {
margin:0!important;
width:310px;
}
#form_holder .cf-sb .sendbutton {
margin-right:190px;
border:0!important;
text-indent:-20000px;
background:url(/wp-content/themes/Builder/images/form/submit.jpg) no-repeat;
width:119px;
height:47px;
}
#lightbox-overlay-text {display:none;}

.builder-module-sidebar-1-left  {
padding:5px 6px;
text-align:left;
background:#D3C9B2;
border:1px solid #AFA58E;
margin:15px 0 0 15px
}

.builder-module-sidebar-1-left .widget {margin-bottom:18px;}
.builder-module-sidebar-1-left ul, .builder-module-sidebar-1-left ul ol {
	margin: 0;
	padding: 0;
	}

.builder-module-sidebar-1-left ul li {
	margin-bottom: 5px;
width:170px;
}
.builder-module-sidebar-1-left .widget div {
width:190px;
}
.builder-module-sidebar-1-left a {
font-weight:normal;
color:#523C20!important;
}
.builder-module-sidebar-1-left a:HOVER {
color:#205597;
}
.builder-module-sidebar-1-left h4.widget-title {
font-family:"Times New Roman",Times,serif!important;
font-size:18px!important;
color:#523C20!important;
border-bottom:1px solid #AF9778;
}
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


.homeVideos {
margin:150px 0 0 30px;
display:block;
}


#builder-layout-4f1f268e4f3f6 .hentry {background:#efedea; padding:0; margin:10px;}
#builder-layout-4f1f268e4f3f6 .post-content p {margin:20px 20px 0 20px;}
#builder-layout-4f1f268e4f3f6 .widget-wrapper {margin:10px 0 20px 0;}
#builder-layout-4f1f268e4f3f6 .widget-text {padding-bottom:20px;}
#builder-layout-4f1f268e4f3f6 #comments,
#builder-layout-4f1f268e4f3f6 .meta-bottom,
#builder-layout-4f1f268e4f3f6 .respond,
#builder-layout-4f1f268e4f3f6 .widget-title
{display:none;}

.builder-module-top li.page-item-33 a {display:none;}

