/*
Theme Name: Blank 3 Column
Description: A Blank Wordpress theme.
Tags: three-column, widget-ready, blank
*/



ul.MenuBarHorizontal
{
	margin: 0 auto;
	display:table;
	padding: 0;
	list-style-type: none;
	cursor: default;
	*width: 780px; /*Only change width for IE browsers ONLY!*/
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li /*Do not set a height for 'li' - WILL BREAK in IE6 if you do!*/
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:url(images/nav-divider.jpg) no-repeat right;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
ul.MenuBarHorizontal li.page-item-12 {background-image:none;}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 225px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 225px;
	background-image:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-top:1px solid #89847c;
	background-color: #F7EFE4;
}
ul.MenuBarHorizontal ul ul { border-top:none; }
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	padding: 7px 20px;
	color: #25201a;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a
{
	display: block;
	cursor: pointer;
	background-color: #F7EFE4;
	padding: 4px 20px;
	color: #25201a;
	text-decoration: none;
	text-transform:none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color:#8d5824;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{
	background-color: #be8852;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#8d5824;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible
{
	background-color: #be8852;
	color: #FFF;
	text-decoration: none;
}

ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}*/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background-color: #F7EFE4;
	}
}


/* basics */

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* content */

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}



.post ul {}

.post li {}

.entry p{margin:12px 0; }

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}

#commentform p{
	color: #000;
	}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

#commentform h3{
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}

#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:1px solid #000;
	padding:2px;
	}




/* misc */

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
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Theme Styling */

