/* built lovingly with a hatred for css by boyblack */

/* general */
html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background: #090909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
h1, h2, h3 {
	color: #999999;
}
img { border:0; }
a { text-decoration:none; color:#666666; }
a:hover { color:#ffffff; }
#bgimage { position:fixed; top:0; left:0; width:100%; height:100%; }
#header { position:absolute; z-index:1; }
#content { position:absolute; z-index:2; }
#inner-content { width:720px; height:325px; overflow:auto; }
#footer {
	position:absolute;
	z-index:3;
	background-image:url("../images/fpkfootstrip.gif");
	width:825px;
	height:50px;
}
#page {
	margin:0;
	padding:1px 50px;
	background-image:url("../images/fpkmidtile.gif");
}

/* custom */

.title {
	font-weight: bold;
	color: #ffffff;
	background: #1b1b1b;
	padding: 6px;
}
#inner-blog-content { width:720px; }
#videodl {
	font-size:10px;
	text-transform: uppercase;
	font-weight:bold;
	color: #444444;
	position:absolute;
	right: 14px;
	bottom: 9px;
	z-index:4;
	width:146px;
	height:24px;
}
#videodl a { color: #444444; }
#videodl a:hover { color: #222222; }

/* navigation */
#nav { background: #000000; }
a.rollover {
	display: block;
	height: 17px;
	text-decoration: none;
}
#nav-home:hover, #nav-synopsis:hover, #nav-gallery:hover, #nav-downloads:hover, #nav-press:hover, #nav-blog:hover, #nav-order:hover, #nav-showtimes:hover {
	background-position: 0 -17px;
}
#nav-home {
	background: url("../images/nav_home.gif") top left no-repeat;
	width: 57px;
}
#nav-home.selected { background-position: 0 -17px; }
#nav-synopsis {
	background: url("../images/nav_synopsis.gif") top left no-repeat;
	width: 86px;
}
#nav-synopsis.selected { background-position: 0 -17px; }
#nav-gallery {
	background: url("../images/nav_gallery.gif") top left no-repeat;
	width: 83px;
}
#nav-gallery.selected { background-position: 0 -17px; }
#nav-downloads {
	background: url("../images/nav_downloads.gif") top left no-repeat;
	width: 122px;
}
#nav-downloads.selected { background-position: 0 -17px; }
#nav-press {
	background: url("../images/nav_press.gif") top left no-repeat;
	width: 53px;
}
#nav-press.selected { background-position: 0 -17px; }
#nav-blog {
	background: url("../images/nav_blog.gif") top left no-repeat;
	width: 53px;
}
#nav-blog.selected { background-position: 0 -17px; }
#nav-order {
	background: url("../images/nav_order.gif") top left no-repeat;
	width: 135px;
}
#nav-order.selected { background-position: 0 -17px; }
#nav-showtimes {
	background: url("../images/nav_showtimes.gif") top left no-repeat;
	width: 112px;
}
#nav-showtimes.selected { background-position: 0 -17px; }

a.selected {
	display: block;
	height: 17px;
	text-decoration: none;
	background-position: 0 -17px;
}
