/* Comments
----------- */
.smallTextGray {
	font-size: 11px;
	line-height: normal;
	color: #5c5449;
	font-family: "Trebuchet MS", Arial, sans-serif;
}


#permalinks {
	font-size: 12px;
	text-align: left;
	border: none;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#profileBoxed #permalinks, #profileBoxed #flagUserNotify {
	margin-top: 20px;
}

#mediaItem #permalinks {
	border-bottom: 1px #c0c2c4 solid;
	padding-bottom: 5px;
}

#permalinks a:hover {
	text-decoration: none;
}












.commentAddContainer {
	position: relative;
	margin-top: 20px;
}

#memberTestimonials .commentAddContainer .testimonialFormInput {
	width: 586px;
}

#comment, #comment2 {
	position: relative;
}

.commentTitle {
	position: relative;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	color: #433d37;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.commentReplyToLink {
	position: relative;
	padding: 10px;
	background: #fafafa;
	margin-top: 10px;
}

.commentFlagDelete {
	position: relative;
	padding: 10px;
	background: #fffafa;
	border: 1px #ff6666 solid;
	margin-top: 10px;
	display: none;
}

.commentThumbnail {
	width: 66px;
}

.commentThumbnail a.thumbnailImgLink {
	display: block;
}

#testimonialForm textarea, #comment2 textarea.testimonialFormInput, .contentIndent textarea {
	height: 100px;
	width: 586px;
	border: 1px #7F9DB9 solid;
	padding: 2px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 5px;
}

.textbox {
	border: 1px #BCBDC0 solid;
	padding: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width: 550px;
}

.commentChars {
	margin-bottom: 5px;
}

.originalComment {
	position: relative;
	color: #383838;
	font-size: 14px;
	width: 592px;
	padding-bottom: 20px;
}

.nestedComment {
	margin-left: 50px;
	position: relative;
	color: #383838;
	font-size: 14px;
	width: 542px;
}

.commentThumbnail {
	position: relative;
	float: left;
	width: 66px;
	margin-right: 10px;
}

.originalComment .commentText {
	padding-left: 0; /* remove padding after getting rid of old comments style */
	position: relative;
	float: left;
	width: 516px;
	overflow: hidden;
}

.nestedComment .commentText {
	position: relative;
	float: left;
	width: 466px;
	overflow: hidden;
}

a.hideFromSearch {
	color: #EE2E24;
	font-size: 11px;
}

