/* Comment Section */
.entry-comment-mod {
	width:649px; 
	position:relative; 
	float:left; 
	background-color:#FFFFFF;
}

.comment-container {
	position: relative;
	width:505px; 
	background-color:#ffffff; 
	height:130px; 
	overflow:auto; 
	float:right;
	font-family:'lucida grande', arial;
	font-size:12px;
}
.comment-options {
	position:relative; 
	float:left; 
	left:8px; 
	top:20px;
	width:120px;
}
.no-comments {
	width:495px; 
	padding:0 5px 5px 5px; 
	position:relative; 
	float:left;
	color:#999;
}
.comment-text {
	width:470px; 
	padding:5px; 
	position:relative; 
	float:left;
}
.comment-text p {
	color:#000000;
	display:inline;
}
.comment-date {
	color:#999;
}
.comment-author {
	color:#303030;
	font-weight:bold;
}
a {
	color: #0277ca;
	text-decoration: none;
}
a:hover {
	color: #ff8105;
	text-decoration:none;
}
