/* ########################################################################### *
/* ***** DOCUMENT INFO  ****************************************************** *
/* ########################################################################### *
 * ##### NAME:  global.css
 * ##### VERSION: v0.1
 * ##### UPDATED: 27/06/2010 (reflecta - digital interaction design)
/* ########################################################################### *

/* ########################################################################### *
/* ***** INDEX *************************************************************** *
/* ########################################################################### *
/* ##### RESET
/* ##### GLOBAL
/* ##### CONTAINER
/* ##### NAVIGATION
/* ##### MODAL
/* ##### CLEARFIX
/* ########################################################################### */

/* ########################################################################### *
/* ##### RESET
/* ########################################################################### */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}*{outline:none}

body{font:10px arial,helvetica,clean,sans-serif;*font-size:62.5%;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ########################################################################### *
/* ##### FONTS
/* ########################################################################### */

@font-face {
	font-family: 'FranklinGothicCondensed';
	src: url('fonts/franklin_gothic_condensed-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FranklinGothicCondensed';
	src: url(//:) format('no404'), url('fonts/franklin_gothic_condensed-webfont.woff') format('woff'), url('fonts/franklin_gothic_condensed-webfont.ttf') format('truetype'), url('fonts/franklin_gothic_condensed-webfont.svg#webfonthB0Yjzfs') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ########################################################################### *
/* ##### GLOBAL
/* ########################################################################### */

html, body{
	background-color: #000;
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial;
}

body{
	color: #fff;
}

img,
a img {
	display: block;
}

ul.horizontal li{
	float: left;
	display: block;
}

.noMargin{
	margin: 0 !important;	
}

.noPadding{
	padding: 0 !important;	
}

.noFloat{
	float: none !important;	
}

.hidden{
	display: none !important;	
}

.offscreen{
	position: absolute;
	left: -9999px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

.left {
	text-align: left;
}

	img.left{
		display: inline;
		float: left;
		margin: 0 10px 2px 0;
	}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

	img.right{
		display: inline;
		float: right;
		margin: 0 0 2px 10px;
	}

.floatLeft{
	float: left;	
}

.floatRight{
	float: right;	
}

strong,
.strong {
	font-weight: bold;	
}

em{
	font-style: italic;
}

sup{
	vertical-align:text-top;
}

.noJS .jsRequired{
	display: none;
}

div.noJS{
	display: none;	
}

.noJS div.noJS{
	display: block;	
}

h1 {
	font-size: 32px;
}

p {
	font-size: 14px;
	padding: 5px 0;
}

/* ########################################################################### *
/* ##### CONTAINER
/* ########################################################################### */

#container{
	width: 900px;
	height: 620px;
	position: absolute;
}

	.noJS #container{
		margin: 0 auto;
		position: relative;
	}

#flashContainer, #textContainer{
	width: 900px;
	height: 600px;
	border: 1px solid #333333;
}

	#flashContainer{
		margin-top: 0;
	}
	
		.noJS #flashContainer{
			margin-top: 20px;
		}
		
		#flashContainer #flashContent {
			width: 900px;
			height: 600px;
			z-index: 1;
		}
	
	#textContainer{
		margin-top: 20px;
	}
	
		.noJS #textContainer{
			margin-bottom: 20px;
		}

#textContainer {
	padding: 20px;
}

#lukeRobinson {
	width: 759px;
	height: 481px;
	background: url(images/luke_story.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 75px;
	top: 50px;
}

#moreInformation {
	width: 759px;
	height: 481px;
	background: url(images/bg_moreInfo.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: 75px;
	top: 50px;
	display: block;
}
	
	#openLetter {
		width: 238px;
		height: 21px;
		background: url(images/bg_moreInfo_link.png) no-repeat;
		text-indent: -9999px;
		display: block;
		position: absolute;
		top: 423px;
		left: 397px;
	}
	
	#openLetter:hover,
	#openLetter.hover {
		background: url(images/bg_moreInfo_link.png) no-repeat 0px -20px;
	}

#slowDownAFriend {
	position: relative;
}

