/* this is the new site! */

/*
Big reset. for background, see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* 
End big reset
*/



body {
	font-size: 13px;
	font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	margin: 0;
	padding: 0;
	color: #111;
	line-height: 1.4;
	background: #666 url(/images/concrete.jpg) repeat fixed;
}

ol {
	padding-left: 1.5em;
}

a:link {
	color: #e5345e;
	text-decoration: none;
}

a:visited {
	color: #e5345e;
	text-decoration: none;
}

a:hover {
	color: #e28204;
	text-decoration: underline !important;
	}

a:focus {
	color: #e28204;
	text-decoration: underline !important;
}

a:active {
	color: #e28204;
	text-decoration: underline !important;
	}

#container {
	width: 55em;
	background: #fff;
	margin: 0 auto;
	padding: 1em 2em 2em;
	border: solid #333;
	border-width: 0 4px;
	position: relative;
	box-shadow: 0 0 60px rgba(0,0,0,.9);
}

p {
	margin-bottom: 1em;
}

h1, h2 {
	font-weight: bold;
	font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;
}

h1 {
	margin: 1em 1em 3em .25em;
	height: 16.5em;
}

h2 {
	font-size: 1.3em;
}


.hot_topic {
	width: 300px;
	position: absolute;
	top: 1.5em;
	right: 1.5em;
	padding: 1em 1em 0em;
	background: #f8e250;
	font-size: 13px;
	box-shadow: 4px 4px 2px rgba(0,0,0,.2);
}

.hot_topic h2 {
	padding: 0;
	margin: 0;
}


.sponsors {
	width: 11em;
	text-align: center;
	font-family: "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	padding: .5em 0 1em 1em;
	float: right;
	border-left: 1px solid #666;
	background: #fff;
	line-height: 1.2;
}

.sponsors img {
	vertical-align: middle;
	margin-bottom: .5em;
}

.sponsors a:link, .sponsors a:visited {
	color: #666;
}

.sponsors li {
	margin: 1em 0 2em;
}

.sponsors ul {
	list-style: none;
}

#main_content {
	width: 41em;
}


form {
	clear: both;
	padding-bottom: 1em;
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
	text-align: left;
	font-size: .9em;
}

.footnote {
	font-size: .8em;
	color: #666;
	margin: 0 0 1em 0;
}

p+p.footnote {
	margin-top: -1em;
}

.section {
	border-bottom: 1px solid #666;
	padding: 1em 0 0;
}

.section ul {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 1em;
}

.license {
	font-size: .9em;
	padding-top: 1em;
	border-top: 1px solid #666;
}

.faq ol li {
	margin-bottom: 1em;
}

.faq-q {
	font-weight: bold;
}
