/*
Theme Name: Custom
*/


.clearfix:after {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
.clearfix { zoom: 1; }
img.alignleft {
	float: left;
	margin: 0 12px 3px 0;
}
img.alignright {
	float: right;
	margin: 0 0 3px 12px;
}
/* --- main blog page --- */
.post {
	margin: 0 0 30px 0;
}
.post h2 {
	margin: 0 0 8px 0;
}
.post h2 a { text-decoration: none; }
.post .topmeta .date {
	float: left;
	min-height: 16px;
	line-height: 16px;
	font-style: italic;
}
.post .topmeta .edit {
	float: right;
	min-height: 16px;
	line-height: 16px;
}
.post .topmeta .edit a {
	background: url(images/pencil.png) no-repeat top left;
	padding: 1px 0 1px 20px;
}
.post .topmeta .category {
	float: right;
	padding: 0 0 0 20px;
	min-height: 16px;
	line-height: 16px;
	background: url(images/folder.png) no-repeat top left;
}
.post .bottommeta {
	padding: 4px 6px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
.post .bottommeta .category {
	float: left;
	padding: 0 0 0 20px;
	min-height: 16px;
	line-height: 16px;
	background: url(images/folder.png) no-repeat top left;
}
.post .bottommeta .comments {
	float: right;
	padding: 0 0 0 20px;
	min-height: 16px;
	line-height: 16px;
	background: url(images/comments.png) no-repeat top left;
}
.post .bottommeta .edit {
	float: right;
}
.post .bottommeta .edit a {
	background: url(images/pencil.png) no-repeat top left;
	padding: 1px 0 1px 20px;
}
.post .tags {
	display: block;
	min-height: 16px;
	padding: 0 0 7px 20px;
	background: url(images/tag.png) no-repeat 0 0;
}
.post .postcontent {
	margin-top: 12px;
	line-height: 150%;
}

/* --- comments --- */
ol#commentlist {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#commentlist li {
	margin: 10px 0;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
#commentlist li.even {
	background-color: #f7f7f7;
}
#commentlist p.commentmeta {
	margin: 0 0 3px 0;
	padding: 7px;
	line-height: normal;
	border-bottom: 1px solid #ededed;
}
#commentlist .commentcontent {
	padding: 0 7px;
}
#commentlist p {
	margin: 0;
	padding: 7px 0;
	line-height: 150%;
}
#commentform .textbox {
	padding: 2px;
	font: 12px Tahoma, Geneva, sans-serif;
	background: #fff;
	border: 1px solid #b6b6b6;
}
#commentform label {
	float: left;
	clear: left;
	width: 150px;
	margin: 10px 0 0 0;
}
#commentform input.textbox {
	margin: 10px 0 0 0;
	float: left;
	width: 200px;
}
#commentform textarea.textbox {
	width: 500px;
	margin: 10px 0 0 0;
	float: left;
	clear: left;
}
#commentform input.button {
	margin: 10px 0 0 0;
	float: left;
	clear: left;
	background: #5a5a5a;
	border: 1px solid #2d2d2d;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px;
	cursor: pointer;
}

/* --- blog menu --- */
#blogmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#blogmenu ul li {
	font-weight: bold;
}
#blogmenu ul ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	list-style-type: disc;
}
#blogmenu ul ul li {
	font-weight: normal;
	margin: 5px 0;
}
#blogmenu li#archives {
	margin-top: 15px;
}