/* Donnie Brandt */

body {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background: #233342 url(../images/bg.jpg) repeat-y center;
	width: 820px;
	margin: 0px auto;}

h1,
h2,
h3,
h4 {
	font-family:Georgia,serif;
	color:#4E443C;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 100;}

.header {
	width: 100%;
	height: 91px;
	background: url(../images/header.jpg) no-repeat;}

.content {
	width: 100%;
	background: white url(../images/content-bg.jpg) repeat-x top;
	border-top: 1px solid white;
	min-height: 700px;
	margin-top: 1em;
	text-align: left;
	color: #666;
	padding: 1em;
	position: relative;
	overflow:auto;
	}

.left_col {
	width: 70%;}

.right_col {
	width: 25%;
	position: absolute;
	right: 1em;
	top: 5em;
	float:right;
	}

.content .post p:first-line {
	font-family:Georgia,serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:2px;}

.content .post .meta {
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin-top: -2em;
	color: #ccc;}

.content .comment .meta {
	margin-top: -1.7em;
	color: #aaa;}

.comment {
	background: #eee;
	padding: 0.5em;
	margin-bottom: 1em;
	border-top: 3px double #ccc;}

.navigation {
	list-style: none;
	padding: 0px;
	margin: 0px;}

.navigation a {
	line-height: 2em;
	font-size: 110%;
	text-transform: uppercase;
	display: block;
	padding-left: 1em;}

.navigation a:hover {
	background: #eee;}

.navigation li + li {
	border-top: 1px solid #eee;}

.footer {
	width: 100%;
	height: 20px;
	background: url(/images/footer.jpg) no-repeat;}
	
.hr 	{border-top: 1px solid #eee;}