/* global.css */


/* start afresh */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, img { 
	margin: 0;
	padding: 0;
	border: 0 none;
} 
h3, p {
	margin: 1em 0;
}
h1, h2 {
	margin: .7em 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* layout */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
body {
	text-align: center;
	background: #240a0a;
}
div#wrap {
	background: #ded4c2 url(/_img/body.png) bottom repeat-x;
}
div.margin {
	width: 960px;
	margin: 0 auto;
	
	text-align: left;
}
div#browser {
	width: 300px;
	padding: 20px;
	
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -170px;
	z-index: 7777777;
	
	display: none;
	
	background-color: #ffffff;
	border: 1px dotted #240a0a;
}
div#nav {
	width: 100%;
	height: 4px;
	
	position: absolute;
	top: 0;
	z-index: 77777;
	
	background: url(/_img/nav.png) repeat-x;
}
div#header {
	padding-top: 4px;
}
div#page {
	padding-bottom: 120px;
	
	position: relative;
	z-index: 7777;
}
div#footer {
	height: 40px;
	padding: 50px 0 30px;
	
	position: relative;
	margin-top: -120px;
	clear: both;
	
	background: url(/_img/footer.png) repeat-x;
}
div#tree {
	width: 730px;
	height: 620px;
	
	position: absolute;
	top: -600px;
	
	background: url(/_img/tree.png) no-repeat;
}
hr.clear {
	height: 1px;
	
	margin: 0;
	border: 0 none;
	
	clear: both;
	visibility: hidden;
}


/* type */
body {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: #240a0a;
}
hr {
	height: 1px;
	
	border-bottom: 1px solid #dddddd;
	background-color: transparent;
	
	margin: 1em 0;
}
#page * {
	line-height: 1.7em;
}
#page ul {
	margin: 0;
}
#page ul li {
	list-style-type: none;
	
	padding: 0;
	margin: 1em 0;
}
#page ul li a {
	font-weight: bold;
}
h2 {
	font-size: 21px;
	color: #cf3d16;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #9b1b1f;
	font-weight: bold;
}
h3.caption {
	text-align: right;
	margin-top: -1.2em;
}
h6, h6 * {
	font-size: 10px;
	color: #240a0a;
	font-weight: normal;
}
em {
	color: #9b1b1f;
	font-style: normal;
}
a {
	color: #9b1b1f;
	text-decoration: none;
}
a:hover {
	color: #cf3d16;
	text-decoration: none;
}


/* browser */
#browser p {
	margin: 0;
	padding: 0;
	
	font-weight: bold;
}


/* nav */
div#menu {
	position: absolute;
	top: 4px;
	width: 892px;
	
	margin-left: 34px;
}
#menu a {
	display: block;
	height: 26px;
	line-height: 24px;
	padding: 0 7px;
	float: left;
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
	background: url(/_img/nav-menu-fill.png) repeat-x;
}
div#menu a.first {
	padding-left: 12px;
}
div#menu a.last {
	padding-right: 12px;
}


/* header */
#header h1 {
	/*width: 304px;*/
	height: 163px;
	
	margin: 0;
	padding: 30px 0;
	
	position: relative;
	z-index: 777;
	
	background: url(/_img/header.png) right center no-repeat;
	
	text-indent: -777777px;
	overflow: hidden;
}


/* page */
#page .col {
	padding-bottom: 30px;
}
#page #wide {
	padding-left: 39px;
	padding-right: 39px;
	
	position: relative;
	top: -111px;
	margin-bottom: -111px;
}
#page #left {
	width: 350px;
	
	float: left;
	
	padding-left: 39px;
	
	position: relative;
	top: -158px;
	margin-bottom: -158px;
}
#page #right {
	width: 480px;
	
	float: right;
	
	padding-right: 39px;
}


/* video */
ul#video {
	margin: 0;
}
ul#video li {
	list-style-type: none;
	
	float: left;
	
	margin-right: 12px;
	margin-bottom: 12px;
	
	padding: 0;
	
	border: 0 none;
}
ul#video li.last {
	margin-right: 0;
}
ul#video li a {
	display: block;
	width: 70px;
	height: 70px;
	
	background-color: #000000;
	background-repeat: no-repeat;
}
li#player {
	width: 480px;
	height: 352px;
	
	float: none;
	
	margin: 0 0 17px 0;
	
	background-color: #000000;
}
ul#video li#player a {
	display: inline;
	width: auto;
	height: auto;
	
	background-color: transparent;
}
li#player p, #theatrical p {
	padding-top: 12em;
	
	text-align: center;
	color: #ffffff;
}
#theatrical {
	width: 640px;
	height: 392px;
	
	margin: 30px 0;
	
	background-color: #000000;
}


/* footer */
#footer {
	font-size: 9px;
	color: #995351;
}
#footer p {
	margin: 0 39px;
	
	position: relative;
	z-index: 777777;
	
	padding-left: 170px;
	height: 16px;
	line-height: 21px;
	background: url(/_img/footer-logo.png) no-repeat;
}
#footer a {
	color: #995351;
	text-decoration: none;
}
#footer a:hover {
	color: #995351;
	text-decoration: underline;
}


