/*
Theme Name: charlee
Theme URI: grids&thumbs
Description: clear and green
Version: 1.0
Author: Charlie B.
Author URI: http://www.charlieberendsen.nl

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




body {
	font-family:Courier;
	font:Courier;
	color:#333333;
	font-size:100%;
}

#abs{
	top: 10px; 
	left: 5px;
	padding:3px;
	width:900px;
	background:#FFFFFF;
	font-size:0.75em;
	position:fixed;
}

#filler{
	top:0px;
	left:0px;
	right:1000px;
	bottom:200px;
}

#container {
margin-top:200px;
font-size:0.875em;
	width:100%;
}

/* alle divs */

#jaar {
	font-size:0.75em;
	background-color:#FFFFFF;
	float:left;
	color:#000000;
	padding-top:1px;
	margin-bottom:2px;
}

#entry {
	font-size:0.875em;
	color:#000000;
	font-family:Courier;
	font:Courier;
	letter-spacing:0.1em;
	float:left;
	padding-top: 2px;
	padding-bottom:4px;
}

#info {
	font-size:1em;
	line-height:18px;
	font-family:Georgia;
	background-color:#FFF;
	color:#000000;
	font:georgia;
	font-style:normal;
	font-weight:normal;
	float:left;
	width:100%;

}



#float {
	width:180px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-bottom: 20px;
	margin-right:15px;
}

#float_post {
	width:200px;
	float:left;
	padding:3px;
}

#float_b {
font-size:1em;
	width:160px;
	float:left;
	padding:3px;
	margin:1px;
}

#container{
	float:left;
	padding-left:5px;
}

/*het aanlaten schuiven*/
#cnt {
margin-top:200px;
font-size:0.875em;
	float:left;
}

/*het aanlaten schuiven*/
#header_container {
	float:left;
}

#sidebar{
	float:right;
	padding:5px;
	border:black thin solid;
}

/*opvullen van ruimte*/
#space {
	float:left;
	width:100%;
}


#footer{
	border-top:medium #00FF00 solid;
	width:100%;
	font-size:0.75em;
	margin:3px;
	margin-left:2px;
	margin-right:2px;
	float:left;
}

/*stijlen*/
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	background-color:#00FF00;
	text-decoration:line-through;
}


a.tags {
	font-size:0.75em;
	color:#000000;
	text-decoration:underline;
}
a.tags:hover {
	font-size:0.75em;
	color:#000000;
	text-decoration:line-through;
}

a.title{
	font-size:2em;
	letter-spacing:8px;;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font: Georgia;
	font-weight:bold;
	text-decoration:none;
}

a.title:hover{
	font-size:2em;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font: Georgia;
	font-weight:bold;
	text-decoration:line-through;
}

.title{
font-size:2em;
letter-spacing:10px;
font-weight:bold;
}


a.entry{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
	
a.entry:hover {
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:line-through;
}

a.img{
	border:0px;
}

.thumb {
   float: left;
   border:0;
   margin-right: 7px;
   margin-bottom: 7px;
}

a.thumb:link{
   border:0;   
} 
  
a.thumb:hover{
   border:0;
   }

#meta{
	font-size:0.875em;
	float:left;
	clear:left;
}

.archive_titel{
font-weight:normal;
font-size:0.75em;
}






