/*

Author: Gerard Vink
Version: 1.0
Copyright: Gerard Vink 2010

*/



/*General*/

body {
	background-color: white;
	color: black;
	font-family: 'AndaleMonoRegular', Arial;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

a {
	color: black;
	text-decoration: underline;
}

a img {
	border: none;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

h1 {
	background-color: white;
	font-size: 23px;
	font-weight: normal;
	line-height: 25px;
	padding: 11px 0px 8px 10px;
}

h2 {
	background-color: white;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 11px 0px 8px 10px;
}

h3 {
	background-color: white;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: -10px;
	padding: 11px 0px 8px 10px;
}

#box {
	background-color: transparent;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 630px;
	overflow: auto;
}

#header {
	background-color: white;
	margin-top: 20px;
	margin-bottom: 0px;
}

#header a {
	color: black;
	text-decoration: none;
}

#header a:hover {
	color: gray;
}

#content {
	margin: 0px;
	padding: 0px;
}

#nav {
	float: right;
	text-align: right;
	font-family: 'AndaleMonoRegular', Arial;
	font-weight: normal;
	font-size: 11px;
	padding: 9px 10px 0px 0px;
}

#nav a {
	text-decoration: underline;
}

#pagenav {
	background-color: white;
	font-family: 'AndaleMonoRegular', Arial;
	font-size: 10px;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
	padding: 10px 10px 30px 10px;
}

#swf {
	border: none;
}

blockquote {
	margin-left: 40px;
	margin-right: 50px;
	padding: 0px;
}

.infocontent {
	background-color: white;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 30px;
	padding: 10px;
	padding-right: 20px;
}

.storycontent {
	background-color: white;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 30px;
	padding: 10px;
}

.storytitle a {
	text-decoration: none;
	font-style: normal;
}

.error {
	background-color: white;
	font-family: 'AndaleMonoRegular', Arial;
	text-align: center;
	margin-bottom: 40px;
	padding: 50px;
}

.credit {
	background-color: transparent;
	border-top: none;
	color: white;
	font-size: 8px;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: white;
}

/*Typography*/

@font-face {
	font-family: 'AndaleMonoRegular';
	src: url('andalemono-webfont.eot');
	src: local('☺'), url('type/andalemono-webfont.woff') format('woff'), url('type/andalemono-webfont.ttf') format('type/truetype'), url('type/andalemono-webfont.svg#webfontZEfYHXVl') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Alignment*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
