jQuery(document).ready(function () {

    jQuery('#footer-nav ul li:last-child').css({'background': 'none' , 'margin-right' : 0, 'padding-right' : 0});

    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, 'border' : 'none'};
    jQuery('#content .hentry:last').css(no_background);
    jQuery('#featured-posts .post-excerpt:last').css(no_background);
    jQuery('#testimonials .testimonial:last').css(no_background);
    jQuery('.page-clients .testimonial:last .company').css(no_background);
    jQuery('.page-services .service:last .button').css(no_background);


    jQuery('#top-nav li:first a').addClass('first');
    jQuery('#top-nav li:last a').addClass('last');


});
