.js-commentControl a{ color: #b10505;}

.js-singleCommentReplyable{ display:none; }
.js-singleCommentText {color: #000000;}

.js-CreateComment { width: 500px; }
.js-CreateComment input { width: 250px; }
.js-CreateComment textarea { width: 655px; }

.js-singleComment { 
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	background-repeat: repeat-x;
	background-position: top; 
	border: none;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 5px;
		padding-top: 5px; 
		font-size:1.0em; 
		line-height:2.0em; 
		color: #000000;
	}
.js-comment-stripe-1 { 
	background-repeat: repeat-x; 
	background-position: top; 
	border: none;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
		padding-left: 5px;
		padding-top: 5px;

	}
.js-singleCommentDepth0 { 
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	background-repeat: no-repeat; 
	background-position: left bottom; 
	margin-top: 13px; 
	color: #333; 
	border: 1px solid #000;
	padding-left: 5px;
	padding-top: 5px;
	}
.js-singleCommentDate {
	font-style: italic;
	font-size:12px;
}
.js-siteAdmin {
	color: black;
}
