$(document).ready(function() {
  $('#profile .sidebar h1').css({
      'display': 'block',
      'text-indent': '-9999px',
      'background-image': 'url(http://damnweather.com/images/logo_sm.gif)',
      'background-repeat': 'no-repeat',
      'width': '340px',
      'height': '98px',
      'margin-top': '-20px'
    }
  );
});

