/*  
Theme Name: Jasper Laros
Theme URI: http://jasperlaros.nl/
Description: Tailormade for Jasper Laros.
Version: 1.0
Author: Mark Dingemanse
Author URI: http://www.vormdicht.nl/
Copyright 2006 Mark Dingemanse, all rights reserved
*/

/* reset */

body,h1,h2,h3,h4,h5,h6,p,form,img,fieldset {
	margin:0;padding:0; 
}
a img {	border:none; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

/* containers etc. *********** */
/* *************************** */
#bovenbalk {
	display:none;
}
#wrap {
	width:100%;
	margin:0 auto 0 auto;
}
#nav {
	display:none;
}

#nav ul {
 display:none;
}
 
 #lichaam {
	margin:0 auto 0 auto;
	width:100%;
	height:100%;
}
#logo {
	display:none;
}
#stoel {
	float:left;
	margin:23px 0 0 30px;
	width:42px;
	height:58px;
	background-image:url(images/stoel.png);
	background-repeat:no-repeat;
}
#kolom {
	width:500px;
	margin:0 auto 0 auto;
	z-index:1;
	padding-bottom:100px;
	clear:none;
}
#titelbalk {
	border-bottom:1px dotted black;	
	margin-bottom:10px;
}
#voet {
}
/* typografie **************** */
/* *************************** */

p {
	text-align:justify;
	font-size:14px !important;
	line-height:1.4em;
	font-family:"Times New Roman", Times, serif;
}
	.content p {
	margin-bottom:1.4em;
	}
	p.catmetadata {
	font-size:80%;
	margin-bottom:4px;
	}
	p.postmetadata {
	font-size:80%;
	margin-top:2px;
	}
	p.searchmetadata {
	font-size:80%;
	margin-top:2px;
	}
	#voet p {
	text-align:right;
	font-size:9px;
	}
	p.alignright {
	text-align:right;
	}
a 	{
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:underline;
}
	#voet a {
	color:#666666;
	}
	#voet a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
h1 a:hover, h2 a:hover {
	text-decoration:none;
}
h1 {
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}
h2 {
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
}
.caps {
	text-transform:capitalize;
}
h3 {
	color:#666666;
	font-size:11px;
	margin:20px 0 1px 0;
}
ul {
	font-size:11px;
}
#kolom img {
	border-bottom:1px solid #660033;
	border-top:1px solid #660033;
	margin:10px 0 10px 0;
}
.noprint {
	display:none;
}
/* navigatie ***************** */
/* *************************** */
#nav ul {
	list-style:none;
	margin-left:3px;
	padding:0;
}
#nav ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
#nav ul li ul.children li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:10px;
	line-height:14px;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}

/* contactform *************** */
/* *************************** */
#contactform {
	margin-top:10px;
}
#contactform #bericht {
	width:400px;
	height:100px;
}
#contactform p {
	margin:5px 0 5px 0;
}
#contactform #verzenden input {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
}

table#contactinfo {
	font-size:11px;
	text-align:left;
}
/* various tags & classes **** */
/* *************************** */

.leesmeer {
	display:none;
}
.volgvorg {	
	display:none;
}