/* Reset
============================== */

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background-color: transparent;
}
a {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 1em;
	vertical-align: baseline;
	background-color: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
mark {
	background-color: #FF9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
abbr[title], dfn[title] {
	border-bottom: 1px dashed #CCC;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Global Styles
============================== */

html,
body {
	height: 100%;
}

body {
	background: #FFF url(../images/ss-teaser.png) no-repeat 100% 100%;
	color: #666;
	font: normal 1em/1.4 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a {
	border-bottom: 1px solid #DDD;
	color: #666;
	text-decoration: none;
	
	-webkit-transition: color .2s linear;
}
a:hover {
	border: 0;
	color: #000;
}

span.sep {
	padding: 0 .5em;
	color: #DDD;
	font-weight: normal;
}



/* Header
------------------------------ */

header {
	position: absolute;
	top: 50%; left: 0;
	width: 100%;
	margin: -50px 0 0;
	text-align: center;
}
	header h1 {
		color: #AAA;
		font-size: 1.5em;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	
	/* Logos */
	
	#logos {
		padding: 40px 0 0;
		text-align: center;
	}
		#logos a {
			display: inline-block;
			border: 0;
			text-indent: -9999em;
		}
		#logos a.link-weplaythis {
			width: 89px;
			height: 25px;
			margin-right: 40px;
			background: url(../images/logo-weplaythis.png) no-repeat 0 0;
		}
		#logos a.link-mobygames {
			width: 84px;
			height: 29px;
			margin-left: 40px;
			background: url(../images/logo-mobygames.png) no-repeat 0 0;
		}



/* Imprint
------------------------------ */

#imprint {
	position: absolute;
	top: 50%; left: 0;
	width: 100%;
	margin: -180px 0 0;
	font-size: .8em;
}
	#imprint .container {
		width: 460px;
		margin: 0 auto;
	}
	#imprint h1 {
		margin: 0 0 1em;
		color: #AAA;
		font-size: 1.5em;
		font-weight: normal;
		text-transform: uppercase;
	}
	#imprint p {
		margin: 0 0 1em;
	}
	#imprint p.small-print {
		font-size: .9em;
		color: #AAA;
	}



/* Footer
------------------------------ */

footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}
	footer p {
		padding: 20px;
		color: #AAA;
		font-size: .7em;
		font-weight: bold;
		text-transform: uppercase;
	}
	footer a {
		text-decoration: none;
	}
	
	
	/* Twitter */
	
	footer a.link-twitter {
		display: inline-block;
		width: 16px;
		height: 13px;
		border: 0;
		background: url(../images/i-twitter.png) no-repeat 0 0;
		text-indent: -9999em;
	}
	footer a.link-twitter:hover {
		background-position: 0 -50px;
	}