$(document).ready(function() {
  $("#masthead").corner("rounded tl");
  $("#wrap").corner("rounded br");
  $("#sidebar").corner("rounded tl cc:#0f1519");
  $("#sidebar").corner("rounded br cc:#1d2f32");
});
