/*------------------------------------------------------------------------------------------------------------
CSS FOR THE FORMATTING OF THE HOME PAGE CONTENT AREA
This CSS will ONLY effect the content area on the home page 
------------------------------------------------------------------------------------------------------------*/

/*NEWS SECTION
------------------------------------------------------------------------------------------------------------*/
#content_news {
	padding-bottom: 10px;
}
#content_news h1 {
	font-size: 22px;
	line-height: 23px;
	margin-bottom: 10px;
}
#content_news img {
	float: right;
	margin: 0px 0px 8px 8px;
}

/*SPORT SECTION
------------------------------------------------------------------------------------------------------------*/
#content_sport {
	padding: 10px 8px 10px 8px;
}
#content_sport h1, #content_whatson h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 4px;
}
#content_sport img {
	float: left;
	margin: 0px 6px 8px 0px;
}

/*WHATSON SECTION
------------------------------------------------------------------------------------------------------------*/
#content_whatson {
	padding: 10px 8px 10px 8px;
}
#content_whatson img {
	float: left;
	margin: 0px 6px 8px 0px;
}

/*GENERIC TITLE CSS
------------------------------------------------------------------------------------------------------------*/
/*This is for the general settings for each of the section titles*/
#content_container .content_title {
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}

/*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: 0px;
	padding-bottom: 7px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content_container .content_more h1{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#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;
}

/*RSS SETTINGS
------------------------------------------------------------------------------------------------------------*/
#content_container .rss_container {
	height: 19px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#content_container .rss_container div {
	float: left;
}
#content_container .rss_symbol {
	margin: 2px 8px 2px 0px;
}
#content_container .rss_text {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
}

/*CAROUSEL ADD ON
---------------------------------------------------------------------------------------------------------*/
#carousel {
	margin: 0px auto 10px auto;
	text-align:center;
}