/*
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:#000;}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%;}

html, body {
	height:100%;
	overflow:hidden;
}

body {
	font-family:Verdana;
	font-size:16px;
	color:#454545;
	height:1900px;
}

a {
	color:#454545;
	text-decoration:none;
	outline:none;
	}
	a:hover {
		color:#5b5b5b;
		}

object {
	outline:none;
}

#wrapper {
	width:1279px;
	height:1200px;
}

#left-menu {
	float:left;
	height:100%;
	width:275px;
	padding-left:25px;
	}
	#left-menu > a > #logo {
		margin-top:40px;
		}

	#categories {
		position:relative;
		color:#454545;
		margin-top:40px;
		font-size:18px;
		}
		#categories > p {
			margin:2px 0px;
			}
			#categories > p > a {
				font-family:monospace;
				}
		.has-submenu + ul {
			margin-left:10px;
			display:none;
			}
			.has-submenu + ul > li {
				list-style-position:inside;
				margin:1px 0px;
				}
				.has-submenu + ul > li > a {
					font-size:75%;
					font-style:italic;
					color:#999;	
					}

#right-content {
	margin-left:301px;
	height:100%;
	}
	.slider-nav {
		color:#666;
		background:#0e0e0e;
		margin-bottom:60px;
		width:958px;
		font-size:13px;
		-moz-border-radius-bottomleft:3px;
		-webkit-border-bottom-left-radius:3px;
		padding:10px;
		line-height:10px;
		z-index:9999;
		}
	
	.gallery-container {
		height:666px;
		width:958px;
		/*background:#0d0d0d;*/
		background:#0e0e0e;
		color:#454545;
		padding:10px;
		}
		.gallery-title {
			padding:20px;
			line-height:12px;
			}
		.gallery-bottom-info {
			margin-top:594px;
			background:#1a1a1a;
			padding:10px;
			height:72px;
			}
			.gallery-bottom-info table {
				width:464px;
				float:left;
				}
			.gallery-bottom-info tr td:first-child {
				color:#333;
				width:100px;
				}
			.gallery-bottom-info > .work-info-right {
				margin-left:474px;	
				}
			.gallery-bottom-info h2 {
				color:#2b2b2b;
				font-size:115%;
				margin-bottom:3px;
				}
		.h-slider img {
			margin-right:6px;
		}
	
		.show-arrow {
		   display:inline;
		}
		table tr td.tbl-lbl {
			width:100px;
			}
		table tr td.tbl-value {
			color:#bbb;
			}
	
/* main vertical scroll */ 
#vertical-slide { 
    position:relative; 
    overflow:hidden; 
    height: 1200px;
	z-index:1;
} 
 
/* root element for pages */ 
#pages { 
    position:absolute; 
    height:20000em; 
} 
	/* root element for scrollable */ 
	div.h-slider {
		position:absolute;
		overflow:hidden;  
		height:584px;
		width:958px;
		top:10px;
	}
	.active {
		display:block !important;
	}
	 
	/* root element for scrollable items */ 
	div.h-slider > div.items { 
		position:absolute; 
		width:20000em;
		}
		.h-slider .items img {
			cursor:crosshair;
			}	

.image-info {
	position:relative;
	left:-8px;
	top:-71px;
	font-size:11px;
	color:#454545;
}

.bottom-info {
	margin-top:20px;
	font-size:12px;
	color:#454545;
	}
	.sorter > span {
		cursor:pointer;
		}
		.sorter > span:hover {
			color:#888;
			}	
	.active-sort {
		color:#888;
		border-bottom:1px dotted #888;
		}
	/* Next and Previous Buttons */
	.vertical-next, .vertical-previous {
		cursor:pointer;
		}


/* -----------------------------------------------------------------------------
  Home page
  ----------------------------------------------------------------------------*/
#home-container {
	position:relative;
	width:958px;
	height:665px;
	padding:10px;
	background:#0e0e0e;
	}
	#home-slideshow {
		position:relative;
		height:405px;	
		}
	#home-slider-text {
		float:left;
		position:absolute;
		top:300px;
		background:url(../images/home_slider_title.png);
		opacity:.7;
		width:334px;
		z-index:100;
		padding:10px;
		-moz-border-radius-bottomright:7px;
		-webkit-border-bottom-right-radius:7px;
		}
		#home-slider-text:hover {
			opacity:.9;
		}
		#home-slider-title, #home-slider-info{
			background:0;
			color:#fff;
			}
		#home-slider-title {
			font-size:20px;
			display:block;
			}
		#home-slider-info {
			font-size:14px;
			}
			
