/*
THEME NAME: Dornish
THEME URI: http://doscolaw.com
DESCRIPTION: Custom theme for Dornish Law Offices PC - http://doscolaw.com
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #8A8A8A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

a {
	color: #0072BC;
}

a:hover {
	color: #A70925;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-weight: bold;
	color: #738BA5;
	margin: 5px 0 10px 0;
	padding-left: 20px;
}

/* Wrapper */

#wrapper {
	width: 826px;
	background: url(images/bg_wrapper.png) repeat-y top left;
	margin: 0 auto;
}

/* Header */

#header {
	overflow: hidden;
	width: 800px;
	height: 123px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 30px;
	position: relative;
	left: 30px;
}

#logo a {
	display: block;
	width: 223px;
	height: 63px;
	background: url(images/logo.gif) no-repeat top left;
}

#logo a span {
	display: none;
}

#award {
	float: right;
	margin-top: 41px;
	position: relative;
	right: 30px;
}

/* Menu */

#menu {
	width: 800px;
	margin: 0 auto;
	background: #B5B5B5;
}

#menu ul {
	overflow: hidden;
	margin-left: 32px;
	border-left: 2px solid #FFFFFF;
}

#menu ul li {
	float: left;
	border-right: 2px solid #FFFFFF;
}

#menu ul li a {
	background: #8A8A8A;
	color: #000000;
	display: block;
	width: 97px;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #464646;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li.current_page_item a, #menu ul li.current_page_parent a, #menu ul li.current_page_ancestor a {
	background: #A70925;
	color: #FFFFFF;
}

/* SubMenu */

#submenu {
	width: 800px;
	margin: 2px auto;
	background: #A70925;
}

#submenu ul {
	overflow: hidden;
	height: 1%;
	margin-left: 30px;
	padding-bottom: 10px;
}

#submenu ul li {
	float: left;
	padding: 0 10px;
	margin-top: 10px;
	border-right: 1px solid #000000;
}

#submenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#submenu ul li a:hover {
	text-decoration: underline;
}

#submenu ul li.current_page_item a {
	font-weight: bold;
	text-decoration: underline;
}

#nosubmenu {
	height: 36px;
}

#homephoto {
	margin: 0 auto;
	width: 800px;
}

/* Content */

#container {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	min-height: 450px;
	background: url(images/bg_container.gif) repeat-y top left;
}

#content {
	float: left;
	width: 530px;
}

#content .inner {
	padding: 20px 30px;
}

#breadcrumbs {
	color: #999999;
	font-size: 90%;
	padding-bottom: 8px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(images/dot.gif) repeat-x bottom left;
}

.post-meta {
	font-size: 90%;
	color: #898989;
	margin-bottom: 5px;
}

.post-meta a {
	color: #666666;
}

.post-title {
	font-size: 130%;
	line-height: 1.2;
	font-weight: bold;
	color: #A70925;
}

.post-title a {
	color: #A70925;
	text-decoration: none;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-content {
	margin-top: 10px;
}

.post-content h2 {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000000;
	line-height: 1.3;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.3;
}

.post-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.post-footer {
	font-size: 90%;	
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}



/* Comments */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 430px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

/* Sidebar */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#searchform #s {
	width: 200px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

label.screen-reader-text {
display: none;
}

#sidebar {
	float: right;
	width: 270px;
}

#sidebar .inner {
	padding: 20px;
}

#resources {
	overflow: hidden;
}

#resources li {
	width: 85px;
	float: left;
	margin-right: 20px;
}

#resources h4, #latestnews h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
}

#latestnews h4 span {
	font-size: 90%;
	font-weight: normal;
}

#resources p, #latestnews p {
	margin-top: 0;
}

#gravatar {
	float: left;
	margin: 0 10px 10px 0;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	padding: 0 0 5px 0;
	color: #A70925;
	font-weight: bold;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}



#footer {
	margin: 0 auto;
	width: 740px;
	padding: 30px;
	background: url(images/bg_container.gif) repeat-y top left;
	overflow: hidden;
	font-size: 90%;
}

#footer .leftcol {
	width: 470px;
}

#footer .leftcol p {
	line-height: 1.3;
	color: #898989;
	margin-bottom: 10px;
}

#footer .rightcol {
	width: 230px;
	text-align: right;
	text-transform: uppercase;
}

#footer .rightcol a {
	color: #A70925;
	text-decoration: underline;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.morelink {
	font-size: 90%;
}

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}


