$(function(){
  
  $('#sidebar ul li:first').css({
  'marginBottom' : '20'
  });
  
  $('.widgettitle:first').css({
    'margin' : 0
  });
  
  $('#sidebar ul li:first > .textwidget').css('padding', "0");
  
  $('#sidebar ul li:nth-child(2)').css('marginTop', '15px');
  
  /*
  $('#sidebar ul li:first > .textwidget a').css({
    "color" : '#000000',
    "textDecoration" : 'none',
    'fontSize' : 13
  });
  */
  
  /*
  $('#sidebar ul li:first > .textwidget a').hover(function(){
    $(this).css('textDecoration', 'underline');
  }, function(){
    $(this).css('textDecoration', 'none');
  });
  */
  
});
