@charset "utf-8";
/* CSS Document */
/* Blog specifics */
.detail {
	color: #666666;
}
.comment {
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
}
.categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.more {
	padding-left: 10px;
	color: #666666;
}
.code {
	background: #eeeeee;
	border-left: #cc0000 5px solid;
	padding: 10px;
	color: #003366;
}