/* @group reset
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
================================================================================= */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

:focus {
	outline: 0;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

/* @end */

/* @group structure
================================================================================= */

body {
	font: 62.5% "Open Sans", Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: #0f1925 url('../images/texture.jpg') repeat 50% 50%;
}

#wrapper {
	clear: both;
	max-width: 750px;
	margin: 30px auto;
	text-align: left;
}

/* @end */

/* @group splash page
================================================================================= */

#countdown {
	margin-bottom: 30px;
	text-align: center;
	cursor: default;
}

#countdown dl {
	display: inline-block;
	width: 40px;
	margin-right: 30px;
}

#countdown dl:last-of-type {
	margin-right: 0;
}

#countdown dl dd {
	margin-bottom: 15px;
	font: 4.2em/1em "Oswald", Helvetica, sans-serif;
	color: #fff;
}

#countdown dl dt {
	font: 800 1.8em/1em "Open Sans", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4590a9;
}

#poster {
	width: 750px;
	height: 750px;
	margin-bottom: 30px;
	background: url('../images/poster.jpg') no-repeat 0 0;
}

h1 {
	margin-bottom: 30px;
	font: 3.7em/1em "Oswald", Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

#buttons {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#buttons a {
	display: block;
	padding: 30px;
	width: 312px;
	font: 400 1.5em/1em "Open Sans", Helvetica, sans-serif;
	text-decoration: none;
	color: #4692ab;
	background: #202d3f;
	-moz-transition: background 0.2s ease-out, color 0.2s ease-out;
	-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

#buttons a:hover {
	color: #202d3f;
	background: #4590a9;
}

#buttons a:first-of-type {
	float: left;
}

#buttons a:last-of-type {
	float: right;
}

#buttons a strong {
	display: block;
	margin-bottom: 5px;
	font: 2em/1.2em "Oswald", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#buttons a:hover strong {
	color: #202d3f;
}

#social {
	text-align: center;
}

#social li {
	display: inline-block;
	margin-right: 30px;
}

#social li:last-of-type {
	margin-right: 0;
}

#social li a {
	text-decoration: none;
	color: #4590a9;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}

#social li a:hover {
	color: #fff;
}

#tour {
	clear: both;
	width: 750px;	
	padding-bottom: 28px;
}

#tour a {
	color: #578fa7;	
	text-decoration: none;
}

#tour a:hover {
	text-decoration: underline;
}

/* @end */

/* @group miscellaneous
================================================================================= */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/* @end */