/**
 * News
 *
 * This stylesheet contains styling rules for Latest news listings and articles.
 *
 * @package thameslink_news
 */

.news-item h2 {
	margin-bottom: 2px;
}

.news-item span.news-item-date {
	display: block;
	font-weight: bold;
}

.news-item a.read-more {
	display: block;
	margin-top: 5px;
}

/* Pagination */

li.current {
	font-weight: bold;
}

ul.news-pagination {
	margin-left: 0px;
	text-align: center;
}

ul.news-pagination li {
	margin: 0 3px;
	display: inline;
}

/* Article page */

.news-article span.news-item-date {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-article a.back-to-list {
	display: block;
	margin-top: 20px;
}

/* Ticker */

.NewsTicker {
	border-top: 1px solid #E50278;
	border-bottom: 1px solid #E50278;
	overflow: hidden;
}

.NewsTicker strong {
	background-color: #E50278;
	padding: 2px 5px 2px 5px;
}

.NewsTicker span,
.NewsTicker a {
	padding: 0px 0px 0px 5px;
}

.NewsTicker a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.NewsTicker a:hover {
	text-decoration: underline;
}