/* GENERAL */
* { margin: 0; padding: 0; }
img { border: 0 }

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	color: #666;
	background: #461E1E;
}

div#page {
	background: #461E1E;
}
	
div#header {
	width: 100%;
}

div#header div.left {
	width: 50%;
	text-align: right;
	background: url(/graphics/header-bg-left.jpg) repeat-x;
	float: left;
}

div#header div.right {
	width: 50%;
	text-align: left;
	background: url(/graphics/header-bg-right.jpg) repeat-x;
	float: left;
}

div#search {
	width: 310px;
	padding: 5px;
}

div#search #s {
	width: 140px;
	padding: 5px;
}

div#search #searchsubmit {
	padding: 5px;
}

div#header div#headerimg img {
	float: left;
}

div#content {
	width: 925px;
	margin: 1px auto;
	font-size: 1.2em;
	background: #FEE2C5;
}

div#main {
	width: 600px;
	border-left: 20px solid #FEE2C5;
	border-right: 5px solid #FEE2C5;
	background: #fff;
	padding: 20px;
	float: left;
}

div#sidebar {
	float: left;
}

/* POSTS */

div.post {
	margin-top: 20px;
}

h2 a {
	color: #EE9044;
	font-size: 16pt;
}

h2 a:hover {
	color: #E28942;
}

div.post div.title {
	float: left;
	margin-left: 10px;
}

div.post small {
	font-size: 10pt;
	color: #999;
}

div.post div.date {
	background:#FAFAFA none repeat scroll 0%;
	border:2px solid #F5F5F5;
	float:left;
	height:65px;
	width:65px;
}

div.post div.date p.day {
	color:#666666;
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	margin: 2px 0 0 0;
	text-align:center;
}

div.post div.date p.month {
	color:#999999;
	font-size:16px;
	font-weight:bold;
	margin: 3px 0 0 0;
	text-align:center;
}

div.post div.date p.year {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	margin: 0;
	text-align:center;	
}

div.post div.entry {
	margin-top: 15px;
}

div.post div.entry ul {
	padding-left: 40px;
	margin: 20px 0;
}

div.post div.entry p {
	margin: 15px 0;
}

p.postmetadata{
	padding: 5px;
	background: #fafafa;
	border:1px solid #eee;
	margin-bottom: 20px;
}

div.post_top {
	
}

div#sidebar {
	width: 240px;
	background: #fff;
	padding-bottom: 20px;
}

div#sidebar ul li h2 {
	color: #000;
	margin: 10px 0;
}

div#sidebar ul {
	list-style: none;
	margin-left: 20px;
}

ol.commentlist {
	padding-left: 20px;
	margin: 15px 0;
}

ol.commentlist p {
	margin: 15px 0;
}

ol.commentlist li {
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	padding: 4px;
}

ol.commentlist li cite a {
	font-weight: bold;
}

form#commentform p {
	margin: 10px 0;
}

ol.commentlist li.alt {
	background: #fcfcfc;
}

.alignleft {
	float: left;
	text-align: left;
	display: inline;
}

.alignright {
	float: right;
	text-align: right;
	display: inline;
}

div#sidebar ul li a {
	color: #762828;
}
