* {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

a:active {
	outline:none;
}

:focus {
	-moz-outline-style:none;
}

@font-face { 
	font-family: "Helvetica Neue"; src: url("HelveticaNeueLTPro-Roman.otf");
}
@font-face {
	font-family: "Helvetica Neue"; font-weight: bold; src: url('HelveticaNeueLTPro-Bd.otf'); 
}
@font-face {
	font-family: "Helvetica Neue"; font-weight: bold; font-style: italic; src: url('HelveticaNeueLTPro-BdIt.otf'); 
}

body {
	color:#fff;
	font-family: Arial, sans-serif;
	background:#242424 url(../images/body.jpg) repeat-x;
}

#container {
	position:relative;
}

.wrap {
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#head {
	height:120px;
	background:url(../images/glow.jpg) no-repeat center top;
	display:block;
}

#head .wrap {
	height:100px;
}

#logo {
	background:url(../images/logo.png) no-repeat;
	width:290px;
	display:inline;
	float:left;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:40px;
	left:0;
}

#main {
background:#d0d0d0 url(../images/gradient-main.jpg) repeat-x center top;
clear:both;
}

#main,
#main .wrap {
height: 600px;
}

#steps {
width:360px;
height:110px;
z-index:9;
color:#4B4D50;
}

#steps ol {
width:360px;
list-style:none;
}

#steps ol li {
	font-family: "Helvetica Neue", Arial;
}

#steps ol li strong {
display:block;
font-size:18px;
background:url(../images/circle.png) no-repeat 0 10px;
padding-top:10px;
padding-bottom:28px;
padding-left:20px;
text-align:center;
width:135px;
}

#steps ol li.step2,#steps ol li.step3,#steps ol li.step4 {
display:none;
}

#switcher {
	width:390px;
	height:35px;
	z-index:1;
	position:relative;
	margin: 10px;
}

#switcher ol {
width:400px;
z-index:9;
}

#switcher ol li {
display:inline;
width:100px;
height:30px;
text-indent:-9999px;
overflow:hidden;
}

#switcher ol li a {
width:120px;
display:block;
float:left;
height:30px;
}

#switcher #pill {
position:absolute;
top:-5px;
left:0;
z-index:0;
}

#switcher ol li.switch2,#switcher ol li.switch2 a {
width:117px;
}

#switcher ol li.switch1 a {
background:url(../images/play.png) no-repeat 43px 6px;
}

#switcher ol li.switch2 a {
background:url(../images/score.png) no-repeat 39px 6px;
}

#switcher ol li.switch3 a {
background:url(../images/compete.png) no-repeat 31px 6px;
}

#content {
background:url(../images/metal.jpg) repeat-x center top;
padding-top:20px;
position:relative;
border-top:1px solid #444;
background-color: #070707;
}

#content .wrap {
height:900px;
padding-left:14px;
}

#facebook {
font-size:120%;
width:266px;
height:215px;
float:left;
padding-left:35px;
}

#facebook img {
margin-top:12px;
}

#screenshots {
width:400px;
float:left;
position:relative;
}


h1 {
font-family: "Helvetica Neue", Arial;
font-size: 24pt;
font-weight: normal;
text-shadow: #000 2px 2px 3px;
margin-bottom:10px;
}

h2 {
font-family: "Helvetica Neue", Arial;
font-size: 16pt;
font-weight: normal;
color: #FFF;
text-shadow: #000 1px 1px 3px;
margin-bottom:10px;
}


#screenshots li {
float:left;
display:inline;
margin-right:15px;
margin-bottom:5px;
}

#screenshots li a img {
border:4px solid #fff;
}

.block {
	padding:18px;
	background-color:rgba(0,0,0,0.5);
}

.block_transparent {
	padding:18px;
}

#newsfeed {
width:394px;
height:197px;
float:left;
}

#newsfeed p a {
color:#fff;
background-color:#695f48;
text-decoration:none;
padding:1px 4px;
}

#newsfeed p a:hover {
color:#fff;
background-color:#7f7358;
text-decoration:none;
padding:1px 4px;
}

#newsfeed div.gfg-title a {
display:none;
}

#newsfeed div.gfg-list {
visibility:hidden;
}

#newsfeed div.gfg-entry {
margin-top:10px;
font-size:110%;
}

#newsfeed div.gf-snippet {
margin-top:10px;
}

#foot {
	color: #aaa6a2;
	font: 10pt Arial;
	background:url(../images/foot.jpg) repeat-x center top;
}

#foot .wrap {
	padding-top:18px;
	padding-bottom:18px;
	height:18px;
}

#foot small {
font-size:12px;
display:inline;
padding-left:19px;
}

#foot p {
float:left;
width:650px;
}

#foot strong {
float:right;
font-weight:400;
font-style:normal;
display:block;
padding-right:30px;
}

#foot strong a {
font:italic 14px Georgia;
color:#aaa6a2;
text-decoration:none;
}

.error {
background-color:#ea3c0f;
z-index:999;
position:absolute;
top:10px;
left:0;
width:244px;
height:22px;
color:#fff;
text-align:center;
font-size:12px;
line-height:22px;
}

img#thanks {
position:absolute;
top:120px;
}

div.stripes {
background:url(../images/stripes.png) repeat-x center top;
height:5px;
border-top:1px solid #060606;
border-bottom:1px solid #060606;
}

a,a:hover,a:visited,#foot strong a:hover {
color:#fff;
}

.left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 470px;
}

.left.content {
	width: 400px;
}

.right {
	position: absolute;
	left: 520px;
	top: 0px;
	width: 460px;
}

.right.content {
	left: 440px;
	width: 550px;
}

.buttons {
	margin: 30px 0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align: right;
}

.buttons > * {
	vertical-align:text-top;
}

#platforms {
	position:relative;
	top: 40px;
	left: 600px;
	font-size:30px;
}

#platforms > div{
	display: inline-block;
}

#platforms a {
	text-decoration: none;
}

#devices {
	text-align: center;
	width: 400px;
	margin-top: 10px;
}

#iphone {
	margin-top: 40px;
}

#ipad {
}

#android {
	margin-top: 20px;
}

.quotes {
	margin: 20px 0;
	padding: 10px;
	color: black;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.3);
}

.download {
	height: 114px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 20px;
	font-family: "Helvetica Neue", Arial;
	font-size: 14pt;
}

.download h1 {
	margin-bottom: 2px;
}

.download a {
	display: inline-block;
	float: left;
	text-decoration: none;
	background-color: #FFF200;
	padding: 4px;
	color: black;
	border: 1px solid #FFF200;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2px;
}

.download a:hover {
	background-color: #5B6576;
	color: #FFF200;
}

.icon {
	float: left;
	margin: 0 10px 5px 0;
}

#intro {
	font-family: "Helvetica Neue", Arial;
	font-weight: bold;
	font-size: 32pt;
	font-style: italic;
	color: #d8954d;
	text-shadow: #FFF 0px 0px 3px;
	margin: 20px 0;
	clear: both;
}

.trailer {
	text-align: center;
	margin: 10px 0;
}

#features ul {
	list-style-image: url(../images/fb16.png);
}

#features ul li {
	margin: 20px;
	padding-left: 5px;
}

.video-fancy {
	top:240px;
	left:145px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	text-decoration:none;
}

.univapp {
	float:right;
	text-align:center;
	margin: 20px 5px;
	width: 100px;
}
