.post pre {
	overflow: auto;
	background: #fff;
	border: 1px solid #eee;
	padding: 5px 10px;
	color: #1800ff;
	font-size: 12px;
	font-family: Andale Mono, Monaco, Courier New, Courier;
}

.post h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	border-bottom: 1px solid #ddd;
	font-size: 1.8em;
}

.post h2 a {
	text-decoration: none;
}

.post small {
	font-size: 11px;
	display: block;
	margin-bottom: 2em;
	text-align: right;
	color: #999;
	padding-top: 0.1em;
}

.post .postmetadata {
	padding-top: 0.1em;
	border-top: 1px solid #ddd;
	text-align: right;
	font-size: 11px;
	color: #999;
	margin-bottom: 4em;
}

.post h4, .post h5 {
	margin: 1em 0;
	padding: 0;
}

.post h4 {
	font-size: 18px;
	color: #333;
}

.post h5 {
	font-size: 16px;
	color: #555;
}

#sidebar .main-blog-sidebar, #sidebar .main-blog-sidebar li {
	border: none;
	margin: none;
	padding: none;
}

#sidebar ul {
	margin-bottom: 1.2em;
}

div.navigation {
	margin-top: 3em;
	overflow: hidden;
}

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

#search-box {
	text-align: right;
	padding: 0.3em 0;
	background: #eee url(/assets/images/gradient-bottom.png) bottom left repeat-x;
	border-bottom: 1px solid #ccc;
}

#query {
	border: 1px #bbb solid;
	padding: 4px 5px 2px;
	font-size: 11px;
	font-family: Helvetica, Arial;
	width: 250px;
}
#query.labelled {
	color: #AAA;
	font-style: italic;	
}

h2.pagetitle, h3#comments, h3#respond {
	text-align: right;
	border-bottom: 1px solid #ccc;
	line-height: 0.75;
	margin-bottom: 3em;
}

h3#respond {
	margin-top: 3em;
}

textarea#comment {
	width: 98.4%;
	height: 10em;
}

#commentform p {
	margin: 0;
	padding: 0;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	padding: 0.8em;
	border: 1px solid #e4e4e4;
	margin-bottom: 1em;
	background-color: #f1f1f1;
}

ol.commentlist li.alt {
	border: 1px solid #e4e4e4;
	background-color: #f9f9f9;
}

img.avatar {
	float: left;
	margin-right: 1em;
}

div.commenttext {
	border-top: 1px solid #ddd;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

div.commenttext p {
	margin: 0 0 1em;
	padding: 0;
}

