/*------------------------------------------------------------------------------------------------------------
CSS FOR THE NEWS, SPORT & WHATS ON SUMMARY SECTIONS
This CSS will ONLY effect the summaries sections for news, sport & what's on
------------------------------------------------------------------------------------------------------------*/
div.summary_story {
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}
#content_summaries h1 {
	font-size: 18px;
	margin-bottom: 2px;
}
#content_summaries h2 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 7px;
}
#content_summaries p.date {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #333333;
}
#content_summaries span.time {
	font-weight: normal;
	color: #666666;
}

/*MORE CONTENT SECTIONS
------------------------------------------------------------------------------------------------------------*/
/*These are the generic settings for the more content areas in each topic, coloring is applied via the ID*/
#content_container .content_more {
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}
#content_container .content_more h1{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#content_container .content_more span {
	margin-right: 10px;
}
#content_container .content_more p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*CSS FOR INDIVIDUAL 'MORE' STYLES
------------------------------------------------------------------------------------------------------------*/
#content_more_news h1, #content_more_news span {
	color: #FF0202;
}
#content_more_sport h1, #content_more_sport span {
	color: #006600;
}
#content_more_whatson h1, #content_more_whatson span {
	color: #005DA6;
}