/*
Theme Name: Builder
Theme URI: http://ithemes.com/
Author: Chris Jean
Author URI: http://ithemes.com/
Version: 2.3.11
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 {
	 background:#000000;
}
body {
	font-size: 75%;
	line-height: 1.8em;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	background:#000000;
}

/*********************************************
	Main Background
*********************************************/


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #AB0F29;
	
}
a:hover {
	color: #AB0F29;
	text-decoration: none;
         font-weight: 100;
}
a:activ {
	color: #700412;
	text-decoration: none;
         font-weight: 100;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111;
}
h1 {
	font-family:Tahoma;
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h3 a {font-weight:100}

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;
}
.wordtube {
	padding: 0px 0px 38px 0px;
	background: url(images/line.gif) no-repeat bottom center;
	margin: 0px 0px 50px 0px;
	text-align:center;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0em auto;
	border: 0em solid #fff;
	display: block;
	margin-top:57px;
}

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

/* 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 {margin: 0px;}
.builder-module-widget-bar {}
.builder-module-image {}

/*********************************************
	Sidebars
*********************************************/
.builder-module-sidebar {
	display:block;
	width:100%;
	background: #fff;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
	margin-top:35px;
}
.builder-module-sidebar .widget {
	padding: 0em 0em;
	color: #333;
	
}


.builder-module-sidebar .widget_execphp {
	font-size: 1.5em;
	padding: 0em 0em;
	color: #333;
	margin: 0px;
}


.builder-module-sidebar .widget a {
	color: #AB0F29;
	text-decoration: none;
        font-weight: 100;
}
.builder-module-sidebar .widget a:hover {
	color: #700412;
	text-decoration: none;
}

.builder-module-sidebar .widget a:active {
	color: #700412;
	text-decoration: none;
         font-weight: 100;
}

