$(function() {
	$(".header-twitter-p").corner("round");
});

$(function() {
	$(".header-twitter-friendly-p").corner("round");
});

$(function() {
	$(".enkele-post-meta-p").corner("round 10px");
});

$(function() {
	$(".more-link .lees-verder").corner("round 3px");
});

$(function() {
	$("a.twitter-link").corner("round 3px");
});

$(function() {
	$("a.single-twitter-link").corner("round 3px");
});

$(function() {
	$("a.inline-twitter-link").corner("round 3px");
});

$(function() {
	$(".archief-titel").corner("round 10px");
});

$(function() {
	$(".wp-caption").corner("round 10px");
});

$(function() {
	$(".wp-caption-text").corner("round 10px");
});

$(function() {
	$(".post-navigatie").corner("round 5px");
});

$(function() {
	$(".tags-lijst-node").corner("round 3px");
});

$(function() {
	$("#footer").corner("round 10px");
});

$(function() {
	$(".naartop").corner("round 3px");
});

$(function() {
	$(".footer-zoeken form").corner("round 3px");
});