body {
font:62.5%/1.6em "Calibri", "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
margin:0;
color:#000000;
}

* {
margin:0;
padding:0;
border:none;
outline:none;
}

code {
font:120% "Courier New", "Lucida Console", Arial;
}

/* header
--------------------------------------------------*/
#header {
border:none;
}

#header .description {
float:right;
color:#333;
margin:0 0 0 0;
}

#header h1 {
border-bottom:0px solid #EFF8FB;   /* --- dat was 3px; lijn onder titel-blog --- */
margin:0 0 0 0;
padding:0px 0px 0px 0;    /* --- dat was 25px 25px 40px 0; lijn onder titel-blog --- */
}

#wrapper {
align:center;
width:1000px;
margin:0 auto;
}

/* header h1 (blogtitle) (dus niet zichtbaar meer, ipv een plaatje !!)
--------------------------------------------------*/
#header h1 {
font-family:"Calibri", "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif; 
font-size:14pt;
font-weight:400;
color:#333;      
letter-spacing:-1px;
margin:0 0 40px 0;
}

#header h1 a {
text-decoration:none;
color:#333;
}

/* navigation
--------------------------------------------------*/
#nav {
border-bottom:0px solid #EFF8FB;    /* --- dat was 3px; lijn boven titel-blog --- */
height:25px;
margin:0;
padding:15px 0;
}

#nav li {
float:left;   /* --- waar de woorden 'about -  home' staan --- */
list-style:none;
padding:0 10px 0 0;
}

#nav li a {
color:#999;
background:#fff;
font:1.6em "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-weight:400;
text-decoration:none;
display:block;
margin:1px 2px 0 0;
padding:5px;
}

#nav li a:hover {
background-color:#ffffff;   /* --- dat was eff8fb --- */
color:#999999;   /* --- dat was 000 --- */
text-decoration:none;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
margin:0 322px 0 75px !important;
padding:10px 0 0 0;      /* ------ dat was 10px 20px 0px 0 ------ */
}

#content2 {
margin:0 !important;
padding:10px 0 0px;
}

#content p,#content2 p {
/*line-height:25px; 
font-size:120%;*/
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
margin:19px 0;
}

#content a,#content2 a {       /* ------ 'content' is de tekst vh logje, en de comments, en 'bewerk', 'reageer', 'uitloggen', 'irene cecile' -------*/
text-decoration:none;
font-weight:bold;
}

/*
#content a:hover,#content2 a:hover {
background-color:#ffffff; 
}*/

/* --- dit zijn de kopjes van de stukjes, de blog-titeltjes --- */
#content h2,#content2 h2 {
font-family:"Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
/*font-size:2.8em;*/
font-size:11pt;
font-weight:bold;
text-decoration:underline;
color:#000000;   /* --- dat was 999 --- */
border-bottom:0px solid #EFF8FB;   /* --- dat was 1px --- */
line-height:20px;
margin:15px 0 0 0;
padding:0;
}

#content h2 a,#content2 h2 a {
text-decoration:none;
border:none;
color:#000000;
}

#content h1 {
font: 3em "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;  
color:#222;    
margin:10px 0;
}

/*
#content h3 {
font:2em "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#ff0000;
margin:10px 0;
}
*/

#content h3 {        /* --- dit zijn de kopjes van de reacties, "2 reacties op..." en "reageer" ---- */
font: "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-size:11pt;
font-weight:bold;
text-decoration:underline;
color:#cccccc;
margin:10px 0;
}

#content h5 {       /*------dit is de h die ik gebruik voor de comment teksten, de teksten die de anderen schrijven ----- */
font:1.8em "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
color:#cccccc;
margin:10px 0;
}

#content h5 a {       /*------dit is de h die ik gebruik voor de comment teksten, de teksten die de anderen schrijven ----- */
font:1.8em "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
line-height: 19px;
font-weight:bold;
font-size: 11pt;
word-spacing:1px;
color:#cccccc;
margin:10px 0;
}

#content h4 {
font: "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
font-weight:normal;
color:#999999;
margin:none;
padding:none;
}

#content h4 a {
font: "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
font-weight:normal;
color:#999999;
margin:none;
padding:none;
}

#content2 h3 {
font:160% "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
margin:10px 0;
}

#content ul,ol {
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
margin:none;
padding:none;
/*margin:10px 10px 10px 25px;*/
}

#content2 ul,ol {
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
margin:none;
padding:none;
/*margin:10px 10px 10px 25px;*/
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
background:#ffffff;  /* --- dat was eff8fb --- */
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}

/*
a:hover {
color:#999999;       /* --- dat was 000 --- */
text-decoration:none;
background-color:#ffffff;    /* --- dat was eff8fb --- */
}
*/

a.more {
display:block;
text-align:right;
color:#2F460D;
text-decoration:none;
margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
color:#999999;
}

/* metadata under post
--------------------------------------------------*/
.post {
margin:0 0 10px 0;
text-align:justify;
}

