@charset "UTF-8";
/* CSS Document */

.article-footer, .article_footer {
	font-size: 12px;
	border: 1px solid #a0bd80;
	padding: 5px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}
.article-footer p, .article_footer p {
	margin: 0;
	position: relative;
}
.date-posted {
	float: left;
}
.article-section-link {
	float: right;
}
.archive-excerpts {
	float: left;
	width: 525px;
	clear: left;
}

