@charset 'UTF-8';

.post {
	margin-bottom: 0;
}

.post-meta {
	border: 1px dotted #CFD0CC;
	border-top-width: 0;
	margin: 0 1em 2em 0;
	padding: 1em;
}
.post-meta p { margin-bottom: 0; }

#content .post .footer { border-color: #000; }

#commentbox h3 { margin: 20px 0 15px; }

#author, #email, #url, #commentform textarea {
	width: 99%;
	padding: 2px;
	margin: 5px 0;
}

#commentform input[type=submit] {
	width: auto;
	margin: 0 0 2px 5px;
}

#commentform input[type=submit]:hover {
	cursor: pointer;
}

#respond,
.commentlist,
.pingbacklist { 
	margin: 0 0 1em 0; 
	background: transparent; 
	padding: 0; 
}

.commentlist li {
	list-style-type: none;
	border-bottom: 1px solid #DCE7DB;
	padding: 0;
	margin: 0 0 .5em 0;
	background: transparent;
}

.commentlist p { margin-left: 0; }

.commentlist .alt { }

.comment-author { margin-bottom: 1em; }
.comment-author img { float: left; border: 1px solid #DEDDC9; }
.comment-author p { margin-left: 0; margin-bottom: .25em; }
.comment-author span { font-size: 95%; color: #9F9F9F; }
.comment-author span a { text-decoration: none; color: #9F9F9F; }
.comment-author span a:hover { text-decoration: underline; }
.comment-author cite { font-weight: normal; font-size: 1.2em; }
.comment-author cite a { text-decoration: none; }


.comment-meta { margin-left: 54px; }

.comment_author, .comment_time {
	font-family: Verdana, Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}

.comment_text {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 10px 0;
}

.alt .comment_text {
	border-top: 1px solid #76BAFE;
	border-bottom: 1px solid #76BAFE;
	padding: 10px 0;
}

.comment-number {
	float: right;
	font-size: 25px;
	margin: 0;
	color: #BBB;
}

.alt .comment-number {
	float: right;
	font-size: 25px;
	margin: 0;
	color: #76BAFE;
}

.approve {
	font-weight: 700;
}

.commentlist li.bypostauthor { background-color: #e7f0f6; border-bottom-color: #bbb }

.pingbacklist li { font-size: 95%; }
.pingbacklist .comment-author cite a { color:#9F9F9F; }
.pingbacklist .comment-meta { margin-left: 0; }

#post-navigation { margin: 0 1em 1em 0; }

