/*
Theme Name: Oregon Class Action Blog
Theme URI: None
Description: Default theme for display of the Oregon Class Action Blog Wordpress site
Author: Matt Schulte
Author URI: http://unifiedstudies.com/
Tags:

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 0;
	font: 87.5%/1.5 "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color: #666;
	background: #fff;
	text-align: center;
}
a, a:visited {
	text-decoration: none;
	color: #86200b;
}
a img {
	border: 0;
}

#page {
	width: 902px;
	margin: 0 auto;
	text-align: left;
}
h1, h1 a, h1 a:visited {
	font: bold 30px/1.1em Georgia,  serif;
	color: #86200b;
	text-decoration: none;
	margin: 0 0 15px 0;
}
.post-date {
	font: 30px/1.1em Georgia, serif;
	color: #666;
	margin: 0;
	position: relative;
	height: 30px;
	border-bottom: 1px solid #CCC;
}
.post-date strong {
	display: block;
	background: #FFF;
	position: absolute;
	height: 35px;
}

.post {
	margin-bottom: 20px;
}
.post .post-date {
	font-size: 18px;
	height: 18px;
}
.post .post-date strong {
	height: 23px;
}
.post h2 {
	margin-top: 0;
	line-height: 21px;
}
.post h2 a, .post h2 a:visited {
	font: bold 18px/1.1em Georgia,  serif;
	color: #86200b;
	text-decoration: none;
	margin: 0 0 15px 0;
}

#header {
	background: #666 url(images/header_bg.jpg) no-repeat;
	border-bottom: 4px solid #ac8b3b;
}
#header h2 {
	margin: 0;
}
#header h2 a, #header h2 a:visited {
	display: block;
	width: 885px;
	height: 102px;
	font: normal 30px/1.1em "News Gothic MT", "Lucida Sans", Verdana, sans-serif;
	color: #eee;
	text-decoration: none;
	padding-top: 45px;
	padding-left: 15px;
}
#header h2 a strong {
	font: normal 24px "News Gothic MT", "Lucida Sans", Verdana, sans-serif;
	display: block;
}

#content-wrapper {
	overflow: hidden;
}
#content {
	width: 470px;
	padding: 0 15px;
	float: left;
	margin: 15px 0 0 230px;
}
#meta {
	padding: 0 15px 1000em 15px;
	float: left;
	width: 196px;
	margin: 0 0 -1000em -730px;
	border-right: 2px solid #333;
}
.meta-section {
	width: 196px;
	margin: 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
#searchform label {
	font: bold 16px Georgia, serif;
	color: #000;
}
#subscribe a, #subscribe a:visited {
	font: bold 16px Georgia, serif;
	color: #86200b;
}
#subscribe a img {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
}
#hewhosenameshallnotbespoken {
	font-size: 10px;
}
#hewhosenameshallnotbespoken h3 {
	font: normal 12px "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color: #759eb0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7f4fa;
}
#navigation {
	padding: 0 15px 1000em 20px;
	margin: 15px 0 -1000em 0;
	float: left;
	width: 124px;
	border-left: 1px solid #ccc;
	font: 12px Arial, sans-serif;
	
}
#navigation li {
	padding-left: 0;
	margin: 0 0 10px 5px;
	list-style-image: url(images/bullet.gif);
}
#navigation li, #navigation li a, #navigation li a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#navigation li ul {
	padding: 10px 0 0 15px;
	margin: 0;
}
#navigation li ul li {
	font-size: 10px;
	font-weight: normal;
}
#navigation li ul li a, #navigation li ul li a:visited {
	color: #327dd1;
	font-size: 10px;
	font-weight: normal;
}
#footer {
	width: 100%;
	clear: both;
}
#copyright {
	text-align: center;
	font-size: 12px;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
}
.postmetadata {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ccc;
}





