/**
 * Contester CSS
 * For another improvement, you can drop email to zourbuth@gmail.com or visit http://zourbuth.com/
**/

ul.contester {
	list-style-type: none;
	margin: 0 !important;
}
.contester-title {
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	padding-right: 10px;
}

.contester-post-thumbnail {
	position: absolute;
	left: 0;
	top: 5px;
}
.contester-post-info {
    display: block;
}

.contester ul > li {
	clear: both;
	margin: 0px;
	list-style-type: none;
	position: relative;
	padding:0;
	background: none;
	overflow: hidden;
}

/* Contest Default Settings */
.contester-date {
    background: url("../img/icons.png") no-repeat scroll 0 0 transparent;
    color: #555555;
    font-size: 11px;
    padding-left: 20px;
	margin-right: 10px;
}
.contester-comments {
    background: url("../img/icons.png") no-repeat scroll 0 -223px transparent;
    font-size: 11px;
    padding-left: 20px;
}
.clear{
	clear:both
}