div.weblog-head {
	background-color: #eee;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}

div.weblog-head div.weblog-head-name * {
	color: #333;
	text-decoration: none;
}

div.weblog-post-list {
	margin: 0px;
}

div.weblog-post-list, div.weblog-post {
	background-color: #f1e9d2;
	color: #70613e;
}

div.weblog-post-list div.weblog-body {
	margin: 8px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}

div.weblog-post-head-name {
	font-weight: bold;
}

div.weblog-post-head-meta span {
	font-size: 9px;
}

div.weblog-post-list div.weblog-post-head {
	margin-bottom: 5px;
}

div.weblog-post div.weblog-post-body {
	margin: 5px;
}