/* 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;
	padding: 11px 0; margin: 0;
	width: 500px;
}

.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;
}

.post .entry input[type="password"][name="post_password"] { margin-bottom: 5px; }

/* Table Styles */

.entry table,
.comment table {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

.entry td,
.comment td {
	padding: 12px 6px 12px 6px;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.entry th,
.comment th,
.comment td.label {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 6px 12px 12px;
	background-repeat: repeat-x;
}

.comment td.label {
	width: 10%;
	white-space: nowrap;
}

.entry th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}

.entry td.alt {
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;	
}

.entry th.spec {
	border-top: 0;
	padding: 0 15px 0 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
}

.entry th.specalt {
	border-top: 0;
	text-align: center;
	padding: 0 15px 0 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: none;
}

.entry span.tick {
	display: inline-block;
	width: 17px; height: 14px;
	text-indent: -999999px;
	background: url(../images/ico-tick.png) no-repeat;
}

.entry span.cross {
	display: inline-block;
	width: 17px; height: 14px;
	text-indent: -999999px;
	background: url(../images/ico-x.png) no-repeat;
}

/* Other Post Styles */

.post .meta {
	margin-bottom: 15px;
}

.post .tags {}

.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 span.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-position: left 6px;
}

.toolbar .link-more {
	float: right;
	padding: 0 25px 0 12px;
	background-position: 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 {
	list-style: none;
	margin: 0; padding: 0 0 10px 0;
	font-style: italic;
}

.comment,
.comment .comment,
.comment .comment .comment {
	list-style: none;
	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 .avatar {
	float: left;
	width: 50px; height: 50px;
	margin: 0 15px 15px 0; padding: 4px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.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-repeat: no-repeat;
	background-position: 0 1px;
}

.comment .links {
	overflow: hidden;
	clear: both;
}

.comment .links a {
	float: right;
}

.comment-edit-link { padding-right: 12px; }

.comment-reply-link {
	margin-left: 12px; padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right -2px;
}

/* Comment Form */

#respond {
	clear: both;
	margin-bottom: 20px;
	padding-top: 15px;
}

#respond h3 {
	padding-bottom: 15px; margin-bottom: 0;
}

#respond h3 small {
	font-size: inherit;
}

#respond p {
	padding-top: 10px;
}

#respond textarea {
	width: 612px; height: 180px;
	margin: 5px 0; padding: 10px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left top;
}

.comment #respond textarea {	
	width: 415px;
}