#comments {
	display: inline-block;
}
#comments-title {
	font-size: 22px;
	padding: 0 0 10px 0;
}
#comments .comment-notes {
	line-height: 1.6;
}
#reply-title {
	font-size: 22px;
}
#comments ol.commentlist {
	margin-bottom: 40px;
}
#comments li.comment {
	margin: 10px 0;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	padding: 15px 0;
	line-height: 1.6;
}
#comments ul.children li.comment {
	margin: 15px 0 0px 20px;
}
#comments .comment-single {
	display: inline-block;
	position: relative;
	width: 100%;
}
#comments .comment-gravatar {
	float: left;
	display: block;
	margin-right: 20px;
	heigth: 80px;
	width: 80px;
}
#comments .comment-meta {
	color: #c5c5c6;
}
#comments .comment-meta .fn {
	font-weight: bold;
	margin: 0 25px 0 0;
	font-style: normal;
}
#comments .comment-body {
	margin: 15px 0;
}
#comments .comment-body p {
	line-height: 1.6;
}
#comments .reply {
	float: right;
}
#respond {
	margin-bottom: 10px;
}
#commentform {
	margin: 0;
	padding: 20px 0 0 0;
}
#respond .required {
	display: inline-block;
}
#respond label {
	display: inline-block;
	margin: 15px 0 5px 0;
	font-weight: bold;
}
#respond input, #respond textarea {
	display: block;
}
#respond input[type="text"] {
	max-width: 600px;
	margin-bottom: 10px;
	padding: 5px;
}
#respond textarea {
	max-width: 570px;
	height: 100px;
	padding: 10px;
	color: #5d5d5d;
}
#respond .form-allowed-tags, #respond .form-submit {
	margin-top: 15px;
	line-height: 1.6;
}