.newspost {
}
.newspost h1 {
	margin-bottom:0 !important;
	padding-bottom:0;
}
.newspost .credits {
	font-size:smaller;
}








.newslist {
}
.newslist #category {
	float:right;
	margin-top:5px;
}
.newslist .empty {
	margin:15px 0;
	font-size:larger;
}
.newslist .post {
	margin-bottom:20px;
}
.newslist .post .credits {
	margin-top:2px;
	font-size:smaller;
	color:#a9a9a9;
}
.newslist .links {
}
.newslist .links a {
	border:1px solid rgb(85, 136, 181);
	font-size:larger;
	padding:5px;
	text-decoration:none;
}
.newslist .links a:hover {
	background-color:#D6EAFF;
}
.newslist .links a.older {
	float:right;
}
.newslist .links a.newer {
	float:left;
}