
body {
	text-align:center;
	font-size: 80%;
	font-family : "arial" sans-serif;
	margin : 0px;
	padding: 0px;
	line-height : 150%;
	background-color: #E2DCB8;
	margin-bottom: 30px;
}

a {
	color: #AC0000;	
}

div {
	text-align : left;	
}

div.header {
	background-image:url('/images/header.jpg');	
	height : 105px;
}

div.overall {	
	background-color:white;
	background-image: url('/images/lijntje.gif');
	background-repeat: repeat-y;
	background-position : 69% 50px;
	margin: auto;
	width : 70em;
	border: 2px	solid #AC0000;
	border-top : 0px;
}
/* menu */
div.menu {
	background-color : #600D0D;
	border-top: 2px solid white;
	height: 38px;
	padding-left: 15px;
	margin-bottom : 40px;
}

div.menu a {
	background-color : #600D0D;
	height: 28px;
	display: block;
	width: auto;
	padding: 10px 25px 0px 25px;
	float: left;
	vertical-align: bottom;
	font-family : "courier new", fixed;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	text-decoration : none;
}

div.menu a:hover {
	background-color: #AC0000;	
}

div.home div.menu a.home, div.archives div.menu a.archives, div.about div.menu a.about, div.lab div.menu a.lab, div.contact div.menu a.contact {
	background-color:black;
}

div.menu ul {
	list-style-type : none;
	margin: 0;	
	padding: 0;
}

div.menu li {
	margin : 0;
	padding: 0;
	float:left;	
}
/* einde menu */

/* content */

h2.link {
	display : inline;	
	background-image: url('/images/bigstarlink.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

div.content {
	margin:0px;
	padding: 0px 40px 0px 40px;	
	float: left;
	width :	44em;
	border: 0px;
}

div.content div {
	margin: 0px;
	padding: 0px;	
}

div.post h2 a {
	line-height: 0.9em;
	font-size: 1.1em;
	display: block;
	padding-left: 40px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #AC0000;
	height: 45px;
	min-height: 45px;
	background-position: 0px 2px;
	margin: 0px;
}
div.post h2 a:link {
	background-image: url('/images/bigstarlink.gif');
}

div.post h2 a:visited {
	background-image: url('/images/bigstarvisited.gif');
}
div.post h2 a:hover {
	text-decoration: underline;
}
div.post h2 a:active{
	background-image: url('/images/bigstarvisited.gif');s
}

small.subtitle {
	position:relative;
	top :-24px;
	display:block;
	padding-left: 40px;
	color : #BFBFBF;
}

div.entry {
	position: relative;
	top : -20px;
}

pre {
	width: 35em;
	border: 1px solid black;
	border-color: #BBB #DDD #DDD #BBB;
	padding : 0.5em;
	line-height: 1.5;
	background: white;
	overflow: auto;
	font-size: 1em;
}	

code {
	font-size: 1.2em;	
}

h1, h2, h3, h4, h5, h6 {
	color: #AC0000;	
	display: inline;
}

h1 {
	font-size: 1.3em;
	margin-bottom : 0px;
	padding-bottom : 0px;	
}

h1:firstchild p {
	margin-top:0px;
	padding-top:0px;	
}


p.postmetadata {
	font-size : 0.8em;	
}

p.postmetadata.alt {
	border: 1px solid #CCC;
	padding: 1em;
	background-color: #EEE;	
}

div.content div.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
}

div.alignleft {
	float: left;
	text-align: left;
	width: 40%;	
}

div.alignright {
	float:right;
	text-align: right;
	width: 40%;		
}
div.center {
	text-align:center;	
}

blockquote {
	border: 1px solid #AC0000;
	margin : 0 1em 0 1em;
	padding: 0.5em;
}

/* einde content */




/* sidebar */

b {
	color : #AC0000;	
}

ul.resources a {
	display: block;
	padding-left: 25px;
	padding-top : 2px;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-position: 0px 2px;
	margin: 0px;
	background-image: url('/images/starlink.gif');
}


ul.resources a:hover {
	text-decoration: underline;
}

ul.resources a:visited {
	background-image: url('/images/starvisited.gif');
}

ul.resources a:active{
	background-image: url('/images/starvisited.gif');
}

img.title {
	margin-bottom :15px;	
	display:block;
}

div.sidebar {
	padding-right: 30px;
	float:left;
	width: 16em;
	margin-bottom: 2em;
}

li h2 {
	display:none;	
}

div.sidebar ul, div.sidebar li{
	margin:0px;
	padding:0px;
	list-style-type : none;
}

ul.categories a{
	color: #AC0000;
	text-decoration : none;
}

ul.categories a:hover{
	color: #AC0000;
	text-decoration : underline;
}

a.linktitle:link, a.linktitle:visited{
	font-weight:bold;
	text-decoration:none;	
}

a.linktitle:hover{
	font-weight:bold;
	text-decoration: underline;
}

span.reads {
	font-size : 0.9em;	
}
/* einde sidebar */



/* footer */
div.footer {
	clear: both;
	background-color:white;
	margin-top: 1em;
	border-top : 2px	solid #AC0000;
	padding: 0.5em 2em 0.5em 4em;	
	text-align:right;
}


/* einde footer */

/* forms */
input#s {
	height : 1.3em;
	border: 2px solid #AC0000;
	width: 130px;
}

input#searchsubmit {
	height: 1.7em;	
	background-color: #AC0000;
	border: 0px solid #AC0000;
	color:white;
	font-weight:bold;	
}

label {
	display: block;
	width: 10em;	
	height: 1.5em;
}

input.contact, textarea.contact {
	margin-bottom: 0.4em;
	width : 60%;	
}

fieldset{
	padding: 20px;	
	border: 1px solid #CCC;
	background-color: #EEEEEE;
}
textarea#comment {
	width: 30em;
}
/* einde forms */
