@charset "UTF-8";
/* CSS Document */
 
/* ################################################################################ */
/* #####  Page Reset  ############################################################# */
/* ################################################################################ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	margin: 0;
	outline: 0;
	border: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
}

/* ################################################################################ */
/* #####  Global  ################################################################# */
/* ################################################################################ */
html, body {
	margin: 0px;
	padding: 0px;
	background: #1f0103;
}
body,td,th {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -0.05em;
}
body {
		
}

/* ################################################################################ */
/* #####  Areas  ################################################################## */
/* ################################################################################ */
.base {
	position: fixed;
	overflow: hidden;
	z-index: 10;
	width: 100%;
	height: 100%;
	background:  #1f0103;
}
.footer {
	position: absolute;
	z-index: 20;	
	bottom: 18px;
	left: 18px;
}
.map {
	position: absolute;
	z-index: 30;
	width: 100%;
	height: 100%;
	min-width: 990px;
}
.overlay {
	position: absolute;
	z-index: 40;
	width: 100%;
	height: 100%;
}
.content {
	position: absolute;
	z-index: 50;
	top: 102px;
	left: 18px;
	margin-right: 18px;
	min-width: 990px;
}
.photo {
	position: absolute;
	z-index: 60;
	width: 100%;
	height: 100%;
}
.nav {
	position: absolute;
	z-index: 70;
	top: 18px;
	left: 18px;
	min-width: 720px;
	height: 84px;
}


noscript {
	position: absolute;
	z-index: 80;
	top: 102px;
	left: 18px;
	border-top: 2px solid #ffffff;
	padding-top: 6px;
	width: 252px;
	
	
}
noscript h1 {
	font-weight: bold;
	font-size: 2em;
	height: 54px;
	font-size: 2em;
	line-height: 1.1em;
}

/* ################################################################################ */
/* #####  Objects  ################################################################ */
/* ################################################################################ */

/* Map */
.map img {
	float: right;
	margin-left: 270px;	
}

/* Base */
.base .image {
	width: 100%;
	height: 100%;
}

/* Overlay */
.overlay .position {
	position: absolute;
	top: 50%;
	width: 100%;
}
.overlay .position .text {
	font-size: 240px;
	line-height: 0.86em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.05em;
}
.overlay .position .single {
	margin-top: -0.43em;
}
.overlay .position .double {
	margin-top: -0.86em;
}

/* Photo */
.photo .left, .photo .right {
	position: absolute;
	bottom: 18px;
	width: 150px;
	height: 127px;
}
.photo .left {
	left: 18px;
	background-image: url(../gfx/arrow_left.png); 
}
.photo .right {
	right: 18px;
	background-image: url(../gfx/arrow_right.png);
}
.photo .left:hover, .photo .right:hover  {
	background-position: 0px 127px;
	cursor: pointer;
}

/* Nav */
.nav .option {
	display: block;
	float: left;
	margin-right: 18px;
	border-top: 1px solid #ffffff;
	padding-top: 4px;
	width: 72px;
	height: 76px;
}
.nav .option:hover {
	border-color: #f70438;
	color: #f70438;
	cursor: pointer;
}
.nav .option.select {
	border-color: #f70438;
	color: #f70438;
}

/* News */
.content #news { 
	overflow: auto;
}
.content #news .item {
	float: left;
	margin-right: 18px;
	width: 162px;	
}
.content #news .item .title {
	border-top: 2px solid #ffffff;
	padding-top: 6px;
	height: 98px;
	font-size: 2em;
	line-height: 1.1em;
}
.content #news .item .info {
	border-top: 1px solid #ffffff;
	padding-top: 6px;
	height: 52px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.content #news .item .copy {
	border-top: 1px solid #ffffff;
	padding-top: 6px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.content #news .control {
	float: left;
	width: 90px;
	height: 1em;
}
.content #news .control .position {
	position: absolute;
	bottom: 0px;
}
.content #news .control a {
	
	margin-top: 4px;
	font-size: 1.6em;
}

/* Where */
.content #where { 
	width: 252px;
}
.content #where .large {
	border-top: 2px solid #ffffff;
	padding: 6px 0px 28px 0px;
	font-size: 2em;
	line-height: 1.1em;
}
.content #where .small {
	border-top: 1px solid #ffffff;
	padding: 6px 0px 26px 0px;
	width: 162px;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* Music */
.content #music {
	overflow: hidden;	
}
.content #music .info {
	float: left;
	margin-right: 18px;
	width: 162px;
}
.content #music .info .large {
	padding: 6px 0px 28px 0px;
	font-size: 2em;
	line-height: 1.1em;
}
.content #music .info .small {
	border-top: 1px solid #ffffff;
	padding: 6px 0px 26px 0px;
	font-size: 1.1em;
	line-height: 1.4em;
}
.content #music .column {
	float: left;
	margin-right: 18px;
	padding-top: 6px;
	width: 117px;
	font-size: 1.3em;
	line-height: 1.1em;
}

/* Chart */
.content #chart {
	overflow: hidden;	
}
.content #chart .item {
	float: left;
	margin-right: 45px;
	width: 270px;
}
.content #chart .top {
	border-top: 2px solid #ffffff;
	padding-top: 6px;
	width: 252px;
	height: 54px;
	font-size: 2em;
	line-height: 1.1em;
}
.content #chart .entry {
	float: left;
	margin-right: 18px;
	width: 117px;
	
}
.content #chart .entry .position {
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.1em;
}
.content #chart .entry .dot {
	margin-bottom: 8px;
	width: 100%;
	height: 1px;
    background: url(../gfx/dot1_3.png) repeat-x;
}
.content #chart .entry .info {
	height: 55px;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* List */
.content #list {
	overflow: hidden;
	width: 702px;
}
.content #list .top {
	border-top: 2px solid #ffffff;
	padding: 6px 0px 18px 0px;
	font-size: 2em;
	line-height: 1.1em;
}
.content #list .input {
	outline: none;
	border: none;
	padding: 4px;
	width: 702px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8em;
	color: #1f0103;
}
.content #list .submit {
	display: block;
	padding-top: 30px;
	font-size: 2em;
	line-height: 1.1em;
}

/* Contact */
.content #contact { 
	width: 162px;
}
.content #contact .link {
	display: block;
	border-top: 2px solid #ffffff;
	padding: 6px 0px 28px 0px;
	font-size: 2em;
	line-height: 1.1em;
}
.content #contact .link:hover {
	border-color: #f70438;
}

/* ################################################################################ */
/* #####  General  ################################################################ */
/* ################################################################################ */

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #f70438;
}
.hidden {
	display: none;	
}