#slowDownAFriend .leftColumn {
	color: #FFF;
	height: 242px; 
	width: 337px;
	position: absolute;
	top:50px;
	left:80px;
	text-indent: -99999px;
	background: url(images/bg_sendMsgToFriend.png) no-repeat;
}

	.note {
		color: #666;
	}
	
#slowDownAFriend .twitter {
	position: absolute;
	top: 315px;
	left: 83px;
}

#slowDownAFriend .rightColumn {
	position: absolute;
	top: 111px;
	left: 480px;
	width: 327px;
	font-size: 13px;
}

	#slowDownAFriend label {
		display: block;
		margin-bottom: 5px;
	}
	
	#slowDownAFriend input, #slowDownAFriend textarea {
		width: 95%;
		border: 1px solid;
		padding: 4px;
		color: #4D4D4D;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	#slowDownAFriend textarea{
		resize: none;
	}
	
	#slowDownAFriend .space {
		margin-top: 21px;
	}
	
	#slowDownAFriend .error {
		color: #A91E46;
	}
	
	#slowDownAFriend label.error {
		padding-top: 5px;
	}
	
	#slowDownAFriend textarea {
		height: 100px;
	}

	#lblFriendsEmail {
		display: block;
		background: url(images/bg_emailForm.gif) no-repeat -7px -11px;
		height: 15px;
		width: 170px;
		text-indent: -9999px;
	}
	
	#lblFromEmail {
		display: block;
		background: url(images/bg_emailForm.gif) no-repeat -7px -34px;
		height: 15px;
		width: 170px;
		text-indent: -9999px;
	}
	
	#lblMessage {
		display: block;
		background: url(images/bg_emailForm.gif) no-repeat -7px -57px;
		height: 15px;
		width: 170px;
		text-indent: -9999px;
	}
	
	#slowDownAFriend .actions input {
		width: 90px;
		height: 19px;
		background: url(images/bg_emailForm.gif) no-repeat -7px -108px;
		text-indent: -9999px;
		border: none;
		cursor: pointer;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		font-size: 0;
		line-height: 0;
	}
	#slowDownAFriend .actions input:hover {
		background: url(images/bg_emailForm.gif) no-repeat -7px -88px;
	}
	
	#slowDownAFriend #thankyou {
		height:16px;
		width:226px;
		background: url(images/bg_thankyou.png) no-repeat -1px 0;
		text-indent: -9999px;
		margin-bottom: 13px;
	}
	
	#slowDownAFriend #success {
		display: none;
	}
	
	#slowDownAFriend #success a {
		display: block;
		height:24px;
		width:146px;
		background: url(images/bg_sendAnother.gif) no-repeat 0 0;
		text-indent: -9999px;
	}
	
	#slowDownAFriend #success a:hover,
	#slowDownAFriend #success a.hover {
		background: url(images/bg_sendAnother.gif) no-repeat 0 -24px;
	}

#termsConditions {
	width: 759px;
	height: 481px;
	position: relative;
	left: 75px;
	top: 50px;
}

#termsConditions h1 {
	text-indent: -9999px;
	height: 21px;
	width: 197px;
	background: url(images/bg_terms.png) no-repeat;
}

#terms {
	position: relative;
	top: 20px;
	overflow: auto;
	height: 450px;
	padding-right: 10px;
}
	#terms p {
		font-family: Verdana;
		font-size: 10px;
		color: #999999;
	}
	
	#terms a {
		color: #fff;
	}

/* ########################################################################### *
/* ##### NO FLASH
/* ########################################################################### */
#noFlashVersion {
	position: relative;
	width: 900px;
	height: 600px;
	background: url(images/bg_water.png) no-repeat top left;
}

	#noFlashVersion h1 {
		text-indent: -9999px;
		background:  url(images/bg_everybodyHurtsWhenYouSpeed.png) no-repeat 0 0;
		height: 32px;
		width: 388px;
		position: absolute;
		top: 280px;
		left: 260px;
	}
	
	#noFlashVersion a {
		font-family: 'FranklinGothicCondensed', Helvetica;
		font-size: 16px;
		color: #989898;
		text-decoration: none;
	}
	
	#noFlashVersion a:hover {
		color: #BDD754;
	}
	
	#noFlashVersion #videoLinks {
		position: relative;
	}

