@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/* DH2 POSTER OVERRIDE */
body {
	background-image:url("/homefeatured/dh2bg.jpg");
	background-repeat:no-repeat;
	background-color:#000;
	background-attachment:scroll;
	background-position:center 256px;	
}

p {
	margin:0;
	padding:0;
}

a:link, a:visited  {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
a:hover  {
	text-decoration:underline;
}



#top {
	width:100%;
	height:265px;
	background-image:url(../img/header/base/main_full.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	text-align:center;
}

#top #header {
	margin:0 auto;
	width:920px;
	height:265px;
	position:relative;
	overflow:visible;
	z-index:2;
}

#menu {
	width:920px;
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	overflow:visible;
}

#films, #books {
	width:930px;
	position:absolute;
	left:0px;
	height:200px;
	background-color:#000;
	top:265px;
	z-index:10000;
	box-shadow: 0px 0px 30px #000000;
	-webkit-box-shadow: 0px 0px 30px #000000;
	-moz-box-shadow: 0px 0px 30px #000000;
	text-align:center;
	display:none;

}

#films a, #books a {
	display:block;
	width:132px;
	height:200px;
	text-indent:-10000px;
	float:left;
	background-position:center center;
}



#footer {
	clear:both;
	margin-top:25px;
	height:225px;
	background-image:url(../img/header/base/repeat_foot.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	color:#FCC;
}
#footcont {
	margin:0 auto;
	text-align:left;
	padding-top:15px;
}



#footer #copyright {
	text-align:center;
}
#footer #copyright p {
	margin-bottom:12px;
	font-size:10px;
}

#footer .remtweet {
	width:196px;
	height:171px;
	background-image:url(../img/twitter.png);
	background-repeat:no-repeat;
	font-size:11px;
	color:#FFF;
	margin-left:50px;
	

}

#footer .remtweet #twitter_pad {
	padding-top:85px;
	padding-left:12px;
	padding-right:10px;
}

.remtweetlist {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.remtweetlist li {
	padding:0px;
	margin:0px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 2px;
	width: 475px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 75px;
	padding-top: 5px;
	font-size: 1.2em;
}

#browserWarning a:link, #browserWarning a:visited {
	color:#900;
	text-decoration:underline;
}
