/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
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,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{font-style:normal;font-weight:normal;}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:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


/*
 * Oktavilla Baseline CSS
 * Version 1.0
*/
BODY { font: 100%/1.0 sans-serif; }
OL { padding-left: 2em; }
OL LI { list-style: decimal outside; }
UL { padding-left: 1.5em; }
UL LI { list-style: square outside; }
B, STRONG { font-weight: bold; }
EM, I { font-style: italic; }
TH { font-weight: bold; }
TD, TH { padding: 2px; }
P, TABLE, UL, OL { margin-bottom: .7em; }
INPUT, TEXTAREA, SELECT { padding: 2px; }
.checkbox INPUT, INPUT.checkbox, .radio INPUT, INPUT.radio { padding: 0; width: auto; }
INPUT.submit { width: auto !important; }


/* SCAFFOLDING */
#page {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 0 360px;
	font: 0.9375em/1.4 georgia, serif;
	color: #abaca0;
	position: relative;
}
#header {
	padding: 32px 0 24px 0;
}
#content {
	margin: 0 0 40px 0;
	overflow: hidden;
	position: relative;
}
#footer {
	padding: 0 0 20px 0;
}


/* GENERAL STYLES*/
HTML {
	min-width: 980px;
	background: black url(../img/background.jpg) no-repeat 50% 0;
	overflow-y: scroll;
}
HTML.has-cover {
	overflow: hidden;
}
A {
	color: #abaca0;
	text-decoration: underline;
}
A:hover {
	color: white;
}
BLOCKQUOTE {
	border-left: 1px solid #4e4f45;
	padding-left: 20px;
	font-style: italic;
}
H1 {
	position: absolute;
	left: -9999px;
}


/* HEADER */
#header .home {
	display: block;
	width: 318px;
	height: 90px;
	margin: 46px auto 0 auto;
	background: url(../img/logo_metropia.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#header .menu {
	width: 511px;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	text-align: center;
}
#header .menu LI {
	display: inline;
  	list-style: none;
}
#header .menu A {
	display: -moz-inline-box;
	display: inline-block;
	height: 0;
	margin: 0 9px 5px 0;
	padding: 23px 0 0 0;
	overflow: hidden;
	background: url(../img/menu.png) no-repeat 0 0;
}
#header .menu #alt-home {
	width: 49px;
}
#header .menu #alt-story {
	width: 57px;
	background-position: 0 -28px;
}
#header .menu #alt-production {
	width: 112px;
	background-position: 0 -56px;
}
#header .menu #alt-videos {
	width: 62px;
	background-position: 0 -84px;
}
#header .menu #alt-gallery {
	width: 73px;
	background-position: 0 -112px;
}
#header .menu #alt-director {
	width: 85px;
	background-position: 0 -140px;
}
#header .menu #alt-cast {
	width: 46px;
	background-position: 0 -168px;
}
#header .menu #alt-crew {
	width: 51px;
	background-position: 0 -196px;
}
#header .menu #alt-links {
	width: 51px;
	background-position: 0 -224px;
}
#header .menu .selected #alt-home,
#header .menu #alt-home:hover {
	background-position: -200px 0;
}
#header .menu .selected #alt-story,
#header .menu #alt-story:hover {
	background-position: -200px -28px;
}
#header .menu .selected #alt-production,
#header .menu #alt-production:hover {
	background-position: -200px -56px;
}
#header .menu .selected #alt-videos,
#header .menu #alt-videos:hover {
	background-position: -200px -84px;
}
#header .menu .selected #alt-gallery,
#header .menu #alt-gallery:hover {
	background-position: -200px -112px;
}
#header .menu .selected #alt-director,
#header .menu #alt-director:hover {
	background-position: -200px -140px;
}
#header .menu .selected #alt-cast,
#header .menu #alt-cast:hover {
	background-position: -200px -168px;
}
#header .menu .selected #alt-crew,
#header .menu #alt-crew:hover {
	background-position: -200px -196px;
}
#header .menu .selected #alt-links,
#header .menu #alt-links:hover {
	background-position: -200px -224px;
}


