/*************************************************************************
	Money Advice Trust
	Developed by Matthew Hill (c) 2008 -- http://www.friskdesign.com/
	for Electric Putty - http://www.electricputty.co.uk/
	MODULE: 	section-editorial.css
	PURPOSE:	specific rules for the all pages outside a theme
*************************************************************************/

/* Content area
*************************************************************************/

#contentwide h1,
#content h1 {
	color:#025f82;
	background:url(../images/bg-editorial-wide.png) right top no-repeat;
	min-height:47px;
	padding-left: 15px;
}

#contentwide h1 span,
#content h1 span {
	background:url(../images/bg-editorial-corner.png) left top no-repeat;
	width: 10px;
}
#content h2 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1;
	margin:16px 0 0;
	color:#826502;	
}


#content .editorial h2 {
	margin-bottom: 0.5em;
	}

#content .editorial h3 {
	color:#025f82;
	margin-bottom: 0.2em;
	font-weight:bold;
	line-height:1.4em;
	font-size:1.4em;
	}
	
#content .editorial h4 {
	font-weight:bold;
	line-height:1.2em;
	font-size:1.2em;
	}

#content .editorial h5 {
	font-weight:bold;
	font-size:1em;
	}

#content .editorial p {
	margin-bottom: 1em;
	}
	
#content .editorial ul {
	margin: 0 0 1em 0.5em;
	list-style: none;
	}

#content .editorial li {
	padding-left:10px;
	margin:0 0 0.2em 0;
	background:url(../images/arrow-yellow.png) 0 5px no-repeat;
	}

#content .editorial .firstentry h2,
#content .editorial .entry h2, 
#content .entry h2 {
	margin:0;
	font-size:1.2em;
	}
	
#content .editorial .paginationBottom p {
	margin: 0 !important;
	}
	
.story {
	padding-bottom: 20px;
	}
	
.story h2 {
	color: #025575 !important;
	}

.entry h3 .date,
.firstentry h3 .date,
.story h3 .date {
	color:#826502;
	}

#content .editorial h3.date {
	font-size:1.1em;
	margin: 0;
	color:#826502;
	}

	

.story h3 {
	margin-bottom: 10px;
	}



.entry p.subcats {
	font-weight: bold;
	margin: 0 8px 0 0;
	float: left;
	}

.entry ul.floatleft {
	list-style:none;
	}

.entry ul.floatleft li {
	display:inline;
	/*
	padding:0 6px;
	border-right:1px solid #3399CC;
	*/
	margin: 0 9px 0 0;
	}

.entry ul.floatleft li a,
.entry ul.floatleft li a:visited {
	border-right: 1px solid white; /* Add a white border to the right to seperate these in IE */
}


.entry ul.floatleft li:last-child {
	border:none;
}
