jQuery(document).ready(function($) {
	// shims
	$(".post blockquote p:last").addClass("last");
	//$("h2.pagetitle").next().addClass("firstchild");
	$("body").each(function(){
		if( $(this).css("background").indexOf( ".png" ) != -1 ){
			$(this).supersleight({shim: '../images/x.gif'});
		}
	});
});

jQuery(window).load(function() {
	jQuery(".post blockquote").liquidCanvas("[shadow{width:2; color:#ddd; shift:1;} fill{color:#fff} border{width:1; color:#F3995A;}] => roundedRect{radius:8}");
	jQuery("#nav li ul").liquidCanvas("[shadow{width:2; color:#ddd; shift:1;} fill{color:#fff} border{width:1; color:#F3995A;}] => roundedRect{radius:8}");
	//jQuery("body.home #content").liquidCanvas("[gradient{from:rgba(255,254,237,0.2); to:#FFFEEF;}] => rect");
	jQuery("body.home #text-3").liquidCanvas("fill{color:#A55926;} => roundedRect{radius:8}");
});