$(document).ready(function(){

    $("a[rel^='prettyPhoto']").prettyPhoto({
      theme: 'dark_rounded' /* light_rounded / dark_rounded / light_square / dark_square */
    });

    $("a[rel^='prettyVideo']").prettyPhoto({
      allowresize: false,
      minHeight: 520,
      minWidth: 830,
      theme: 'dark_rounded',
      containerCss: {
        height:450,
        width: 830
      }
    });


    $(".shaded-box").corner("20px");
    $(".shaded-box-sm").corner("10px");
    $("#comment-form").corner("20px");

    $("h2.logo").click(function() {
	  document.location.href = '/';
    });

});
