/* 
Title:     24-7 blog/feature comment styles
Author:    jnott@24-7prayer.com
*/

#comments h2 {
 	font-family: Georgia, serif;
	font-size: 1.6em;
	color: #999;
}

#comments h2 span.comment-status {
	color: #000;
}

#comment-list {
	list-style-type: none;
	padding: 0;
	margin-left: 0; /* for IE7 */
}

#comment-list dl {
 float: left;
 padding-top: 1em;
 width: 687px;
 border-top: 2px dashed #999;
 margin: 0 0 1em 0; }

#comment-list dl.author {
 border-color: #e20026; }

#comment-list dl.author dt {
 color: #e20026; }

#comment-list dl.pre-mod {
	opacity: 0.33;
}

#comment-list dt {
 background: url(icon_blogcomment.gif) no-repeat 0 0;
 background-position: 2px 3px;
 min-height: 25px;
 font-family: Georgia, serif;
 font-size: 1.125em;
 font-weight: bold;
 float: left;
 margin: 0;
 padding-left: 30px;
 width: 157px;
 text-align: left; }

#comment-list dd {
 margin: 0 0 0 187px;
 padding: 0;
 width: 500px; }

#comment-list div.comment-body {
	margin-right: 60px;
}

#comment-list div.comment-body p:first-child,
#comments fieldset p:first-of-type {
	margin-top: 0;
}

#comment-list div.comment-body p:last-child,
#comments fieldset p:last-of-type {
	margin-bottom: 0;
}

#comment-list img.grav {
	float: right;
}

#comment-form {
	clear: both;
	padding-top: 1em;
	border-top: 2px dashed #999;
}

#comments fieldset {
	width: 318px;
	padding: 10px;
	float: left;
}

#comments fieldset textarea {
	width: 312px;
}

#comments fieldset input.textinput {
	width: 217px;
}

#comments fieldset .missing {
	border: #e20026 2px solid;
}

#comments fieldset h2 {
	margin-top: 0;
}

#comments fieldset span.required {
	font-size: 80%;
	font-style: italic;
}

#commentform-preview {
	background: url(button_previewcomment.gif) no-repeat 0 0;
	width: 119px;
	height: 23px;
	float: right;
}

#commentform-post {
	background: url(button_addcomment.gif) no-repeat 0 0;
	width: 119px;
	height: 23px;
}

#comment-form a.submitter {
	display: block;
}

#comment-form a.submitter span {
	display: none;
}

#comment-form a.submitter.disabled {
	opacity: 0.33;
}

#comments span.comments-note {
	font-size: 80%;
}

#comment-preview {
	margin-left: 367px;
}

#comment-preview img.grav {
	float: right;
}

#comment-preview p.nameanddate {
	font-family: Georgia, serif;
	font-size: 1.125em;
 	font-weight: bold;
	min-height: 47px;
}

#comment-preview h2 {
	margin-top: 0;
}

#comments-comment-container {
	position: relative;
}

#comments-help {
	position: absolute;
	left: 322px;
	top: 2.25em;
	white-space: nowrap;
	line-height: 150%;
}
