/* News Listing */
.news-list {
}

	.news-list .news-article {
		margin-bottom:	1.2em;
	}

		.news-list .news-article > a {
			display:	block;
			text-decoration:	none;
			color:	#333;
		}

			.news-list .news-article > a:hover .article-title {
				text-decoration:	underline;
			}

		.news-list .article-title {
			margin:	0;
		}

		.news-list .article-date {
			display:	block;
			margin-top:	-0.2em;
			color:	#666;
		}

		.news-list .article-summary {
		}

			.news-list .news-article > a .article-summary:after {
				content:	" Read More";
				text-align:	right;
				color:		#157ad8;
			}


/* News Article */
.page-news-article h1 {
	margin:	0;
}

.page-news-article .article-date {
	display:	block;
	margin-top:	-0.2em;
	color:	#666;
}

