// JavaScript Document

$(document).ready(function() {
 	$('.post').corner("round 4px");
	$('.widget').corner("round 4px");
	$('.commentform').corner("4px");
	$('.grid_7 .post h2').corner("top 4px");
	$('.grid_7 .post img').corner("bottom 4px");
	$('.size-medium').corner("4px");
	$('.wp-pagenavi').corner("4px");
	$('h3.relatedHeader').corner("top 4px");
	$('#searchsubmit').corner(" 6px");
	$('#s').corner(" 6px");
	$('ol.commentlist').corner("6px");
	$('#respond').corner("6px");
	$('#commentform #submit').corner("6px");
	$('#commentform input').corner("6px");
});



	

