.redForumFeed
{
	margin-top:2px;
	display: block;
}

.redForumFeed .item
{
	display:block;
	border:1px solid #888;
	padding:4px;
	margin:0px;
	margin-bottom:2px;
	color:#777;
	
	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	
 	background-color:#eee;
}

.redForumFeed .item:hover
{
	background-color:#fff;
 	
 	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
 	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.redForumFeed a
{
	color:#777;
	text-decoration:none;
}

.redForumFeed a:hover
{
	color:#a00;
	text-decoration: underline;
}

.redForumFeed img
{
	margin-right:5px;
	float:left;
	width:32px;
	height:32px;
}

.redForumFeed .title
{
	color:#333;
	font-size: 110%;
	font-weight: bold;
}
.redForumFeed .profile
{
	font-size: 80%;
}