* {margin:0; padding:0;}
html, body {height:100%; font-style:normal; text-transform:none; }
ul.side-links {margin:0;}
ul.side-links li {list-style:none; padding:0 0 10px 0; margin:5px 0; border-bottom:dotted 1px #000;}
blockquote, label, dl, fieldset {margin:.5em 0;}
.attorney-image{width:140px; height:168px; float:left; margin:0 15px 10px 0; padding:0;}


/* Text Styling */
h1 {margin:0; padding:0;}
h2 {margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:19px; color:#fef3e8; font-weight:bold; padding:0 0 10px 23px; text-transform:uppercase; background:url(images/bg-pa-h3.jpg) no-repeat bottom center; text-align:left; text-shadow:0 0 0 #1b1813;}
h2 a {margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:19px; color:#fef3e8; font-weight:bold; text-transform:uppercase; text-align:left; text-shadow:0 0 0 #1b1813; text-decoration:none;}
h2 a:hover {text-decoration:underline; color:#fef3e8;}
#mainContent h2 {margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:19px; color:#fef3e8; font-weight:bold; padding:4px 0 15px 0; text-transform:uppercase; background: none; text-align:left; text-shadow:0 0 0 #1b1813;}
li h2 { padding:14px 0 4px 0; font-size:16px; background:none; }
li h2 a { font-size:16px; }

h3 span {font-size:18px;}
h4 {margin:0; padding:0;}

p {line-height:18px; padding:0 0 15px;}
#right p.thankyou {padding:10px 0 10px 23px;}
strong {font-weight:bold;}
hr {border: none; border-top: 1px solid #e4d1b1; width: 100%; height: 1px; margin:10px 0;}

a {text-decoration:underline; color: #a79773; outline:none;}
a:hover {color:#cec1a3; text-decoration:underline;}
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

.required {color:#FF0000;}
img {border:none; margin:0; padding:0;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}

ul {padding:10px 23px 20px; list-style:none; }
#mainContent ul { list-style-type:disc; }
li {line-height:18px;}
#right li, #left li {line-height:normal;margin-bottom:8px;}
/* Layout Styling */
.body {font: 12px Arial, Helvetica, sans-serif; background: #1b1813 url(images/bg-body.jpg) repeat-x top; margin: 0; padding: 0; text-align: center; color: #FFF;}

.wrapper {min-height: 100%;	height: auto !important; height: 100%; margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */}
.push {height: 50px; /* .push must be the same height as .footer */}


#container {width: 877px; margin: 0 auto; text-align: left;}

#header {background:url(images/bg-header.jpg) no-repeat top; padding: 0; height:114px;}
#header h1 {margin: 0; padding: 0; text-indent:-99999px;}
#header h1 a {display:block; height:114px;}

#nav {width:877px; height:32px; }

#outerContainer { width:877px; padding:0; margin:0; background:url(images/bg-content-container.jpg) repeat-y;}
#contentContainer {width:877px; height:700px; min-height:700px;}
html>body #contentContainer {height:auto;}

#mainContentContainer {width:469px; padding:0; margin:0; float:left; overflow:hidden; background:#37291b;}
#mainContent {width:421px; padding: 0 24px; margin: 0; }
#mainContent{
	height:450px;
	min-height:450px;
}
html>body #mainContent{height:auto}
#mainContent h3 {font-size:16px; background-image:none; text-align:left; padding:10px 0 5px;}
.post h3 { font-size:14px; }
#mainContent a.practiceAreas img {float:left; margin-right:9px; margin-bottom:30px;}
#mainContent a.practiceAreas img.lastImage {margin-right:0; float:left;}
#mainContent ul {padding:0 60px 10px 20px;}

#aboutTheLaw {width:417px; padding:26px 26px 10px; clear:both; border-top:2px solid #a18479; border-bottom:2px solid #5c4036; background:url(images/bg-aboutTheLaw.jpg) repeat-y;}
#aboutTheLaw img {margin-right:15px; margin-bottom:5px;}
#aboutTheLaw p {width:230px; float:left; font-size:11px; line-height:14px;}
#aboutTheLaw p span {font-size:10px;}

.subpage #aboutTheLaw {border-bottom:none;}

#theirAddress {background:#825b4d; padding:10px 26px 0; font-size:11px; width:417px;}
#theirAddress p {height:35px; min-height:35px; *height:40px; *min-height:40px;}
html>body #theirAddress p {height:auto;}

.subpage #theirAddress {border-top:2px solid #a18479;}

#left {width:204px; float:left; font-size:12px; text-transform: capitalize; }
#left h3 {}
#left ul ul { padding:6px 0 6px 12px;}


#right {width:204px; float:left;}
ul.line-height-more li {line-height:22px;}

/* Form Styling */
#mc-form {width:175px; padding:10px 10px 10px 15px; margin:0 0 20px 0; text-align:center;}
#mc-form form {width:100%;}
#mc-form input {width:159px; height:18px; margin:0 auto 10px; background:#98786c url(images/bg-input.gif) no-repeat; padding:3px 3px 0; border:none; color:#FFF; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
#mc-form textarea {width:163px; height:65px; margin-bottom:10px; background:#98786c url(images/bg-textareas.gif) no-repeat; padding:3px 0 0 3px; border:none; color:#FFF; font-size:11px; font-family:Arial, Helvetica, sans-serif; overflow-x:hidden; overflow-y:hidden; overflow:hidden;}
#mc-form input.submit-btn {width:42px; height:17px; margin:10px 0 0 130px; float:left; border:none; cursor:pointer; background-image:none; padding:0;}
#mc-form label.error { color:#F00; font-size:90%; font-style:italic; margin:0; padding:0 0 10px; }


/* Footer Styling */
#footerContainer {clear:both; width:100%; height:119px; padding: 0; margin: 0 auto; background:#240C0C; border-top:2px solid #e4d0b0;}
#footer {height:50px; margin:0 auto; padding: 0 20px; width:857px;}
#footer p {	margin: 0; padding: 30px 0 0; line-height:13px; color:#8f8382; font-size:9px;}

/* Footer Navigation Styling */
#footerNav {text-align:left; float:left; width:380px;  }
#footerNav a {color:#8f8382; font-size:9px; border-right:1px solid #8f8382; padding:0 8px; text-decoration:underline;}
#footerNav a:hover {text-decoration:underline; color:#FAF9F7;}
#footerNav a.first-child {padding:0 8px 0 0;}
#footerNav a.last-child {border: none;}




/*= Claim Review Form
******************************/

.claim-review { width:412px; padding:20px 0 0; }
.claim-review .form-part { position:relative; width:100%; }

.claim-review label { display:inline-block; width:155px; margin:0; padding:0 10px 0 0; text-align:right; float:left; }
.claim-review label.error, .claim-review #iagree label.error { width:auto; height:auto; padding:2px 4px; margin:0; color:#f00; border:none; position:relative; left:165px; }

.claim-review input { display:block; width:192px; border: 1px solid #3f8684; height:16px; margin:4px 0 0; padding:2px 4px; }
.claim-review input.radio { width:auto; height:auto; margin:0; padding:0; }
.claim-review input.required { color:#000; }
.claim-review input.error { border-color:#f00; }
.claim-review textarea { display:block; clear:left; width:370px; border: 1px solid #3f8684; height:60px; margin:4px 0 0; padding:2px 4px;  }
.claim-review input.submit-btn { width:auto; height:auto; border: 1px solid #1b1813; background:#98786c; cursor:pointer; margin:8px 0 0 15px; color:#fff; }
.claim-review input#submitted { display:none; }

.claim-review p { padding:0 0 5px; margin:0; }

.claim-review fieldset { width:380px; padding:5px 15px 5px; margin:5px 0 0; border: none; }
.claim-review fieldset legend { margin:0; padding:0 5px; color:#fff; }

p.thankyou {
	color: #DDC194;
	font-weight: bold;
}
