/* General Overrides */
body {
	background: #f7f7ee url(images/body_bg.jpg) repeat-x top left;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #777;
	text-decoration: underline;
}

a:hover {
	color: #555;
}

/* Header and Logo */

h1#logo {
	margin-top: 20px;
}

/* Top Navigation */
ul#top_nav {
	text-align: right;
	list-style-type: none;
}
ul#top_nav li {
	display: inline;
}

/* Main Navigation */
ul#nav {
	list-style-type: none;
	margin: 11px 0 0 0;
	padding: 0;
	height: 60px;
	width: 845px;
	position: relative;
	background: url(http://wnclaw.brokentrap.com//themes/wnclaw/images/navMatrix.jpg) no-repeat top left;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav li a {
	position: absolute;
	display: block;
	height: 60px;
	background: url(http://wnclaw.brokentrap.com//themes/wnclaw/images/navMatrix.jpg) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

/* Navigation Matrix Default States */

ul#nav li#home a {
	width: 86px;
	left: 0px;
	background-position: 0 0;
}

ul#nav li#our_approach a {
	width: 143px;
	left: 86px;
	background-position: -86px 0;
}

ul#nav li#areas_of_practice a {
	width: 163px;
	left: 229px;
	background-position: -229px 0;
}

ul#nav li#helpful_information a {
	width: 139px;
	left: 392px;
	background-position: -392px 0;
}

ul#nav li#testimonials a {
	width: 135px;
	left: 531px;
	background-position: -531px 0;
}

ul#nav li#asheville_divorce_lawyers a {
	width: 179px;
	left: 666px;
	background-position: -666px 0;
}


/* Navigation Matrix Hovers */

ul#nav li#home a:hover, ul#nav li#home a.current {
	width: 86px;
	left: 0px;
	background-position: 0 -65px;
}

ul#nav li#our_approach a:hover, ul#nav li#our_approach a.current {
	width: 143px;
	left: 86px;
	background-position: -86px -65px;
}

ul#nav li#areas_of_practice a:hover, ul#nav li#areas_of_practice a.current {
	width: 163px;
	left: 229px;
	background-position: -229px -65px;
}

ul#nav li#helpful_information a:hover, ul#nav li#helpful_information a.current {
	width: 139px;
	left: 392px;
	background-position: -392px -65px;
}

ul#nav li#testimonials a:hover, ul#nav li#testimonials a.current {
	width: 135px;
	left: 531px;
	background-position: -531px -65px;
}

ul#nav li#asheville_divorce_lawyers a:hover, ul#nav li#asheville_divorce_lawyers a.current {
	width: 179px;
	left: 666px;
	background-position: -666px -65px;
}


/* Content */
div#content {
	color: #4D4B2F;
	font-family: Times;
	font-size: 16px;
}

div#content h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 40px;
	color: #4D4B2F;
	border-bottom: 1px dotted #999999;
}

div#content div#left_sidebar {
	margin-top: 15px;
/*	background: #d5d4a4;*/
	padding: 0;
}

div#content div#left_sidebar  ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Georgia;
}

div#content div#left_sidebar ul li {
	margin: 0;
	padding: 10px 0 10px 15px;
	border-bottom: 1px dotted #999;
}

div#content div#left_sidebar ul li.current {
/*	background: #9c9c78;*/
}

div#content div#left_sidebar ul li.last {
	border: none;
}

div#content div#left_sidebar ul li a {
	color: #4d4b2f;	
}

div#content div#left_sidebar ul li a.current {
	color: #665;
}

/* Footer */
div#footer {
	background: url(images/footer_bg.jpg) repeat-x bottom left;
	height: 314px;
	color: #4D4B2F;
	font-family: "Lucida Sans";
}

div#footer div#footer_content {
	padding-top: 60px;
}

div#footer p.footer_info {
	text-align: center;
	padding-top: 100px;
	color: #FFF;
}

div.blog_post div.round_top {
	background: url(images/round_top.jpg) no-repeat top left;
	height: 13px;
	width: 228px;
}

div.blog_post div.blog_content {
	background: #b3b397;
	width: 228px;
	color: #FFF;
}

div.blog_post div.blog_content p {
	margin: 0 5px;
}

div.blog_post div.round_bottom {
	background: url(images/round_bottom.jpg) no-repeat bottom left;
	height: 13px;
	width: 228px;
}

/* WYSIWYG Editor Styles */
div#content .left {
	text-align: left;
	float: left;
	margin-right: 10px;
}

div#content fieldset .left {
	float: none;
	margin-right: 0px;
}

div#content .center {
	text-align: center;
}
div#content .right {
	text-align: right;
	float: right;
	margin-left: 10px;
}

div#content img {
	background: #fff;
	border: 1px solid #CCC;
	padding: 10px;
}

div#content img.float_right {
	float: right;
	margin-left: 20px;
}

div#content img.float_left {
	float: left;
	margin-right: 20px;
}

div#content img.leftAlone {
	float: left;
	margin-right: 100%;
}

div#content img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Blog */
div#blog_sidebar {
	margin-top: 15px;
}
