/* CSS Document for /decade/ */

/* Global styles */
p  {
	margin:0px;
	text-align:justify;
	font-size:1.20em;
	color:#FFF;
}
	p.text_center  {
		text-align:center;
	}
	p.text_center a {
		color:#CCC;
	}
h1, h2  {
	font-weight:bold;
	margin:0px 0px;
	color:#FFF;	
}
h1  {
	font-size:1.60em;
}
h2  {
	font-size:1.20em;
}
blockquote  {
	margin:10px 100px;
	font-style:italic;
	color:#FFF;	
}
strong  {
	font-weight:bold;
}

/* Colors, unique styles */
.orange {
	color:#FFA200;
}
.light_gray  {
	color:#CCC;
}
.red  {
	color:#F00;
}

/* Layout styles */
div.header  {
	width:850px;
	height:420px;
	margin:0px;
	padding:0px;
	background:url(/decade/images/header.jpg) top center no-repeat;
}
div.header_menu  {
	background:url(/decade/images/menu/decade_nav_bar.jpg) top left no-repeat;
	width:850px;
	height:47px;
}
	div.header_menu ul  {
		float:left;
		list-style:none;
		margin:4px 0px 0px 10px;
	}
	div.header_menu ul li  {
		float:left;
		margin-right:12px;
	}	
div.sub_header  {
	font-size:3.60em;
	text-align:center;
}
div.container  {
	margin:5px 25px 25px 25px;
	color:#FFF;
}
	div.container table tr td  {
		font-size:1.20em;
		padding:5px;
	}
	div.container p a {
		color:#CCC;
	}
	div.countdown  {
		font-size:1.60em;
		font-weight:bold;
		text-align:center;
	}
	div.container_row  {
		width:800px;
		margin-bottom:10px;
		float:left;
	}
	div.main_icon  {
		float:left;
		margin:10px;
	}
	ul.profile, div.profile  {
		margin:10px 0px 10px 200px;
		font-size:1.20em;
		color:fff;
	}
	ul.profile li  {
		margin:5px 0px;
		clear:both;
	}
	ul.profile li a, div.profile a  {
		color:#999;
	}
	ul.profile li div.info  {
		width:80px;
		float:left;
	}
	ul.specs  {
		list-style:none;
		margin-left:20px;
	}
	ul.specs li  {
		float:left;
		font-size:1.20em;
		height:35px;
		width:175px;
		margin:5px;
		padding:2px;
		border:1px solid #FFF;
	}
	ul.place  {
		margin:10px 50px;
		list-style:none;
	}
	ul.place li  {
		margin: 10px 0px;
		font-size:1.40em;
	}
	div.place_image  {
		float:left;
		margin-right:50px;
	}
	div.game_winner  {
		width:798px;
		border:1px solid #FFF;
		border-top:none;
		padding:10px 0px;
		margin-bottom:10px;
		text-align:center;
		font-size:1.40em;
		font-weight:bold;
	}
div.sponsors  {
	margin:10px 25px;
	padding:5px;
	border:2px solid #FE8E00;
	float:left;
	text-align:center;
}
	div.sponsors ul  {
		list-style:none;
		margin-top:5px;
		margin-left:8px;
	}
	div.sponsors ul li  {
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}
form.signup_form  {
	margin-left:300px;
	margin-top:10px;
}
	form.signup_form input  {
		margin-bottom:10px;
	}