#home-slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	-moz-border-radius:6px;
	}
#home-slideshow img.active {
    z-index:10;
	}
#home-slideshow img.last-active {
    z-index:9;
	}

#home-bottom {
	margin-top:10px;
	}
	#home-bottom a {
		color:#fff;
		}
	#home-left {
		float:left;
		width:327px;
		height:220px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background:#d02020;
		padding:15px;
		}
		#home-bottom p {
			color:#f7e9e9;
			font-size:20px;
			padding-bottom:15px;
			}
			#home-blurb {
				border-bottom:1px solid #f7e9e9;
				height:44px;
				}
				#home-blurb sub {
					font-size:60%;
					font-style:italic;
					margin:0px 5px;
				}
			#home-news-title {
				margin:8px 0px;
				padding-bottom:0px !important;
				}
			#home-left a:hover {
				color:#fff;
				}
			#home-left ul li {
				margin-bottom:8px;
				}
				#blog-news li a:hover {
					color:#fff;
					}
				#blog-news a {
					position:relative;
					padding-bottom:3px;
					border-bottom:1px dotted #fff;
					font-style:italic;
					font-size:13px;
				}
	#home-right {
		margin-left:372px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background:#d02020;
		padding:15px;
		height:220px;
		}
		#home-latest div {
			float:left;
			width:172px;
			margin:20px 15px 0px 0px;
			}
			#home-latest div p {
				margin-top:10px;
				font-size:12px;
				}

#quote {
	font-size:15.5px;
	line-height:18px;
}
#quote-sub {
	font-size:11px;	
	}
	

/* -----------------------------------------------------------------------------
  Directors page > index
  ----------------------------------------------------------------------------*/

#directors-index {
	width:958px;
	height:665px;
	padding:10px;
	background:#0e0e0e;
	}
	#directors-index-inner  {
		background:#232323;
		height:543px;
		margin-bottom:10px;
		padding:10px;
		}
	#directors-index-info {
		padding:10px;
		background:#1a1a1a;
		height:72px;
		}
		.directors-info-block {
			float:left;
			width:301px;
			margin-right:10px;
			height:100%;
			}
			.directors-info-block > h3 {
				color:#444;	
				}
			.directors-info-body {
				color:#737373;
				}

/* -----------------------------------------------------------------------------
  Directors page > video box
  ----------------------------------------------------------------------------*/

.video-container {
	background:#0e0e0e;
	position:relative;
	/*background:green;*/
	width:958px;
	height:665px;
	padding:10px;
	font-family:sans-serif;

	}
	.video-overlay {
		position:absolute;
		display:none;
		bottom:136px;
		width:338px;
		z-index:9999;
		}
		.video-overlay > p {
			background:#fff;
			opacity:.7;
			padding:10px;
		}
		.video-overlay p:first-child {
			font-size:23px;
			margin-bottom:5px;
			text-transform: uppercase;
		}
	.video-box {
		height:539px;
		margin-bottom:10px;
		}
		.video-box > .rtmp {
			display:block;
			height:539px;
			width:958px;
			}
		.video-box object {
			cursor:pointer;	
			}
	.gallery-info-box-position {
		position:relative;
		top:594px;	
		}
	.video-info-box {
		height:114px;
		}
		.video-info-left {
			float:left;
			width:318px;
			}
			.info-left-video {
				height:94px;
				}
			.info-left-photography {
				height:49px;
				}
			.video-links {
				background:#1a1a1a;
				line-height:12px;
				padding:12px;
				margin-bottom:9px;
				}
				.video-links a {
					color:#5d5d5d;
					text-transform: uppercase;
					margin-right:10px;
					outline:none;
					}
			.video-director-lbl {
				font-size:18px;
				font-weight:bold;
				line-height:16px;
				color:#606060;
				text-transform: uppercase;
				margin-bottom:10px;
				}
			.video-director-name {
				color:#8f8f8f;
				font-size:18px;
				line-height:19px;
				text-transform: uppercase;
				}
		.video-gallery-right {
			margin-left:348px;
			*margin-left:26px;
			height:114px;
			overflow:hidden;
			width:609px;
			position:absolute;
			}
		.gallery-work-photography {
			margin-left:354px;
			*margin-left:32px;
			}
			.video-gallery-right > .items {
				position:absolute; 
				width:20000em;
				}
			.items > img {
				float:left;
				opacity:.85;
				cursor:pointer;
				}
				.gallery-work-photography .items img {
					margin-right:8.5px;
				}
			.video-gallery-right > .items > img:hover {
				opacity:1;	
				}
			.video-gallery-arrows {
				position:absolute;
				}
			.photos-main-arrows {
				position:relative;
				top:290px;
				cursor:pointer;
				height:22px;
				width:10px;
				}
				.main-arrow-left {
					float:left;	
					}
				.main-arrow-right {
					float:right;
					}
			.directors-arrows {
				position:relative;
				cursor:pointer;
				top:50% !important;
				}
			.photo-arrows {
				position:relative;
				cursor:pointer;
				}
			.video-container, .directors-arrows {
				position:relative;
				}
				.gallery-left-arrow {
					float:left;
					left:22px;
					}
				.gallery-right-arrow {
					float:right;
					left:9px;
					}
					.video-container .gallery-right-arrow {
						left:8px !important;	
						}
		.close-directors-overlay {
			float:right;
			font-weight:bold;
			font-size:50%;
			line-height:14px;
			cursor:pointer;
			}
			.close-directors-overlay:hover {
				color:#999;
			}