.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;
        font-size: 100%;
        font-weight: bold;
	margin: 0 1em .5em 1.5em;
	list-style-type: none;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	font-size: 1em;
	line-height: 2em;
	background: #fff repeat-x top left;
	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 0px;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .4em .6em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #fff 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: #FFF;
}
/* 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: #000;

}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html {
	background-color: #FFF;

}
.builder-module-html .builder-module-element {
	margin: 0em;

}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer .builder-module-element {
	text-align: left;
        font-weight: bold;
	color: #fff;
}
.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: left;
}
.builder-module-footer .builder-module-element a {
	color: #333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

.builder-module-footer .builder-module-element a:active {
	text-decoration: none;
         font-weight: 100;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	background: #FFF;

}



.page-title {
	margin: 1em;
	text-align: center;
}
.post {
		background: #FFF;
	  width: 654px;
	padding: 0px 0px 20px 1px;
	
	
}


.post h2 {width:555px; margin:10px 0px 20px 49px;text-align:left;font-size:25px;}
.post h3 {width:555px; margin:10px 0px 20px 49px;text-align:left;font-size:20px;}
.post h4 {width:555px; margin:10px 0px 20px 49px;text-align:left;font-size:18px;}
.post h5 {width:555px; margin:5px 0px 15px 49px;text-align:left;font-size:16px;}
.post h6 {width:555px; margin:5px 0px 15px 49px;text-align:left;font-size:14px;}
.post address {width:555px; margin:5px 0px 15px 49px;text-align:left;font-size:14px;}
.post pre {width:555px; margin:5px 0px 15px 49px;text-align:left;}
.post-content blockquote  {width:555px; margin-right:0px;margin-left:49px;}
.post-content blockquote  p {width:524px;margin-left:30px; line-height: 114%;text-align: left;font-size:14px;}
.post ul {margin:10px 0px 10px 59px;padding:0px 0px 0px 30px; font-size:14px;line-height:114%; width:525px}
.post ul li {margin:0px 0px 15px 0px;list-style: disc}
.post ol {margin:10px 0px 10px 59px;padding:0px 0px 0px 30px; font-size:14px;line-height:114%; width:525px}
.post ol li {margin:0px 0px 15px 0px;list-style: decimal}




.post h2 a {text-align:left;font-size:14px;font-weight:100;}
.post h3 a {text-align:left;font-size:14px;font-weight:100;}
.post h4 a {text-align:left;font-size:14px;font-weight:100;}
.post h5 a {text-align:left;font-size:14px;font-weight:100;}
.post h6 a {text-align:left;font-size:14px;font-weight:100;}

.post h2 a:hover {text-align:left;font-size:14px;font-weight:100;}
.post h3 a:hover {text-align:left;font-size:14px;font-weight:100;}
.post h4 a:hover {text-align:left;font-size:14px;font-weight:100;}
.post h5 a:hover {text-align:left;font-size:14px;font-weight:100;}
.post h6 a:hover {text-align:left;font-size:14px;font-weight:100;}



.post-content a {text-decoration:underline; color:#AB0F29;font-size:14px;}
.post-content a:hover {text-decoration:none; color:#AB0F29;font-size:14px;}


.post .thumbnail-wrap {
	display: none;
}

.post-content p {
width:555px;margin-left:49px; line-height: 114%;text-align: left;font-size:14px;
 }
 
#gform_wrapper_1 {width:555px;margin-left:49px; line-height: 114%;text-align: left;font-size:14px;
 }
 
.page .title {
	text-align: center;
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: none;
	padding: .5em 0px 41px 0px;
	background: url(images/line.gif) no-repeat bottom center;
	margin: 0px 0px 30px 0px;
	
}
.post .post-title a {
	text-decoration: none;
	color: #333;
}
.post .post-title h3 {
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align:center;
	margin-right:50px;
	margin-left:50px;
	width:527px;}

.post .post-title h3 a {margin-right:0px;
	margin-left:0px;}


.post .post-meta {
	display: block;
	clear:both;
padding:0px 0px 15px 48px;
}
.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: 1px solid #939598;
}

/*********************************************
	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: 0px 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 {
	padding: 0px;width:555px; margin-left:49px; line-height: 114%;text-align: left;font-size:14px;margin-top: 20px;
}

#comments h3 a {text-align:left;font-size:14px;font-weight:100;}

#comments label {font-size:12px; font-weight:100}
#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: 0px 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: 0px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 0px;width:555px;margin-left:49px; line-height: 114%;text-align: left;font-size:14px;
}
#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: 540px;
	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: none;
}
ol {
	list-style-type: none;
}
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: 100;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 0px 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:#ffffff;
	border:1px solid #000000;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0px;
}
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;
	border:none;
}
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: 0px 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: left;
	text-align: left;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 0px 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;
}


/*********************************************
	Blogroll???
*********************************************/
blogroll a {
	color: #AB0F29;
         text-decoration: none;
         font-weight: bold;
         font-size: 100%;
}

blogroll a:hover {
	color: #700412;
	text-decoration: none;
         font-size: 100%;
}

blogroll a:active {
	color: #700412;
	text-decoration: none;
         font-size: 100%;
}




/**  WIDGETS  **/

.execphpwidget {margin-left:10px; line-height:155%; font-weight:100;font-size:18px; margin-top:8px;}
.execphpwidget a {font-weight:100;font-size:18px;}
.execphpwidget a:hover {font-weight:100;font-size:18px;}

.textwidget {margin-left:10px; line-height:155%; font-weight:100;font-size:18px; margin-top:8px;}
.textwidget a {font-weight:100;font-size:18px;}
.textwidget a:hover {font-weight:100;font-size:18px;}

h4 .widget-title {font-size:22px;}

#mc_signup_form {padding:0px;}

