/*
 * ONEsite Simple Comment List
 * version: 0.4
 * last modified: 9:00 05.20.11 jonwhite
 */

.commentTextSmall {
	width: 95%;
	height: 18px;
}

.commentTextLarge {
	width: 74%;
	height: 40px;
}

.comment-container-simple .commentFormButtons {
	width: 24%;
}

.comment-container-simple .commentFormButtons .button {
	display: inline;
}

.comment-container-simple .commentContainer {
	padding-bottom: 10px;
	padding-top: 10px;
}

.comment-simple .commentAvatarContainer {float: left; margin-right: 10px;}
.comment-simple .commentContent {float: left;}
.comment-simple .commentContentBody {margin-bottom: 10px;}
.comment-simple .commentContentDateTime {float: left;}
.comment-simple .commentContentControls {float: right;}
.comment-simple .commentContentGator {display: none; float: left;}

.comments-container-simple .comment-show-more {
	float: left;
}
.comments-container-simple .commentNumbers {
	float: right;
}

.commentContentDoLike {
	float: left;
	padding-left: 12px;
}
.commentContentDoLike a {
	cursor: pointer;
}
.commentContentDoLike .emoRatingDivider {
	color: #777777;
	font-weight: normal;
}
.commentContentDoLike .emoRating {
	text-transform: capitalize;
}
.commentContentDoLike .emoRatingSpanSelected .emoRatingChoose{
	font-weight: normal;
}
.commentContentDoLike .emoRatingSpanSelected .emoRatingSelected {
	background: none;
	padding: 0;
}
