/* Fonts */

	@font-face {
		font-family: "Rockwell";
		src: url("/fonts/body.ttf");
	}

	@font-face {
		font-family: "Goudy Bookletter 1911";
		src: url("/fonts/header.otf");
	}

body {
	background: #333;
	margin: 0;
	padding: 0;
	font-family: "Rockwell";
	font-size: 10pt;
}

a {
	text-decoration: none;
}

	a:hover {
		color: #fff;
	}

	p a {
		color: #fff;
	}
	
		p a:hover {
			background: #444;
		}

#loader {
	z-index: 0;	
	position: absolute;
	margin: 60px;
	color: #fff;
}

#background {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: none;
	z-index: 1;
}

#content {
	position: absolute;
	z-index: 2;
	top: 160px;
	left: 40px;
	background: #2a2a2a;
	width: 400px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	font-family: "Goudy Bookletter 1911";
}

	h1 {
		margin: 20px 20px 0 20px;
		font-size: 24pt;
		font-weight: normal;
		color: #eee;
		
	}
	
	p {
		margin: 10px 20px 20px 20px;
		color: #aaa;
	}
	
	li a, li del {
		display: block;
		color: #bbb;
		font-size: 12pt;
		border-top: 1px solid #555;
		padding: 10px 10px 10px 0px;
		letter-spacing: 0.05em;
	}

li del {
color: #555;
}
	
	h3 {
		margin: 0px 20px 20px 20px;
		padding: 0px 10px 0px 0px;
		color: #ccc;
		font-family: "Rockwell";
	}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 20px;
	border-bottom: 1px solid #555;
}

	li {
		margin: 0;
	}
	
	.link {
		margin-left: 0.5em;
		color: #777;
	}
	
	.dim {
		color: #777;
	}