jQuery(document).ready(function(){jQuery("#rmenu2 li.rMenu-expand").hover(function(){jQuery(this).find("ul.rMenu-ver:first").css({display:"block",position:"absolute"});jQuery(this).find("ul.rMenu-ver:first li").css({display:"none"}).slideDown(500)},function(){jQuery(this).find("ul.rMenu-ver:first").css("display","block");jQuery(this).find("ul.rMenu-ver:first li").css("display","block").slideUp(300);jQuery(this).find("ul.rMenu-ver:first").slideUp(300)});if(jQuery.browser.msie&&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent)&&!/MSIE 8\.0/i.test(window.navigator.userAgent)){var a=jQuery("td#middle").width();jQuery(".post img").each(function(){var b=a-10+"px";var c=jQuery(this).width();var d=jQuery(this).height();var e=a/c*d+"px";if(c>a){jQuery(this).css({width:b});jQuery(this).css({height:e})}});jQuery("div.wp-caption").each(function(){var b=jQuery(this).width();var c=a+"px";var d=jQuery(this).height();var e=jQuery("div.wp-caption img").width();var f=jQuery("div.wp-caption img").height();if(b>a){jQuery(this).css({width:c});var g=a/b*d+"px";var h=a/e*f+"px";jQuery(this).css({height:g});jQuery("div.wp-caption img").css({height:h})}});jQuery("ul li").hover(function(){jQuery(this).addClass("sfhover")},function(){jQuery(this).removeClass("sfhover")})}jQuery(".post table.hover tr").mouseover(function(){jQuery(this).addClass("over")}).mouseout(function(){jQuery(this).removeClass("over")});jQuery(".post table.zebra tr:even").addClass("alt");jQuery("input.text, input.TextField, input.file, input.password, textarea").focus(function(){jQuery(this).addClass("highlight")}).blur(function(){jQuery(this).removeClass("highlight")});jQuery("input.inputblur").focus(function(){jQuery(this).addClass("inputfocus")}).blur(function(){jQuery(this).removeClass("inputfocus")});jQuery("input.button, input.Button, input#submit").mouseover(function(){jQuery(this).addClass("buttonhover")}).mouseout(function(){jQuery(this).removeClass("buttonhover")});jQuery("a.xhtmltags").click(function(){jQuery("div.xhtml-tags").slideToggle(300)});jQuery("ul.tw-nav-list").addClass("clearfix")})
