@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	margin-top:80px;
}
.gap {
	height:26px; 
	clear:both;
}
.inner { padding:30px 74px; }
.clear { clear:both; }

/*----- HEADER -----*/

#header {
	width:700px;
	height:80px;
	padding-left:70px;
	padding-right:70px;
	margin:0 auto;
}

#navigation_left {
	width:80%;
	text-align:left;
	float:left;
}
#navigation_right {
	width:20%;
	text-align:right;
	float:right;
}

/*----- FOOTER -----*/

#footer {
	width:700px;
	padding:20px 70px 60px 70px;
	margin:0 auto 40px;
}

#footer_left {
	width:50%;
	text-align:left;
	float:left;
}
#footer_right {
	width:50%;
	text-align:right;
	float:right;
}

/*----- WRAPPER -----*/

.wrapper {
	width:840px;
	margin:0 auto;
}

/*----- CUBE -----*/

#cube_wrapper {
	/*background:url(../images/background_index_v1.png) no-repeat;*/
	width:408px;
	height:440px;
}
.cube {
	margin:0 auto;
	width:408px;
	height:408px;
}
.cube a {
	width:128px;
	height:128px;
	margin:3px;
	display:inline-block;
	float:left;
}

.cube_1 { background:url(../images/cube_1.png) no-repeat; }
.cube_2 { background:url(../images/cube_2.png) no-repeat; }
.cube_3 { background:url(../images/cube_3.png) no-repeat; }
.cube_4 { background:url(../images/cube_4.png) no-repeat; }
.cube_5 { background:url(../images/cube_5.png) no-repeat; }
.cube_6 { background:url(../images/cube_6.png) no-repeat; }
.cube_7 { background:url(../images/cube_7.png) no-repeat; }
.cube_8 { background:url(../images/cube_8.png) no-repeat; }
.cube_9 { background:url(../images/cube_9.png) no-repeat; }

.messed-up-cube { height:440px; padding:30px 76px; margin-bottom:0px; background:url(../images/messed_up_cube.png) 80% 100% no-repeat; }
.messed-up-cube { height:240px; background:none; }

/*
#link-put-out-more-flags { width:244px; height:50px; margin-bottom:20px; display:block; background:url(../images/button_put_out_more_flags_off.png) no-repeat; }
#link-put-out-more-flags:hover { background:url(../images/button_put_out_more_flags_on.png) no-repeat; }
#link-screenplays { width:244px; height:50px; margin-bottom:20px; display:block; background:url(../images/button_screenplays_off.png) no-repeat; }
#link-screenplays:hover { background:url(../images/button_screenplays_on.png) no-repeat; }
*/

.projects-link { display:block; }
.projects-link img { vertical-align:text-bottom; width:20px; margin:0 6px; }
.projects-link h2 { font-size:28px; }
.projects-link:hover * { opacity:0.8; filter:alpha(opacity=80); }
.projects-link h2 { display:inline-block; padding-right:50px; border-bottom:2px solid #FFF; }
.projects-link:hover h2 { border-bottom:2px solid #999; }

.screenplay-link { padding-bottom:10px; margin-bottom:20px; display:block; border-bottom:2px solid #FFF; }
.screenplay-link:hover * { color:#333; }
.screenplay-link:hover { border-bottom:2px solid #999; }

.screenplay { width:320px; margin-bottom:0; }

.screenplay-title { }
.screenplay-page { padding:40px 20px 60px; margin:20px 0 40px; border:1px solid #BBB; -moz-box-shadow:5px 5px 2px #BBB; -webkit-box-shadow: 5px 5px 2px #BBB; box-shadow: 5px 5px 2px #BBB; }
.screenplay-page, .screenplay-page * { font-family:"Courier New", Courier, monospace; color:#222; font-size:12px; }
.screenplay-centre { padding:50px 0 80px; text-align:center; }
.screenplay-excerpt { font-size:18px; color:#444; }

/*----- SLIDESHOW -----*/

#slideshow {	
	height:480px;
	margin:0 auto;
	background:url(../images/loading.gif) center no-repeat;
}
#slideshow div {
	width:840px;
}
#slideshow img {
	margin:0 auto;
	display:block;
	visibility:hidden;
}
#carousel {
	width:800px;
	height:100px;
	margin:0 auto;
	text-align:center;
	visibility:hidden;
}
#carousel_controls {
	width:800px;
	margin:0 auto;
	text-align:center;
}

#carousel li a {
	text-align:center;
	overflow:hidden;
}
#carousel li img {
	height:80px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#carousel li a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}
#carousel li {
	width:80px !important;
	margin:10px;
}

#carousel_controls input {
	border:none;
	width:32px;
	height:32px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#carousel_controls input:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}

#carousel_controls .next { background:url(../images/button_next.png); }
#carousel_controls .pause { background:url(../images/button_pause.png); }
#carousel_controls .prev { background:url(../images/button_prev.png); }

/*---- CONTACT FORM -----*/

#contact_wrapper {
	width:700px;
	padding:0px 70px 20px 70px;
}
#contact_form {
	height:480px;
	background:url(../images/contact_image.jpg) bottom left no-repeat;
	border:1px solid #9F9F9F;
	padding:20px 20px 20px 320px;
}
#contact_form label {
	display:block;
	padding-top:4px;
	padding-bottom:4px;
}
#contact_form .text_field {
	width:240px;
	border:1px solid #9F9F9F;
	font-size:14px;
	color:#262626;
	padding:2px;
}
#contact_form .textarea_field {
	width:352px;
	max-width:352px;
	height:150px;
	max-height:150px;
	font-size:14px;
	color:#262626;
	padding:2px;
}

#submit {
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
.submit_button {
	border:1px solid #CCCCCC;
	padding:3px 6px 3px 6px;
	background-color:#F4F4F4;
	color:#262626;
}
.submit_button:hover {
	background-color:#CCCCCC;
}

#error_message h4 {
	text-align:right;
	color:#CC0000;
}

#thankyou_message h4 {
	text-align:right;
	color:#3366CC;
}

/*---- CLIENTS PAGE -----*/

#clients_wrapper {
	width:700px;
	padding:0px 70px 20px 70px;
}
#clients {
	background:url(../images/clients_image.jpg) bottom left no-repeat;
	border:1px solid #9F9F9F;
	padding:20px 40px 20px 400px;
	text-align:right;
}
#clients ul {
	list-style:none;
}
#clients li {
	padding:3px;
}

/*----- OVERLAY -----*/

#credits_overlay {
	display:none;
	width:360px;
	padding:55px 40px 40px 40px;
	background:url(../images/overlay/white_narrow.png) no-repeat;		
	color:#FFFFFF;
	text-align:center;
}
#credits_overlay div.close { 
    background:url(../images/overlay/close.png) no-repeat; 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



