/**
 * 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 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.contester-post-thumbnail {
	position: absolute;
	left: 0;
	top: 5px;
}
.contester-post-info {
    display: block;
    padding-left: 10px !important;
	margin-bottom: 10px;
}
.contester ul > li {
    background: none repeat scroll 0 0 transparent;
    clear: both;
    list-style-type: none;
    margin: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

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