.post {
	clear: both; overflow: hidden;
	/*
	float: left;
	width: 100%;*/
	margin-bottom: 20px; padding-bottom: 60px;
}
/*
.post ul {
	margin: 10px 0 0 30px;
}

.post ul li {
	margin: 0 0 5px 0;
}
*/
.post ol {
	margin: 10px 0 0 30px;
}

.post ol li {
	margin: 0 0 5px 0;	
}

.post .entry {
	clear: both;
}





.post .link-comments {
	float: right;
	width: 34px; height: 25px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.post .link-more {
	float: right;
	width: 127px; height: 36px;
	margin-top: 10px;
	text-indent: -999999px;
}

.post .link-more:hover {
	background-position: left bottom;
}

.post .meta.author, .post .meta.date, .post .meta.time {
	float: left; clear: both;
	margin-bottom: 10px; padding: 0 6px;
	font-size: 11px;
}

.post .meta.author a:hover, .post .meta.date a:hover, .post .meta.time a:hover {
	text-decoration: underline;
}

.post .category {
	margin: 10px 0;	
}

.post .category label {
	padding-left: 20px;
	font-weight: bold;
}

.post .tags label {
	padding-left: 20px;
	font-weight: bold;
}

.post .category .in {
	font-weight: bold;
}

.toolbar {
	clear: both;
}






/* Comments */

#comments .children {
	border-left: 1px solid #000;
}

#comments .ping {
	margin-bottom: 15px;
	font-style: italic;
}

#comments li.comment-wrap li.comment-wrap {
	padding-left: 40px;
	background: url(../images/comline.png) no-repeat left 45px;
}

#comments .comment {
	margin-bottom: 15px; padding: 15px;
}

.comment .text {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

.comment img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.comment .author {
	margin-bottom: 5px;
	zoom: 1;
	*display: inline;
}

.comment .author h3 {
	margin: 0;
	font-size: 20px;
	line-height: 14px;
}

.comment .date {
	font-size: 12px;
}

.comment .website {
	font-size: 12px;
}

.comment .website a {

}

.comment .links {
	overflow: hidden;
	clear: both;
}

.comment .links a {
	float: right;
	width: 50px;
	line-height: 21px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.comment-reply-link {
	margin-left: 5px;
}








#respond {
	margin-bottom: 20px; padding-top: 15px;
	clear: both;
}

#respond h3 small {
	font-size: inherit;
}

#respond p {
	margin: 10px 0;
}

#respond #submit {
	width: 415px;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
}



/* Pagination */

.pages {
	margin: 20px 0;
	text-align: center;
	overflow: hidden;
}

.pages .page-numbers {
	float: left; display: block;
	height: 19px;
	margin-right: 4px; padding: 0 3px;
	font-size: 12px;
	line-height: 19px;
}

.pages span.page-numbers {
	padding-top: 1px;
}

.pages a.prev, .pages a.next {
	padding-top: 1px;
	background: none;
	border: none;
}

.pages a.prev:hover, .pages a.next:hover { background: none; }