/*
	Black and White Spider Awards

	Website:		thespiderawards.com
	File Name:		list.css
	Description:	Winners/Nominee list stylesheet
	Last Updated:	2010.02.27
*/

h2 { padding-top: 30px; }
h3, br {
	clear: left;
	padding-top: 20px;
}
h3 { border-bottom: 1px solid #666; }
.title, .name {
	background-color: #111;
	color: #666;
	float: left;
	overflow: auto;
	padding: 5px 0px;
	width: 240px;
}
.title {
	clear: left;
	font-weight: bold;
	text-transform: uppercase;
}
.nom {
	background-color: #131313;
	color: #333;
}
.first { color: #da0; }
.second { color: #b80; }
.third { color: #960; }
.first2 {  color: #fff; font-weight: bolder; }
.first3 { background-color: black; color: #fff; font-weight: bolder; width: 450px; }
.second2 { color: #ccc; font-weight: bolder; }
.third2 { color: #999;font-weight: bold; }
