jQuery(function($) {
	$('#navigation > ul > li:last').addClass('last');
	$('#content .post:last').addClass('last-post');
});