.post img {
background:#ffffff;
border:0px solid #ccc;   /* --- dat was 5px; border om plaatjes heen --- */
padding:1px;
}

.post .info {           /* --- dat is dat stuk onder een post waar staat hoeveel comments en welke category --- */
border-bottom:0px solid #ccc;   /* --- dat was 1px --- */
border-top:0px solid #ccc;    /* --- dat was 1px --- */
background-color:#ffffff;   /* --- dat was eff8fb --- */
font-size:1em;
color:#cccccc;       /* --- dat was 999 --- */
padding:250px 0 0 0;      /* --- dat was 2px 3px 3px 8px --- */
margin: 25px 0;     /* --- dat was 25px 0 --- */
}

.post .info a {           /* --- dat is dat stuk onder een post waar staat hoeveel comments en welke category --- */
color:#cccccc;       /* --- dat was 999 --- */
}

.post .info a:hover {           /* --- dat is dat stuk onder een post waar staat hoeveel comments en welke category --- */
color:#999999;       /* --- dat was 999 --- */
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post / blog')
--------------------------------------------------*/
p.news {
background:#ffffff;   /* --- dat was eff8fb --- */
color:#000000;
font-size:120%;
border-bottom:0px solid #ccc;  /* --- dat was 1px --- */
border-top:0px solid #ccc;   /* --- dat was 1px --- */
margin:10px 0 28px;
padding:0px;   /* --- dat was 10px --- */
}

/* sidebar
--------------------------------------------------*/
#sidebar {
width:120px;      /* --- dat was 220px --- */
float:right;
padding:28px 10px 30px 0px;
height:100%;
}

#sidebar h2 {
letter-spacing:1px;
font-size:1.6em;
color:#cccccc;      /* --- dat was 333 --- */
padding:0 0 3px;
}

#sidebar ul {
list-style:none;
font-size:120%;
margin:0 0 23px;
}

#sidebar li {
border-bottom:0px solid #EFF8FB;   /* --- dat was 1px --- */
list-style:none;
padding:0px;   /* --- dat was 1px --- */
}

#sidebar a:hover {
color:#999999;   /* --- dat was 000 (zwart) --- */
background-color:#ffffff;    /* --- dat was eff8fb --- */
}

#sidebar input {
width:102px;
background:#fff;
color:#444;
border:1px solid #eee;
font:11px "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

#sidebar input:focus {
background:#fff;
border:1px solid #eee;
}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font:11px "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#000000;
padding:3px;
}

input:hover {
border:1px solid #cccccc;
}

input:focus {
border:1px solid #999999;
}

/* comments
--------------------------------------------------*/
#comments {
font-size:11pt;
color:#ff000;
}

#commentlist li {
line-height: 19px;
font-size: 11pt;
word-spacing:1px;
}

#commentform { 
color:#cccccc;        /*------ voor de tekst "je bent ingelogd als" en "je reactie" ----*/
background:none;       /*------ dat was fff ----*/
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
color:#999999;        /*------ voor de tekst die je zelf in het reactieveld intiept ----*/
background:#fcfcfc;       /*------ dat was f8f7f6 ----*/
border:1px solid #cccccc;        /*------ dat was d6d3d3 ----*/
width:460px;
height:100px;
font: 13px "Calibri", "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
background:#fcfcfc;      /*------ dat was f8f7f6 ----*/
border:1px solid #cccccc;       /*------ dat was d6d3d3 ----*/
width:350px;
}

#commentform input {
color:#999999;        /*------ voor de knop "voeg reactie toe" ----*/
margin-bottom:3px;
}

#gravatar {
align:right;
}

#commentform #submit {
        background:#cccccc;
	margin: 0 0 5px auto;
	/* -- float: right; --*/
}


/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:left;
font-size:120%;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

#header h1 a:hover,#footer a:hover {
text-decoration:none;
color:#cccccc;          /* --- dat was 333 --- */
background:#ffffff;    /* --- dat was eff8fb --- */
}

#content li,#content2 li {
border-bottom:0px solid #EFF8FB;   /* --- dat was 1px --- */
padding:10px;
}


a {           /* --- alle links en of de links in de teksten --- */
text-decoration:none;
color:#000000;
}

#sidebar li a,#sidebar a,#footer a {         /* --- de links in de sidebar --- */
color:#cccccc;
text-decoration:none;
}

/* 
a,#sidebar li a,#footer a {
color:#cccccc;
text-decoration:none;
} 
*/



/* footer
--------------------------------------------------*/
#footer {
color:#cccccc;   /* --- dat was 333 --- */
margin:0;
padding:20px 0;
}


/* search
--------------------------------------------------*/
#searchform {
	margin: none;  /* --- dat was 10px auto;  --- */
	padding: none;   /* --- dat was 5px 3px; --- */
	text-align: left;  
	}

#sidebar #searchform #s {
	width: 108px;   /* --- dat was 108px; --- */
	padding: 2px;   /* --- dat was 2px;   --- */
	}

#sidebar #searchsubmit {
	padding: 1px;
        text-align: left;
	}

