/*
Theme Name: WordPress Custom

/* --- clears --- */
.post .topmeta:after,
.post .bottommeta:after {
	content: "."; 
    display: block; 
    height: 0; 
	font-size: 0;
    clear: both; 
    visibility: hidden;
}
.post .topmeta,
.post .bottommeta {
	zoom: 1;
}

/* --- 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 {
	line-height: 150%;
}

/* --- comments --- */
ol.commentlist {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
}
.commentlist li {
	margin: 10px 0;
	padding: 10px 5px 0 5px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}
.commentlist li.even {
	background-color: #f7f7f7;
}
.commentlist .comment-body {
	margin: 0 0 0 20px;
	position: relative;
	top: -18px;
}
.commentlist .comment-author {
	float: left;
	margin-right: 15px;
}
.commentlist .comment-author .avatar,
.commentlist .comment-author .says {
	display: none;
}
.commentlist .commentcontent {
	padding: 0 7px;
}
#contentArea .commentlist p {
	margin: 0;
	padding: 10px 0 0;
	line-height: 150%;
}
#commentform textarea,
#commentform input {
	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 {
	margin: 10px 0 0 0;
	float: left;
	width: 200px;
}
#commentform textarea {
	width: 500px;
	margin: 10px 0 0 0;
	float: left;
	clear: left;
}
#commentform input#submit {
	margin: 10px 0 0 0;
	float: left;
	clear: left;
	width: auto;
	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;
}