.contest_title h1
{
	font-size: 22px;
	color: black;
	margin-bottom: 5px;
	margin-top: 0px;
}

.contest_links
{
	background-color: #dddddd;
	padding: 5px;
	margin-top: 10px;
}

.contest_header
{
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	border-top: 1px solid #8cbad1;
	border-bottom: 1px solid #8cbad1;
	padding: 5px 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #dceeff;
}

.contest_video
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.contest_top a
{
	float: right;
	font-size: 10px;
	padding-right: 10px;
	margin-top: 3px;
}

.contest_screenshots
{
	margin: 0px 0px 20px 0px;
	float: left;
}

.contest_screenshot_single
{
	float: left;
	margin-bottom: 15px;
}

.contest_screenshot_single a:hover
{
	background-color: #8cbad1;
}

.contest_screenshot_single a
{
	border: 1px solid rgba(0,0,0,0.3);
	float: left;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	padding: 7px;
	line-height: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	margin-right: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.contest_submission_single
{
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

.contest_submission_single a:hover
{
	background-color: #8cbad1;
}

.contest_submission_single img
{
	padding-bottom: 8px;
}

.contest_submission_single a
{
	border: 1px solid rgba(0,0,0,0.3);
	float: left;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	padding: 7px;
	line-height: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
	margin-right: 15px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.contest_enter
{
}

.contest_enter li
{
	list-style-type: none;
	padding-left: 30px;
	min-height: 20px;
}

.contest_enter li.rocks_1
{
	background: url('../images/rocks_bullet_1.png') no-repeat top left;
}

.contest_enter li.rocks_2
{
	background: url('../images/rocks_bullet_2.png') no-repeat top left;
}

.contest_enter li.rocks_3
{
	background: url('../images/rocks_bullet_3.png') no-repeat top left;
}

.contest_enter li.rocks_4
{
	background: url('../images/rocks_bullet_4.png') no-repeat top left;
}

.contest_enter li.rocks_5
{
	background: url('../images/rocks_bullet_5.png') no-repeat top left;
}

.contest_enter li.rocks_6
{
	background: url('../images/rocks_bullet_6.png') no-repeat top left;
}

.contest_winner
{
	background-color: #DCEEFF;
	padding: 15px;
	margin-top: 5px;
	overflow: hidden;
}

.contest_winner img
{
	padding-right: 20px;
	float: left;
}

.contest_winner h1
{
	margin-top: 0px;
	border: 0px;
	color: #666;
	font-size: 20px;
}

.game_details
{
	clear: both;
}

