@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #110100;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #e7fbef;
}

span {
	margin-right: 0.2em;	
}

ul {
	list-style: none;
	padding-bottom: 15px;	
}

p {
	margin-bottom: 15px;	
}

a:link {
	text-decoration: none;
	color: #b9d1dc;
}

a:visited {
	text-decoration: none;
	color: #b9d1dc;
}

a:active {
	text-decoration: none;
	color: #b9d1dc;
}

a:hover {
	text-decoration: none;
	background-color: #e7fbef;
	color: 100100
}

.clear {
	clear: both;
}

.hover-fade .over {
	position: absolute;
}

.left-links, .left-links > * {
	width: 180px;
	z-index: 10;
	position: relative;
}

#loading {
	position: absolute;	
	left: 0;
	width: 100%;
	height: 50%;
	background: url(../images/loading.gif) 50% 50% no-repeat;
	display:none;
	z-index:-1;
}

#navigation ul {
	padding-bottom: 20px;	
}

#navigation li {
	padding: 0 1px;
}

#header *, #navigation *, .left-links > *, #about > *, .swap-container *, .main > *, .thumbnails li {
	display: block;
	float: left;
}

.swap-container ul * {
	float: none;	
}

#footer {
	position: fixed;
	bottom: 3px;
	right: 5px;	
	font-size: 9px;
}

#typeface img {
	margin-bottom: 15px;
}

.overlay {
	position:absolute;
	width: 100%;
	height: 540px;
}

.click-fade {
	background: url(../images/drag.png) 50% 50% repeat-x;
}

.hover-remove {
	background: url(../images/hover.png) 50% 50%;
	top: 0;
}

.text-block {
	width: 600px;
}

.title {
	color: #C0B893;
	font-weight: bold;	
}

.text-block {
	margin-left: 20px;
}

.hl {
	color: #C0B893;
}

.credits .quote {
	color: #C17B00;
	font-weight: bold;	
	padding-right: 15px;
}

.credits ul, .credits li {
	display: block;
	float: left;
}

.credits ul {
	padding-bottom: 0;
}

.credits li, .credits .section li.title {
	padding-top: 10px;
	padding-right: 50px;	
}

.credits .title {
	padding-right: 20px;
}

.credits .section .title {
	padding-left: 50px;
	padding-right: 30px;	
	font-weight: normal;
	font-style: italic;
}

.credits .section li {
	float: none;
	padding-left: 50px;
	padding-top: 0px;
}

.credits ul {
	float: left;
	padding-left: 50px;
}

.credits li p {
	width: 375px;	
}

.section .section .title {
	font-weight: normal;
	font-style: italic;
}

.sub-section .title {
	position: absolute;
	margin-top: -15px;	
	z-index: 300;
}

.swap-container {
	overflow: hidden;
	position: relative;
	z-index: 50;
}

.draggable {
	width: 10000px;
	vertical-align: top;
}

.content {
	position: relative;	
}

.content img, .content a, .content div.media {
	margin-right: 20px;
}

.content a:hover {
	background-color: transparent;
}

.content .credits a:hover {
	text-decoration: underline;	
}

.window {
	width: 960px;
	cursor: pointer;
}

.fade-left {
	background-image: url("/images/gradient-l.png");
	background-size: 100%;
	width: 20px;
	top: 0;
	z-index: 100;
	position: relative;
	cursor: default;
	height: 740px;
}

.fade-right {
	background-image: url("/images/gradient-r.png");
	background-size: 100%;
	width: 20px;
	top: 0;
	z-index: 100;
	position: relative;
	cursor: default;
	height: 740px;
}

.hover-fade .active, #navigation .active {
	display: none;
}

.thumbnails img {
	border: 2px solid #E7FBEF;
	cursor: pointer;
	margin: auto;
	display: block;
}

.thumbnails li {
	padding-right: 16px;
	padding-bottom: 16px;
}

.thumbnails {
	margin-bottom: -10px;
}
