/*
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.8em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
body {
	background: url('/wp-content/themes/Builder/images/main-back-bottom.jpg');
}

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

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
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
*********************************************/

.main-container {
	background: url('/wp-content/themes/Builder/images/main-back-top.jpg') repeat-x top left;
min-height:872px;
}
.builder-container-outer-wrapper {
	margin: 0 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;
	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 {
	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: 1em;
	line-height: 2.0em;
	display: block;
	width: 100%;
margin:1px 0 0 0;
}
.builder-module-navigation ul {
	float: left;
	display: block;
	margin: 0;
padding:0 0 0 14px!important;
}
.builder-module-navigation li {
	padding:0;
	margin:0;
}
.builder-module-navigation li a {
	font-size: 16px;
	padding: .4em 14px;
	color: #000;
	text-decoration: none;
	background: url('/wp-content/themes/Builder/images/menu-separator.jpg') no-repeat top left;
text-transform:uppercase;
}
.builder-module-navigation li.page-item-18 {
	background: url('/wp-content/themes/Builder/images/menu-separator.jpg') no-repeat top right;
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover,
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current_page_parent a {
	background: #4d0060 url('/wp-content/themes/Builder/images/menu-separator.jpg') no-repeat top left;
	color: #FFF!important;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 16em;
	border: .1em solid #777;
	border-bottom: 0em;
padding:0!important;
}
.builder-module-navigation li li {
	border-bottom:.1em solid #777;
	width: 16em;
}
.builder-module-navigation li ul.children li a {
	float: none;
background:none!important;
padding: 0.3em 0.5em;
font-size:12px;
color: #000000!important;
}
.builder-module-navigation li ul.children li a:hover,
.builder-module-navigation li ul.children li a.sfhover {
	background:#4d0060!important;
color: #FFF!important;
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-content-outer-wrapper {
	background: url('/wp-content/themes/Builder/images/content-back.jpg') repeat-y;
}
.builder-module-html {
}
.builder-module-html .builder-module-element {}

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

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background: url('/wp-content/themes/Builder/images/content-back-top.jpg') repeat-x top left;
margin:0 1px;
}
.page-title {}
.post {
padding:15px;
}
.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: #4d0060;
}
.post .post-title h3 {
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.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(/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;
}

/*********************************************
	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 {
color: #333;
font-style: italic;
background:#EEE url("/wp-content/themes/Builder/images/quote-bg.gif") no-repeat left top;
border:1px solid #BBB;
margin:5px 10px;
padding:0 40px;
}
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;
}

/* --- HEADER --- */

a.top-logo {
display:block;
float:left;
}
.social-icons {
margin:22px 0 0 90px;
}
.header-phone {
margin:43px 0 0 13px;
}

/* --- FOOTER --- */

.footer-container {
background: url('/wp-content/themes/Builder/images/background-back.png') no-repeat top left;
width:960px;
height:65px;
text-align:center;
color:#4d0060;
font-size:14px;
}
.footer-links {
line-height:35px;
}
.footer-container a {
color:#4d0060!important;
}
.footer-links a {
padding:0 20px;
}
.builder-module-content .builder-module-block-outer-wrapper.left {
width:707px!important;
}

/* --- PAGES --- */

.custom-page {padding-top:7px;}
.custom-page h1, .custom-page h2, .custom-page h3 {
text-align:center;
margin:5px 0;
font-weight:bold;
}
.custom-page h1 {
font-size:17px;
color:#550367;
}
.custom-page h2 {
font-size:15px;
color:#1C8686;
}
.custom-page h3 {
font-size:14px;
line-height:25px;
color:#1C8686;
}
.custom-page p {
margin:15px 0;
font-size:14px;
line-height:24px;
}
.custom-page li {
font-size:14px;
margin:6px 5px;
}
.custom-page div {
text-align:center;
}
.custom-page hr {margin:20px 0;}
#homepage .top-list li {
float:left;
width:150px;
}
#homepage .top-list {
background: url('/wp-content/themes/Builder/images/home-brochure.jpg') no-repeat top right;
height:180px;
padding:30px 200px 0 30px;
}
#howto h3 {text-align:left;}
#howto form input {margin-top:10px;}
#fee table {
font-size:14px;
width:80%;
margin:0 auto 15px auto;
border:1px solid #000;
}
#fee table th {
text-align:center;
width:50%;
vertical-align:middle;
}
#fee table td {
text-align:center;
vertical-align:middle;
}
#testimonial .odd {}
#testimonial .odd, #testimonial .even {
padding:15px;
border:1px solid #CCC;
}
#contact .mail-address {
float:left;
width:350px;
text-align:left;
}
#contact .mail-address iframe {margin-top:10px;}
#contact .pages-form {
float:left;
margin:0 20px 0 0;
width:260px;
padding-left:30px;
}
#contact .pages-form .cform {width:240px;}
#contact .pages-form label, #contact .pages-form label span {
display:block;
text-align:left;
width:240px!important;
}
#contact .cf-sb {
width:155px;
}
#portfolio h1 {font-size:24px;}
#portfolio h2 {
font-size:19px;
border-top:2px solid #56A3AB;
padding-top:10px;
line-height:25px;
}
#portfolio .images {
margin:0 auto;
display:block;
clear:both;
width:675px;
}
#portfolio .images img {
display:inline;
margin:5px 15px;
}
.portfolio_list_page {
margin:15px 0 0 30px;
}
.portfolio_list_page li {
list-style:none;
width:260px;
text-align:center;
float:left;
}
.portfolio_list_page a {
text-decoration:none;
display:block;
line-height:40px;
border:1px solid #4D0060;
font-size:18px;
}
.portfolio_list_page a:HOVER {
background:#4D0060;
color:#FFF;
}

