/* @override 
	//172.20.31.60/media/assets/css/comments.css
	//media.lasvegassun.com/media/assets/css/comments.css
*/

div#comments {
	margin-top: 2em;
	clear: both;
}

div#comments h3#com {
	text-transform: uppercase;
	color: #fb6710;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

div#comments h3#com em {
	text-transform: none;
	font-size: .8em;
	font-style: italic;
	font-weight: normal;
	color: #7f7f7f;
}


ol.commentlist li.comment {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	margin-bottom: 12px;
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}

ol.commentlist li.comment.staff {
	background-color: #feffcd;
	padding-top: .3em;
}


ol.commentlist li.comment div.commentContent {
	margin-right: 148px;
}

ol.commentlist li.comment div.commentmetadata {
	float: right;
	margin-left: 11px;
	font: .65em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	width: 137px;
	text-align: right;
}

ol.commentlist li.comment div.commentContent p {
	margin-bottom: .7em;
	color: #333;
	font: .75em/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 2em;
}

ol.commentlist li.comment dt.author span.author-full-name {
	font-weight: bold;
}

div.comment-form {
	margin-top: 2em;
}

div.comment-form h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	margin-bottom: .5em;
	border-top: 4px solid #999;
	padding-top: 4px;
}

div.comment-form div#comment-sidebar {
	width: 211px;
	float: right;
	margin-left: 11px;
}

div.comment-form div#comment-sidebar a {
	color: #950a09;
	text-decoration: underline;
}

div.comment-form div#comment-sidebar p {
	margin-bottom: .6em;
	font-weight: bold;
}

div.comment-form form {
	font: .8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.comment-form textarea {
	width: 415px;
}

div.commentPreview div#comments {
	border-top: 1px solid #ccc;
	padding-top: .5em;
	margin-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

div.commentPreview div#comments input {
}

div.commentPreview h2 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	color: #666;
	margin-bottom: .5em;
}

div.commentPreview p {
	font-size: .9em;
	margin-bottom: .5em;
}

div.commentPreview p.comment-info {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	margin-bottom: .5em;
	color: #333;
}

div.commentPreview textarea.vLargeTextField {
	width: 500px;
}