$(document).ready(function() {

    $('.bottom-content li:last').css({ 'margin-right': '0' });
    $('.topnav li:last, .footer ul li:last').css({ 'border-right': 'none' });
    $('.content .content-main li:last').css({ 'border-bottom': 'none' });
    //$('.content-sidebar .BlogContent table:first').css({ 'border':'1px #f00 solid' });
    $('.content input:text, .content input:password').addClass('text');
    
    //$(".gears").height(Math.max($(document).height(), $(".gears").height())-5);

});
