.entry-image {
	margin-bottom: 0;
}
.entry-image .caption {
	margin-top: 4px;
	color: #999;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	text-transform: uppercase;
}
.entry .entry-title {
	line-height: 1.2em;
}
.entry .action-links {
	float: right;
}
.entry .entry-meta {
	margin-bottom: 20px;
}
.entry .WP-PrintIcon {
	vertical-align: bottom;
}
.entry .entry-pagination {
	float: right;
	margin-bottom: 10px;
	padding: 4px 6px;
	background: #000;
	color: #FFF;
}
.entry .entry-pagination a {
	color: #FFF;
}
.entry-meta .author-bio {
	margin-bottom: 20px;
	padding: 10px;
	background: #CCC;
	font-style: italic;
}
.entry-meta .author-image {
	float: left;
	margin-right: 10px;
}
.entry-meta-bottom {
	clear: both;
}
.entry-meta .tags {
	margin-bottom: 10px;
	padding: 10px;
	background: #EEE;
}
.comments-callout {
	float: right;
	width: 150px;
	margin: 0 0 1em 1em;
	background: #CCC url('../images/down-arrow.gif') no-repeat center bottom;
	text-align: center;
}
.comments-callout {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.comments-callout a {
	display: block;
	padding: .8em 1em 2em;
	line-height: 1.5em;
	text-decoration: none;
}
.comments-callout a:hover {
	text-decoration: none;
}
.comments-callout strong {
	font-size: 1.5em;
	line-height: 1.1em;
}
.comments-callout a:hover strong {
	text-decoration: underline;
}
#comments {
	margin-top: 20px;
}
#comments h3 {
	font-size: 2em;
	margin-bottom: .5em;
	font-weight: bold;
}
.comments-list ol,
.trackbacks-list ol {
	margin: 0 0 1.5em;
	list-style-type: none;
}
.comments-list .comment,
.trackbacks-list .pingback,
.trackbacks-list .trackback {
	margin-bottom: 1em;
	position: relative;
	padding-left: 2.5em;
	padding-right: 2.5em;
	background: url('../images/quotes.gif') left top;
}
.trackbacks-list .pingback,
.trackbacks-list .trackback {
	margin-bottom: 2em;
}
.trackbacks-list .pingback .bullet,
.trackbacks-list .trackback .bullet,
.comments-list .comment .bullet {
	position: absolute;
	left: -.05em;
	top: -.1em;
	color: #999;
	font-size: 5em;
	line-height: 1em;
}
.comment-author {
	font-weight: bold;
}
.comments-list .comment-meta,
.trackbacks-list .comment-author {
	margin-bottom: 1em;
	border-bottom: 1px solid #DDD;
	padding-bottom: .25em;
}
#commentform label small {
	font-size: 1em;
}
#commentform #kmineks_comments_rememberme_checkbox {
	vertical-align: bottom;
}