#home #content {
background: none;
border: none;
}

.red { color: #c00; border: 1px solid #c00; }

#billboard {
float: left;
position: relative; 
overflow: hidden;
width: 750px;
height: 291px;
margin: 0;
padding: 0;
border: 0;
}

#billboard h3 {
position: absolute; 
top: 0;
right: 0;
margin: 0;
padding: 0; 
width: 234px;
height: 72px;
font-size: 15px; 
font-weight: bold;
z-index: 9999;
}
	
#billboard h3 a {
float: right;
display: block;
position: relative; 
overflow: hidden;
width: 175px;
height: 52px;
padding-top: 20px;
padding-left: 25px;
margin-left: 34px; 
color: #fff;
background: url('/images/wce-billboard-arrows-all.png') -36px 0 no-repeat;
}

#billboard #board-2 h3 { top: 73px; }
#billboard #board-3 h3 { top: 146px; }
#billboard #board-4 h3 { top: 219px; }

#billboard .on h3 a, 
#billboard h3 a:hover {
width: 175px;
margin-left: 0;
padding-left: 59px;
text-decoration: none;
}

#billboard .on .whatworks a,
#billboard .whatworks a:hover {
background: url('/images/wce-billboard-arrows-all.png') -1px -72px no-repeat;
}
#billboard .on .takeaction a,
#billboard .takeaction a:hover {
background: url('/images/wce-billboard-arrows-all.png') -1px -144px no-repeat;
}

#billboard .background {
position: absolute;
top: 0;
left: 0;
width: 550px;
height: 291px;
display: none;
}

#billboard .on .background {
display: block;
}

#billboard .content {
position: absolute;
left: 20px;
bottom: 20px;
width: 415px;
padding: 10px 20px 10px 20px;
font-size: 13px;
line-height: 1.42em;
color: #fff; 
background: #707070;
}

#billboard div.whatworks div.content {
background-color: #85b156;
}

#billboard div.takeaction div.content {
background-color: #9a292c;
}

#billboard div.blog div.content {
background-color: #db6d31;
}

#billboard div.podcast div.content {
background-color: #f0b208;
}

#billboard div.aboutus div.content {
background-color: #0d3f59;
}

#billboard .content h1,
#billboard .content h2,
#billboard .content h3,
#billboard .content h4,
#billboard .content h5,
#billboard .content h6 {
color: #fff;
}

#billboard div.content p {
font-size: 14px;
}

#billboard div.content p.more a {
padding-bottom: 1px;
}

#billboard div.content p.more a:hover img {
padding-bottom: 0;
border-bottom: 1px solid #fff;
}

#billboard div.content h1,
#billboard div.content h2,
#billboard div.content h3,
#billboard div.content h4,
#billboard div.content h5,
#billboard div.content h6 {
color: #fff;
font-weight: bold;
}
#billboard div.content h4 {
font-size: 15px;
}

.module {
float: left;
margin: 0 0 10px 10px;
width: 200px;
}

#home-secondary .wide {
width: 410px;
}

.module .header {
height: 29px;
}

.module .header h3 {
padding-left: 0;
}

.module .content {
mine-height: 240px;
}

.podcast .content,
#home-secondary .module .content {
min-height: 240px;
max-height: 240px;
overflow: hidden;
}

.blog {
width: 540px;
margin-left: 0;
}

.blog .header h3 {
float: left; 
width: 100%;
height: 30px;
}

.blog .header h3 img {
float: left;
}

.blog .header h3 a.rss {
float: right;
padding: 7px 10px 0 0 ;
}

.blog .header h3 a.rss img {
width: 16px;
height: 16px;
}

.blog .content {
background-color: #fff;
font-size: 15px;
}

.blog .entry-header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
}

.blog .entry-header img {
	float: left;
	margin: 10px 20px 10px 0;
	border: 0;
}	

.blog .entry-header h4 {
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 110%;
	float: right;
	width: 405px;
}

.blog .entry-header p.byline {
	float: right;
	width: 405px;
	font-size: 11px;
}


.blog .content p.more {
margin: 11px 0 1em 0;
}
.blog .content p.more a {
height: 8px;
display: block;
text-indent: -999em;
background: url('/images/wce_more_read_more_2.png') 0 0 no-repeat;
}

