jQuery(document).ready(function () {

    jQuery('#footer-nav ul li:last-child').css('background', 'none');

    jQuery('#footer #testimonials .testimonial:last').css('margin-right', 0);

    jQuery('#content .hentry:last').css({'background' : 'none', 'padding-bottom' : 0, 'margin-bottom' : 0});

});
