$(function() {

	if ($('#posts .post').length > 0) {
		$('#posts .post:last').css({'border-bottom': 'none', 'margin-bottom': '10px'});
	}

})
