/* ---------- COMMENTS ---------- */
#Comments {
	margin-top: 20px;
}

#Comments h2,
.box h2 {
	padding: 0;
	margin: 0;
	padding-bottom: 9px;
	padding-top: 11px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#Comments h2.comments-header {
	margin-bottom: 2px;
}

/* --- single comment --- */
.comment {
	padding: 12px 0;
	border-top: 1px solid #d9d9d9;
}

#Comments .comment.even {
	background: #f6f6f6;
}

#Comments .indented .comment.even {
	background: transparent;
}

#Comments .indented {
	margin: 0;
}

#Comments .indented .comment {
	padding-left: 30px;
}

#Comments .indented .indented .comment {
	margin-left: 30px;
	padding-left: 30px;
}

#Comments .indented .indented .indented .comment {
	margin-left: 60px;
}

#Comments .indented .indented .indented .indented .comment {
	margin-left: 90px;
}

#Comments .indented .indented .indented .indented .indented .comment {
	margin-left: 120px;
}

#Comments .indented .indented .indented .indented .indented .indented .comment {
	margin-left: 150px;
}

#Comments .indented .indented .indented .indented .indented .indented .indented .comment {
	margin-left: 180px;
}

.comment h3.title {
	font-size: 1.16em;
	color: #333;
	font-family: 'DroidSerifBold';
	float: left;
	margin-right: 10px;
}

.comment h3.title a {
	color: #333;
	font-family: 'DroidSerifBold';
}

.comment h3.title a:hover {
	text-decoration: none;
}

.comment .comment-submitted {
	color: #787878;
	padding-top: 1px;
}

.comment-content {
	padding-top: 5px;
}

.comment-links ul.links {
	padding-top: 3px;
}

.comment-links ul.links li {
	margin: 0;
	padding: 0;
	margin-right: 7px;
}

.comment-links ul.links li a {
	line-height: 18px;
	color: #ec442a !important;
	text-transform: uppercase;
	font-size: 0.84em !important;
  	font-family: 'DroidSansBold';
}

/* --- COMMENTS: form --- */
#Comments .box {
	padding-top: 20px;
}

#comment-form {
	padding-top: 10px;
}

#comment-form label {
	font-size: 0.9em;
	padding-bottom: 3px;
	font-family: 'DroidSerifBold';
	font-weight: normal;
}

#edit-homepage-wrapper {
	display: none;
}

#comment-form .description {
	display: none;
}

#comment-form input#edit-name,
#comment-form input#edit-mail {
	background: #f6f6f6;
	border: 1px solid #dedbd3;
	line-height: 14px;
	vertical-align: middle;
	width: 256px;
	height: 24px;
	margin: 0 0px 3px 0;
	padding: 5px 10px 5px 10px;
	color: #444;
	border-radius: 0;
}

#comment-form #edit-name-wrapper {
	float: left;
	margin: 0;
	padding-right: 22px;
}

#comment-form #edit-mail-wrapper {
	margin: 0;
}

#comment-form textarea {
	width: 558px;
	height: 174px;
	background: #f6f6f6;
	border: 1px solid #dedbd3;
	overflow: auto;
	padding: 1px 1px 1px 10px;
	padding: 10px;
	border-radius: 0;
}

#comment-form .grippie {
	display: none;
}

#comment-form .form-submit {
	float: none;
	margin-top: 10px;
}