﻿/* Comment Blocks (used in forums, blogs, lots of other places) */

.comment_block {
	position: relative;
	min-height: 70px;
	/* width: 400px; */
	margin: 0px;
  margin-left: 150px;
	padding: 20px 20px 20px 40px;
	/*margin-bottom: 30px;*/
	font-size: 12px;
	border: none;
	background: none;
	background: url(./light/comment_bubble.png) no-repeat top left;
}

.comment_block p {
	/* width: 380px; */
	margin-top: 0px;
	margin-bottom: 10px;
}
.comment_block .title {
  font-size: 13px;
}

.comment_block div.comment_metadata {
	position: absolute;
	width: 140px;
	top: 22px;
	left: -150px; 
}

.comment_block small.comment_posted_by {
	display: block;
	font-size: 12px;
	color: #222;
	line-height: 15px;
	text-align: right;
	max-height: 3.8em;
	overflow: hidden;
}

.comment_block small.comment_posted_by a {
	color: #4D6399;
	text-decoration: none;
}
.comment_block small.comment_posted_by a:hover {
	color: #4D6399;
	text-decoration: underline;
}

.comment_block small.comment_date_posted {
	display: block;
	font-size: 10px;
	color: #888;
	line-height: 15px;
	text-align: right;
	margin-top: 5px;
}

.comment_block .actions a 
{
  border-color: #DDD;
  color: #DDD;
  background-color: #FFF;
}
