
.news-posts-list .news-post {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #eee;
}

.news-post a {
	text-decoration: none;
}

.news-post-info {
  font-size: 0.75em;
}

.news-post-social {
  text-align: right;
  width: 100%;
  clear: both;
}

#content ul.news-posts-list-brief {
	list-style-type:none;
	margin:0 0 -1px 0;
}
	#content ul.news-posts-list-brief li {
		border-bottom:1px solid #d0d0d0;	
		display:block;
		position:relative;
		margin: 0 -10px;
		padding: 0 10px;
	}
		#content ul.news-posts-list-brief li.news-no-posts {
			padding: 10px;
		}
	#content ul.news-posts-list-brief li a.button {
		position:absolute;
		right:10px;
		top:20px;
		color:#fff;
	}
	.news-posts-list-brief .news-date {
		color:#4a4a4a;
		float:left;
		width:95px;
		display:block;
		padding: 20px 0;
	}
	.news-posts-list-brief .news-title {
		padding: 20px 100px 20px 0;
		display:block;
	}
	#content .news-posts-list-brief .news-title a {
		font-weight:bold;
		color:#4a4a4a;
	}
