jQuery(function($){
	
	// IE last-child selectors
	$('ul#menu-main-nav li:first-child').addClass('first');
	$('#sidebar .post:first').addClass('first');
	$('.blog #page-top #featured-posts .post:last').addClass('last');
	
	
});

