.blogTitle {
	color:#a11a1a;
	font-size:22px;
}
.blogTitle a:link, .blogTitle a:visited {
	text-decoration:none;
}
.blogTitle a:hover {
	color:#990000;
	text-decoration:underline;
}
.blogDate {
	font-style:italic;
	color:#333;
}
.blogAuthor {
	color:#666;
}
.blogLabels {
	color:#666;
}
.blogShare {
	color:#666;
	height:25px;
	margin-top:4px;
}
.blogShare img {
	position:relative;
	top:3px;
}
.newsarchiveDate {
	font-size:11px;
}
.blogComments {
	background-image:url('/images/button_comments.jpg');
/*	width:123px;
	height:27px;
	*/
	width:102px;
	height:35px;
	float:right;
	margin-top:20px;
	overflow:hidden;
	cursor:pointer;
	text-align:center;
}
.blogComments:hover {
	background-image:url('/images/button_comments_hover.jpg');
}
.blogComments:hover div {
/*	color:#fff;*/
}
.blogComments div {
	padding:7px 10px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.blogCommentsArea {
	margin-top:10px;
	padding:5px;
	border:1px dotted red;
}
.comment {
	margin-bottom:15px;
	padding:5px 5px 10px 5px;
}
.parentpost {
	width:650px;
	background-color:#6f7e8e;
}
.childpost {
	width:550px;
	margin-left:100px;
	background-color:#b0bac7;
}
.commentText {
	background-color:#f6f9fe;
	padding:5px 5px 8px 5px;
	margin-bottom:3px;
}
.commentInfo {
	background-color:#b0bac7;
	height:20px;
}
.commentAuthor {
	background:#000000 url('/images/slant_dark.gif') no-repeat right top;
	float:left;
	height:100%;
}
.commentAuthor div {
	padding:2px;
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
}
.commentDate {
	color:#58636f;
	float:left;
	padding-top:2px;
	font-size:90%;
}
.commentsRight {
	float:right;
}
.commentsRight div {
	font-size:11px;
	float:left;
	color:#ffffff;
	padding:0px 5px;
	margin-top:2px;
	margin-right:3px;
	cursor:pointer;
}
.commentAuthor div a {
	color:#ffffff;
}
.commentAuthor div a:hover {
	color:#b0bac7;
}
.commentReport {
	background-color:#697583;
	border:1px solid #ffffff;
}
.commentPlus {
	background-color:#697583;
	border:1px solid #ffffff;
}
.commentMinus {
	background-color:#697583;
	border:1px solid #ffffff;
}
.commentReport:hover, .commentPlus:hover, .commentMinus:hover {
	background-color:#000000;
	border:1px solid #ffffff;
}
.commentReply {
	background-color:#000000;
	border:1px solid #ffffff;
	text-transform:uppercase;
	margin-top:3px;
}
.commentReply:hover {
	background-color:#ffffff;
	border:1px solid #000;
	color:#000;
}
div.commentVoted {
	background-color:#f6f9fe;
	border:1px solid #000000;
	color:#000000;
	cursor:default;
	display:none;
}
.commentReportBox {
	display:none;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #000000;
	position:absolute;
	margin-left:375px;
	width:157px;
	margin-top:18px;
}
.commentReportBox input {
	width:150px;
	height:17px;
	margin-bottom:5px;
}
.commentReportBox .submit {
	width:60px;
	background-image:none;
	background-color:#6f7e8e;
	color:#ffffff;
	border:1px solid #000000;
}
.commentReportBox .submit:hover {
	background-image:none;
	background-color:#000000;
}
.commentReportBox textarea {
	width:150px;
	height:70px;
	margin-bottom:7px;
}
.autoClose {
	background-color:#000;
	border:1px solid #ccc;
	padding:0px 4px;
	color:#ffffff;
	position:absolute;
	right:0px;
	top:0px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
