/*
	ADVENTURE CONNECTIONS COMPETITION CSS
	CREATED:30.06.10
	MODIFIED:22.07.10
	AUTHOR:ANDY FIELD
*/

#comp-items {
	background:#26242e;
	overflow:hidden; /*FH*/
	margin:1.5em 0 3em 0;
	padding:20px 20px 10px 20px;
	width:900px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#home #comp-items dd a {
	border:none;
	color:#69a5d0;
	font-weight:bold;
}

#home #comp-items dd a:hover {
	border-bottom:1px solid #69a5d0;
}

#comp-items dl {
	display:block;
	float:left;
	margin:0 20px 0 0;
	width:164px;
}

#comp-items dl.audio {
	margin:0 15px 0 0;
	width:290px;
}

#comp-items dt a img {
	border:4px solid #fff;
	height:115px;
	width:156px;
}


#comp-items dt a:hover img {
	border:4px solid #69a5d0;
}

#comp-items dd {
	padding:0 0 10px 0;
}

#comp-items dl.end {
	margin-right:0;
}

#frmCompetition {
	margin:0 0 3em 0;	
}

#frmCompetition label {
	font-weight:bold;
	width:185px;
}

#frmCompetition label.error {
	float:none;
	clear:left;
	display:block;
	left:205px;
	position:relative;
	width:400px;
}

label em {
	color:#f30;
}

fieldset {
	border:none;
}

#comp-widgets {
	clear:left;
	padding:10px 0 0 0;
}

#comp-widgets ul {
	margin:1em 0 0 0;
}

#comp-widgets li {
	display:block;
	font-size:11px;
	float:left;
	margin:0 15px 0 0;
}

#home #comp-widgets li.t a,
#comp-widgets li.t a{
	background:transparent url(/competition/assets/twitter-24x24.png) 0 0 no-repeat;
	border:none;
	color:#7b7a7b;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	padding:0 0 0 30px;
	text-decoration:none;
}

#home #comp-widgets li.t a:hover,
#comp-widgets li.t a:hover {
	border:none;
	color:#69a5d0;
}

