@charset "UTF-8";
/*
Theme Name: W&W
Theme URI: http://www.williamslaw.com/
*/
/* Williamslaw.com CSS */

/* reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, small, strike, strong, sub, sup,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end reset */

/* COLORS 
#600f1c  maroonw
#380f1c  footer bg
#fff9ec  body bg
#be1e2d  link red
#c1b49a  beige
#fcfcdc  yellow bg
#292a08  dk green link
*/

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	background: #fff9ec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	background: url('img/tile_body_bg.gif') top center repeat-y;
	overflow: hidden !important;
}
#header {
	width: 860px;
	height: 170px;
	background: url('img/header.jpg');
	margin: 0 auto;
}
a#header_homelink {
	display: block;
	position: relative;
	top: 18px;
	left: 16px;
	width: 200px;
	height: 130px;
}
#nav {
	width: 860px;
	height: 32px;
	margin: 0 auto;
	background: #600f1c;
	border-top: 4px solid #000;
}
#nav a {
	color: #fff;	
}
#nav ul {
	margin: 1px 20px;	
}
#nav li {
	display: inline-block;
	float: left;
	margin-right: 44px;
	font-weight: bold;
	line-height: 28px;
}
#breadcrumb {
	padding: 10px 20px;
	background: #380f1c;
	color: #c1b49a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#breadcrumb a, #breadcrumb a:visited {
	color: #fff;	
}
#content {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 128px;
}

/* CONTENT 
--------------------------------------------------------------*/
a {
	color: #be1e2d;
	text-decoration: none;
}
#content a:hover, #footer a:hover {
	border-bottom: 1px dotted #be1e2d; 
}
h1, h2, h3 {
	font-weight: bold;
	color: #600f1c;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	margin: 8px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
}
p {
	margin-bottom: 18px;	
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.caption {
	font-size: 10px;
	color: #666;
	text-align: right;
	margin-top: 4px;
}
 
/* HOME */
#content_left {
	float: left;
	width: 520px;
	padding: 20px;
}
#content_left p {
	line-height: 26px;
}
#home_areas {
	margin: 20px 0;
	padding: 10px 20px 0px;
	background: #fcfcdc;
	border: 2px solid #c1b49a;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
}
#home_areas_left, #home_areas_right {
	float: left;
	width: 200px;
	margin-left: 20px;
}
#home_areas h2 {
	margin-bottom: 18px;	
}
#home_areas ul {
	list-style: square;
	list-style-position: inside;
}
#home_areas lh {
	font-weight: bold;
}
#home_areas li {
	margin: 10px 0 10px 5px;
}
#home_areas ul a {
	color: #292a08;	
}
#home_areas ul a:hover {
	border-bottom: 1px dotted #292a08;
}
#home_areas p {
	line-height: 1px;
}
.readmore {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;	
	text-align: right;
}
.clear {
	clear: both;
}

/* RIGHT COL */
#content_right {
	float: right;
	width: 276px;
	padding-left: 17px;
	padding-right: 7px;
	background: url('img/tile_content_right.gif') top center repeat-y;
	padding-bottom: 999px;
	margin-bottom: -999px;
}
#content_right .news_item {
	border-bottom: 1px dotted #c1b49a;
	padding: 15px 0;
}
#content_right .featured {
	background: #fcfcdc;
	border-bottom: 1px solid #c1b49a;
}
#content_right h2 {
	padding: 15px;
	border-bottom: 2px solid #c1b49a;
}
#content_right h3, #content_right p {
	margin: 0 15px;	
}
#content_right p {
	font-size: 12px;
	line-height: 18px;
}
#home_morenews {
	padding: 10px 0;	
}

/* PAGES */
#page {
	padding: 20px 60px 20px;
	line-height: 22px;
}
#page img {
	margin: 5px 20px 16px 0;
	border: 2px solid #c1b49a;
}
#page h2 {
	border-bottom: 2px solid #c1b49a;
	margin: 20px 0 10px;
}
ol {
	margin: 0 0 18px 40px;
	font-weight: bold;
	list-style: decimal;
}
/* about */
#staff {
	margin: 0 200px 0 0;
}

/* areas of practice */
.areas_sec {
	margin: 20px 0;	
}
.areas_sec h1 {
	border-bottom: 2px solid #CC9966;
}
.areas_sec h2 {
	margin-bottom: 8px !important;
}
.areas_sec p.readmore {
	margin-bottom: 6px;	
}
p.areas_desc {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}
.areas_sec_col {
	float: left;
	width: 300px;
	margin-left: 40px;
	margin-top: -16px;
}
.areas_sec_col div {
	border-bottom: 1px dotted #c1b49a;
	margin-bottom: 8px;
}
.areas_sec_col p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
}
/* news */
.date {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: -10px 0 4px;
	color: #3b461c;
}

/* FOOTER 
--------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 860px;
	height: 120px;
	margin: 0 auto;
	background: #380f1c;
	border-top: 8px solid #600f1c;
	color: #c1b49a;
}
#footer a {
	color: #fff;
}
#footer_nav {
	position: relative;
	width: 500px;
	top: 20px;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer_copy {
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}
