

/** comment classes  **/

#comments {
	padding:10px 35px 0px 0px;
}

#comments h3 {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	clear:both;
}

#comments h3#commentHeader a {
	color:#cc3300;
}

#comments ul{
	list-style-type:none;
	margin:0px 0px 50px 0px;
	padding:0px 0px 0px 0px;
}

.commentList li.comment {
	list-style-type:none;
	margin:20px 0px 0px 0px;
	padding:0px 0px 40px 0px;
}

.commentIterant, .commentIterant:hover, .commentIterant:visited {
	display:block;
	float:left;
	font-family:arial,helvetica,sans-serif;
	font-size:46px;
	line-height:46px;
	color:#999999;
	width:100px;
	text-align:center;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	text-decoration:none;
}



.commentBody {
	display:block;
	float:left;
	width:500px;
}

.comment-content {
	padding-bottom:40px;
	font-family:georgia, "times new roman", times, serif;
	font-size:14px;
	line-height:23px;
}

.comment p, #commentsOutput .comment-content p {
	margin:0px 0px 0px 0px;
	padding:0px;
	display:inline;
}

.commentDate, .commentDate:hover {
	text-decoration:none;
	color:#666666;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
}

.commentByline {
	font-family:arial,helvetica,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.meridiem {

	text-transform:lowercase;
}

.individualDigestEntry .commentsLink {
	display:none;
}

#commentForm {
	clear:both;
	margin:10px 0px 50px 0px;
	font-family:arial,helvetica,sans-serif;
}

#commentForm label {
	color:#333333;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	float:left;
	width:100px;
	padding-right:10px;
	font-weight:bold;
}

#commentForm div {
	clear:both;
	margin:12px 0px 0px 0px;
}

.commentsData input {
	display:block;
	float:left;
	width:225px;
	font-family:lucida-sans,lucida,arial, sans-serif;
	font-size:11px;
	color:#999999;
	font-weight:bold;
	margin-bottom:12px;
}

.commentsData textarea {
	display:block;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	width:495px;
	float:left;
}

.commentsFooter {
	float:right;
	width:400px;
	text-align:right;
	margin:0px;
	padding:0px;
	height:60px;
}

.commentsFooter button {
	background:none;
	font-family:arial,helvetica,sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	border:none;
	text-align:center;
	background-repeat:no-repeat;
	height:18px;
	
	
}

.commentsFooter button:hover  {
	cursor:pointer;
}

#commentSubmit {
	width:62px;
	background-image:url(http://www.themorningnews.org/img/commentSubmit.gif);
}


#commentPreview {
	width:70px;
	background-image:url(http://www.themorningnews.org/img/commentPreview.gif);
}

#commentsOutput .commentBody {
	margin:0px;
	padding:0px;
}




.ajaxLoading {
	display:inline;
	visibility:hidden;
	padding:10px 0px 0px 10px;
	height:20px;
	width:20px;
	vertical-align:bottom;
	margin-right:5px;

}














