/* @override 
	http://wklondon.local/?css=news/news.v.1313410037
	http://wklondon.local/?css=news/news.v.1313513908
*/

article#news h1 {
	float:left;
	width: 540px;
	margin: 40px 0 32px 0;;
	font-size: 34px;
	line-height: 40px;
	clear:both;
	color: #000;
	font-weight: normal;
	letter-spacing: -0.25px;
}

article#news #date {
	float:left;
	clear:both;
	margin: 0 0 48px 0;
	font-size: 12px;
	color: #000;
}

article#news #date a:link,
article#news #date a:active,
article#news #date a:visited,
article#news #date a:hover {
	color: #000;
}

article#news #date a:hover {
	text-decoration: underline;
}

article#news #newsContainer {
	float:left;
	clear:both;
	margin: 0 0 48px 0;
}

article#news #newsContainer #newsBody {
	float:left;
	width: 380px;
	font-size: 12px;
	line-height: 16px;
	color: #8a8a8a;
}

article#news #newsContainer #newsBody p {
	margin: 0 0 16px 0;
}

article#news #newsContainer #newsGallery {
	float: right;
	margin: 0 0 0 100px;
	width: 380px;
}

article#news #newsContainer #newsGallery img {
	margin: 0 0 24px 0;
}

article#news #share {
	clear:both;
	float:left;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	margin-left: 0;
}

article#news #share li {
	display: inline;
	margin-right: 12px;
}

/* NEWS OVERVIEW */
#newsOverview {
	clear: both;
	float: left;
	position: relative;
}

#newsOverview #subnav {
	margin-bottom: 48px;
}

#newsOverview #listArticles {
	float: left;
}

#newsOverview #listArticles article,
#furtherReading #listArticles article {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 24px;
}

#newsOverview #listArticles article .hotspot,
#furtherReading #listArticles article .hotspot {
	cursor: pointer;
	min-height: 80px;
}

#newsOverview #listArticles article .listLeftCol,
#furtherReading #listArticles article .listLeftCol {
	width: 540px;
	float: left;
	border-bottom: 1px solid #8a8a8a;
}

#newsOverview #listArticles article .listLeftCol h1,
#furtherReading #listArticles article .listLeftCol h1 {
	font-size: 34px;
	line-height: 40px;
	min-height: 80px;
	font-weight: normal;
}

#newsOverview #listArticles article .listLeftCol .listItemSummary {
	float:left;
	font-size: 12px;
	line-height: 16px;
	min-height: 80px;
	width: 100%;
}

#listArticles article .listLeftCol .listItemSummary a:link,
#listArticles article .listLeftCol .listItemSummary a:active,
#listArticles article .listLeftCol .listItemSummary a:visited,
#listArticles article .listLeftCol .listItemSummary a:hover {
	color: #000;
}

#listArticles article .listLeftCol .categoryLink a:link,
#listArticles article .listLeftCol .categoryLink a:active,
#listArticles article .listLeftCol .categoryLink a:visited,
#listArticles article .listLeftCol .categoryLink a:hover {
	color: #000;
}

#listArticles article .listLeftCol .categoryLink a:hover {
	text-decoration: underline;
}

#newsOverview #listArticles article .listLeftCol .listItemDate,
#furtherReading #listArticles article .listLeftCol .listItemDate {
	color: #000;
	font-size: 12px;
	clear: both;
	float:left;
	margin: 24px 0;
	width: 100%;
}

#newsOverview #listArticles article .listRightCol {
	float: left;
}

#newsOverview #listArticles article .listRightCol img {
	margin: 4px 20px 30px 20px;
}

#newsOverview #loadMore,
#furtherReading #loadMore {
	clear: both;
	float: left;
	margin-top: 32px;
	color: #8a8a8a;
	font-size: 15px;
}

#newsBody a:link,
#newsBody a:active,
#newsBody a:visited,
#newsBody a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}

#newsBody a:hover {
	color: #000;
}