/* --- SIDEBAR --- */

.cform .single {float:none;}
.widgetcform {
background: url('/wp-content/themes/Builder/images/sidebar-form-back.jpg') no-repeat top right;
height:324px;
margin:12px 1px 0 0;
}
.widgetcform form {
margin:150px 0 0 15px;
width:240px;
}
.widgetcform form label, .widgetcform form label span {
width:40px;
padding-top:2px;
color:#000;
font-size:12px;
}
.widgetcform form .single {
border:1px solid #4A015B;
margin:3px 0;
}
.widgetcform form #sendbutton {
background: url('/wp-content/themes/Builder/images/sidebar-form-btn.jpg') no-repeat top left;
width:158px;
height:26px;
border:0!important;
text-indent:-20000px;
margin:2px 32px 0 0;
}
.widgetcform h4, #text-3 h4, #text-4 h4 {
text-indent:-20000px;
}
.widgetcform #usermessagea {display:none;}
.widgetcform li.cf_li_err {
border:0!important;
height:22px!important;
width:215px;
}
#text-3, #text-4 {
background: url('/wp-content/themes/Builder/images/sidebar-portfolio.jpg') no-repeat top right;
height:255px;
margin:10px 11px 13px 0;
}
#text-3 ul, #text-4 ul {margin-top:10px;}
#text-3 li, #text-4 li {
padding:6px 0 0 20px;
list-style:none;
background: url('/wp-content/themes/Builder/images/sidebar-bullet.png') no-repeat 0 11px;
margin-left:10px;
}
#text-3 a, #text-4 a {
color:#FFF;
text-decoration:underline;
font-size:15px;
}
#ithemes_feedburner_widget-2 .input-text {
width:130px;
}
#ithemes_feedburner_widget-2 div {
width:237px;
margin-top:8px;
height:97px;
}
#ithemes_feedburner_widget-2 p {margin-left:10px;}
#recent-posts-3, #categories-3, #recent-posts-4, #categories-4 {
background: url('/wp-content/themes/Builder/images/sidebar-widget-mid.jpg') repeat-y 0 0px;
margin:15px 0
}
#recent-posts-3 ul, #categories-3 ul, #recent-posts-4 ul, #categories-4 ul {
background: url('/wp-content/themes/Builder/images/sidebar-widget-botttom.jpg') no-repeat bottom left!important;
padding:10px 0 15px 0;
margin:0;
}
#recent-posts-3 li, #categories-3 li, #recent-posts-4 li, #categories-4 li {
padding:0 0 0 0px;
margin: 0 20px 0 30px;
}
#recent-posts-3 li a, #categories-3 li a, #recent-posts-4 li a, #categories-4 li a {
font-size:14px;
color:#4A015B;
padding:5px 0;
display:block;
line-height:18px;
}
#ithemes_feedburner_widget-2 h4 {
padding:0!important;
}
#recent-posts-3 h4, #categories-3 h4, #recent-posts-4 h4, #categories-4 h4, #ithemes_feedburner_widget-2 h4 {
text-align:center;
color:#4d0060;
font-size:18px;
text-transform:uppercase;
font-style:italic;
padding:10px 0 0 0;
font-weight:bold!important;
}
#recent-posts-3 h4, #categories-3 h4, #recent-posts-4 h4, #categories-4 h4 {
background: url('/wp-content/themes/Builder/images/sidebar-widget-top.jpg') no-repeat 0 0px;
}
.pages-form {
border:1px dashed #000;
width:500px;
margin:10px 0 0 100px;
}
.pages-form .area {height:100px;}
.pages-form .area, .pages-form .single, .pages-form .cformselect {width:200px;}
.pages-form label, .pages-form label span {
padding-top:4px;
width:110px!important;
}
.pages-form .sendbutton {
width:100px;
margin:10px 0 20px 0px!important;
}
.pages-form .cf-sb {
width:270px;
}
.portfolio-list td {
padding:0 0 0 70px;
font-size:14px;
}