@CHARSET "UTF-8";

/**


STYLE SHEET CONTENTS

PAGE
HEADER
HOME PAGE
CONTACT PAGE
DIRECTORS PAGE
ERROR PAGE


**/


/**************************************/

/** PAGE **/

html { 
	height: 100%; 
	width: 100%; 
	overflow: auto; 
	
}

body {
	font-size: 101%;
	background-color: #000; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	border-top: 1px transparent solid; 
	margin-top: -1px; 
	z-index: 0; 
	position:relative;
	font-family: helvetica, arial, sans-serif;
}



/******* MK ADDED BG FLASH STYLES ****/

div#background 
{
	height:100%;
	left:0;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
}

div#flash-container 
{
	height:100%;
	overflow:visible;
	width:100%;
	z-index:1;
	position:fixed;
	min-height: 100%;
	min-width: 100%;
}

#flash-background 
{
	height: 100%;
}

/******** END BG FLASH STYLES ********/

img#background { 
	z-index: 10;
	background-color: #CCC;
    overflow: hidden;
}

* html img#background {
	position: fixed;
	z-index: 10;
	height: 100%;
	width: 100%;
	background-color: #CCC;
    overflow: hidden;
}

#content {
    position: absolute;
    top:0;
    left:0;
    padding: 0 0 0 0;
    z-index:2000;
    min-width: 600px;
    width: 100%;
    height: 100%;
}

.whitened {
	background-color: #FFF;
	padding: 10px;
}

#logo {
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 35px;
	right: 40px; 
}

#poweredby {
	position: absolute;
	bottom: 35px;
	left: 40px; 
}

#poweredby a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.6em;
}

#home, #contact, #work, #error {
	width: 940px;
	font-size: 0.9em;
}

/**************************************/

/** HEADER **/

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url('/images/skunk-bgd-rpt.png');
	background-repeat: repeat-x;
	height: 143px;
}

#header #sitename {
	float: left;
	clear: left;
	width: 256px;
	height: 67px;
	background: url('/images/skunk-words.gif');
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-top: 35px;
}


#sitename a {
	display: block;
	width: 256px;
	height: 67px;
	text-decoration: none;
}

#header #filler {
	margin: 0px;
	padding: 0px;
	margin-left: 380px;
	width: auto;
}

#menu,
#sub-menu {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	clear: left;
	padding: 5px;
}

#menu {
	padding-top: 5px;
	margin-left: 50px;
	margin-bottom: 20px;
	width: 220px;
	clear: right;
}

#sub-menu {
	margin-left: 50px;
	width: 325px;
	margin-bottom: 20px;
}

#menu li,
#sub-menu li {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	display: inline;
}

#menu a {
	color: #000;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#menu a.selected, 
#menu a:hover {
	color: #999;
}


#sub-menu a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
}

#sub-menu a.selected, 
#sub-menu a:hover {
	color: #999;
}


/**************************************/

/** HOME PAGE **/

#home #stage {
	margin: 50px;
	clear: left; 
	background-color: #FFF; 
	width: 890px; 
	padding: 5px;
}


/**************************************/

/** CONTACT PAGE **/

#contact #details {
	margin-left: 50px; 
	clear: left; 
	float: left;
	background-color: #FFF; 
	width: 220px;  
	padding: 5px;
	font-size: 0.9em;
}

* html #contact #details {
	margin-left: 100px; 
}

#contact #map {
	margin-left: 50px; 
	float: left; 
	width: 500px; 
	height: 300px; 
	border: solid 1px #000;
}


/**************************************/

/** DIRECTORS PAGE **/

#work #stage {
	clear: right; 
	background-color: #FFF; 
	width: 500px; 
	padding: 15px;
	float: left;
	margin-left: 50px;
}

#work #stage #video {
	width: 465px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	overflow: visible; 
	height: 265px;
	min-height: 265px;
}

#work #stage #video #quicktime {
	width: 465px;
	height: 265px;
	overflow: visible;
	display: block;
}

#work #stage h1 {
	display: none;
}

#work #stage h2 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	color: #666;
	margin-bottom: 15px;
	width: 375px;
	margin-left: auto;
	margin-right: auto;
}


/* directors */

#work #directors-menu {
	float: left;
	clear: right;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 5px;
	padding-top: 30px;
	padding-bottom: 25px;
	list-style: none;
	background-color: #FFF;
	width: 220px;
}

#work #directors-menu li {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#work #directors-menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;

}

#work #directors-menu a.selected, 
#work #directors-menu a:hover {
	color: #666;
}

/* video thumbs */

#stage #thumbs-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 475px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	list-style-position: inside; 
	clear: both;
}

#stage #thumbs-menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 85px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#stage #thumbs-menu li img {
	border: solid 3px #FFF;
}

#stage #thumbs-menu li img:hover, 
#stage #thumbs-menu li img.selected {
	border: solid 3px #CCC;
}

#play-all {
	float: right;
	text-transform: uppercase;
	height: 28px;
	width: 90px;
}

#play-all a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#stage #thumbs-menu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	height: 50px;
	width: 90px;
	display: block;
}


/**************************************/

/** ERROR PAGE **/

#error #stage {
	margin: 50px;
	clear: left; 
	background-color: #FFF; 
	width: 890px; 
	padding: 5px;
}