/* Post */

.desc {
	margin-bottom: 30px;
	font-style: italic;
}

.post {
	clear: both; overflow: hidden;
	margin-bottom: 40px;
}

.post .title {
	overflow: hidden;
}

.post .title h2 {
	float: left;
	width: 500px;
	margin: 0; padding: 11px 0;
	overflow: hidden;
}

.post .edit {
	float: right;
	padding: 17px 10px 0 0;
}

.post .date {
	float: right;
	width: 63px; height: 30px;
	margin: 10px 0 9px 0; padding: 0 0 0 10px;
}

.post .day {
	float: left;
	margin-top: -4px; padding: 0;
	font-size: 30px;
	font-weight: bold;
}

.post .month {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 13px;
}

.post .entry {
	clear: both;
	padding-top: 15px;
}

/* Other Post Styles */

.post .meta {
	margin-bottom: 15px;
}

.post .tags, .rules {
	margin-top: 15px;
	clear: both;
}

.post .entry p {
	text-align: justify;
}

.post.page {
	border-top: 0;
}

.post.page .entry {
	border-top: 0;
	padding-top: 0;
}


/* Post Toolbar */

.toolbar-shadow {
	clear: both;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.toolbar {
	clear: both;
	height: 28px; padding: 5px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center 0;
}

.toolbar a, .toolbar .link-comments {
	float: left;
	line-height: 29px;
	background-repeat: no-repeat;
}

.toolbar .link-comments {
	margin-right: 12px; padding: 0 12px 0 25px;
	background-position: left 4px;
}

.toolbar .link-share {
	padding-left: 25px;
	background: url(../images/icon-a2a.png) no-repeat left 6px;
}

.toolbar .link-more {
	float: right;
	padding: 0 25px 0 12px;
	background: url(../images/icon-more.png) no-repeat right 4px;
}

/* Pagination */

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

.pages.above {
	padding-top: 0;
}

.pages span {
	float: left; display: block;
	margin: 0 10px 0 0; padding: 1px 0 0 0;
	height: 30px; line-height: 30px;
	text-transform: uppercase;
}

.pages span.current {
	width: 16px;
}

.pages a {
	float: left; display: block;
	width: 16px; height: 30px; line-height: 30px;
	margin: 0 10px 0 0; padding: 0 7px 0 7px;
	background-repeat: repeat-x;
	background-position: left top;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.pages a.prev {
	width: auto;
}

.pages a.next {
	width: auto;
	margin: 0;
}


/* Comments */

#comments h2 {
	padding-bottom: 15px; margin-bottom: 0;
	background-repeat: repeat-x;
	background-position: bottom;
}

#comments .commentlist {
	padding-top: 15px;
}

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

.comment,
.comment .comment,
.comment .comment .comment {
	margin-bottom: 15px; padding: 15px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

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

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

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

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

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

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

.comment .website a {
	padding-left: 19px;	
	background: url(../images/icon-website.png) no-repeat left 1px;
}

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

.comment .links a {
	float: right;
}

.comment-reply-link {
	margin-left: 12px; padding: 0 25px 0 12px;
	background: url(../images/icon-more.png) no-repeat right -2px;
}

.comment .children {
	margin-top: 15px;
}

/* Comment Form */

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

#respond h3 {
	margin-bottom: 0; padding-bottom: 15px;
}

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

#respond p {
	padding-top: 10px;
}