html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote
{
	margin:0px;padding:0px;
}

html
{
	background: #011422 url("../images/background.jpg") repeat-x;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
}

body
{
	width: 960px;
	text-align: left;
	margin: auto;
}

h1,h2,h3,h4,h5,h6
{
	color: #aaf137;
}

h1
{
	background: url("../images/logo.png") top left no-repeat;
	text-indent: -1000em;
	width: 357px;
	height: 210px;
	float: left;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 0.4em;
}

a:link, a:visited
{
	color: #aaf137;
	border-bottom: solid 1px transparent;
	text-decoration: none;
}

a:active, a:hover
{
	color: #ffffff;
	border-bottom: solid 1px #aaf137;
	text-decoration: none;
}

a img
{
	border: none;
}

#header
{
	padding-top: 44px;
}

#header .screenshots
{
	padding-top: 18px;
	float: right;
}

#header .screenshots li
{
	display: inline;
	margin-left: 30px;
}

#content
{
	clear: both;
	padding-top: 50px;
}

#content .call-to-action
{
	width: 560px;
	float: left;
	font-size: 3em;
	margin-bottom: 60px;
}

#content .sidebar
{
	float: right;
	width: 350px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}

#content .sidebar .download-button
{
	display: block;
	width: 282px;
	height: 77px;
	border: none;
	text-indent: -1000em;
	cursor: pointer;
	margin: 0.5em auto 0em auto;
}

#content .sidebar #iphone-button
{
	background: url("../images/iphone-download-button.png") top center no-repeat;
}

#content .sidebar #android-button
{
	background: url("../images/android-download-button.png") top center no-repeat;
}

#content .sidebar p, #content .sidebar object, #content .sidebar embed, #content .sidebar iframe
{
	margin: 2em auto 0em auto;
}

#content .description
{
	width: 525px;
	font-size: 1.8em;
	line-height: 1.6em;
}

#content .description p, #content .description ul
{
	margin-bottom: 1.5em;
}

#content .description ul
{
	padding-left: 2em;
	list-style-image: url("../images/bullet.png");
}

#content .description ul li
{
	padding-left: 0.5em;
}

#footer
{
	clear: both;
}

#footer .bowlerhat
{
	float: left;
	padding-bottom: 1.6em;
}

#footer .bowlerhat-link
{
	display: block;
	width: 275px;
	height: 63px;
	background: url("../images/createdby.png") top left no-repeat;
	text-indent: -1000em;
}

#footer .twitter
{
	font-size: 1.7em;
	float: right;
	padding-top: 40px;
}

#android-instructions
{
	position: fixed;
	display: none;
	width: 425px;
	left: 50%;
	top: 100px;
	margin-left: -280px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000000 url("../images/android-logo.png") 15px center no-repeat;
	background-color:rgba(0,0,0,0.9);
	padding: 15px 15px 15px 120px;
	color: #ffffff;
	font-size: 2em;
	text-align: left;
	z-index: 5000;
}

#android-instructions .system-requirements
{
	font-size: 0.5em;
	margin-top: 0.5em;
}

#android-instructions strong
{
	color: #aaf137;
}

#android-instructions .qrcode
{
	float: right;
	padding: 0em 0em 1em 1em;
}
