@charset "UTF-8";
/* CSS Document */

* {
	border-style: none;
	border-width: 0px;
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0 0 0 0;
	;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "droid sans mono";
	/*	, Lucida Console, andale mono,  monospace
*/	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;/*font-style font-variant font-weight font-size/line-height font-family*/
	
}
body {
	position: relative;
}
:focus {
	outline: 0px none;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 36px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:focus {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}
a[href^='http:'] {
	display: inline-block;
	padding-right: 16px;
	background: transparent url(../interface/external-link.png) center right no-repeat;
}
a[href*='simulakrum.net'] {
	padding-right: 0px;
	background: none;
}
a[href^='mailto:'] {
	display: inline-block;
	padding-right: 20px;
	background: transparent url(../interface/external-link-email.png) center right no-repeat;
}
.invisible {
	color: transparent;
}
.filler {
	display: block;
	width: 100%;
	height: 40%;
	margin-bottom: -240px;
	position: relative;
}
#floater {
	float: left;
	width: 240px;
	height: 40%;
	margin-bottom: -240px;
}
#floaterB {
	float: left;
	width: 100%;
	height: 40%;
	margin-bottom: -240px;
}
.menuframe {
	height: 100%;
	width: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
}
.menu {
	width: 184px;
	height: 400px;
	padding: 32px 24px 32px 32px;
	margin: 0px 0px 0px 0px;
}
.menuitem {
	width: 84px;
	height: 84px;
	margin: 0px 8px 8px 0px;
	float: left;
	position: relative;
}
.menutext {
	display: none;
	position: absolute;
	top: 0px;
	width: 74px;
	height: 74px;
	padding: 5px 5px 5px 5px;
	background-color: white;
	text-align: left;
}
.menuitem:focus .menutext {
	text-decoration: none;
	display: block;
}
.menuitem:hover .menutext {
	text-decoration: none;
	display: block;
}
.menuitem a:hover {
	text-decoration: none;
	display: block;
}
.menuitem:active a, .menuitem a:active, a .menutext:active {
	text-decoration: none;
	color: white;
	background-color: black;
}
/*:link:hover, :visited:hover { ... }
:link:active, :visited:active
*/.menutext_selected {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 74px;
	height: 74px;
	padding: 4px 4px 4px 4px;
	background-color: white;
	text-align: left;
	border: dashed thin;
	cursor: default;
}
.end {
	float: left;
	width: 8px;
	height: 64px;
	padding: 4px 4px 4px 4px;
	background-color: white;
	text-align: left;
	border-top: dashed thin;
	border-right: dashed thin;
	cursor: default;
}
.thumbnail {
	width: 84px;
	height: 84px;
	margin: 0px 0px 0px 0px;
}
.scrollframe {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
}
.contentframe {
	padding: 0px 0px 0px 0px;
	margin: 32px 16px 0px 0px;
	height: 100%;
}
.content {
	height: 400px;
	margin: 0px 16px 0px 0px;
	float: left;
}
.divider {
	height: 400px;
	margin: 0px 32px 0px 16px;
	float: left;
}
.image {
	padding: 0px 0px 0px 0px;
}
.video {
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: black;
}
.contentimagetext {
	margin: 12px 0px 0px 0px;
}
.text {
	padding: 0px 0px 0px 16px;
	width: 250px;
}
.festival {
	padding: 0px 0px 0px 16px;
	width: 376px;
}
.laurel {
	float: left;
	margin: 0px 0px 0px -4px;
	padding: 6px 8px 0px 0px;
	width: 54px;
	height: 54px;
}
.buttonframe {
	position: fixed;
	right: 32px;
	top: 440px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
}
.button {
	width: 24px;
	height: 24px;
	padding: 8px;
	margin: 0px 8px 0px 8px;
	opacity: 1;
	visibility: hidden;
}
.button:hover {
	opacity: 0.3;
}
.button:active {
	opacity: 1;
}
.logo {
	position: absolute;
	right: 16px;
	bottom: 16px;
	margin-top: 0px;
	height: 60px;
	width: auto;
	padding: 32px 16px 32px 0;
	text-align: right;/*	pointer-events:none;
*/

}
.logowrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	height: 100%;
	min-height: 600px;
	width: 100%;
	padding: 0;
	/*	pointer-events:none;
*/  z-index: -1;
}
.play {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 65px;
	height: 40px;
	text-indent: -100000px;
	background: url("../interface/button-fauxplayer.png") no-repeat scroll 0% 0% transparent;
	background-position: -1px -145px;
	color: rgb(255, 255, 255);
}
.play:hover {
	background-position: -67px -145px;
}
.turnaround {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 65px;
	height: 40px;
	text-indent: -100000px;
	background: url("../interface/button-360.png") no-repeat scroll 0% 0% transparent;
	background-position: -1px -145px;
	color: rgb(255, 255, 255);
	pointer-events: none;
}
.turnaround:hover {
	background-position: -67px -145px;
}
.turn360 {
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: black;
}
#imageHolder {
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
	width: 518px;
	height: 360px;
	cursor: move;
	margin: 0 0 0 0;
}
button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}
.preload {
	display: none
}
.emaillink {
	width: 144px;
	height: 12px;
	display: inline-block;
	background: url(../interface/email.png) no-repeat;
	position: relative;
	top: 2px;
	pointer-events: auto;
	margin-right: 16px;
}
.emaillink:link {
	background-position: 0px 0px;
}
.emaillink:hover {
	background-position: -144px 0px;
}
.emailicon {
	display: inline-block;
	padding-right: 21px;
}
.video-stripes {
	width: 100%;
	opacity: 0.02;
	position: absolute;
	padding-bottom: 360px;
	background-image: url(../interface/video-stripes.gif);
}
.turn360-stripes {
	width: 100%;
	opacity: 0.1;
	position: absolute;
	padding-bottom: 360px;
	background-image: url(../interface/turn360-stripesB.gif);
}
