/*
Theme Name: Builder Child Theme - Joel Bieber
Theme URI: http://ithemes.com
Author: Adam White
Author URI: http://mainstreetopen.com
Version: 1.0.1
Template: Builder
*/

/*********************************************
	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: #DDD;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*********************************************
	Main Background
*********************************************/
html {
	background: #2B3C56 url(images/bg.png) repeat-x 0 0;
}
body {
	background: transparent url(images/topper.png) no-repeat top center;
}
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #043776;
	text-decoration: none;
}
a:focus, a:hover {
	color: #043776;
	text-decoration: underline;
}

/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #043776;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
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: 0em auto;
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {
	margin-bottom:0em;
}
.builder-module-content {background:#212D45 url(images/content_bg.png) repeat-x top left;padding-bottom:20px;}
.builder-module-content .right .widget-wrapper {margin-top:11px; background:#FFF;}
.builder-module-content .builder-module-element {background:#FFF;margin-right:10px; margin-top:11px;}
.builder-module-widget-bar {background:transparent;}
.builder-module-image {background:transparent;}
.builder-module-html-1 {background:transparent; height:97px; overflow:hidden; position:relative;margin-bottom:7px;}
.builder-module-html-2 {background:white; height:236px; background: transparent url(images/header_bg.jpg) no-repeat top center;}
#watchvideo {margin:9px 0px 0px 8px; float:left;}
#featuredareas {float:left; width:538px;}
#featuredareas a span {display:none;}
#featuredareas a {float:left; display:block;}
#featured_car_accidents {width:140px; height:184px; background: url(images/featured_car_accidents.jpg) no-repeat top left;}
#featured_brain_injury {width:131px; height:184px; background: url(images/featured_brain_injury.jpg) no-repeat top left;}
#featured_truck_accidents {width:131px; height:184px; background: url(images/featured_truck_accidents.jpg) no-repeat top left;}
#featured_dog_bites {width:136px; height:184px; background: url(images/featured-dogbites-img.jpg) no-repeat top left;}
/*#featured_dog_bites {width:136px; height:184px; background: url(images/featured_dog_bites.jpg) no-repeat top left;}*/
.featuredtitle {float:left; display:block; width:538px; height:25px; margin:0px; padding:10px 0px; text-align:center; color:#565654; font-weight:bold; font-size:1.3em;}
h1.logo {background:transparent url(images/the_joel_bieber_firm.gif) no-repeat top left; width:322px; height:78px;}
h1.logo span {display:none;}
.phone {position:absolute; right:330px; top:40px; color:#202f46; font-style:oblique; font-weight:bold;}
.blogco {position:absolute; right:0px; top:40px; color:#333; font-style:normal; font-weight:bold;}
.topnav {position:absolute; right:-20px; top:6px; color:#202f46; }
.topnav li {display:inline; list-style:none; padding-left:10px;}
.topnav li a {color:#202f46; font-weight:bold;}
.builder-module-html-last {background: transparent url(images/footer.png) no-repeat top center; padding:20px;}
.builder-module-html-last a {color:#FFF;}
.builder-module-html-last .right {text-align:right;width:auto;margin-right:40px;}

/*********************************************
		Horizontal Navigaion Styles
				(with dropdowns)
*********************************************/
.builder-module-navigation {
	font-size:1.2em;
	line-height:2em;
	background: #1f1f1f;
	border-top:0em solid #777;
	border-bottom:0em solid #777;
	display:block;
	width:100%;
	background: #26364f url(images/nav_bg.png) repeat-x top left;
}
.builder-module-navigation ul {
	float:left;
	display:block;
}
.builder-module-navigation li {
	padding: 0 0 0 0px;
	border-right:0em solid #777;
}
.builder-module-navigation li a {
	font-size: 1em;
	padding: .3em .7em;
	color: #ecedef;
	font-weight:bold;
	text-decoration: none;
	background: transparent;
}
.builder-module-navigation li a:hover {
	color: #FFF;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	font-size:.8em;
	border:.1em solid #ecedef;
	border-bottom: 0em;
line-height:1.5em;
}
.builder-module-navigation li li {
	background: #26364f;
	border-bottom:.1em solid #ecedef;
	width: 14em;
}
.builder-module-navigation li li a {
	padding: .1em .5em;
	background: transparent;
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 14em;
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}
.builder-module-navigation li:hover ul ul, .builder-module-navigation li:hover ul ul ul, .builder-module-navigation li:hover ul ul ul ul, .builder-module-navigation li:hover ul ul ul ul ul, .builder-module-navigation li.sfhover ul ul, .builder-module-navigation li.sfhover ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul ul, .builder-module-navigation li:hover ul ul ul, .builder-module-navigation li:hover ul ul ul ul, .builder-module-navigation li:hover ul ul ul ul ul, .builder-module-navigation li.sfhover ul ul, .builder-module-navigation li.sfhover ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul, .builder-module-navigation li.sfhover ul ul ul ul ul {
	left: auto;
}
/*********************************************
	Module Widget Bars
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	background:#1f1f1f;
	color: #DDD;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	background: transparent;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.builder-module-content .sidebar {
	background: transparent;
}
.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 .sidebar {
	display:block;
	width:100%;
	background: transparent;
}
.builder-module-content .widget {
	padding: .6em .6em;
	color: #444;
}
.right .left .widget-title {
	background: #212d45;
	color:#FFF;
	padding:4px; 
	text-align:center;
}
.left .widget-title {
	background: transparent;
	color:#FFF;
	padding:4px;
	text-align:center;
}
.builder-module-content .widget a {
	color: #212d45;
	text-decoration: none;
}
.builder-module-content .widget a:hover {
	color: #212d45;
	text-decoration: underline;
}
.builder-module-content .widget h4 a {
	color: #212d45;
	text-decoration: none;
}
.builder-module-content .widget h4 {
	color: #212d45;
}
.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: none;
}
.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;
}
.page-title {
	margin:1em;
}
.post {
	margin:1em;
	background:transparent;
	padding: 0px .8em .8em .8em;
}
.post .thumbnail-wrap {
	display: none;
}

.post .date {
	display: none;
}
.post .post-title {

	padding: .5em 0px 0px 0px;
}
.post .post-title a {
	text-decoration: none;
}
.post .post-meta {
	display: block;
	clear:both;
}
.post .meta-bottom {
	display: block;
}
.post img {
	border: .2em solid #cfcfcf;
}
/*********************************************
		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: 0em 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;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
color:#000;
}
#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;
color:#000;
}
#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;
color:#000;
}
#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 {
	text-align: left;
	color: #CCC;
}
#footer .alignleft, #footer .alignright {
	padding: 1em;
}
#footer .alignright {
	text-align: right;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	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;
}
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
*********************************************/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #AAA;
	text-align: center;
	background-color: #888;
	color: #DDD;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	display: block;
	margin: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.post-thumbnail {float:left; margin: 0px 20px 10px 0px;}
.post {background:white; padding:10px; color: #444;}
.builder-module-content .right .widget-wrapper {background:#FFF; color:#444; margin-right:10px;}
.builder-module-content .left .widget-wrapper {color:#FFF; margin-right:10px;}

.ithemes-billboard img {margin:0px; padding:0px !important;}
.doihaveacase {
	background:#d1d1d1 url(images/doihaveacase.gif) no-repeat top center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #d1d1d1;
	padding: 70px 3px 0px 3px;
	width: 188px;
}
.doihaveacase input {width:180px; margin:0px 0px 6px 0px; padding:0px; border:2px inset #CCC;}
.doihaveacase textarea {width:180px; height:100px; margin:0px 0px 6px 0px; padding:0px; border:2px inset #CCC; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:1em;}
.doihaveacase .acceptterms {display:inline; width:auto;}
.doihaveacase .accepttermstext {line-height:1.2em;}
.doihaveacase .submit {border:2px outset #CCC; width:auto; margin:0px 0px 0px 50px;}

.builder-module-content .left .widget-wrapper {
	margin-top:11px;
}
.builder-module-content .left .widget-wrapper .widget {
	color: #FFF;
}
.builder-module-content .left .widget-wrapper .widget a {
	color: #FFF;
	text-decoration: none;
}
.builder-module-content .left .widget-wrapper .widget a:hover {
	color: #FFF;
	text-decoration: underline;
}
.builder-module-content .left .widget-wrapper .widget h4 a {
	color: #FFF;
	text-decoration: none;
}
.builder-module-content .left .widget-wrapper .widget h4 {
	color: #FFF;
}
.nocomments {display:none;}

/*  -- */
#jbft {
line-height:1.1em;
width:95%;
margin-bottom:5px;
}
#submit-agree-cb .accepttermstext { width:10px;}

#quiz-rm input  {width:10px;}
.commentmetadata p {
color:#000;
}
#comments p{
color:#000;
}