/* -----------------------------------------------------------------------------
  Directors video slider
  ----------------------------------------------------------------------------*/

.page {
	position:relative;
	margin-bottom:50px;
}


/* -----------------------------------------------------------------------------
  Contact Page
  ----------------------------------------------------------------------------*/

#contact-container {
	background:#0E0E0E;
	width:958px;
	height:665px;
	padding:10px;
	font-family:sans-serif;
	}
	#contact-inner {
		background:#0E0E0E;
		height:645px;
		}

.contact-block {
	float:left;
	width:49.5%;
	}
	.contact-block > p {
		text-transform:capitalize;
		font-size:25px;
		color:#fff;
		background:#D02020;
		padding:10px 0px 0px 10px;
		height:35px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		}
		.contact-block > div, .contact-block > form {
			height:560px;
			}
	#contact-info {
		width:136px;
		float:left;
		padding:20px 20px 20px 10px;
		overflow:auto;
		margin-bottom:10px;
		}
	#contact-map {
		width:260px;
		padding:0px 20x 20px 20px;
		margin-top:20px;
		margin-left:25px;
		}
	#contact-form {
		padding:20px;
		}
		#contact-form > .contact-standard {
			height:35px;
			margin:10px 0px;	
			}
			.contact-radio {
				margin-top:10px;
			}
		
		#contact-form .form-name {
			float:left;
			width:85px;
			text-transform:uppercase;
			text-align:right;
			margin-right:15px;
			margin-top:10px;
			line-height:16px;
			position:relative;
			}
		
		#contact-info a {
			color:#b8b8b8;
			}
		#contact-info > dl {
			font-size:14px;
			}
			#contact-info dt {
				color:#565656;
				text-transform:uppercase;
				}
				#contact-info dd {
					color:#b8b8b8;
					margin-top:2px;
					margin-bottom:7px;
					}
		.button {
			cursor:pointer;
			border:1px solid #ddd;
			background:#eee;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			padding:4px;
			height:44px;
			}
			#contact-send {
				margin-left:100px;	
				}
			#contact-form > #contact-large {
				height:185px;
				margin-top:10px;
			}
		
	.radio-text {
		margin:0px 5px;	
		}
	.input-field {
		border:0;
		background:#282828;
		padding:9px;
		width:290px;
		color:#ddd;
		border:1px solid #232323;
		}
	.input-field:focus {
			border:1px solid #264c4c;
		}
#message-box {
	display:none;
	padding:10px;
	}
#message-box ul {
	margin-top:5px;
	}
	#message-box li {
		list-style-type:square;
		list-style-position:inside;
		}
.msg-box-red {
	background:#ffc2dd;
	}
.msg-box-yellow {
	background:#fffb94;
	}
.msg-box-green {
	background:#A2D48A;
	}

/* -----------------------------------------------------------------------------
  About
  ----------------------------------------------------------------------------*/

#harri-issie {
	float:right;
	margin-right:25px;
	}

.about-text {
	font-family:monospace;
	margin-bottom:15px;
	margin-left:10px;
	width:600px;
	font-size:16px;
}

/* -----------------------------------------------------------------------------
  Blog
  ----------------------------------------------------------------------------*/
#blog-container {
	margin-left:10px;
	}

#primary {
	font-family:sans-serif;
	width:500px;
	float:left;
}