/* FOOTER */
#footer .menu {
	width: 208px;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	overflow: hidden;
	_height: 1%;
}
#footer .menu LI {
	float: left;
  	list-style: none;
}
#footer .menu A {
	float: left;
	height: 17px;
	margin: 0 10px 0 0;
	text-indent: -999px;
	background: url(../img/menu.png) no-repeat 0 0;
}
#footer .menu LI:last-child A {
	margin-right: 0;
}
#footer .menu #alt-contact {
	width: 59px;
	background-position: 0 -251px;
}
#footer .menu #alt-press {
	width: 42px;
	background-position: 0 -273px;
}
#footer .menu #alt-mail {
	width: 32px;
	background-position: 0 -295px;
}
#footer .menu #alt-register {
	width: 62px;
	background-position: 0 -317px;
}
#footer .menu #alt-share {
	width: 42px;
	background-position: 0 -339px;
}


/* MOVIE CONTROLS */
#movie {
	width: 600px;
	height: 338px;
	display: block;
}
#movie IMG {
	cursor: pointer;
}
#movie-controls {
	position: relative;
	width: 600px;
	height: 30px;
	overflow: hidden;
	color: white;
	background: black url(../img/player.jpg) no-repeat 0 0;
}
#play-movie-button {
	position: absolute;
	left: 7px;
	top: 5px;
	display: block;
	width: 19px;
	height: 22px;
	text-indent: -9999px;
	background: url(../img/player_buttons.png) no-repeat 0 0;
}
#play-movie-button.pause {
	background-position: -7px -19px;
}
#movie-position {
	display: block;
	position: absolute;
	left: 114px;
	bottom: 0;
	width: 318px;
	height: 26px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
#movie-position SPAN {
	width: 0px;
	height: 26px;
	margin: 0 0 0 -6px;
	padding: 0 15px 0 0;
	display: block;
	background: url(../img/player_marker.png) no-repeat 100% 0;
}
#movie-volume {
	background: #666;
	display: block;
	width: 18px;
	height: 26px;
	border-top: 4px solid black;
	border-bottom: 3px solid black;
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 0;
	cursor: pointer;
}
#movie-volume SPAN {
	width: 18px;
	height: 26px;
	display: block;
	background: white;
}
#movie-controls .txt {
	display: block;
	text-indent: -9999px;
	background: transparent url(../img/player_buttons.png) 0px -63px;
	width: 20px;
	height: 30px;
	position: absolute;
	right: 50px;
	top: 0;
	z-index: 999;
	cursor: pointer;
}
#loader {
	position: absolute;
	top: 0px;
	width: 600px;
	height: 338px;
	background: black url(../img/loader.gif) no-repeat 50% 50%;
	text-indent: -9999px;
	opacity: 0.7;
}


/* BG MUSIC CONTROLS */
#toggle-pause-bg {
	color: white;
	position: absolute;
	top: 5px;
	left: 930px;
	background: url(../img/menu.png) -198px -251px;
	display: block;
	width: 29px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
}
#toggle-pause-bg.pause {
	background-position: -198px -274px;
}
.video-playing #toggle-pause-bg {
	display: none;
}


/* SLIDESHOW */
.slideshow {
	margin: 0;
	padding: 0;
	background: black;
	overflow: hidden;
}
.slideshow LI {
	float: left;
	list-style: none;
}
.slideshow IMG {
	display: block;
	opacity: .7;
}
.slideshow IMG:hover {
	opacity: 1;
}
#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	z-index: 9999;
	font: 0.9375em/1.4 georgia, serif;
	color: #abaca0;
}
#slideshow A {
	text-decoration: none;
}
#slideshow .front,
#slideshow .back {
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#slideshow .front {
	z-index: 99993;
}
#slideshow .back {
	z-index: 99992;
}
#slideshow-controls,
#slideshow-previous,
#slideshow-next {
	position: absolute;
	top: 0px;
	left: 0px;
}
#slideshow-controls {
	width: 940px;
}
#slideshow-next {
	right: 0px;
	left: auto;
}
#slideshow-info {
	display: block;
	padding: 0 100px;
	text-align: center;
}
#slideshow-loading {
	position: absolute;
	top: 200px;
	left: 0;
	width: 940px;
	text-align: center;
	z-index: 99994;
}
#slideshow-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99994;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/button_close.png);
	cursor: pointer;
}


