/*
52 - Scott Heinowski
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* End Reset */


body{
	background: #000;
		font-family: "helvetica neue", helvetica, Arial, sans-serif;
}

h1{
	border-top: 12px solid #FC0;
	font-size: 2.5em;
	font-family: helvetica, "helvetica neue", Arial, sans-serif;
	color: #FC0;
	font-weight: bold;
	width: 940px;
	margin:0 auto;
	padding: 10px 10px 50px;
}

h2{
	font-size: 2.0em;
	font-weight: bold;
}

a:link, a:visited, a:active{
	color: #FC0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#main{
	width: 960px;
	margin: 40px auto;
}

li.thing{
	width: 462px;
	padding: 9px;
	float: left;
}

li.image{
	width: 460px;
	height: 265px;
	background: #333;
	overflow: hidden;
	font-size: 14em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333;
}

.links{
	font-size: 1em;
	padding: 10px 0px 30px;
	color: #666;
}

.clear{
	clear: both;
}

.card{
	clear: both;
	color: #666;
	background: #FFF;
	width: 640px;
	margin: 10px auto;
	padding: 20px 40px 40px 40px;
	font-size:1em;
	/*border-top: 12px #147ECC solid;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

#copyright{
	font-size:1em;
}

.card a{
	color: #147ECC;
}

.card h2{
	margin: 5px 0px;
}

.card p{
	margin: 5px 0px;
}