.primary > h1 {
	font-size:125%;
	color:#aaa;
	}
	.primary > p {
		margin:10px 0px;
		color:#666;
	}

.first {
	margin-bottom:20px;
}

.story {
	margin-bottom:25px;
	width:500px;
	}
	.story h3 a {
		color:#aaa;
		border-bottom:1px dashed #555;
		padding-bottom:2px;
		}
	.story p {
		margin:14px 0px;
		line-height:20px;
		color:#666;
	}
	
.details {
	border-top:1px solid #333;
	background:#111;
	padding:5px;
	font-size:14px;
}
#ancillary {
	margin-left:525px;
	width:175px;
	color:#666;
}
#ancillary a {
	color:#666;
}
#ancillary > .inside >.block {
	margin-bottom:20px;
	}
	#ancillary > .inside > .block > h2 {
		color:#aaa;
		font-size:115%;
		}
	#ancillary > .inside > .block > ul {
		margin-top:8px;
	}

#third-column {
	margin-right:100px;
	width:150px;
	float:right;
}

/* -----------------------------------------------------------------------------
  Client Login
  ----------------------------------------------------------------------------*/	
#client-container {
	position:relative;
	}
.client-login {
	position:absolute;
	padding:20px;
	background:#D02020;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	margin-right:20px;
	}
	.client-login h2 {
		font-size:125%;
		font-weight:bold;
		margin-bottom:15px;
		}
	.client-login a {
		color:#fff;
		}
	.client-login p {
		margin-bottom:5px;	
		}
	.client-login input {
		margin:0px 0px 5px 0px;
		padding:4px;
		}
	.client-login div {
		margin-top:10px;
		}

#file-list {
	float:left;
	background:#222;
	padding:15px;
	}
	#file-list > li {
		margin:6px 0px;
	}

.red-text {
	color:#D02020 !important;
}



/* root element should be positioned relatively so that 
	child elements can be positioned absolutely */
div.hulu {
	position:relative;
	height:40px;
	
	/* black background with a gradient */
	background:#000 url(/img/player/skin/hulu.png) repeat-x 0 -4px;
	width:500px;
}

/* play/pause button */
div.hulu a.play, div.hulu a.pause { 
	position:absolute;
	width: 46px;
	height: 40px;
	display:block;
	text-indent:-9999em;
	background:url(/img/player/skin/hulu.png) no-repeat 10px -61px;
	cursor:pointer;
	border-right:1px solid #000; 
}

div.hulu a.play:hover {
	background-position:10px -105px;	
}

/* pause state */
div.hulu a.pause { 
	background-position:11px -148px;
}

div.hulu a.pause:hover {
	background-position:11px -192px;	
}

/* the timeline (or "scrubber")  */
div.hulu div.track {  
	left:47px;
	position:absolute;
	cursor:pointer;
	width:285px;
	border-left:1px solid #999;
	height:40px;	
}

/* the draggable playhead */
div.hulu div.playhead {
	position:absolute;
	cursor:pointer; 
	background-color:#4ff;
	opacity:0.3;
	filter: alpha(opacity=30);	
	width:3px;
	height:40px;
	border-right:1px solid #444;
}

/* buffer- and progress bars. upon runtime the width of these elements grows */
div.hulu div.progress, div.hulu div.buffer {	
	position:absolute;
	background-color:#4ff;
	filter: alpha(opacity=10);
	opacity:0.1;
	width:0px;
	height:40px;
}

div.hulu div.buffer {
	background-color:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}

/* time display */
div.hulu div.time {
	position:absolute;		
	width:129px;
	left:330px;
	padding:12px 0;
	text-align:center;
	border:1px solid #999;
	border-width:0 1px;
	
	font-family:futura,"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;	
	font-size:14px;
	color:#fff; 
}

/* total duration in time display */
div.hulu div.time strong {
	font-weight:normal;
	color:#666;
}

/* mute / unmute buttons */
div.hulu a.mute, div.hulu a.unmute {
	position:absolute;
	left:460px;
	width:40px;
	height:40px;
	text-align:center;
	padding:8px 0;
	cursor:pointer;
	text-indent:-9999em;
	background:url(/img/player/skin/hulu.png) no-repeat 5px -323px;
}

div.hulu a.mute:hover {
	background-position:5px -367px;	
}

/* unmute state */
div.hulu a.unmute {
	background-position:5px -235px;	
}

div.hulu a.unmute:hover {
	background-position:5px -279px;	
}