/* FORM */
LABEL {
	display: block;
	margin: 0 0 4px 0;
	font-style: italic;
}
INPUT {
	border: 0;
	padding: 4px;
	background: #abaca0;
}
INPUT.submit {
	padding: 3px 4px;
	background: white;
	cursor: pointer;
}
INPUT.submit:hover {
	background: #abaca0;
}
INPUT#register-email {
	width: 300px;
}

/* ARTICLE LIST */
.article-list {
	text-align: center;
	font-size: 24px;
	line-height: 1.1;
}
.article-list UL {
	margin: 0;
	padding: 0;
}
.article-list LI {
	margin: 0 0 12px 0;
	list-style: none;
}
.article-list LI .subtitle {
	display: block;
	margin: 2px 0 0 0;
	font-size: 15px;
	font-style: italic;
}
.article-list LI A {
	text-decoration: none;
}


/* ARTICLE */
.article {
	padding: 0 47px;
	overflow: hidden;
}
.article H1 {
	position: relative;
	left: 0;
	margin: 0 0 16px 0;
	font-size: 24px;
	line-height: 1.1;
}
.article H1 .subtitle {
	display: block;
	margin: 2px 0 0 0;
	font-size: 15px;
	font-style: italic;
}
.article IMG {
	float: right;
	margin: 0 0 10px 20px;
}
.article DL {
	border-bottom: 1px solid #4e4f45;
}
.article DT {
	float: left;
	clear: left;
	width: 200px;
	padding: 2px 20px 2px 0;
	font-style: italic;
	border-top: 1px solid #4e4f45;
}
.article DD {
	padding: 2px 0;
	border-top: 1px solid #4e4f45;
}
.article DT.group,
.article DD.group {
	padding-top: 20px;
}
.article DD A {
	text-decoration: none;
}
.article UL A {
	text-decoration: none;
}


/* INFO ARTICLE */
.info-article {
	padding: 14px 20px 20px 20px;
	border: 1px solid #4e4f45;
}


/* START */
.start P.intro {
	width: 500px;
	margin: 40px auto 0 auto;
	padding: 0;
	color: #696052;
	font-size: 20px;
	text-align: center;
}
.javascript .start {
	height: 369px;
	overflow: hidden;
	visibility: hidden;
}
.javascript .start P.intro {
	display: none;
}


/* MEDIA LIST */
.media-list .movie-player {
	margin: 0 0 14px 0;
}
.media-list UL {
	margin: 0;
	padding: 0;
}
.media-list LI {
	list-style: none;
	overflow: hidden;
}
.media-list LI H2 {
	font-size: 24px;
	line-height: 1.1;
}
.media-list LI IMG {
	float: left;
	margin: 0 20px 14px 0;
}


/* SHARE LIST */
.share-list {
	overflow: hidden;
}
.share-list UL {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
}
.share-list LI {
	margin: 0 0 6px 0;
	list-style: none;
	overflow: hidden;
}
.share-list A {
	float: left;
	min-height: 27px;
	padding: 0 0 0 36px;
	background: url(../img/icons.png) no-repeat 0 0;
	text-decoration: none;
	line-height: 1.8;
}
.share-list A.alt-facebook {
}
.share-list A.alt-digg {
	background-position: 0 -140px;
}
.share-list A.alt-reddit {
	background-position: 0 -56px;
}
.share-list A.alt-delicious {
	background-position: 0 -28px;
}
.share-list A.alt-myspace {
	background-position: 0 -84px;
}
.share-list A.alt-twitter {
	background-position: 0 -112px;
}
.share-list A.alt-stumbleupon {
	background-position: 0 -168px;
}
.share-list .column-1 {
	float: left;
	clear: right;
}
.share-list .column-2 {
	float: right;
}
