html, body {
	font-family: Times, Georgia, serif;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
}
a {
	color: #ff0000;
}
h1 {
	text-transform: uppercase;
	font-size: 90px;
	font-weight: normal;
	line-height: 70px;
	margin: 20px 0px 20px 0px;
	width: 500px;
}
h2 {
	text-transform: uppercase;
}
h3 {
	font-style: italic;
}
h2, 
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#scroll-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 20px 20px 0px;
	z-index: 1;
	overflow: auto;
}
#wrapper {
	position: relative;
	width: 6100px;
	height: 4800px;
	overflow: hidden;
}
#background,
#foreground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#foreground {
	z-index: 1;
}
img {
	border: 0px none;
	outline: 0;
	/*-webkit-transform: translate3d(0,0,0);*/
}
#background img {
	position: absolute;
	z-index: 0;
	left: -2000px;
	top: -2000px;
}
#header, #credits {
	width: 400px;
	position: absolute;
}
#header {
	left: 1000px;
	z-index: 4;
}
#header p {
	margin: 0px 0px 0px 0px;
}
#header .post {
	margin: 0px 0px 20px 0px;
}
#content .post {
	width: 270px;
	position: absolute;
	z-index: 4;
} 
.post h2, 
.post h3,
.post div {
	margin: 0px;
}
.post .letter {
	font-size: 180px;
	height: 180px0px;
	line-height: 170px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
/****** NAVIGATION ******************/
#navigation {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 4;
	font-size: 11px;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation li {
	display: block;
	float: left;
	position: relative;
}
#navigation a {
	font-size: 11px;
	border-left: 1px solid #ff0000;
	background: #fff;
	color: #ff0000;
	display: block;
	float: left;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover,
#navigation a.current-menu-item {
	background: #ff0000;
	color: white;
}
#navigation li ul {
	position: absolute;
	left: 0px;
	bottom: 26px;
	width: 400px;
	display: none;
}
#navigation li ul a {
	border: 1px solid #ff0000;
	margin-top: -1px;
}
#navigation li ul li {
	float: none;
	clear: both;
}
/****** MAP *************************/
#map {
	background: url(assets/map-1.png) no-repeat top left;
	width: 1245px;
	height: 964px;
	position: absolute;
	z-index: 3;
}
#maplinks a {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url(assets/link-overlay-small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#maplinks a.big {
	width: 50px;
	height: 50px;
	background-image: url(assets/link-overlay-big.png);
}
#maplinks a:hover,
#maplinks a.highlighted {
	background-position: 0px -35px;
}
#maplinks a.big:hover,
#maplinks a.highlighted-big {
	background-position: 0px -50px;
}
/****** infotext ***********************/
#about {
	position: absolute;
}
.multiColumn {
	overflow: hidden;
	width: 1000px;
}
.column {
	width: 33%;
	float: left;
}
.columnContent {
	margin: 0px 30px 30px 0px;
}
/***** thumbnails **********************/
.thumbnails {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 400px;
	margin-top: 10px;
}
.thumbnails li {
	display: block;
	float: left;
	margin: 0px 3px 3px 0px;
	position: relative;
}
.thumbnails li .playButton {
	display: block;
	position: absolute;
	bottom: 8px;
	left: 8px;
	background-image: url("assets/playbutton.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	width: 24px;
	height: 22px;
	text-indent: -1000px;
}
.thumbnails .videolink:hover .playButton {
	background-position: 0px -22px;
}
.thumbnails li img {
	display: block;
	height: 70px;
	width: auto;
}
.thumbnails .zoomed img {
	height: 450px;
}
.thumbnails .zoomed .playButton {
	display: none;
}
.thumbnails iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}



