/* INDEX */
.blogCommentListings{}
.blogCommentListings .listing{ margin: 0 0 0px 0; padding: 10px 0; border-top: solid 1px #f8eAc5; }
.blogCommentListings .listing .listing-name{ color: #214e6f; font-weight: bold; margin: 5px 0; }
.blogCommentListings .listing .listing-date{ font-weight: normal; color: #6b6152; }
.blogCommentListings .listing .listing-comment{}
a.readMore { font-size: 11px; font-style: italic; }

.commentmoderated{ color: #214e6f; font-weight: bold; background-color: #d5cfc1; padding: 8px; margin-bottom: -5px;}

.blogPostListing { margin-bottom: 20px; }
h1 a.back { font-size: 12px; font-style: italic; display: block; margin-top: -5px; }


/* VIEW */
.commentForm { /* border-top: 1px solid #cdcdcd; */ border-top: solid 1px #f8eAc5; margin-top: 5px; padding-top: 10px; }
.commentForm form { margin: 10px 0px 0px 10px; }

.commentForm form .inputShort {
	width: 75px;
}
.commentForm form .inputMed {
	width: 260px;
}
.commentForm form .inputLong {
	width: 560px;
}

.commentForm form div.submit input { margin-right: 22px; }
