    $(document).ready(function(){ 
        $("ul.sf-menu").superfish(); 
		$('h1 span').cycle('fade');
		$('.recipe .post:first').css({ backgroundColor:"#8AC8E3", padding:"10px", overflow:"auto", margin:"10px 0 0 0"});
		$('.recipe .post:first h3').css({margin:"10px 0 0"});
    }); 