/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #header 
{background: display:block; 
width:800px; 
height:420px;
margin-top:-24px;
border:0px;
background:url(http://www.danejohnsonlaw.com/images/mm-header.gif) center no-repeat;}

.custom #header #logo {display:none;}
.custom #header #tagline {display:none;}

body.custom {
    background: #fff;
}

.custom p.headline_meta,
.custom p.headline_meta span,
.custom p.headline_meta abbr
{
margin-top:8px;
padding-bottom: 10px;
}

.custom .headline_area { margin-bottom:0px;
}

.custom a { color: #8B1706;  text-decoration:none; }
.custom a:visited { color: #8B1706;  text-decoration:none; }
.custom a:hover { color: #000000; text-decoration:none; }

/*---:[ nav menu styles ]:---*/
.custom .menu { background: #ffffff; border: none; width: 864px; margin-left: 0px; }
.custom .menu li { background: #ffffff; border: none; padding-left:0px; padding-right:36px; }
.custom .menu li.current_page_item, .custom ul#tabs li.current-cat { background: none; border: none; }
.custom .menu li a { text-transform: uppercase; letter-spacing:0.3em; color:#000000; }
.custom .menu li a:hover { color: #8B1706; text-decoration: none; }

.custom .entry-title { text-align: left !important; line-height: 36px; }

.custom #feature_box {
border-bottom:0px;
}

/*
.custom #tabs{
border-style:none;
}
*/

/*---:[ image center ]:---*/
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.custom h3 {
line-height: 24px;
margin-bottom: 24px;
}

.custom p { 
text-align: justify;
line-height: 2.3em;
 }

.custom .format_text { line-height: 1.6em; }

.custom .sidebar a { color: #8B1706;  text-decoration:none; }
.custom .sidebar a:visited { color: #8B1706;  text-decoration:none; }
.custom .sidebar a:hover { color: #000000; text-decoration:none; }

.custom .sidebar h2 {
font-size:1.1em;
font-weight:bold;
letter-spacing:0;
color: #8B1706;
background: #fff;
text-decoration: none;
margin-top:7px;
margin-bottom: 18px;
}

.custom .sidebar h3 {
font-variant:normal;
letter-spacing:0;
}

.custom .sidebar h4 {
font-size:2em;
font-weight:bold;
letter-spacing:0;
color: #8B1706;
background: #fff;
text-decoration: none;
margin-top:9px;
}

.entry {
margin-bottom:.05cm;
}



/* ----------- My Form ----------- */
.cssform input, .cssform textarea {
border: #999 solid 1px;
background: #FFF;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 302px;
  text-align: left;
  }

div.formdisclaimer {
clear: both;
padding-top: 5px;
text-align: justify;
}




.button {
    border: 1px solid #8B7E66; color:#8B7E66;
    background: #ffffff;
}
.button:hover {
    border: 1px solid #8B7E66; color:#ffffff;
    background: #8B7E66;
}


.custom #footer { border-top: 1px solid #8B7E66; }


.custom #footer_1 {text-align:left; color:#8B7E66;}
.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {color:#8B7E66;}
.custom #footer_1 ul.sidebar_list li.widget a {color:#8B7E66; border-bottom:0;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#000000;}