/*  
Theme Name: Vormisme
Theme URI: http://vormisme.nl/
Description: Eriks vormisme theme.
Version: 1.0
Author: Erik Schoorl
Author URI: http://www.gametek.nl/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #000 url('images/body_back.jpg') repeat-y fixed 50% 0pt;
	color: #908f8f;
	margin: 0;
	padding: 0;
}

#newpage {
	background: url('images/spacer.gif');
	position: absolute;
	left: 920px;
	top: 0;
	width: 120px; height: 80px;
}

#page {
	background: #fff url('images/page_back.jpg') no-repeat;
	width: 996px;
	height: 800px;
	margin: 0px auto;
}

#header {
	width: 996px;
	height: 60px;
}

#content {
	width: 440px;
	float: left;
	padding: 0 80px;
}

#spacer {
	width: 236px;
	float: left;
}

#sidebar {
	width: 160px;
	float: left;
	color: #908f8f;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
#sidebar ul ul {
	margin: 0 0 5px 20px;
}
#sidebar a {
	color: #908f8f;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: none;
}

#sidebar form {
	margin: 0;
}

#footer {
	clear: both;
	display: none;
}


.narrowcolumn {
	
}

/* Post */
.post {
	margin: 20px 0 0 0;
	text-align: justify;
}
.post a {
	color: #908f8f;
	text-decoration: none;
}
.post a:hover {
	text-decoration: none;
}
.post h2 {
	color: #908f8f;
}
.post hr {
	display: block;
	height: 1px;
}

/* Comment */
#commentform {
	margin: 20px 0 0 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Arial, Verdana, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


/**/
a {
	color: #908f8f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

img {
	border: 0;
	color: #c5daee;
}
hr {
	display: none;
}