html {
	border-top: 1em solid #eeefff;
}
body {
	width: 70%;
	min-width: 800px;
	margin:auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 2em;
	color: #aaa;
	background: white;
	position: relative;
	font-size: 0.8em;
}
a, em { color: black; font-style: normal;}
h3, strong { color: black;}
h3, p, ul { clear: both; font-size: 2em;}
a:hover {
	color: red;
}
h1, p.past {
	font-size: 1.4em;
	color: black;
	display: inline;
}
h1 a {
	color: black;
}
p.past:before {
	content: ', ';
}
p.past:hover a, p.past:hover {
	color: black;
}
p.past:hover a:hover {
	color: red;
}
p.past, p.past a {
	font-weight: bold;
	color: #eeefff;
}
p.entice {
	font-size: 6em;
	font-weight: bold;
	color: red;
	margin-bottom: 0.5em;
	background: red;
	color: white;
	padding: 0.25em;
	margin-left: -0.25em;
	margin-top: 0.75em;
}
p.entice:hover {
	background: #000;
}
p.entice a {
	color: #fff;
	text-decoration: none;
}
p.entice a:hover {
	color: #fff;
}
h2 {
	font-size: 2em;
	margin-bottom: 2em;
	color: red;
}
h2 a {
	font-size: 0.415em;
	color: black;
}
.register, .more {
	clear: none;
}
.register a, .more {
	display: inline;
	padding: 0.5em;
	background: black;
	color: white;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	border: 3px solid black;
}
.register a {
	margin-bottom: 2em;
}
.more {
	background: white;
	clear: none;
	padding-left: 0;
	color: black;
	border: 3px solid white;
	font-size: 0.6em;
}
.register a:hover, .more:hover {
	color: black;
	background: white;
	border: 3px solid black;
}
.more:hover {
	color: red;
	border: 3px solid white;
}
.progress {
	position: absolute;
	top: 0;
	right:0;
	background: #eeefff;
	font-size: 0.33em;
	padding: 2em;
	padding-top:0;
	padding-bottom: 0;
	text-align: center;
}
.progress.new {
	background: red;
}
.progress h2 {
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 0;
}
.progress.new h2 {
	color: #fffeee;
}
.progress p {
	font-weight: bold;
	font-size: 5em;
	margin:0;
	color: #ccc;
}
.progress.new p {
	color: #fff;
}
.progress p a {
	color: inherit;
	text-decoration: inherit;
}
.sponsors {
	width: 105%;
	display: block;
	clear: both;
	font-size: 0.65em;
}
.sponsors a img {
	border: none;
}
.sponsors ul, .sponsors li {
	margin:0;padding:0;
}
.sponsors ul.gold {
	margin-left: -20px;
}
.sponsors ul li {
	display: inline;
}
