@charset "utf-8";
/* CSS Document */

div#nav {
	margin-bottom:20px;
}

div#nav h1 a {
	color:#000
}


div#postcontent {
	width:680px;
}

div.post-cat {
	text-align:right;
	border-bottom:1px solid #e1e1e1;
	padding:0px 2px 2px 2px;
	color:#666;
}

div.post-cat a {
	color:#666 !important;
}

.postdate {
	color:#385937;
	font-weight:bold;
	font-size:10px;
}
div.post {
	background:#f8f8f8;
	padding:6px;
	border-top:4px #d5d5d5 solid;
	margin:4px 0px 16px 0px;
}

.reply {
	border:2px #888 solid;
	padding:5px;
	margin:6px;
}

.comments {
	border:2px #aaa solid;
	background:#fff;
	padding:5px;
	margin:40px 6px 16px 6px;
}
.comments ol {
	
}
#sidebar {
	position: absolute;
	top: 130px;
	right: 16px;
	border:#887 2px solid;
	font-size:.8em;
	width:180px;
	background:#ddd;
}

#sidebar ul {
	list-style:none;
	margin-left: 0px !important;
}
#sidebar ul li ul {
	list-style:square;
}
#sidebar ul li ul li {
	margin-left:10px;
	font-size:.9em;
}

#sidebar h2 {
	margin:0px;
	height:20px;
}