/*===================================================================================*/
/* Filename:          latestarticles.css                                             */
/* Description:       Latest Articles CSS File                                       */
/* Author:            Luke Goodwin                                                   */
/*===================================================================================*/
/*							   FORUM ACTIVITY STRUCTURE                              */
/*===================================================================================*/
.LatestArticlesContent {
}
.LatestArticlesContent .Heading {
	margin-top: 0px;
	margin-bottom: 10px;
}
.LatestArticlesContent .LatestArticlesArea .ArticleItem {
	margin-bottom: 10px;	
}
.LatestArticlesContent .LatestArticlesArea .ArticleItem .Thumbnail {
	float: left;
	width: 35px;
	height: 35px;
}
.LatestArticlesContent .LatestArticlesArea .ArticleItem .Copy {
	float:right;
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 5px;
	width: 223px;
	border-bottom: 1px dotted #8b1656;
}
.LatestArticlesContent .LatestArticlesArea .ArticleItem .Last {
	border: none;	
}
.LatestArticlesContent .ArticleItem .Title {
	margin: 4px 0px 0px;	
}
	.LatestArticlesContent .ArticleItem .Title a {
		color: #707070;
		font-weight: normal;
	}
.LatestArticlesContent .More{
	margin-bottom: 0px;	
}