/*
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)
	}