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