/* Global */
*
{
	margin: 0px;
	padding: 0px;
	
	font-family: "Arial Black", Gadget, sans-serif;
}

html 
{
    overflow-y: scroll;
}

body
{
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	
	overflow-x: hidden;
}

#social
{
	position: fixed;
	right: 0px;
	top: 0px;
	text-align: center;
	font-size: 0.75em;
	width: 180px;
	font-family: "Arial", sans-serif;
	background-image: url('../images/social_bg.png');
	background-repeat: both;
	color: #000;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
}

.socialCell
{
	display: table-cell;
}

.socialButton
{
	padding: 10px;
	//display: block;
}

p
{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-left: 32px;
	margin-right: 32px;
	
	font-family: Arial, Helvetica, sans-serif
}

p.centreBold
{
	text-align: center;
	font-weight: bold;
	
	font-family: "Arial Black", Gadget, sans-serif;
}

br
{
	height: 2em;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
}

a:hover
{
	text-decoration: underline;
}

.blockImage
{
	display: block;
	margin: 0px;
	padding: 0px;
}

/* Page holder */
#pageHolder
{
	width: 100%;
}

/* UFO */
#ufoHolder
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.ufo
{
	position: relative;
	left: 100%;
}

/* Actual page */
#page
{
	width: 1045px;
	margin: auto;
}

/* Page head */
#pageBorderBar
{
	height: 22px;
}

#topBar
{
	
}

/* Page content */
#content
{
	width: 100%;
	background-image: url('../images/page_middle.png');
	background-repeat: repeat-y;
}

/* Title logo */

/* Title canvas */
#title
{
	height: 360px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}

/* Compatibility (non canvas) title */
#compatTitle
{
	height: 360px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}

#compatTitleImage
{
	margin: 0 auto;
	display: block;
}

/* Menu bar */
#menuBar
{
	width: 100%;
	text-align: center;
	padding-bottom: 1.0em;
}

#menuBarButtons
{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.menuButton
{
	position: relative;
	width: 200px;
	height: 72px;
	
	display: inline-block;
	
	background-image: url('../images/button.png');
}

.menuButton a
{
	width: 200px;
	height: 72px;
	
	display: table-cell;
    vertical-align: middle;
	
	text-align: center;
}

.clearer
{
	clear: both;
}

/* Inner page content */
.innerContentContainer
{
	width: 848px;
	margin-left: auto;
	margin-right: auto;
}

#windowBorderBar
{
	height: 24px;
}

#windowTop
{
	
}

/* Download links */
.downloadLinks
{
	border: 0px;
	border-collapse: collapse;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('../images/window_mid.png');
	background-repeat: repeat-y;
	width: 848px;
}

.downloadLinks, tr, td
{
	border: 0px;
}

.comingSoonText
{
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
}

.downloadLinkImg
{
	width: 150px;
}

.downloadLinkBottomRow
{
	padding-bottom: 1.5em;
}

.innerContent
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('../images/window_mid.png');
	background-repeat: repeat-y;
	width: 848px;
}

#windowBottom
{
	margin: 0px;
	padding: 0px;
}

/* About page */
#intro
{

}

/* Screenshots */
#pictures
{
	position: relative;
	width: 800px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}
/* Screenshots_iOS */

#video
{
	
}

/* Teams page */
#teams
{
	
}

/* Team data */
.teamTitle
{
	display: none;
}

/* Teams scroller */
#teamsScroll
{
	width:828px;
	height: 387px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #337a94;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

#teamsScroll div.scrollableArea button
{
	display: block;
	background: none;
	border: none;
	cursor: hand;
	position: relative;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#teamsScroll div.scrollableArea div
{
	background: none;
	border: none;
	cursor: hand;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Current team view */
#teamView
{
	width: 828px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	
	background-image: url('../images/ground.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#teamInfo
{
	position: absolute;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

#teamName
{
	margin-top: 30px;
}

#teamName p
{
	text-align: center;
	font-size: 2em;
}

/* Current team character */
.character
{
	position: absolute;
	width: 102px;
	height: 129px;
	display: none;
	
	/* This is to prevent the massive slowdown on Chrome when animating - something to do
	   with clipping I think */
	-webkit-transform: translateZ(0);
}

.characterImage
{
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 102px;
	height: 129px;
}

#teamLoadingSpinner
{
	position: relative;
	width: 128px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	
	display: none;
}

/* Footer */
#footer
{
	padding-top: 1.0em;
	text-align: center;
	font-size: 0.75em;
}