#comments h3 {
	font-size: 160%;
	text-align: center;
}

h3#comments-header {
	margin-top: 20px;
}

#comments p#discussion-p {
	text-align: center;
	padding: 0 35px;
	margin-top: 8px;
}

#comments h3#discussion-h {
	font-size: 200%;
}

.comment, #after-post, #comment-form-wrapper, #searchresults {
	background: url(../images/comment-center.png) top center repeat-y;
	margin: 15px 0;
}

.comment-top, #after-post-top, #comment-form-top, #search-results-top {
	background: #fff url(../images/comment-top.png) top center no-repeat;
	height: 9px;
}

.comment div.clear, #after-post-bottom, #comment-form-bottom, #search-results-bottom {
	background: #fff url(../images/comment-bottom.png) bottom center no-repeat;
	height: 10px;
}

.comment-top, .comment-meta, .comment-gravatar, .comment-content, #comment-form-body,
.comment-clear, #after-post div, #after-post table, #after-post h3, #after-post ul,
#searchresults h3, #searchresults ul {
	padding: 0 15px;
}

.comment-content {
	overflow: hidden;
	margin-right: 5px;
}

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

.comment-meta cite {
	font-style: italic;
}

.comment p {
	margin-bottom: 15px;
}

#submit {
	background-color: #ebebc4;
	border: 1px solid #bbbb84;
}

#submit-button {
	margin: 5px 0 15px;
}