/* ########################################################################### *
/* ##### NAVIGATION
/* ########################################################################### */

#navigation{
	width: 902px;
	margin: 0 auto;
	padding: 10px 0 0 0px;
}

	#navigation .tacLogo {
		display: block;
		float: right;
		position: relative;
		top: -8px;
	}
	
		#navigation .tacLogo a {
			display: block;
			float: left;
		}

	#navigation ul li {
		float: left;
	}

		#navigation ul li a,
		#navigation ul li a:link{
			color: #333333;
			text-decoration: none;
			font-size: 14px;
			display: block;
			margin-right: 20px;
			text-indent: -9999px;
		}
		
		#navigation ul li a:hover,
		#navigation ul li.active a{
			color: #BDD754;
		}
		
		#navigation .home a {
			background: url(images/bg_nav.png) no-repeat 0px 0px;
			height: 18px;
			width: 45px;
		}
		
		#navigation .home a:hover,
		#navigation .home a.hover {
			background: url(images/bg_nav.png) no-repeat 0px -36px;
		}
		
		#navigation .home a.active {
			background: url(images/bg_nav.png) no-repeat 0px -18px;
		}
		
		#navigation .whoWillYouHurt {
			display: none;
		}
		
		#navigation .whoWillYouHurt a {
			background: url(images/bg_nav.png) no-repeat -63px 0px;
			height: 18px;
			width: 137px;
		}
		
		#navigation .whoWillYouHurt a.active {
			background: url(images/bg_nav.png) no-repeat -63px -18px;
		}
		
		#navigation .whoWillYouHurt a:hover,
		#navigation .whoWillYouHurt a.hover {
			background: url(images/bg_nav.png) no-repeat -63px -36px;
		}

		#navigation .slowDownAFriend a {
			background: url(images/bg_nav.png) no-repeat -214px 0px;
			height: 18px;
			width: 138px;
		}
		
		#navigation .slowDownAFriend a:hover,
		#navigation .slowDownAFriend a.hover {
			background: url(images/bg_nav.png) no-repeat -214px -36px;
		}
		
		#navigation .slowDownAFriend a.active {
			background: url(images/bg_nav.png) no-repeat -214px -18px;
		}
		
		#navigation .lukeStory a {
			background: url(images/bg_nav.png) no-repeat -375px 0px;
			height: 18px;
			width: 91px;
		}
		
		#navigation .lukeStory a:hover,
		#navigation .lukeStory a.hover {
			background: url(images/bg_nav.png) no-repeat -375px -36px;
		}
		
		#navigation .lukeStory a.active {
			background: url(images/bg_nav.png) no-repeat -375px -18px;
		}
		
		#navigation .moreInformation a {
			background: url(images/bg_nav.png) no-repeat -488px 0px;
			height: 18px;
			width: 125px;
		}
		
		#navigation .moreInformation a:hover,
		#navigation .moreInformation a.hover {
			background: url(images/bg_nav.png) no-repeat -488px -36px;
		}
		
		#navigation .moreInformation a.active {
			background: url(images/bg_nav.png) no-repeat -488px -18px;
		}
		
		#navigation .share a {
			background: url(images/bg_nav.png) no-repeat -635px 0px;
			height: 18px;
			width: 45px;
		}
		
		#navigation .share a:hover,
		#navigation .share a.hover {
			background: url(images/bg_nav.png) no-repeat -635px -36px;
		}
		
		#navigation .audioControls a{
			display: block;
			width: 15px;
			height: 10px;
			margin-top: 4px;
			background: url(images/btn_bg_audio.gif) no-repeat top left;
		}
		
			#navigation .audioControls a:hover,
			#navigation .audioControls a.hover{
				background: url(images/btn_bg_audio.gif) no-repeat bottom left;
			}
			
		#navigation .audioControls a.allowSound{
			background: url(images/btn_bg_audio.gif) no-repeat top right;
		}
		
			#navigation .audioControls a.allowSound:hover,
			#navigation .audioControls a.allowSound.hover{
				background: url(images/btn_bg_audio.gif) no-repeat bottom right;
			}
		
		#navigation .termsConditions a {
			background: url(images/bg_nav.png) no-repeat -703px 0px;
			height: 18px;
			width: 80px;
		}
		
		#navigation .termsConditions a:hover,
		#navigation .termsConditions a.hover {
			background: url(images/bg_nav.png) no-repeat -703px -36px;
		}
		
		#navigation .termsConditions a.active {
			background: url(images/bg_nav.png) no-repeat -703px -18px;
		}
		
			#navigation ul li a em {
				font-style: normal;
				position: relative;
				bottom: 1px;
			}

