/*************************************************************************
	Money Advice Trust
	Developed by Matthew Hill (c) 2008 -- http://www.friskdesign.com/
	for Electric Putty - http://www.electricputty.co.uk/
	MODULE: 	section-debt.css
	PURPOSE:	specific rules for the debt section
*************************************************************************/

/* Content area
*************************************************************************/

#content h1 {
	color:#02823a;
	background:url(../images/bg-credit-wide.png) right top no-repeat;
	min-height:47px;
}
#content h1 span {
	background:url(../images/bg-credit-corner.png) right top no-repeat;	
}
#content h2 {
	font-size:1.6em;
	font-weight:bold;
	line-height:1;
	margin:16px 0 0;
	color:#02823a;	
}
#content .entry h2 {
	margin:0;
	font-size:1.2em;
}
.entry h3 .date,
.firstentry h3 .date {
	color:#826502;
}

.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;
}


#sidebar div#sTopics h2 {
	background: url(../images/bg-sidebar-heading-credit.png) top left no-repeat;
	color:#029f47;
	}

