/*
BaraBariBall
Base CSS
v0.1
*/

/* ---------- Grid */

.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden;
	}

.grid-1, .grid-2, .grid-3,
.grid-4, .grid-5, .grid-6,
.grid-7, .grid-8, .grid-9,
.grid-10, .grid-11, .grid-12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}

.alpha {
	margin-left: 0;
	}

.omega {
	margin-right: 0;
	}

.container .grid-1 {
	width: 60px;
	}
	
.container .grid-2 {
	width: 140px;
	}
	
.container .grid-3 {
	width: 220px;
	}
	
.container .grid-4 {
	width: 300px;
	}
	
.container .grid-5 {
	width: 380px;
	}
	
.container .grid-6 {
	width: 460px;
	}
	
.container .grid-7 {
	width: 540px;
	}
	
.container .grid-8 {
	width: 620px;
	}
	
.container .grid-9 {
	width: 700px;
	}
	
.container .grid-10 {
	width: 780px;
	}
	
.container .grid-11 {
	width: 860px;
	}
	
.container .grid-12 {
	width: 940px;
	}

/* Prefix */
.container .prefix-1 {
	padding-left: 80px;
	}

.container .prefix-2 {
	padding-left: 160px;
	}
	
.container .prefix-3 {
	padding-left: 240px;
	}
	
.container .prefix-4 {
	padding-left: 320px;
	}
	
.container .prefix-5 {
	padding-left: 400px;
	}
	
.container .prefix-6 {
	padding-left: 480px;
	}
	
.container .prefix-7 {
	padding-left: 560px;
	}
	
.container .prefix-8 {
	padding-left: 640px;
	}
	
.container .prefix-9 {
	padding-left: 720px;
	}
	
.container .prefix-10 {
	padding-left: 800px;
	}
	
.container .prefix-11 {
	padding-left: 880px;
	}

/* Suffix */

.container .suffix-1 {
	padding-right: 80px;
	}
	
.container .suffix-2 {
	padding-right: 160px;
	}
	
.container .suffix-3 {
	padding-right: 240px;
	}
	
.container .suffix-4 {
	padding-right: 320px;
	}
	
.container .suffix-5 {
	padding-right: 400px;
	}
	
.container .suffix-6 {
	padding-right: 480px;
	}
	
.container .suffix-7 {
	padding-right: 560px;
	}
	
.container .suffix-8 {
	padding-right: 640px;
	}
	
.container .suffix-9 {
	padding-right: 720px;
	}
	
.container .suffix-10 {
	padding-right: 800px;
	}
	
.container .suffix-11 {
	padding-right: 880px;
	}

/* Clear Fix */
.clear {
	clear: both;
	display: block;
  	overflow: hidden;
  	visibility: hidden;
  	width: 0;
  	height: 0;
	}
	
/* ---------- Resets */

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;
	}
	
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
ol, ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* ---------- Fonts */

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-R-webfont.eot');
    src: url('fonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/Ubuntu-B-webfont.eot');
    src: url('fonts/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Ubuntu-B-webfont.woff') format('woff'),
         url('fonts/Ubuntu-B-webfont.ttf') format('truetype'),
         url('fonts/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: bold;
    font-style: normal;
	}
/*
BaraBariBall
Main CSS
v0.1
*/

body {
	line-height: 1;
	font-size: 16px;
	font-family: 'UbuntuRegular', 'Helvetica Neue', Arial, sans-serif;
	background: #F0F0F0;
	}
	
a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}	
	
/* ---------- Header */

#header {
	background-color: #D15100;
	text-align: center;
	}

#navigation li {
	display: inline-block;
	margin-left: -4px;
	}
	
#navigation li a {
	color: white;
	font-size: 14px;
	padding: 14px 20px;
	display: block;
	}
	
#navigation li.selected a {
	background-color: #19161D;
	}
	
#navigation li:hover a {
	background-color: #2E2439;
	color: white;
	}
	
/* ---------- Awards */

#awards div {
	height: 45px;
	position: relative;
	z-index: 0;
	}
	
#awards #awards-content {
	height: 90px;
	background: url('../images/awards.png') no-repeat 50% 50%;
	position: absolute;
	z-index: 10;
	width: 100%;
	}
	
#awards-upper {
	background-color: #19161D;
	}
	
#awards-lower {
	background-color: #2E2439;
	}
	
/* ---------- Intro */

#intro-container {
	position: relative;
	z-index: 20;
	background: url('../images/intro-bg.jpg') repeat-x top left;
	}
	
#intro {
	background: url('../images/intro.jpg') no-repeat 55px top;
	width: 1200px;
	margin: 0 auto;
	}
	
#logo {
	background: url('../images/logo.png') no-repeat 168px 50%;
	height: 142px;
	margin: 50px 0 46px 0;
	}
	
#cta {
	margin: 45px 0 0 0;
	}

/* ---------- Team */

#team-container {
	position: relative;
	z-index: 20;
	/* background: url('../images/intro-bg.jpg') repeat-x top left; */
	}

#team {
	/* background: url('../images/intro-bg.jpg') no-repeat 55px top; */
	width: 1200px;
	margin: 0 auto;
	}

#teamNoah {
	background: url('../images/noah.png') no-repeat 168px 50%;
	height: 158px;
	margin: 20px 0 16px 0;

	position:relative;
	left:50px;
	}

#teamTextNoah {
	margin: 45px 0 0 0;

	position:relative;
	left:50px;
	}
	
#teamRichard {
	background: url('../images/richard.png') no-repeat 168px 50%;
	height: 158px;
	margin: 20px 0 16px 0;

	position:relative;
	left:-20px;
	}

#teamTextRichard {
	margin: 45px 0 0 0;

	position:relative;
	left:-20px;
	}

#teamMarcus {
	background: url('../images/marcus.png') no-repeat 168px 50%;
	height: 158px;
	margin: 20px 0 16px 0;

	position:relative;
	left:50px;	
	}

#teamTextMarcus {
	margin: 45px 0 0 0;

	position:relative;
	left:50px;
	}

	
/* ---------- Video */

#video {
	background-color: white;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	position: relative;
	z-index: 10;
	}
	
#video-player iframe {
	margin: 40px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	}
	
/* ---------- Footer */

#footer {
	background-color: #F0F0F0;
	text-align: center;
	}
	
#footer p {
	font-size: 12px;
	line-height: 12px;
	color: #767676;
	padding: 30px 0;
	}
	
#footer a {
	font-size: 12px;
	color: #767676;
	}
	
#legal {
	position: relative;
	z-index: 20;
	height: 108px;
	background: url('../images/pegi.png') no-repeat center center;
}

#legallink {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('empty.gif');
}
/* ---------- Text */

h1 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 4px;
	font-weight: bold;
	}
	
p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
/* Intro Resets */
#intro h1 {
	color: white;
	text-shadow: 0px 1px 4px black;
	}

#intro p {
	font-size: 13px;
	color: #CCCCCC;
	text-shadow: 0px 1px 4px black;
	}
	
/* ---------- Links */

.btn {
	color: white;
	display: inline-block;
	background: url('../images/cta.png') no-repeat 10px 50%;
	padding: 10px 10px 10px 24px;
	margin-right: 10px;
	}
	
#find-out-more {
	background-color: #2D7Ab1;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5)
	}	
	
#how-to-play {
	background-color: #D15100;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5)
	}