.mc_merge_var input { border: 1px solid #ab0f29; width:173px; height;17px; background:#ffffff; margin-bottom:10px;}

.mc_merge_var {margin-bottom:10px; height:50px;}
#mc-indicates-required {font-size:12px; padding-left:5px; margin-top:-5px;}

#mc_signup_container .button {
background: url(images/butt.gif) no-repeat  center left; width:105px; height:25px; border:none; color:#ffffff; font-size:12px; 
}

#mc_unsub_link {color:#ab0f29; font-size:12px;font-weight:100; margin-top: 30px}
 #mc_unsub_link a {color:#ab0f29; font-size:12px;font-weight:100; text-decoration:underline ;}
 
 .sharethis { padding-top:8px;}
 
#footer_bg  {background: url(images/footer_bg.gif) no-repeat  center left; width:960px;height:10px;}

.alignleft {line-height:120%; font-size:10px; color:#ffffff; font-family:Arial; margin: 20px 0px 0px 28px;}

.alignright {line-height:107%; font-size:11px; color:#ffffff; font-family:Arial; margin: 20px 0px 0px 44px; padding:0px; font-weight:100;}

.ginput_container input {border: 1px solid #000000; height;17px; background:#ffffff; width:239px;}
.ginput_container input[type=checkbox], input[type=radio], input.checkbox, input.radio  {width:20px; border:none;}


.ginput_container textarea {border: 1px solid #000000; background:#ffffff;}

.ginput_container select {border: 1px solid #000000; height;17px; background:#ffffff;}

input .medium {width:239px;}

.phone_num input {width:239px;}

#field_1_15 {float:left;  margin-left:27px;}
#field_1_15 input {width:244px;}
#field_1_13 {width:239px;float:left;  }
#field_1_12 {clear:both;}

#field_1_35 input {width:239px;}
#field_1_31 input {width:239px;}

 .button {background: url(images/but_all.gif) no-repeat  center left; width:105px; height:25px; border:none; color:#ffffff; font-size:12px; padding: 0px 0px 5px 0px;}
#input_1_2 input  {border: none;  background:#ffffff;}

#field_3_2 {width:239px;float:left; }
#field_3_2 input {width:239px;} 
#field_3_3 {float:left;  margin-left:27px;}
#field_3_3 input {width:244px;} 
#field_3_6  {clear:both;}

#gform_wrapper_3, #gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8,
#gform_wrapper_3, #gform_wrapper_6, #gform_wrapper_7, #gform_wrapper_8, 
#gform_wrapper_9, #gform_wrapper_10, #gform_wrapper_11, #gform_wrapper_12, 
#gform_wrapper_13, #gform_wrapper_14, #gform_wrapper_15, #gform_wrapper_16
 {width:555px;margin-left:49px; line-height: 114%;text-align: left;font-size:14px;}
 
#field_6_13 {width:239px;float:left;  }
#field_6_15 {float:left;  margin-left:27px;}
#field_6_15 input {width:244px;}
#field_6_12     {clear:both;}


#field_7_13 {width:239px;float:left;  }
#field_7_15 {float:left;  margin-left:27px;}
#field_7_15 input {width:244px;}
#field_7_12     {clear:both;}

.mapp-div {  
	overflow: hidden;
	text-align: center; 
	padding: 0px 0px 0px 0px;
	line-height: normal;
	margin: 0 0 0 0; 
	color: black;   


h1.titlefooter { color:#000000; font-weight:bold; font-size:14px;text-transform:lowercase; }

/* MESSAGE BOXES
/////////////////////////////*/

.message-box { text-align: center; padding: 5px; color:#545454; width:80%;  margin:5px auto; }

.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; border-left: 2px solid #dedede; border-right: 2px solid #dedede; }
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; border-left: 2px solid #b5d3ff; border-right: 2px solid #b5d3ff; }
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; border-left: 2px solid #82cb2f; border-right: 2px solid #82cb2f; }
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; border-left: 2px solid #fdd425; border-right: 2px solid #fdd425; }
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; border-left: 2px solid #e10c0c; border-right: 2px solid #e10c0c; }
           
