/* ---------------------------------------------
	CLEAR FORMATTING
--------------------------------------------- */

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* ---------------------------------------------
	GENERAL
--------------------------------------------- */

body
{
	font-family: georgia;
	font-size: 1.1em;
	color: #222;
	line-height: 1.8em;
}

.wrapper
{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

a { color: #1a3a4a; text-decoration: none; }
a:hover { color: #000; }

/* ---------------------------------------------
	BANNER
--------------------------------------------- */

#banner
{
	background: url("images/banner-bg.jpg") #000 no-repeat;
	background-position: top center;
	width: 100%;
	float: left;
	border-bottom: 1px solid #000;
	padding: 0px 0px 40px 0px;
	overflow: hidden;
}

.logo
{
	width: 100%;
	height: 260px;
	margin: 20px 0px 20px 0px;
	float: left;
	text-align: center;
}

.available
{
	width: 220px;
	float: left;
	display: inline;
	text-align: center;
	font-family: georgia;
	font-size: 1.2em;
	color: #fcf8ee;
	text-transform: uppercase;
	font-weight: bold;
}

.available p
{
	margin-top: 50px;
}

.available ul
{
	margin-top: 20px;
}

.available ul li
{
	width: 220px;
	height: 60px;
	margin-bottom: 10px;
	display: block;
}

.available ul li span
{
	width: 220px;
	height: 60px;
	float: left;
}

/* buttons */

#steam-button span
{
	background: url("images/buttons.png") no-repeat;
	background-position: 0px 0px;
}

#steam-button:hover span
{
	background-position: 0px -60px;
}

#ios-button span
{
	background: url("images/buttons.png") no-repeat;
	background-position: -220px 0px;
}

#ios-button:hover span
{
	background-position: -220px -60px;
}

#android-button span
{
	background: url("images/buttons.png") no-repeat;
	background-position: -440px 0px;
}

#android-button:hover span
{
	background-position: -440px -60px;
}

#humble-button span
{
	background: url("images/buttons.png") no-repeat;
	background-position: -660px 0px;
}

#humble-button:hover span
{
	background-position: -660px -60px;
}

.video
{
	width: 710px;
	float: right;
	display: inline;
	z-index:-1;
}

/* ---------------------------------------------
	SCREENSHOTS
--------------------------------------------- */

.screenshots
{
	width: 100%;
	float: left;
	background: #151618;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #36383d;
	overflow: hidden;
}

.screenshots img
{
	border: 3px solid #000;
	margin-right: 12px;
	opacity: 0.6;
	transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

.screenshots img:hover
{
	opacity: 1;
}

.screenshots img.last
{
	margin: 0px;
}

/* ---------------------------------------------
	DESCRIPTIONS
--------------------------------------------- */

.description
{
	width: 100%;
	background: #c7d0d5;
	padding: 40px 0px 40px 0px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #64889b;
	overflow: hidden;
}

.odd
{
	background: #91aebd;
}

.description img
{
	width: 180px;
	float: left;
	display: inline;
}

.info
{
	width: 740px;
	float: right;
	display: inline;
}

.info h1
{
	font-size: 1.4em;
	font-weight: bold;
	color: #bc0a07;
	text-transform: uppercase;
}

.odd .info h1
{
	color: #234a5e;
}

/* ---------------------------------------------
	FOOTER
--------------------------------------------- */

#footer
{
	width: 100%;
	background: #151618;
	border-top: 10px solid #000;
	padding: 80px 0px 80px 0px;
	float: left;
	text-align: center;
	color: #aaa;
	font-weight: bold;
	font-family: verdana;
	overflow: hidden;
}

.credits
{
	margin-top: 40px;
}

.credits img
{
	margin: 20px;
}

/* ---------------------------------------------
	MOBILE + TINY WINDOWS
--------------------------------------------- */

@media (max-width: 960px) {

	.wrapper
	{
		width: 100%;
	}

	#banner
	{
		padding-bottom: 20px;
	}

	.available
	{
		width: 100%;
		text-align: center;
	}

	.available ul
	{
		width: 220px;
		margin: 0px auto;
		text-align: center;
	}

	.available p
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.video
	{
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.screenshots
	{
		text-align: center;
	}

	.screenshots img
	{
		margin: 0px 0px 00px 0px;
	}

	.description
	{
		text-align: center;
	}

	.description img
	{
		width: 180px;
		margin: 0px auto;
		float: none;
	}

	.info
	{
		width: 80%;
		padding: 0% 10% 0% 10%;
	}

	#footer p
	{
		padding: 0px 40px 0px 40px;
	}

	#footer img
	{
		margin: 0px;
	}

	.credits
	{
		width: 100%;
		margin: 10px 0px 0px 0px;
		padding: 0px;
	}

	#footer img
	{
		width: 60%;
		margin: 0 20% 0 20%;
		padding: 0px;
	}
}