/* CSS Reset */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global */
@font-face {
	font-family: LeagueGothic;
	src: url('../fonts/LeagueGothic.otf');
}

body {
	background: #111 url('../images/bg.png') repeat;
	color: #F7F7F7;
	display: block;
	font: 10px Arial, Helvetica, sans-serif;
	height: 100%;
	padding: 0 auto;
	text-align: center;	
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
}

h2, h3 {
	display: block;
	font-family: LeagueGothic, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 54px;
}

h2 {
	color: #FFF;
	float: left;
	font-size: 4.0em;
	text-transform: uppercase;
	width: 540px;
	-webkit-mask-image: -webkit-gradient(linear, left top,
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.6)));
}

h3 {
	color: #FFF;
	float: right;
	font-size: 3.0em;
	opacity: 0.3;
	-moz-opacity: 0.3;
	text-align: right;
	width: 380px;
}

h2 a,
h3 a {
	color: #FFF;
}

#curtains {
	background: url('../images/header.jpg') no-repeat top center;
}

#logo {
	background: url('../images/logo.png') no-repeat center center;
	height: 160px;
	width: 960px;
	margin-bottom: 40px;
}

#intro {
	color: #999;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 18px;
	margin: 80px 0 0;
	text-align: justify;
}

#intro a {
	color: #ccc;
}

#intro a:hover {
	color: #fff;
}

#container {
	height: 500px;
	margin: 0 auto 30px auto ;
	overflow: visibile;
	text-align: left;
	width: 960px;
}

#ribbon {
	background: url('../images/ribbon.png') repeat-y top center;
	float: left;
	margin: 0 0 0 -110px;
	width: 100px;
}

#nav_title {
	float: left;
	text-shadow: 0 1px 0 #000;
	-webkit-mask-image: -webkit-gradient(linear, left top,
	left bottom, from(rgba(0,0,0,1.0)), to(rgba(0,0,0,0.4)));
}

.navdefault {
	position: absolute;
	top: 160px;
	z-index: 2;
}

.navfixed {
	position: fixed;
	_position: absolute;
	top: 0;
}

#nav {
	background-color: #000;
	background: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 44px;
	line-height: 46px;
	margin: 0;
	width: 100%;
	left: 0;
}

#nav ul {
	font-family: LeagueGothic, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	height: 44px;
	letter-spacing: 1px;
	line-height: 46px;
	overflow: visible;
	position: relative;
	text-shadow: 0 1px 0 #000;
	margin: auto;
	width: 960px;
}

#nav li.top {
	float: right;
}

#nav li {
	float: left;
	margin: 0 0 0 14px;
}

#nav li a {
	color: #999;
	-webkit-mask-image: -webkit-gradient(linear, left top,
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.4)));
	text-decoration: none;
}

#nav li a:hover {
	color: #FFF;
	-webkit-mask-image: -webkit-gradient(linear, left top,
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
	text-decoration: none;
}

#lights {
	background: url('../images/lights.png') no-repeat top left;
	_background: none;
	height: 78px;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
}

.navfixed #lights {
	display: none;
}

.entry {
	float: left;
	margin: 40px 0 50px 0;
	width: 940px;
}

.year {
	background: url('../images/date_bg.png');
	color: #B90000;
	float: left;
	font-family: LeagueGothic, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 4.0em;
	height: 209px;
	line-height: 209px;
	margin: -78px 0 0 -100px;
	text-align: center;
	text-shadow: 0 0 10px #6D0303;
	width: 80px;
}

.video {
	background: #000;
	border: 2px solid #000;
	float: left;
	height: 236px;
	position: relative;
	width: 456px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.video a {
	height: 236px;
	position: absolute;
	width: 456px;
	z-index: 1;
}

.video a:hover {
	background: url('../images/play.png') no-repeat center center;
}

.screenshots {
	float: right;
	height: 90px;
	margin: 0 -20px 0 0;
	overflow: hidden;
	width: 480px;
}

.screenshots div {
	background: #000;
	border: 2px solid #000;
	display: block;
	float: left;
	height: 86px;
	margin: 0 20px 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
	overflow: hidden;
	width: 136px;
}

.screenshots a {
	height: 86px;
	position: absolute;
	width: 136px;
	z-index: 1;
}

.screenshots a:hover {
	background: url('../images/magnify.png') no-repeat center center;
}

.blurb {
	float: right;
	height: 130px;
	margin: 20px 0 0 0;
	width: 460px;
}

.blurb h3 {
	color: #CCC;
	display: block;
	float: left;
	font: 1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
	width: 100%;
}

.blurb p {
	color: #999;
	font-size: 1.2em;
	line-height: 18px;
	text-align: justify;
}

a.btn {
	background-color: #2A2A2A;
	color: #FFF;
	display: block;
	float: left;
	font: 2.4em LeagueGothic, 'Arial Narrow', Arial, Helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	margin: 20px 20px 0 0;
	text-align: center;
	width: 220px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a.btn:hover {
	background-color: #B90000;
	text-shadow: 0 0 10px #FFF;
}

.slogan {
	border: 1px dotted #353535;
	color: #353535;
	float: right;
	font-family: LeagueGothic, 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-style: italic;
	height: 38px;
	line-height: 38px;
	margin: 20px 0 0 0;
	text-align: center;
	width: 458px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.rule {
	background: url('../images/rule.png') no-repeat top center;
	float: left;
	display: block;
	height: 15px;
	width: 940px;
}