/* General Stuff */
body {
	margin: 0px;
	background-image: url('/images/bg.gif');
	background-position: center 40px;
	background-color: #383838;
	font-family: HelveticaWeb, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

@font-face {
	font: HelveticaWeb;
	font-family: HelveticaWeb;
	src: url(/media/fonts/helvetica.eot);
	src: local(Helvetica),
	url(/media/fonts/helvetica.ttf) format('truetype'),
	url(/media/fonts/helvetica.otf) format('opentype'),
	url(/media/fonts/helvetica.svg#webfont) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font: HelveticaWeb;
	font-family: HelveticaWeb;
	src: url(/media/fonts/helveticalight.eot);
	src: local(Helvetica),
	url(/media/fonts/helveticalight.ttf) format('truetype'),
	url(/media/fonts/helveticalight.otf) format('opentype'),
	url(/media/fonts/helveticalight.svg) format('svg');
	font-weight: lighter;
	font-style: normal;
}

/* Top Menu */
#topMenuContainer {
	width: 100%;
	height: 46px;
	background-color: #FFFFFF;
	border-bottom: 6px solid #000000;
}

#logo {
	width: 200px;
	height: 99px;
	float: left;
	background-image: url('/images/logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	z-index: 1000;
}

#logo:hover {
	background-position: 0px -98px;
}

#topMenu {
	width: 960px;
	height: 30px;
	padding-top: 18px;
	margin: auto;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000000;
}

div.topLink {
	height: 30px;
	float: left;
	text-align: center;
}

div.topLink a {
	font-weight: lighter;
	text-decoration: none;
	color: #000000;
}

div.topLink a:hover {
	font-weight: normal;
	color: #235ead;
}

div.topLinkBold {
	height: 30px;
	float: left;
	text-align: center;
}

div.topLinkBold a {
	text-decoration: none;
	font-weight: bold;
	color: #235ead;
}

#socialBox {
	height: 46px;
	float: right;
}

/* Main Content */
#container {
	background-image: url('/images/bg_shadow.png');
	background-position: center;
	background-repeat: repeat-y;
}

#mainContainer {
	width: 960px;
	margin: auto;
	background-color: #000000;
}

#footer {
	height: 41px;
	background-image: url('/images/bg_bottom.png');
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
}

#content {
	width: 960px;
	height: 540px;
	margin: auto;
	clear: both;
}

#content a {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover {
	color: #CCCCCC;
}

div.slide {
	width: 960px;
	height: 540px;
	position: absolute;
	float: left;
	background-repeat: no-repeat;
}

#newBig {
	width: 110px;
	height: 112px;
	margin-left: 850px;
	float: right;
	position: absolute;
	background-image: url('/images/new_big.png');
	background-position: left;
	background-repeat: no-repeat;
}

#projectTitle {
	width: 800px;
	margin-left: 4px;
	padding-top: 440px;
	font-size: 60px;
	line-height: 48px;
	text-transform: uppercase;
	position: absolute;
	text-shadow: black 1px 1px 5px;
}

.projectTitleBold {
	font-weight: bold;
}

.year {
	font-size: 30px;
	font-weight: lighter;
}

div.infoContainer {
	width: 960px;
	height: 540px;
}

#descriptionBox {
	width: 681px;
	height: 66px;
	margin-top: 470px;
	margin-left: 3px;
	margin-right: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	padding: 2px;
	background-image: url('/images/trans_bg.png');
	overflow: hidden;
	position: absolute;
	float: left;
}

div.linkBox {
	height: 19px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19.65px;
	padding: 2px 2px 4px 2px;
	margin-left: 690px;
	position: absolute;
	background-image: url('/images/trans_bg.png');
}

div.linkBox:hover {
	background-image: url('/images/trans_bg-over.png');
	cursor: pointer;
}

/* Thumbnails */

#scrollWrapper {
	width: 908px;
	margin: auto;
	padding-top: 6px;
	overflow: hidden;
}

div.thumbContain {
	width: 908px;
	height: 123px;
	margin: auto;
	position: absolute;
	clear: both;
	display: none;
}

div.thumbBox {
	width: 217px;
	height: 123px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #333333;
	float: left;
	cursor: pointer;
}

div.thumbClick {
	width: 217px;
	height: 123px;
	float: left;
	position: absolute;
}

div.thumbFade {
	width: 217px;
	height: 123px;
	float: left;
	background-image: url('/images/thumbs/fade.png');
	background-position: 0px 0px;
}

div.thumbFade:hover {
	background-position: 0 -123px;
}

div.thumbTitle {
	width: 215px;
	height: 45px;
	margin-top: 78px;
	padding-left: 2px;
	padding-top: 4px;
	font-size: 24.5px;
	line-height: 19.6px;
	text-transform: uppercase;
	background-image: url('/images/trans_bg.png');
}

div.newSmall {
	width: 47px;
	height: 47px;
	float: right;
	background-image: url('/images/new_small.png');
	background-position: left;
	background-repeat: no-repeat;
}

div.arrows {
	width: 21px;
	height: 123px;
	margin-top: 6px;
	position: absolute;
	background-position: center 52px;
	background-repeat: no-repeat;
}

div.arrows:hover {
	background-color: #333333;
}

/* Video Player */
#videoPlayer {
	width: 960px;
	height: 123px;
	background-color: #000000;
	position: absolute;
	display: none;
}

#close {
	width: 29px;
	height: 27px;
	margin-left: 931px;
	background-image: url('/images/close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: right;
	position: absolute;
}

#close:hover {
	background-position: 0px -27px;
	cursor: pointer;
}

#closeFest {
	width: 29px;
	height: 27px;
	margin-left: 931px;
	background-image: url('/images/close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: right;
	position: absolute;
}

#closeFest:hover {
	background-position: 0px -27px;
	cursor: pointer;
}

/*festivals*/
#festivalWindow {
	width: 960px;
	height: 540px;
	background-color: #000000;
	position: absolute;
	display: none;
}

#festScroll {
	width: 960px;
	overflow-y: auto;
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
}

/*Studio Slider*/
#studio_slider {
	width: 960px;
	height: 70px;
	background-image: url('/images/laikaThing.png');
	background-repeat: none;
	display: none;
}

#studio_contain {
	display: table;
	margin: auto;
	position: absolute;
	z-index:2;
}