$(document).ready( function () {
	// highlight the active page
	$('.current-cat').addClass('active');
	$('.current_page_item').addClass('active');		
	$('.current_page_parent').addClass('active');		

	// round corners on the entry
	$('.post').corner("cc:#736E60");	
	// round the corners on the comments
	$('li.comment').corner("cc:#736E60");

	$('#respond').corner();

});
