* {
	margin: 0em;
	padding: 0em;
	}
html { overflow-y: scroll; }
body {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 10px;
	color: #272728;
	background: url(images/back.jpg) no-repeat #f2f2f2;
	background-position: right top;
	}

/*LIMKS*/
.info a:link, #hiddenbox a:link {
	font-weight: 500;
	color: #e85718;
	text-decoration: none;
	}
.info a:visited, #hiddenbox a:visited {
	color: #e85718;
	}		
.info a:hover, #hiddenbox a:hover {
	color: #000;
	text-decoration: underline;
	}
.info a:active, #hiddenbox a:active {
	top: 2px;
	}
.info a:focus, #hiddenbox a:focus{
	}
a img {	border: none; }
a {
	border: none;
	position: relative;
	}
/*PAGE*/
#wrapper { margin: 0 4em 2em 4em; }
#head {
	width: 35em;
	margin: 10em 0 0em 2em;
	}
.info {
	font-size: 1.5em;
	line-height: 145%;
	font-weight: 200;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	}
#player {
	-moz-box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
	box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
	border: solid 0.1em #e9e9e9;
}
div#container {	}
.content {
	font-size: 1.5em;
	line-height: 145%;
	font-weight: 300;
	letter-spacing: 0.01em;
	margin: 1.3em;
}
.item {
	background-color: #ececec;
	margin: 2.5em 2em 0 2em;
	width: 35em;
	float: left;
	display: block;
	-moz-box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
	box-shadow: 4px 3px 6px rgba(0,0,0,0.5);
	border-radius: 1em;
	border: solid 0.1em #e9e9e9;
	}
	span.run {
		text-decoration: underline;
		cursor: pointer;
		}
p { margin-bottom: 1em; }
img { width: 100%; }
/*HEADINGS AND TEXT*/
h1 {
	text-indent: -9999em;
	background: url(images/head.png) no-repeat;
	width: 237px;
	height: 89px;
	margin-bottom: 1em;
	}
h2 {
	font: normal bold 1em "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	border-bottom: solid 0.1em #777;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}
h3 {
	font: normal bold 1em "Helvetica Neue", helvetica, arial, sans-serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}
.date { font-weight: 400; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.smalltext { font-size: 0.8em; }
.clear { clear: both; }