/* Recent Comments */
.rec-comm-head {
padding: 15px 20px 10px 20px;
border-bottom: 1px #F4F3EF solid;
float: left;
margin-bottom: 20px;
}

.rec-comm-head img{
float: left;
}

.rec-comm-head-right {
float: right;
}
.rec-comm-head-right img{
margin-left: 5px;
}

#side-arrows { 
	float: right;
	margin: 20px 17px 0 0;
}
#side-arrows img { margin-right: 3px; }
#side-arrows a { background: none; margin: 0; padding: 0; }

.recent-comment {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d3d2d0;
	margin: 0 20px 10px 20px;
	display: none;
clear: both;
}

.recent-comment h3 {
	font: 18px/19px georgia, serif;
	color: #202020;
	margin: 0 0 5px 0;
}
.recent-comment-footer a { color: #AC2222; padding: 0 2px;}
.recent-comment-footer a:hover { background-color: #AC2222; color: #FFF; text-decoration: none; padding: 0 2px;}
.recent-comment h3 a { color: #202020; background: none; }
.recent-comment h3 a:hover { color: #9f0000; border-bottom: 1px dotted #9f0000; }

.recent-comment p {
	font: 11px/15px Lucida Grande, sans-serif;
	color: #696969;
	margin: 0;
}
p.recent-comment-footer { color: #ababab; }