// G5 Framework
// http://G5Framework.com
// http://FrontEndDevBlog.com


$(document).ready(function() {
	
    //Nav IE last-child fix
     $("header#top nav ul li:last-child a").css("margin-right","0");

    //Remove padding from last paragraph
     $(".content p:last-child").css("padding-bottom","0");

});
