@charset "UTF-8";
/* COMPETITION STYLES */
/* These styles change how the competition forms are displayed */


.entryHolder {
clear:both;
border-bottom: 1px dotted #333333;
padding-bottom: 1em;
margin-bottom: 1.5em;
float:left;
}

.entryHolder h3 {
margin-top: 0;
}

.profilePic {
height: 182px;
float: left;
}
.preview {
float:left;
text-align:center;
}

.preview img.zoom {
	position:absolute;
	margin: 0;
}
.preview a, .preview a:hover {
	border-bottom: none;
}

.textDesc, .textDescWrite {
	float: left;
	margin-left: 8px;
	width: 250px;
}
.textDesc_Rockit {
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
	padding-right:20px;
}
.textDescWrite {
	width: 540px;
}

.textDesc p {
	}

.textDesc p.workTitle {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 .2em;
}
.textDesc p.authorName {
	font-size: .8em;
	color:#777777;
	font-weight: bold;
	font-style:italic;
	margin: 0 0 .5em;
}
div.wp-polls form.wp-polls-form p strong {
color:#FFF;
}
span#vote{
	font-size: .8em;
	color:#777777;
	font-weight: bold;
	font-style:italic;
	margin: 0 0 0 10px;
}