/*  
Theme Name: karl skin
Theme URI: 
Description: the one and only true skin
Version: 1.0
Author: rolf and karl
Author URI: http://www.grrr.nl	
*/

/* change this to change the color of the rollovers */
.post_div a:hover, #menu a:hover, #menu .karlname a:hover {
	color: #FFEFD5;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}
#header{
	width: 500px;
	height: 120px;
	content: ' ';
}
#footer{
	clear: both;
	content: ' ';	
}

#content {
	width: 580px;
	margin-left: 135px;
	display: block;
}

.post_div {
	width: 580px;
	display: block;
	margin-bottom: 40px;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 2px;
}

/* this is the link in the post */
.post_div a {
	text-decoration: none;
	color: black;
}

.post_div IMG {
	margin-bottom: 0px;
	border: 0px;
	margin-top: 6px;
	margin-bottom: 9px;
}

.post_div h2 {
	font-size: 11px;
	color: black;
	text-decoration: none;
	border: 0px;
	margin: 0px;
	margin-bottom: -15px;
}
#menu {
	width: 110px;
	line-height: 10pt;
	margin-left: 15px;
	margin-right: 10px;
	float:left;
}
#menu li {
	list-style: none;
}
#menu a, .nextprev a {
	color: black;
	text-decoration: none;
	font-size: 11px;
}
#menu .karlname a, .nextprev a:hover {
	font-weight: bold;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
}

#footer a{
	color: white;
	text-decoration: none;
}