/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/* ----- Featured Wide Block ----- */

.Featured-Wide {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	width: 809px;
	height: auto;
}

.Featured-Wide-Header {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.Featured-Wide-Content{
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

.Featured-Wide-Footer {
	position: relative;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

/* ----- Element Styles ----- */

.Featured-Wide-Header h1 {
	position: relative;
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

/* ----- Paging Elements ----- */

.Featured-Wide .Featured-Wide-Header .Paging {
	position: relative;
	float: right;
	padding: 0 0 0 0;
}

.Featured-Wide .Featured-Wide-Footer .Paging {
	position: relative;
	float: right;
	padding: 0 0 0 0;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

/* ----- Featured Block Header Elements ----- */

.Featured-Wide-Header h1 { color: #186da9; }

/* ----- Paging Elements ----- */

.Featured-Wide .Featured-Wide-Header .Paging { color: #bdbdbd; }
.Featured-Wide .Featured-Wide-Footer .Paging { color: #bdbdbd; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

/* ----- Content Block Elements ----- */

.Featured-Wide-Header h1 {
	font-weight: bold;
	font-size: 1.0em;
}

/* ----- Paging Elements ----- */

.Featured-Wide .Paging {
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}

.Featured-Wide .Paging a { text-decoration: none; }
.Featured-Wide .Paging a:hover { text-decoration: underline; }