.headline {
margin-bottom: 30px;
width: 100%;
margin-top: 15px;
position: relative;
}
.headline .infohead {
	font-size: 10px;
     float: left;
     width: 100%;
}
.headline .whowhere {
	float: left; 
	clear: left;
}
.headline img {
        padding: 3px;
        border: 1px solid #e9e9e9;
        float: left; 
        margin-right: 12px;
}

.headline h2 a{
    font-size: 16px;
    text-transform: uppercase;  
    color: #fff;
}
.headline p.more {
text-align: right;
right: 0;
top: 110px;
}	

.headline .ccm-page-list-description {
    color: #fff;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}