/*
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/
*/

body {background: #fff url(http://pmtklaw.com/wp-content/uploads/2011/10/topbg.jpg) no-repeat top center;}
#header { border-style: none;}
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-style: none; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
		#sidebars { border:none;  }
			#sidebar_1 { border:none; }
#footer { border:none; padding: 0px; }

#page {    background: none repeat scroll 0 0 transparent; font-family: 'Merriweather', serif; padding-top:0px;
}
#header { padding: 0px; 
}

#content { background: none; }
#content_box {
	margin-bottom:20px;
}
#footer {background: #e1e1e1; /*margin: 23px 38px 0px 38px;*/}


.post_box {background: #5b5b5b; color:#FFF; padding: 2em; margin: 23px 0px 0px 38px; text-align:justify;} /* home page */
#post-5 {background: #5b5b5b; padding: 2em; margin: 23px 38px 0px 38px;}/*Attorneys page*/
#post-8 {background: #5b5b5; padding: 2em; margin: 23px 38px 0px 38px;} /*Practice Areas*/
#post-93 {background: none; padding: 2em; margin: 23px 38px 0px 38px;} /*Blog Page*/
#post-16  {background: none; padding: 2em; margin: 23px 38px 0px 38px;}/*Contact page*/
#sidebars { background: none; }

/* custom navigation css */
#menu_container {margin-left: 10px; overflow: hidden; background: url(http://pmtklaw.com/wp-content/uploads/2011/10/PerryMurrTeelKoenenn-headernavbg.jpg) no-repeat top center; width: 950px; height: 55px;}

.custom .menu, .menu a, .menu li ul { 
	font-size:18px; border: none;
}

.menu {float:left; left:50%; position:relative; width:auto;}
.menu li {float:left; position:relative; right:50%; background:none; padding-top: 10px;}
.menu a {display: block; float: left; background:none; }
.menu a:hover {color:  #550909; background:none;}
.menu .current a { background:none;}

/* custom Side links */
#navcontainer { width: 310px; }
#navcontainer ul
{
margin: 0px 0px 0px 0px;
padding-left: 0;
list-style-type: none;
font-size: 18px;
}
#navcontainer li{height:80px;}

#navcontainer a
{
display: block;
padding: 8px 6px 6px 18px;
width: 100%;
height: 53px;
background:  url(http://pmtklaw.com/wp-content/uploads/2011/10/PerryMurrTeelKoenenn-home_sidelinks.png) no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #1b1b1b;
text-decoration: none;
}

#navcontainer a:hover
{
color: #1b1b1b;
}

/*Accordion */
.accordion a{ font-weight: normal; font-size: 14px; text-decoration: none; }
.accordion div{ background: #5b5b5b;}
.accordion span { display:block;}
.accordion span + div { height: 0; overflow: hidden; -webkit-transition: height 0.3s ease-in; }
.accordion :target span + div { height: 100%; }
.accordion .section.large:target span + div {overflow: auto; }

.lighter_box-tim {padding: 15px 15px 15px 225px; background: #3b3b3b url(http://pmtklaw.com/wp-content/uploads/2011/10/timothy.png) no-repeat top left;}

.lighter_box-thom {padding: 15px 15px 15px 225px; background: #fff url(http://pmtklaw.com/wp-content/uploads/2011/10/thom.png) no-repeat top left;}

.darker_box-alfred {padding: 5px 15px 5px 225px; background: #3b3b3b url(http://pmtklaw.com/wp-content/uploads/2011/10/alfred.png) no-repeat top left;}
.darker_box-kath {padding: 15px 15px 15px 225px; background: #fff url(http://pmtklaw.com/wp-content/uploads/2011/10/kathy.png) no-repeat top left;}

#two span	a { color:#fff;}
#two span a:hover{ text-decoration: underline;}
#four span	a { color:#1b1b1b;}
#four span a:hover{ text-decoration: underline;}

#one span a { color:#1b1b1b;}
#one span a:hover{ text-decoration: underline;}
#three span a { color:#fff;}
#three span a:hover{ text-decoration: underline;}

/* ---    practice areas    ------- */
.pract_area_style { width: 100%;}
.pract_area_style p { text-indent: 48px;}
.pract_area_style table { width:100%; background:#FFF; margin-bottom: 50px; color:#1b1b1b;}
.pract_area_style td { padding: 10px;} 
.pract_area_style h2{ color: #540808;}
.pract_area_style h2,h3 { text-align:center;}
