/*
Theme Name: PaleyRothman
Theme URI: http://lawfirmsites.com
Description: A custom WordPress theme built for PaleyRothman
Version: 4
Author: David Cox
Author URI: http://outsiderin.com
Tags: 
*/

body {
	margin: 0px;
	pading: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: transparent url(/wp-content/themes/PaleyRothman_3/images/nav_bg.jpg) repeat-x scroll 0 128px;
	font-size: 12px;
	color: #464646;
}

#wrapper {
	background-color: #fff;
	width: 858px;
	position: relative;
	margin:0 auto;
}

#page {
	margin: 0px 0px;
}

#header {
	width: 100%;
	height: 128px;
	font-weight: 600;
	font-size: 13px;
	/*padding: 26px 0 0 3px;
	background-image: url(/wp-content/themes/PaleyRothman_4/images/header2.jpg);
	background-repeat: no-repeat;*/
}
#header img {
	display: inline;
	width: 175px;
	margin: 26px 0px 0px 3px;
	padding-right: 5px;
	float: left;
	border-right: 1px solid #ccc;
}

#nav {
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
	background-image: url(/wp-content/themes/PaleyRothman_3/images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#main {
/*	background-image: url(/wp-content/themes/PaleyRothman_3/images/main_bg.jpg);*/
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 171px;
	border-right: 1px solid #d9dad5;
}

#left_text {
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	margin: 14px 0px 28px 14px;
	width: 143px;
}
#left_text ul {
	font-size: 11px;
	line-height: 15px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#left_text ul li {
	padding-left: 15px;
	text-indent: -15px;
}
#sidebar {
	float: right;
	width: 250px;
	background-color: #e9ebea;
	font-size: 12px;
}
div.sidebar_content {
	margin: 10px;
	font-size: 12px;
}
#sidebar .sidebar_content .summary img {
	display: block;
	float: right;
}

#content {
	float: left;
	width: 680px;
}
#home_content {
	float: right;
	width: 607px;
}
#home_content #text {
	/*line-height: 40px;*/
	color: #666;
}

#text {
	margin: 10px;
	font-size: 13px;
	line-height: 20px;
}

div.post {
	border-bottom: 1px solid #000;
	text-indent: 15px;
	overflow: hidden;
}

#attorneys {
}

#contact_form {
	float: right;
	background-color: #e9ebea;
	border: 1px solid #4f6d75;
	padding: 10px;
	width: 300px;
	margin-top: 50px;
}

#footer {
	clear: both;
	font-size: 9px;
	text-align: center;
	line-height: 17px;
	color: #999;
	margin-top: 50px;
}
#footer p {
	margin: 0px;
}




/* LIST STYLES */
ul.nav {
	list-style: none;
	padding: 18px 0px;
	text-align: center;
	margin: 0px;
}
ul.nav li {
	display: inline;
	padding: 0 10px;
}
ul.nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}


ul.sub_nav {
	position: relative;
	width: 170px;
	padding: 0px;
	top: 18px;
	left: 716px;
	text-align: left;
}
ul.sub_nav li {
	background-image: url(/wp-content/themes/PaleyRothman_3/images/nav_bg.jpg);
	display: block;
	text-align: left;
	padding: 18px 12px;
}


ul.practice_areas {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.practice_areas li {
	margin: 12px 0px;
}
ul.practice_areas li a {
	color: #026c6a;
}
ul.practice_areas li a:hover {
	color: #000;
}


ul.attorneys {
	list-style: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
ul.attorneys li {
	float: left;
	width: 195px;
	margin: 6px 0px;
}
#left_text ul.attorneys li {
	text-align: left;
	width: auto;
	margin: 6px 0px;
	float: none;
}



ul.foot {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul.foot li {
	display: inline;
	padding: 0;
}
ul.foot li a {
	text-decoration: none;
	color: #999;
}
ul.foot li a:hover {
	color: #000;
}




/* TAG-SPECIFIC STYLES */
label {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 5px;
	font-size: 13px;
}
textarea {
	height: 100px;
}
#contact_bar label {
	width: 65px;
}
#contact_bar textarea {
	width: 212px;
}

img {
	border: none;
}
span.head {
	color: #6e6f64;
	font-size: 22px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span.subhead {
	color: #baa400;
	font-size: 15px;
	font-style: italic;
	line-height: 23px;
	font-weight: normal;
}
#text a {
	color: #026c6a;
}
#text a:hover {
	color: #000;
}

div.pa_description {
	float: left;
	margin: 0px 15px 0px 0px;
	width: 500px;
}
div.attorneys {
	float: left;
	width: 145px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 40px;
}
a.printpage {
	font-size: 11px;
}





/* GENERAL STYLES */

div.clear {
	clear: both;
}
div.row {
	margin: 4px 0px;
	clear: both;
}
div.buttons {
	text-align: center;
	margin: 10px 0px;
}





/* OTHER STYLES */



div.post a {
	text-decoration: underline;
	color: #005a53;
	font-weight: 600;
}

div.home {
	width: 435px;
}

div.inside {
	width: 605px;
	float: none;
}

div.entry {
	margin-bottom: 30px;
}

span.head2 {
	color: #6e6f64;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
}
span.sidehead2 {
	color: #005a53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 13px;
	margin-bottom: 20px;
}

div.summary {
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

span.separator {
	margin: 0px 5px;
}
#more {
	width: 450px;
	margin-left: 184px;
}

.more-link{
	float: right;
}

h1 {
	color: #333;
	font-size: 25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1.mast {
	font-size: 13px;
	margin: 50px 0px 0px 12px;
	color: #000;
	float: left;
	font-style: italic;
}
#head_address {
	float: left;
	font-size: 13px;
	margin: 38px 0px 0px 128px;
	color: #464646;
	text-align: center;
}
a.head:hover {
	color: #464646;
}

h2 {
}

h3 { /* Sidebar Title */
	color: #474838;
	font-size: 16px;
	line-height: 13px;
	font-weight: 600
}
h4 { /* Body Text Section Heading */
	color: #474838;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	margin: 0px;
}
h2.pagetitle {
	margin-left: 181px;
}

p.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: #900328;
}
#sidebar a {
	color: #026C6A;
	text-decoration: underline;
}
#mast a {
	color: #888888;
}
#mast a:hover {
	color: #900328;
}
#left_text a {
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
}
#left_text a:hover {
	color: #F3E46F;
}
input {
}

