@charset "UTF-8";
@import url('reset.css');

/* Background-Styles
----------------------*/

body { background: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; overflow: hidden; /*Needed to eliminate scrollbars*/ }

#content {
	background: #fefcfc;
	border-top: 1px solid #fff;
	height: 80%;
	position:absolute;
	bottom: 0;
	right: 100px;
	width: 550px;
	z-index: 5;
}

#box {
	height: 95%;
	overflow: auto;
	z-index: 5;
	padding: 8px 25px 0;
}

#box_nav {
	font-size: 13px;
	letter-spacing: .1em;
	margin: 20px 18px 15px;
	overflow: hidden;
	text-transform: uppercase;
}

#top_fader, #bottom_fader {
	background: url(../images/fader_sprite.png) top repeat-x;
	height: 24px;
	position: absolute;
	width: 100%;
	z-index: 101;
}

#bottom_fader { background-position: bottom; bottom: 0; height: 61px; }

#menu {
	background: rgba(0,0,0,.8);
	color: #fff;
	margin:0px auto;
	position:absolute;
	text-transform: uppercase;
	height:70px;
	width:100%;
	bottom:7px;
	z-index: 10;
}
#menuframe {
	overflow: hidden;
	height: 100%;
	text-align:left;
	z-index: 10;
}

#gallery { display: hidden; }


/* Text-Styles
----------------------*/

p { margin-bottom: 12px; font-size: 14px; line-height: 18px; }

a { color: #999; text-decoration: none; }
a:hover { color: #343434; }


/* Menu-Styles
----------------------*/

#title {
	background: rgba(0,0,0,.4) url(../images/title.png) no-repeat center;
	cursor: pointer;
	float: left;
	padding-left: 19px;
	width: 165px;
	height: 70px;
}
#title h1 { line-height: 21px; visibility: hidden; }
#menu ul { margin-top: 12px; }
#menu li { line-height:15px; font-size: 11px; letter-spacing: .05em; }
#menu ul.subnav { margin-top: 5px; }
#menu a { color: #ccc; }
#menu a:hover { color: #fff; }
#menu .selected { color: #eee; font-weight: bold; }


/* Formating-Styles
----------------------*/

#content h1 {
	color: #fff;
	font-size: 81px;
	text-transform: uppercase;
	position: absolute;
	top: -72px;
}
#content h1.medium { font-size: 74px; top: -66px; }
#content h1.small { font-size: 14px; text-indent: 25px; top: -13px; }
#content h1 a { color: #fff; }
#content h1 a:hover { color: #eee; }
#content img { display: block; margin: 0 auto; }

#content.nobg { background: transparent !important; }
#content.nobg a { color: #eee; }
#content.nobg a:hover { color: #343434; }

#box_nav ul { display: block; }
#box_nav ul li, .previous, .next { list-style: none; float: left; }
#box_nav a { display: block; padding-right: 7px; padding-left: 7px; }

#box h2 {
	color: #111;
	letter-spacing: .1em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 10px;
}
#box .last { padding-bottom: 110px; }

.column { float: left; padding-left: 19px; width: 100px; }
.column.wider { width: 130px; }

.dark { color: #333 !important; }
.dark a { color: #444 !important; }
.dark a:hover { color: #aaa !important; }

.page-break { display: none; }
.right { float: right !important; }
.left { float: left; }
.middle { float: left; margin-left: 45px; }



/* Javascript_styles
----------------------*/

/* Tabs Styles */
.ui-tabs .ui-tabs-hide { display: none; opacity: 0; }
.ui-tabs-selected a { color: #343434; }

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../images/progress.gif);
}
#supersize { position:fixed; }
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

