/*************************
    POST STYLES
*************************/
h2 {
	margin-top: 1em;
}
.post-author {
	float: right;
	font-size: .85em;
	margin: 1em 20px 0 0;
}
.post-detail {
	background: url('../img/table-flat-bg.gif') repeat-y;
}
.post-detail .inner {
	background: url('../img/table-flat-top.gif') no-repeat;
	clear: left;
	margin-bottom: 1em;
}
.post-detail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-detail li {
	padding: .25em 1em;
}
.post-detail li.even {
	background: #bbb;
}
.post-detail .prompt {
	display: inline-block;
	width: 20%;
}