$(function(){var a=600,b=$("#nav"),c=$("#body");$("a",b).hover(function(){$(this).stop().animate({color:"#F7F7ED"},a)},function(){$(this).stop().animate({color:"#3C3C36"},a)});$("a:not(.book)",c).hover(function(){if($(this).closest(".rater").length>0){return}$(this).stop().animate({color:"#aafff1",borderBottomColor:"#bbf4f9"},a)},function(){if($(this).closest(".rater").length>0){return}$(this).stop().animate({color:"#A8E9DB",borderBottomColor:"#838A8A"},a)});$("#primary-content .blog-content > pre, #primary-content .blog-entry .item, #primary-content .blog-content .info, #primary-content .error-display",c).hover(function(){$(this).stop().animate({backgroundColor:"#52524B"},a)},function(){$(this).stop().animate({backgroundColor:"#5E5E55"},a)});$("#primary-content ul.comment pre",c).hover(function(){$(this).stop().animate({backgroundColor:"#3F3F3A"},a)},function(){$(this).stop().animate({backgroundColor:"#4F4F49"},a)});$(".image-wrapper .frame",c).hover(function(){if($(this).hasClass("special")){$(this).stop().animate({backgroundColor:"#CCCCC3",borderTopColor:"#B8B8AF",borderRightColor:"#B8B8AF",borderLeftColor:"#B8B8AF"},a)}else{$(this).stop().animate({backgroundColor:"#494942",borderTopColor:"#85857B",borderRightColor:"#85857B",borderLeftColor:"#85857B"},a)}},function(){if($(this).hasClass("special")){$(this).stop().animate({backgroundColor:"#B3B3AA",borderTopColor:"#9F9F96",borderRightColor:"#9F9F96",borderLeftColor:"#9F9F96"},a)}else{$(this).stop().animate({backgroundColor:"#585851",borderTopColor:"#65655D",borderRightColor:"#65655D",borderLeftColor:"#65655D"},a)}});$("a.book",c).hover(function(){$(this).stop().animate({backgroundColor:"#585851",borderTopColor:"#bbf4f9",borderRightColor:"#bbf4f9",borderLeftColor:"#bbf4f9",borderBottomColor:"#bbf4f9"},a)},function(){$(this).stop().animate({backgroundColor:"#65655D",borderTopColor:"#65655D",borderRightColor:"#65655D",borderLeftColor:"#65655D",borderBottomColor:"#838A8A"},a)});$("input:not([type='submit']), textarea",c).focus(function(){$(this).stop().animate({backgroundColor:"#585851"},a)},function(){$(this).stop().animate({backgroundColor:"#68685F"},a)});$("input:not([type='submit']), textarea",c).blur(function(){$(this).stop().animate({backgroundColor:"#68685F"},a)},function(){$(this).stop().animate({backgroundColor:"#585851"},a)})});
