/* Wordpress CSS  versie 1.0 17 feb 2007*/
/* structuur

   - Container
   - Header
   - Navigatie
   - Content
   - Sidebar
   - Footer
   - Images
   - Algemene opmaak
   - Kubrick bullets


TODO: 

 postmetadata halve grootte
 comments niet ok.
 separator


*/

/*news*/
#news {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #ffff00;
	border: 3px #ff0000;
	}

/* Container */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('pattern.gif');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

#wrapper{
	text-align: left;	
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	}

#translation_bar img, #translationbar a img  {
	margin: 3px;
	}

#vlaggetjes {
	height: 50px;
	width: 650px;
	float: left;
	vertical-align: bottom;
	background: url('pattern.gif');
	}

#kop	{
	width: 150px;
	height: 50px;
	text-align: right;
	float: right;
	vertical-align: bottom;
	background: url('pattern.gif');
	}

#page {
	background-color: white;	
	margin-top: 50px;
	padding: 0px;
	width: 800px;
	}

#pagepost {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 800px;

	}

/*HEADER */


.header, .zelfportret{
	background: url('banner.jpg');
	margin: 0px; 
	padding: 0px; 
	width: 800px;
	height: 300px;
	}

#kop h1, #kop h1 a, #kop h1 a:hover {
	font-size: 1.5em;
	padding-top: 0px;
	}
.ict {
	background: url('code.png');	
	margin: 0px; 
	padding: 0px; 
	width: 800px;
	height: 200px;
	}


#commentheader h1, #commentheader a, #kop h1, #kop a, #kop h1 a:hover, .description {
	color: white;
	 /* for IE */
 	 filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity: 0.6;	
	zoom: 1;
	}








/* Content-box */
#content {
	font-size: 1.2em;
	}

#pagecontent {
	border: 2px solid #959596;	
	font-size: 1.2em;
	text-align: center;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px;
	width: 500px;
	
	}



.post {
	margin: 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}



.entry {
	line-height: 1.4em;
	}



.postmetadata {
	text-align: center;
	padding-top: 5px;
	clear: left;
	font-size: 0.9em;
	}

#metadatakader {
	background: #eeeeee;
	border: 1px solid #959596;
	margin: 30px;
	}

#breadcrumbs, #breadcrumbs a {
	text-align: left;
	padding-top: 5px;
	clear: left;
	font-size: 0.9em;
	}


#navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	border: solid 1px #000000;
	}

/* Einde content */

/*Begin Sidebar */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 10px;
	padding: 10px;
	width: 200px;
	float: right;
	background: #eeeeee;
	border: solid 1px #959596;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


/*#meta, #search, #tag_cloud, #links, #widgettitle, #categories-1,*/

#sidebar li  {
	list-style-type: none;
	list-style-image: none;
	}

#search {
	margin-top: 30px;
	}


/*einde sidebar*/


/*begin footer*/
#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	border: none;
	background: #ffffff);
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/*Einde Footer */



/*Afbeeldingen */
p img {
	padding: 5px;
	margin: 5px;
	max-width: 100%;
	border: 1px solid #959596;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/*Bullets onderaan de stylesheet apart geregeld ivm IE-hacks! */





/* Typografie die overal wordt gebruikt*/

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	size: 2em;
	}

h2 {
	margin: 30px 0 0;
	size:1.5em;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	size:1.2em;	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


small,  #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	size: 0.7em;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



a:hover {
	color: #147;
	text-decoration: underline;
	}


.center {
	text-align: center;
	}


table {
	margin: 0px;
	padding: 0px;
	font size: 0.9em;
	border: 2px solid #959596;
	border-collapse: collapse;
	}

table td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #959596;
	}

table th {
	background: #cccccc;
	padding: 5px;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* 
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*text-indent van -10 veranderd naar 10 -->*/
html>body .entry ul, #sidebar ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: 0px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol, .categories {
	margin: 0;
	padding: 5;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

/* End Entry Lists */

/*Comments Popup */
#commentpage {
	background-color: #ffffff;
	border: 1px solid #959596;
	text-align: left;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px
	padding: 10;
	min-width: 340px;
	}

	
#commentheader {
	background: url('banner.png') no-repeat bottom center;
	margin: 10px; 
	padding: 0px; 
	height: 120px;
	text-align: center;
	vertical-align: middle;
	}
/* Eind comments-popup */
