/*
	News list and article pages (neuigkeiten.php, neuigkeit.php, homepage teaser).

	Accent colours are not hard-coded here: they come from the active palette in
	css/colors/*.css through .id-color and the .blog-list img rule, so switching
	the palette in css/color.css still recolours the news pages.
*/

.blog-list li.news-item {
	margin-bottom: 40px;
	padding-bottom: 25px;
}

.news-item h3 {
	margin-top: 0;
	margin-bottom: 8px;
}

.news-item h3 a {
	color: #fff;
	text-decoration: none;
}

.news-item h3 a:hover,
.news-item h3 a:focus {
	text-decoration: underline;
}

.news-thumb {
	display: block;
	margin-bottom: 20px;
}

.news-meta {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.news-meta .news-ended {
	color: #8C8D8E;
}

.news-summary {
	margin-bottom: 15px;
}

.news-figure,
.news-article-meta {
	margin-bottom: 30px;
}

.news-nav {
	margin-top: 50px;
	padding-top: 25px;
	border-top: solid 1px rgba(255, 255, 255, .1);
}

.news-empty {
	color: #8C8D8E;
}

@media (min-width: 768px) {
	.news-thumb {
		margin-bottom: 0;
	}
}
