@charset "utf-8";
#blog
{
	position: absolute;
	width: 450px;
	left: 75px;
}
.post
{
	margin-top: 25px;
}
.date
{
	font-style: italic;	
	font-size: 10px;
	margin: -15px 0px;
}
#aboutme
{
	position: absolute;
	width: 450px;
	left: 550px;
}
#mijnFoto
{
	width: 100px;
	height:100px;
	float: left;
	margin-right: 10px;
	border: 2px solid #33CCCC;
}
#lastupdate
{
	position: absolute;
	width: 450px;
	left: 550px;
	top: 260px;
}
#updates li
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
	margin-left: -40px;
}
#updates img
{
	border: none;	
}
#updates a:hover img
{
	padding: 0;	
	margin: 0;
}