/*
Theme Name: Builder
Theme URI: http://ithemes.com/
Author: Chris Jean
Author URI: http://ithemes.com/
Version: 1.6.1
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: #333;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: #555555;
	border-top: 5px solid #000;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #A54D0F;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
/*********************************************
	Headings
*********************************************/

h1 {
	margin: 10px 0;
	font-size: 18px;
	line-height: 1.3em;
}		
	h1.title {
		border-bottom: 1px solid #000;
		padding-bottom: 6px;
		font-family: georgia;
		font-weight: normal;
		color: #a54d0f;
		font-size: 32px;
		margin-bottom: 15px;
	}	
.textOrange {color: #a54d0f;}	
h2 {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.7em;
}	

h3 {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.5em;
}		

h4 {
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.3em;
}	

h5 {
	margin: 10px 0;
	font-size: 11px;
	line-height: 1.1em;
}
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: 0 auto;
	border: 0em solid #000;
	display: block;
}

/* HEADER */
#header {
height: 368px;
background: url(/wp-content/themes/Builder/images/header-bg.jpg) top right no-repeat;
color: #fff;
width:958px;
margin:0 auto;
}
#header #logo {
float: left;
margin: 70px 0 0 65px;
}

#header #featuredArea {
float: right;
width: 345px;
margin: 5px 25px 0 0;
}
#header #featuredArea h1.title {
color: #fff;
font-size: 28px;
border-bottom: none;
padding: 0;
margin-bottom: 10px;
}
#header #featuredArea p {
margin-bottom: 14px;
line-height: 1.3em;
}
	

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {}
.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
		Horizontal Navigaion Styles
				(with dropdowns)
*********************************************/
.builder-module-navigation {
	font-size: 1em;
	line-height: 2.9em;
	background: #000;
	display: block;
	width: 100%;
}
.builder-module-navigation ul {	display: block;}
.builder-module-navigation li {	padding: 0 0 0 0px;}
.builder-module-navigation .page-item-3 {margin:0 0 0 27px;}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .4em 1.1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
text-transform:uppercase;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	color: #A94700;
}
.builder-module-navigation li.current_page_item a {
	color: #A94700;
}

/* 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;
}
/*********************************************
	Module Widget Bars
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	background:#ddd;

	color: #333;
	float: left;
	padding: 0;
	overflow: hidden;
	border-top:.1em solid #777;
	border-bottom:.1em solid #777;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.builder-module-widget-bar .widget {
	padding: 1em 1em;
}
.builder-module-widget-bar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar .widget h4 a {
	text-decoration: none;
}
.builder-module-widget-bar .widget h4 {
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Content Sidebars & Widgets
*********************************************/
.builder-module-content {
	background: #fff;
}

.builder-module-content .sidebar {
	display:block;
	width:100%;
	background: #ddd;
}
.builder-module-content .widget {
	padding: 1em 1em;
	color: #333;
}
.builder-module-content .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-content .widget a:hover {
	color: #333;
	text-decoration: underline;
}
.builder-module-content .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-content .widget h4 {
	color: #333;
}
.builder-module-content .widget h4, .builder-module-content .widget p, .builder-module-content .widget ul, .builder-module-content .widget ol, .builder-module-content .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-content .widget ul, .builder-module-content .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-content .widget a.rsswidget img {
	display: none;
}
/*********************************************
		Content Div
*********************************************/
.content {
	background: #FFF;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
padding:0;
}
.page-title {
	margin: 1em;
}
.post {
	background: #FFF;
}
.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 {
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.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 */
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(/wp-content/themes/Builder/images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 1.5em;
}
.meta-bottom .comments {
	background: url(/wp-content/themes/Builder/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;
}
/*********************************************
		Comment Styles
*********************************************/
#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;
}
/*********************************************
	Footer Styles
*********************************************/

#footer {
background: #A54D0F url(/wp-content/themes/Builder/images/footer-bg.gif) 0 0 repeat-x;
}	
#footer .width {		
margin: 0 auto;
width: 958px;
padding: 20px 0 70px 0;
color: #e5d8ce;
text-align:left;
}	
#footer a {
color: #e5d8ce;
text-decoration: none;
}
.footerNav {
margin:0 0 15px 0;
padding:0;
}
.footerNav li {
display: inline;
text-transform: uppercase;
margin-right: 20px;
}
#footer p.siteBy {
margin-top: 10px;
font-size: 10px;
}
#footer p.siteBy a {
color: #c08357;
text-decoration: underline;
}

/*********************************************
	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 {
	margin-bottom: 1.4em;
	width:100%;
}
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;
}
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;
}

/*********************************************
	Custom Pages
*********************************************/
#contentContainer {margin-bottom:0px;}
#contentContainer td {vertical-align:top;}
#mainColumn {background: url(/wp-content/themes/Builder/images/content-top-back.png) top repeat-x;}
.home #mainColumn {width:430px;}
.contact #mainColumn {width:565px;}
.services #mainColumn {width:555px;}

#subColumn {
background: #E5E5E5 url(/wp-content/themes/Builder/images/content-top-back.png) top repeat-x;
}
.main-collumn-inside {
padding:10px 25px;
}
.photoGalleryElement {margin:0 0 10px 0; float:left;}
#portfolio .thumbShadow {margin:10px 0 10px 22px;}
.thumbShadow {
background:transparent url(/wp-content/themes/Builder/images/thumbShadow.png) no-repeat scroll right bottom;
padding:4px;
float:left;
margin:2px;
}
.thumbContents {
background:#FFF;
margin: -6px 6px 6px -6px
}
.thumbContents img {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCC;
padding: 6px;
}
.portfolio_btn {
display:block;
margin:0 0 25px 0;
}
.textElement .odd {
background: #E5E5E5;
}
.textElement .odd, .textElement .even {
padding:10px 20px;
border-bottom:1px solid #999;
}
.contact .cform label {
display:block;
text-align:left;
}
.contact .cform label span {
width:300px!important;
margin-top:15px;
}
.contact .cform .single, .contact .cform .cformselect, .contact .cform .area {width:300px;}
.contact .cform .cf-sb {text-align:center;}
.contact .cform .cf-sb .sendbutton {font-size:15px; font-weight:bold;}
