/* Article comments */

#comments {
	border-top-style: solid;
	border-top-width: 6px;
	padding-top: 4px;
	position: relative;
}

#comments h2, #comments .addCommentLink {
	margin-left: 180px;
}

.comment {
	clear: left;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 4px;
	padding-left: 180px;
}

.editorComment .userName {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
}

.comment .userName, .comment .date, .comment .location {
	display: block;
}

.comment .ord {
	position: absolute;
	left: 0px;
	z-index: 1;
}

.comment cite, .comment .userInfo {
	position: absolute;
	left: 0px;
	width: 160px;
}

.comment .userName, .comment .date, .comment .location {
	text-align: right;
}

.comment .commentBody, .comment ul, .comment .adminInfo {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.comment .commentBody small {
	margin-left: 20px;
}

.comment .commentQuote {
	margin: 0 20px 10px 20px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
}

.comment .commentQuote cite {
	position: relative;
	left: 0px;
	width: auto;
}

.comment .editMessage {
	margin: 10px 0 0 0;
	padding: 0;
}

.comment ul.arrows a, .commentBody ul a {
	white-space: nowrap;
}

.comment ul.arrows li, .commentBody ul li {
	display: inline;
	padding-right: 8px;
	background-position: 0 4px;
}

.comment .goToComment {
	padding-left: 10px;
	height: 14px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 4px 3px;
	background-image: url(../../icons/platform/triangle-right.gif);
}

.comment .goToComment span {
	display: none;
}

dl.addComment dd {
	margin-left: 0;
}