/* ########################################################################### *
/* ##### SHARE
/* ########################################################################### */

#navigation .share{
	position: relative;
}

.noJS #navigation .share .share_popup{
	display: none;
}

#navigation .share .share_popup{
	background: #FFF url(images/bg_share_popup_background.gif) repeat-x top left;
	position: absolute;
	bottom: 34px;
	left: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	z-index: 800;
}

	#navigation .share a + .share_popup ul{
		margin: 10px 7px 10px 6px;
	}

	.noJS #navigation .share a:hover + .share_popup,
	.noJS #navigation .share a.hover + .share_popup,
	.noJS #navigation .share:hover .share_popup{
		display: block;
	}
	
	#navigation .share:hover .share_popup{
		cursor: default;
	}
	
	#navigation .share .share_popup li{
		margin-bottom: 5px;
		width: 100%;
		float: none;
	}
	
		#navigation .share .share_popup a.icon{
			background: transparent url('images/bg_share_icons.png') no-repeat 5px 0;
			display: block;
			color: #000;
			text-indent: 0;
			font-size: 12px;
			line-height: 16px;
			padding: 4px 5px 2px 28px;
			margin: 0;
			width: auto;
			min-width: 70px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
		#navigation .share .share_popup a:hover,
		#navigation .share .share_popup a.hover{
			background-color: #c4c5c5;
		}
		
			#navigation .share .share_popup a.delicious{
				background-position: 5px 4px;
			}
			
			#navigation .share .share_popup a.twitter{
				background-position: 5px -28px;
			}
			
			#navigation .share .share_popup a.facebook{
				background-position: 5px -60px;
			}
			
			#navigation .share .share_popup a.myspace{
				background-position: 5px -92px;
			}
			
			#navigation .share .share_popup a.digg{
				background-position: 5px -124px;
			}
			
	#navigation .share .share_popup .share_pointer{
		display: block;
		position: absolute;
		bottom: -11px;
		left: 25px;
		background: transparent url('images/bg_share_popup.gif') no-repeat top left;
		width: 11px;
		height: 11px;
	}

/* ########################################################################### *
/* ##### MODAL
/* ########################################################################### */

#modalBackground{
	background-color: #000;
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

#modalContainer{
	position: absolute;
	width: 640px;
	height: 390px;
	top: 20px;
	left: 130px;
	background: #000;
	z-index: 4100;
	border: 1px solid #333333;
	padding: 2px;
}

#modalContainer #modalActions{
	position: absolute;
	top: -38px;
	right: -37px;
	z-index: 6000;
}

	#modalContainer #modalClose{
		width: 17px;
		height: 17px;
		background: transparent url('images/btn_bg_closeModal.png') no-repeat top left;
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
	}
	
		#modalContainer #modalClose:hover{
			background-position: bottom left;
		}
	
	#modalContainer #modalShare{
		width: 33px;
		height: 15px;
		background: transparent url('images/btn_bg_shareModal.png') no-repeat top left;
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		display: block;
		margin-bottom: 4px;
		margin-left: 2px;
	}
	
		#modalContainer #modalShare:hover{
			background-position: bottom left;
		}
	
	#modalContainer #modalContent{
		position: relative;	
	}

/* ########################################################################### *
/* ##### CLEARFIX
/* ########################################################################### */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */