﻿$(function () {
  $('#sidebar li:last').addClass('last');
  $('.post-edit-link').parents('p:first').css({ 'clear': 'both', 'textAlign': 'right' });
  if ($('#gallery').length) {
    $('.post h2:first').css({'background':'black','color': 'white','textAlign':'center','margin':'5px 0 0 0','paddingTop':'10px','textTransform':'none'});
  }
});
