/*
Theme Name: Builder Child Theme - Default
Theme URI: http://ithemes.com/
Description: This Builder child theme has the same styling as the Builder core theme. Use this child theme as a starting point to customize the default look of Builder.
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.2
Tags: blog, theme options, multiple layouts, multiple color schemes
Template: Builder

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	font-size: 12px;
	line-height:16px;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}

/*********************************************
	Constrain table, image, and input widths
*********************************************/
table, img, input, textarea, select {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #28517F;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #2D5C94;
}
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 2em;
	line-height: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 8px;
	letter-spacing: -1px;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75em;
	margin-top: 0.9em;
	margin-bottom: 4px;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 3px;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 3px;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
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: none;
	display: block;
}

/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
}
.builder-module-last {
	margin-bottom: 0;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/
/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
}
*/

/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	width: 100%;
	margin: 0;
	padding: .75em 0;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: .75em 1.5em;
	color: #333333;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	color: #333333;
	background: none;
	font-size: 1.2em;
	line-height: 1.25;
	padding: 0;
	margin: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation {
	background: url('images/navBackground.jpg') left no-repeat;
	font-size: 1em;
	display: block;
	width: 100%;	
}
.builder-module-navigation .builder-module-element {
	margin: 0 .5em;
}
.builder-module-navigation ul {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	font-size: 1em;
	padding: .4em 1em;
	color: #1e4b82;
	font-weight: bold;
	text-decoration: none;
	/* background: #FFFFFF url('images/nav_bg.png') repeat-x top left;*/
}
.builder-module-navigation li a:hover {
	/* background: #333333 url('images/nav_bg_hover.jpg') repeat-x top left; */
	color: #999;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: .1em solid #777777;
	border-bottom: 0;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #777777;
	width: 14em;
	background:#fff;
}
.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.9em 0 0 14em;
}

/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	/* background: #DDDDDD; */
}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: transparent;
	border: none;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #333333;
	margin: 0 1.5em;
}
.builder-module-footer .builder-module-element .alignleft, .builder-module-footer .builder-module-element .alignright {
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	HTML Module
*********************************************/

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	/* margin: 1.5em; */
	display: block;
	text-align: left;
	overflow: hidden;
}
.builder-module-content .post {
	margin-bottom: 1.5em;
}

.post-title, .post-title * {
	margin: 0;
	padding: 0;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
	display: none;
}

