#comments {
	color: #555;
	margin: 0 0 15px 0;
}

#comments h2 {
	font-size: 18px;
	color: #555;
	font-weight: normal;
	margin-bottom: 10px !important;
}

#comments h2 a {
	font-size: 18px;
	font-weight: normal;
}

#comments h2 {
	margin-bottom: -11px;
}

#comments p {
	margin: 5px 0;
}

#comment-listing {
	margin-bottom: 20px;
}

div.comment, div.comment-alt, div.reply, div.comment-new {
	margin-top: 7px;
	color: #4c4c4c;
}

div.comment > div.title, div.comment-alt > div.title, div.reply > div.title {
	width: 100%;
	height: 25px;
	padding: 0;
	background-image: url(../images/comments/bkgd-title.png);
	background-repeat: repeat-x;
	border: solid #a7a7a7;
	border-width: 1px 1px 0 1px;
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
}

div.comment-alt > div.title {
	background-image: url(../images/comments/bkgd-title-alt.png);
}

div.comment-new > div.title, div.admin-hover > div.title {
	background-image: url(../images/comments/bkgd-title-comment-new.png);
	border-color: #d4d3af;
}

div.reply > div.title {
	background-image: url(../images/comments/bkgd-title-reply.png);
	border-color: #86a3c8;
}

div.comment div.title div.author, div.comment-alt div.title div.author, div.reply div.title div.author, div.comment-new div.title div.author {
	float: left;
	margin-left: 29px;
	font-weight: bold;
}

div.comment div.title div.author span.age, div.comment-alt div.title div.author span.age, div.reply div.title div.author span.age, div.comment-new div.title div.author span.age {
	font-weight: normal;
	font-size: 11px;
	color: #797979;
	margin-left: 5px;
}

div.comment div.title div.links, div.comment-alt div.title div.links, div.reply div.title div.links, div.comment-new div.title div.links {
	float: right;
	font-size: 11px;
	margin-right: 6px;
	font-weight: bold;
}

div.comment div.title div.links span, div.comment-alt div.title div.links span, div.reply div.title div.links span, div.comment-new div.title div.links span {
	margin: 0 5px 0 5px;
}

div.comment > div.body, div.comment-alt > div.body, div.reply > div.body, div.comment-new > div.body {
	width: 100%;
	clear: both;
	background-color: #eee;
	border: solid #cacaca;
	border-width: 0 1px 1px 1px;
	padding: 0px;
}

div.comment-alt > div.body {
	background-color: #fff;
}

div.reply > div.body {
	background-color: #dfe8f3;
	border-color: #a3bad8;
}
div.comment-new > div.body, div.admin-hover > div.body {
	background-color: #fcfde1;
	border-color: #d4d3af;
}
div.comment div.body div.body-inner, div.comment-alt div.body div.body-inner, div.reply div.body div.body-inner, div.comment-new div.body div.body-inner {
	padding: 10px;
	color: #000;
}

#comment-reply {
	margin-top: 20px;
}

#comment-reply dl {
	margin-left: 5px;
}

#comment-reply dt {
	margin-top: 5px;
}

#comment-reply dt input {
	margin-right: 5px;
}

#comment-reply dd {
	font-size: 11px;
	line-height: 130%;
	margin-bottom: 5px;
	margin-left: 22px;
}

textarea.comment-body {
	font-family: arial,verdana,sans-serif;
	width: 97%;
	margin: 1%;
	color: #4c4c4c;
	border: solid 1px #ddd;
	font-size: 12px;
	line-height: 140%;
}

.post-comment-box .body-inner {
	padding: 0 !important;
}

.post-comment-box button {
	margin: 5px;
}

.comment-editor .markItUp {
	width: 100%;
	margin: 0;
	border: none;
}

.comment-editor .markItUpContainer {
	border: none;
}

.comment-editor .markItUpEditor {
	border: solid 1px #999;
	background-image: none;
	height: 100px;
	padding: 0;
}

.comment-disabled > div.title, .comment-disabled > div.body > div.body-inner > *:not(div) {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

div.reply textarea.comment-body {
	background-color: #ffffec;
}

#nickname {
	font-family: arial,verdana,sans-serif;
	width: 180px;
	color: #4c4c4c;
	font-size: 12px;
	line-height: 140%;
	border: solid 1px #555;
	padding: 4px;
}

div.click-error {
	background-color: #cc0000;
	border: solid 1px #990000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 5px;
	text-align: center;
}

div.click-error a:link, div.click-error a:visited {
	text-decoration: underline;
	color: #fff;
}

span.reported {
	color: #cc0000;
	font-weight: bold;
}

#poster-setup dt {
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0 3px 0;
}

#poster-setup dt label {
	padding: 7px 0 3px 0;
}

#poster-setup dd {
	font-size: 11px;
	margin: 6px 0 6px 24px;
}

#choose-nickname label {
	font-weight: bold;
}

#choose-nickname input {
	margin-top: 2px;
}

dt.btn-next {
	margin-top: 15px;
}

dt.btn-next div {
	margin-top: 10px;
}

dt.btn-next button {
	margin-right: 5px;
}
