
#Main .RecentPostsArea .RecentPosts{
	background:url(../images/recent-posts.gif) no-repeat;
	height:13px;
	padding:0 0 12px 0;
	border-bottom:#000 1px dotted;
}
.RecentPostsArea .Item{
	background:url(../images/bullet.gif) left 13px no-repeat;
	border-bottom:#000 1px dotted;
	padding:13px 27px
}
.RecentPostsArea .Item .Title{
	display:block;
	font-size:16px;
	color:#fff;
	margin:0 0 10px 0
}
.RecentPostsArea .Item .Copy{
	color:#fff;
	font-size:12px;
	margin:0 0 10px 0
}
.RecentPostsArea .Item .Copy p {
	padding: 0px; margin: 0px 0px 10px 0px;
}
.RecentPostsArea .Item .ByLine{
	color:#000;
	font-size:12px;
	display:block;
	float:left;
	margin:0 15px 0 0
}
.RecentPostsArea .Item .Comments{
	color:#000;
	font-size:12px;
}
.RecentPostsArea .Item .Comments img{
	vertical-align:middle;
	margin:0 5px 0 0
}
.RecentPostsArea a:hover{
	text-decoration:underline
}
.RecentPostsArea .Comments, .RecentPostsArea .Comments:hover{
	text-decoration:none
}
.RecentPostsArea .Comments:hover strong{
	text-decoration:underline
}