.post-title h1,
.post-title h2,
.post-title h3 {
	font-family: "Arial Black",Arial,Helvetica,Sans-Serif;
	clear: both;
	color: #2D5C94;
	font-size: 1.9em;
	line-height: 1em;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.post-title a {
	text-decoration: none;
	color: #2D5C94;
	font-size: 1em;
}

.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 .gallery a,
.post .gallery dt,
.post .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.post .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.post .gallery-caption {
	margin: 0;
	padding: 5px 5px 0 5px;
	line-height: 1;
}
.post .gallery + * {
	margin-top: 0;
}

.post img {
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
	margin: 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post img.alignright {
	margin: 0 0 1.5em 1.5em;
}
.post img.alignleft {
	margin: 0 1.5em 1.5em 0;
}
.post img.aligncenter {
	margin: 0 auto 1.5em auto;
}

.post .entry-attachment .attachment {
	text-align: center;
}

.post .edit-entry-link {
	margin: 0 0 1.5em 0;
	clear: both;
}

.post-content {
	margin-top: 1.5em;
	clear: both;
}

.post-content p {
	padding:0 0 10px 0;
}

.page-title {
	font-size: 1.75em;
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: .875em;
}
/*********************************************
	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 */
	border-top: .1em solid #D7D7D7;
	padding-top: 1.4em;
	margin-bottom: 3em;
}
.meta-bottom .alignright {
	margin-bottom: 1.5em;
}
.meta-bottom .categories,
.meta-bottom .tags {
	background: url( 'images/folder.png' ) 0 0 no-repeat;
	padding: 0 0 0 1.5em;
}
.meta-bottom .comments {
	background: url( 'images/comments.png' ) 0 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	text-align: center;
	margin: 0;
	padding: 0;
}
.photometa ul {
	list-style-type: none;
}

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

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	margin: 1.5em 0;
	padding: 0;
	background: transparent;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	border: 1px solid #999999;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

.nocomments {
	display: none;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
	border: 1px solid #999999;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	margin: 0;
	display: block;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}

/*********************************************
	Text elements
*********************************************/
p {
}
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 {
	color: #666;
	text-decoration:none;
}
blockquote {
	background: url('images/blockquote.png') top left no-repeat;
	margin: 1.5em;
	padding: 0;
	color: #666666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}

/*********************************************
	Lists
*********************************************/
ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.post-content > ul,
.post-content > ol {
	margin-top: 0;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
	*margin-left: 24px; /* targeted IE 6, 7 fix */
}
li {
	margin: 0;
	padding: 0 0 5px 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.5em;
	/* background: #F3F3F3; */
}

/* table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
} */
th {
	font-weight: bold;
	line-height: 1.5em;
	background: #E8E8E8;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.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: .1em solid #CCCCCC;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}

/*********************************************
	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;
}

/*********************************************
	Widget Styling
*********************************************/
.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/
#social-tags {
	position: fixed;
	width: 95px;
	height: 100%;
	right: 0;
	left: auto;
	margin-right: 0;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
}
#social-tags a {
	position: relative;
	right: -50px;
	margin: 0;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.alignright {
	margin:0 0 10px 12px;
}
.alignleft {
	margin:0 12px 10px 0;
}
.post img.wp-smiley {
	border: none;
}

/*********************************************
	CUSTOM CSS STYLES
*********************************************/

/********************************
   HOMEPAGE 
********************************/

/* Utility & Search */
#builder-module-5084259122123 .left, #builder-module-50aad8ab8cabd .left, #builder-module-50aae2448b73a .left, #builder-module-5114910cb73bb .left, #builder-module-57a3aa13c9253 .left	{text-align: right;}
#text-2, #text-5, #text-6 {padding-top: 20px;}
#search-3 #searchform, #search-4 #searchform, #search-5 #searchform {vertical-align: top;} 
#search-3 div {padding-right:0 !important;}


/* Logo-Header Top Rounded Corners */
.logo {border-top:1px solid #ccc;border-left: 1px solid #ccc;border-right:1px solid #ccc;border-top-left-radius: 8px;border-top-right-radius: 8px;padding-top: 5px;height:65px;}
#builder-module-50841fcbb2a79 {height:30px;}

#builder-module-5084259122147 .builder-module-block-outer-wrapper {height:200px;border-bottom: 8px solid #367760;border-top: 12px solid #3366a4;}
#builder-module-5084259122147 .builder-module-sidebar, #ithemesrotatingimages-2 {padding:0 !important;}
#builder-module-508425912213d .builder-module-column-1, #builder-module-508425912213d .builder-module-block img a {padding: 0px !important;margin: 0px !important;}

/* Gray Side Borders - Nav, Content, */
#builder-module-50841fcbb2a79, #builder-module-50841fcbb2a83, #builder-module-50aad8ab8cad4, #builder-module-50aad8ab8cb11, #builder-module-50aae2448b749, #builder-module-50aae2448b757, #builder-module-5114910cb7453,#builder-module-5114910cb74d2, #builder-module-508425912214f, #builder-module-57a3aa13c92cf, #builder-module-57a3aa13c9348 {width:948px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;} 

#builder-module-508425912214f #ithemes-billboard-2 {padding:0 200px !important;}

/* Content Area Size & Padding */
#builder-module-50841fcbb2a83 .builder-module-block-outer-wrapper .builder-module-element, #builder-module-50aad8ab8cb11 .builder-module-block-outer-wrapper .builder-module-element, #builder-module-50aae2448b757 .builder-module-block-outer-wrapper .builder-module-element, #builder-module-5114910cb74d2 .builder-module-block-outer-wrapper .builder-module-element, #builder-module-57a3aa13c9348 .builder-module-block-outer-wrapper .builder-module-element {padding:15px 20px 35px 35px !important;}

#builder-module-50841fcbb2a83 .builder-module-block-outer-wrapper, #builder-module-50aad8ab8cb11 .builder-module-block-outer-wrapper, #builder-module-50aae2448b757 .builder-module-block-outer-wrapper, #builder-module-57a3aa13c9348 .builder-module-block-outer-wrapper {width:645px !important;}
#builder-module-50841fcbb2a83 {padding-bottom:30px;}
#builder-module-50841fcbb2a83 .left .builder-module-block {padding-right:50px !important;}


/* Member Company Logos */
#ithemes-billboard-2, #ithemes-billboard-2 img, #ithemes-billboard-2 a img {padding:0 !important;margin:0 !important;text-decoration: none !important;}
#ithemes-billboard-2 .ithemes-billboard-member-companies a {padding:0 !important;margin:0 !important;text-decoration: none !important;}

/* 3-Widget Footer - Info Section */
#builder-module-50841fcbb2a8b, #builder-module-50aad8ab8cb5a, #builder-module-50aae2448b75e, #builder-module-5114910cb7510, #builder-module-57a3aa13c9383 {background:#3366a4 url('images/btmSection.jpg') top no-repeat;border-top: 12px solid #367760;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;margin-bottom:12px;}

#builder-module-50841fcbb2a8b .builder-module-sidebar .widget,#builder-module-50841fcbb2a8b .builder-module-sidebar .widget-title, #builder-module-50aad8ab8cb5a .builder-module-sidebar .widget,#builder-module-50aad8ab8cb5a .builder-module-sidebar .widget-title, #builder-module-50aae2448b75e .builder-module-sidebar .widget, #builder-module-50aae2448b75e .builder-module-sidebar .widget-title, #builder-module-5114910cb7510 .builder-module-sidebar .widget,#builder-module-57a3aa13c9383 .builder-module-sidebar .widget-title,#builder-module-57a3aa13c9383 .builder-module-sidebar .widget {color:#fff !important;}

#text-3 a,#text-4 a,#text-8 a {color:#fff !important;}

#builder-module-50841fcbb2a8b .builder-module-sidebar .widget-title, #builder-module-50841fcbb2a8b .builder-module-sidebar .widget-title, #builder-module-50aad8ab8cb5a .builder-module-sidebar .widget-title,  #builder-module-50aae2448b75e .builder-module-sidebar .widget-title,#builder-module-5114910cb7510 .builder-module-sidebar .widget-title,#builder-module-5114910cb7510 .builder-module-sidebar .widget-title,#builder-module-57a3aa13c9383 .builder-module-sidebar .widget-title {text-shadow: 1px 3px 5px #13355c;}

#builder-module-50841fcbb2a8b #text-4, #builder-module-50aad8ab8cb5a #text-4, #builder-module-50aae2448b75e #text-4, #builder-module-5114910cb7510 #text-4 {padding-left: 50px;padding-right:10px;}

#builder-module-508425912213d .builder-module-column-1, #builder-module-508425912213d .builder-module-block {padding:0px !important;margin:0px !important;}

/* Sign-up Form ***********************/

.emailbuddy input[type="submit"] {background:#ffd600 !important; color:#000 !important; font-weight:bold !important;text-transform: uppercase;border:2px outset #666;padding:4prepx;margin-top:6px;-webkit-box-shadow: 0 6px 4px -4px black;
	   -moz-box-shadow: 0 6px 4px -4px black;
	        box-shadow: 0 6px 4px -4px black;}
.emailbuddy input[type="email"] {padding:4px;font-size: 12px;}
form.emailbuddy {width:175px;}

/* Right Sidebar **********************/
#listcategorypostswidget-2 {padding-top:30px;}
#listcategorypostswidget-2 h4 {color:#2D5C94;}
#listcategorypostswidget-2 ul {list-style-type: none;margin:0;}
#listcategorypostswidget-2 a {font-weight: bold;line-height: 20px;}
#text-7 {padding-top:25px;}

/* GENERAL STYLING ************************/
ul {padding:5px 0 12px 0;}
h3 a {text-decoration: none !important;}
p {padding-bottom: 8px !important;}

/*MEMBERSHIP PLUGIN *******************/
#wpmem_login {margin-left:0 !important;padding-top:0 !important;}
#wpmem_login fieldset {width:400px !important;border:none !important;padding:0 !important;}
#wpmem_login input[type="password"], #wpmem_login input[type="text"] {height:34px !important;}

#wpmem_reg label {padding:0 !important;margin:0 !important;}
#wpmem_reg legend {visibility:hidden !important;}
#wpmem_reg .div_text {padding:0;width:200px !important;margin:0 !important;height:100% !important;}
.div_text #log,.div_text #pwd {width:200px !important;}
.div_text label {padding:0px !important;}
#wpmem_login label {height:100% !important;padding-bottom:0 !important;}
#wpmem_login .button_div {text-align:left !important;}

/* iFRAME HOMEPAGE ****************/
#post-429 .entry-title {display:none !important;}
#builder-layout-52d75e1e43f93, #builder-container-52d75e1e43f93 {background:#f3f3f3 !important;}
#gform_submit_button_1 
{
	width:240px;
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
	padding:4px 3px 2px 3px !important;
	border-radius: 5px;
	border:1px solid #6f0306;
	letter-spacing: .3px;
	text-align: center;
	background: #C8272C; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C8272C', endColorstr='#9b0308'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C8272C), to(#9b0308)); /* for Webkit browsers */
	background: -moz-linear-gradient(top,  #C8272C,  #9b0308); /* for Firefox 3.6+ */
	box-shadow: 2px 2px 2px #999;
}

/* MEMBERS AREA **********************/
#builder-module-5114910cb74d2 .left {width:650px !important;}

/* MEMBER AREA FOOTER ********************/
#text-3-background-wrapper h4.widget-title, #text-4-background-wrapper h4.widget-title, #text-8-background-wrapper h4.widget-title {text-transform:uppercase;color:#fff !important;}