/*===================================================================================*/
/* Filename:          Community.css                                                  */
/* Description:       Community CSS File                                             */
/* Author:            Luke Goodwin                                                   */
/*===================================================================================*/
/*							   COMMUNITY STRUCTURE                                   */
/*===================================================================================*/
.CommunityContent {
    background: url('images/background.gif') no-repeat top left;   
    margin-bottom:0;padding-bottom:0; 
}
.CommunityContent .Heading {
	margin-bottom:10px;
	margin-top:0;
}
.CommunityContent .SocialLinks {
    float: right;
    margin-right: 12px;
    margin-top: -15px;
    margin-bottom: 10px;
}
.CommunityContent .SocialLinks a {
    display: inline-block;
    margin-right: 5px;
}
.CommunityContent .RecentCommunityActivity .Item {
	margin-bottom: 10px;	
}
.CommunityContent .RecentCommunityActivity .Item .Thumbnail {
	float: left;
	margin-right: 10px;
	width: 16px;
	border: none;
}
.CommunityContent .RecentCommunityActivity .Item .Copy {
	float:right;
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom: 5px;
	width: 240px;
	border-bottom: 1px dotted #8b1656; 
}
.CommunityContent .RecentCommunityActivity .Item .Last {
	border: none;	
}
.CommunityContent .Item .Title,
.CommunityContent .Item .Title a {
	margin: 0px 0px 0px;	
	color: #363636;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}
.CommunityContent .Item .Title .Author,
.CommunityContent .Item .Title .Author a {
    font-weight: bold;
}
.CommunityContent .More{
	margin-bottom: 0px;	
}

