body {
		font-family:verdana, arial, sans-serif;
		margin:0px 0px 20px 0px;
		background:#DDDDDD;		
		font-size: 12px;
		line-height: 1.4
}

a 			{ color: #0312C9; text-decoration: none; }
a:link		{ color: #0312C9; text-decoration: none; }
a:visited	{ color: #0312C9; text-decoration: none; }
a:active	{ color: #999999;  }
a:hover		{ color: #0312C9;text-decoration: underline;  }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}



/* 
	.contents: contains the main contents of the page.
	.menu: sidebar with menu
	.logo: logo to be displayed above the sidebar
	.printview definition applies to the printview link */

.printview {
	visibility: hidden;
}


/* definitions applying to the contents block */
.contents {
	background:#FFFFFF;
	top: 10px;
	padding: 10px;
	margin-left: 181px;
	margin-right:221px;


}

.bigcontents {
	font-size: 120%;
}

/* definitions applying to the logo */
.logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

.menu {
	font-size: 80%; 
	position: absolute;
	top:  50px;
	left: 10px;
	width: 160px;

}
.nieuws {
	font-size: 80%; 
	position: absolute;
	top:  50px;
	right: 10px;
	width: 200px;	
	line-height: 150%;
}

/*
	Definitions for headers in the menu (.menu h2), page titles (h1) 
	and dateheads (.contents h2):
	- page titles are centered (within the .contents div)
	- menu headers (h2) use a small font
	- dateheads use a large font and are in a box
*/

h1 {
		font-weight:bold;	
		color:#AAA6A6;
  		padding:1px;
		margin-bottom:20px;
}



.menu h2, .nieuws h2 {

		font-size:x-small;
		font-weight:normal;
 	 	margin-bottom:5px;
		letter-spacing: .1em;
  		text-transform:uppercase;
}

.box_h2 {

 	 	margin: 1px 5%;
		letter-spacing: .1em;
  		text-transform:uppercase;
		font-weight:normal;
		font-size: x-small; 
}

.contents h2 { 
		font-size: small; 
		color: #333; 
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}

/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
		font-size: medium;
		color: #666;
		}

.itembody {	
		margin-top: 5px;	
		margin-bottom: 5px;
}

.iteminfo { 
		font-size: x-small; 
		color: #000000; 
		margin-bottom:25px;
		}
.iteminfo a {
	font-weight: bolder;
	color: #555;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {

	margin-bottom: 10px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
	color: gray;
}


/*
	Some rules that apply to contents generated using the markup buttons 
	"add left box" and "add right box"
	
	both boxes have slightly larger text, and take a maximum of 20% of 
	the width of the contents.
*/

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;

}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;	
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;	
}


/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

img.thumb {
	border: none;
	margin: 3px;
	padding: 3px;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-top: -3px;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}



table.calendar {
		font-size:x-small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;
              text-align:left;
		}


tr.calendardateheaders {	
		font-size:x-small;
		font-weight:normal;
  		padding:2px;
		text-align:left;			
		}

td.calendarcell.a:hover		{ color: #0312C9;
				  text-decoration: underline;
				  background:#666600;
				 }
a.calendarlink			{ color: #0312C9;
				  text-decoration: none;
				  background:#FFFFFF;
				 }


a.calendarlink:hover		{ color: #FFFFFF;
				  text-decoration: underline;
				  background:#666600;
				 }

.calendarcaption {	
		font-family:palatino, georgia, times new roman, serif;
		color:#666600;
		font-size:small;
		font-weight:normal;
  		padding:1px;
		letter-spacing: .3em;
  		text-transform:uppercase;
		text-align:left;			
		}
.navigation { 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
		color: #000000; 
		text-align:center;
		margin-bottom:25px;
		}
/*
	Custom style for use in span inside blog
*/

.code {
		font-family:courier new;
		color: #000000;
		position: relative;
		left: 30px;
		width: 500px;
  		padding:2px;
		margin-right: 80px;
		background:#DDDDDD;
		font-size:small;
		font-weight:normal;
  		line-height:130%;
}

.inlinecode {
		font-family:courier new;
		color: #000000;
		text-align:left;
		background:#DDDDDD;
		font-size:small;
		font-weight:normal;
}

/* begin styles for RSS Feed */

.rss_box {
	font-size: 80%; 
     	 position: relative;
	 margin: 3px 5%;
	 padding: 0px 0px;
}

.rss_title, rss_title a {

	padding: 0 3px;

}

.rss_items {
	font-size: small; 
     list-style: none;
     position: relative;
     left: -10%;
}

.rss_item  {
	font-size: 80%; 
	margin: 2px 0;
}

.rss_item a:link, .rss_item a:visited {
	font-size: 80%; 
	text-decoration : none;
	color: #0312C9;
	}

.rss_item a:hover { 
	text-decoration : underline;
	color: #0312C9;
	}
	
.rss_date {
	font-weight : normal;
	color: #F60;
	}
	
.xmlbutton { 
	font-size: 80%; 
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:verdana,sans-serif;
	color:#FFF;
	background:#F60;
	text-decoration:none;
	margin:0; 
	}
	
.zoekbutton { 
	font-size: 100%; 
	text-decoration:none;
}

.wikipage {
	text-decoration: none; 
}

.wikipage a {
	text-decoration: none; 
	border-bottom-width: 1px; 
	border-bottom-color: #933; 
	border-bottom-style: dashed; 
}

a .wikipage {
	text-decoration: none; 
	border-bottom-width: 1px; 
	border-bottom-color: #933; 
	border-bottom-style: dashed; 
}