/* Fonts */

@font-face {
  font-family: "Galliard-Bold";
  src: url(../fonts/Galliard-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Galliard-BoldItalic";
  src: url(../fonts/Galliard-BoldItalic.otf) format("opentype");
}

/* Objects */

* {
	color: white;
	line-height: 1.6em;
}

body {
	background-color: #1b1b1c;
	margin: 0;
}

#logo {
	position: fixed;
	top: 15px;
	left: 15px;
	line-height: 1em;
}

#ape {
	z-index: 5;
	position: absolute;
	top: 70px;
	left: 100px;
	opacity: 0;
	visibility: hidden;
}

#iemessage {
	font: bold 48px/1.2em Galliard-Bold, Times, "Times New Roman";
}

#navigation {
	position: fixed;
	left: 15px;
	top: 84px;
	margin-left: 2em;
	width: 145px;
}

#navigation .active {
	margin-left: -2em;
	color: white;
}

#navigation .active:before {
	content:url(../interface/navigation_arrow.png);
}

#navigation a {
	color: #9d9ea0;
}

#navigation a.white {
	color: white;
}

#navigation a:hover {
	color: white;
}

#impressum .black70 a {
	color: #707173;
}

#impressum .black70 a:hover {
	color: #959595;
}

#content {
	position: absolute;
	left: 190px;
	width: 700px;
	top: 84px;
}

.blogentry {
	padding: 0;
	margin: 0 0 .5em;
}

.blogentry .date, #collection #showinfo {
	width: 50px;
	text-align: right;
	height: 12px;
}

.blogentry .entrycontent {
	margin-top: -18px;
	margin-left: 65px;
	width: 765px;
}

#collection #collectioncontent {
	margin-left: 65px;
	width: 770px;
	margin-top: -10px;
}

.blogentry h1 {
	line-height: 1.4em;
	font-size: 36px;
	clear: both;
	padding: 0;
	margin: 0 0 -.05em;
}

.blogentry .entrycontent .preview {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.blogentry .txt_and_img {
	float: left;
	margin-top: 0;
	margin-bottom: .1em;
}

.blogentry .entrycontent .text {
	width: 250px;
	float: left;
	margin-right: 15px;
	margin-left: 1px;
}

.blogentry .entrycontent .image {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.blogentry .entrycontent .image img {
	max-width: 460px;
	max-height: 345px;
}

.blogentry .entrycontent .img_no {
	float: left;
}

#collection #info {
	position: absolute;
	height: 0px;
	overflow: hidden;
	top: 0;
	padding-top: 1em;
	width: 760px;
	background-color: #1b1b1c;
	padding-left: 1px;
	z-index: 2;
}

.video {
	visibility: visible;
	position: relative;
	top: 600px;
	padding-bottom: 20px;
	width: 760px;
	height: 570px;
}

#collection #viewer {
	position: absolute;
	top: 1em;
}

#collection #viewer img {
	max-width: 760px;
	max-height: 570px;
}

#collection #controls {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

#controls #leftarrow {
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url(../interface/pink-50.png);
	text-align: right;
	opacity: 0;
}

#controls #rightarrow {
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url(../interface/pink-50.png);
	right: 0;
	opacity: 0;
}

#controls img {
	margin: 20px;
}

#collection #text {
	width: 250px;
	float: left;
}

#collection #credits {
	width: 400px;
	margin-left: 265px;
	position: relative;
	margin-top: 1px;
}

.piece, .friend {
	clear: both;
}

.piece {
	width: 768px;
	background-color: #0e0e0e;
	height: 513px;
}

.piece .text {
	width: 345px;
	padding: 10px 20px 20px;
	height: 483px;
	position: absolute;
	left: 383px;
}

.piece .text .headline {
	font: 48px/1.2em Galliard-Bold, Times, "Times New Roman";
	margin-bottom: .3em;
}

.piece .pricetag {
	position: absolute;
	bottom: 0;
	width: 375px;
	height: 35px;
	background-image: url(../interface/pricetag_ecke.png);
	right: 0;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 25px;
}

.piece .image {
	float: left;
	margin: 0;
	max-width: 685px;
	height: 513px;
}

.piece .image img {
	height: 100%;
}

.friend .name {
	width: 130px;
}

.friend .details {
	overflow: hidden;
	height: 0;
}

.friend .image, .friend .text, .friend .url {
	float: left;
	margin-left: 15px;
	position: relative;
	top: .6em;
}

.friend .image {
	margin-left: 145px;
}

.friend .text {
	width: 300px;
}

#orderinfo {
	position: absolute;
	width: 180px;
	background-color: white;
	padding: 10px 12px;
	opacity: 0;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	top: 0;
	left: 0;
}

.space {
	height: 50px;
	clear: left;
}

/* Typography + Colors */

a {
	text-decoration: none;
}

.text a, #collection #info a, .friend .url a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.piece .pricetag a {
	border-bottom: 1px solid white;
}

.text a:hover, #collection #info a:hover, .friend .url a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.galliard-bold {
	font-family: Galliard-Bold, Times, "Times New Roman";
}

.galliard-bolditalic {
	font-family: Galliard-BoldItalic, Times, "Times New Roman";
}

.lucida {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.seven {
	font-size: 7px;
}

.eight {
	font-size: 8px;
}

.nine {
	font-size: 9px;
}

.ten {
	font-size: 10px;
}

.eleven {
	font-size: 11px;
}

.eighteen {
	font-size: 18px;
}

.fourtyeight {
	font-size: 48px;
}

.white {
	color: white;
}

.black {
	color: black;
}

.black90 {
	color: #3e3d40;
}

.black80 {
	color: #58585a;
}

.black70 {
	color: #707173;
}

.black60 {
	color: #87888a;
}

.black50 {
	color: #9d9ea0;
}

.black40 {
	color: #b2b3b4;
}

.black30 {
	color: #c6c7c8;
}

.black20 {
	color: #dadadb;
}

.black10 {
	color: #ededee;
}

.sub {
	margin-left: 1em;
	display: block;
	margin-top: -1px;
	margin-bottom: -1.6em;
}

.collapsed {
	height: 0px;
	overflow: hidden;
}
