@charset "utf-8";
/* CSS Document voor weblogmodule */

#weblog h2{
	color: #666666;
	font-weight: bold;
	font-size: 11px;	
	margin: 0px;
	display: table-row;
}

#weblog a.readmore{
	text-decoration: none;
	color: #666666;
}

#weblog .itemFooter{
	margin-top: 10px;
	border-bottom: 1px solid #c6c7d1;
}

#weblog #fullMessageFooter{
	width: 100%;
	border-top: 1px solid #c6c7d1;
}

#weblog a.footerlink{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#weblog #pagnation{
	text-align:center; 
	width: 100%;
}

#weblog #pagnation a{
	color: #666666;
}

#weblog .link_bold{
	font-weight: bold;
}

#weblog #search{
	width: 100%; 
	padding: 0px; 
	margin: 0px;
	font-weight: bold;
}

#weblog #search label{
	float: left;
	width: 80px;
}

#weblog .clear{
	clear: both;
	margin-bottom: 10px;
}