 //<![CDATA[
 
swfobject.registerObject("myId", "9.0.0", "expressInstall.swf");
 
jQuery(function ($) {
		
			$('#sidebar ul li ul li').hover(function() {
				$(this).stop().animate({ paddingLeft: '10px' }, 400);},function() { 
					$(this).stop().animate({ paddingLeft: 0 }, 400);});
			$('#sidebar a').hover(function() {
				$(this).stop().animate({ color: '#A00003' }, 400);},function() { 
					$(this).stop().animate({ color: '#7d8299' }, 1200);});		
					
			$('#content .post p a:has(img)').addClass('nobordeer');
			
			$('#footer .wrapf ul.footer-widgets li ul li  ').hover(function() { 
				$(this).stop().animate({ paddingLeft: '35px' }, 600);},function() { 
					$(this).stop().animate({ paddingLeft: '25px' }, 600);});
		
			$(".nav ul li.page_item a").css({'padding':'7px 0 0 0'});
			$(".nav ul li.current_page_item a").css({'padding':'7px 0 0 0'});
			$(".nav ul li.page_item a").hover(function() {
				$(this).stop().animate({'color':  '#a00003', 'padding':'10px 0 0 0'}, 300);},function() {
					$(this).stop().animate({ 'color':  '#595E6D', 'padding':'7px 0 0 0' }, 400);});
			$(".nav ul li.current_page_item a").hover(function() {
				$(this).stop().animate({'padding':'10px 0 0 0'}, 300);},function() { 
					$(this).stop().animate({'padding':'7px 0 0 0' }, 400);});
			$(".cat-at a").hover(function() {
				$(this).stop().animate({'top':'1px'}, 500);},function() { 
					$(this).stop().animate({'top':'0' }, 500);});
			$("#content .post h2 a").hover(function() {
				$(this).stop().animate({'color':'#000'}, 800);},function() {
					$(this).stop().animate({'color':'#A00003' }, 1000);});	
												
			$("#tabs").tabs({fx: { opacity: 'toggle', duration: 200} });
			$('#sidebar .ui-tabs-panel ul li').hover(function() {
				$(this).stop().animate({ paddingLeft: '10px' }, 400);},function() { 
					$(this).stop().animate({ paddingLeft: 0 }, 400);});
			$('#sidebar .ui-tabs-panel ul li.cat-item').hover(function() {
				$(this).stop().animate({ width: '110px',paddingLeft: '10px' }, 400);},function() { 
					$(this).stop().animate({ width: '120px',paddingLeft: 0 }, 400);});
 		
 		});



 		
//]]>

