jQuery.noConflict();

jQuery(function(){
		jQuery('.container .address_details:eq(1)').css('margin', '0 0 0 0');
		jQuery('.pagewrap #blog_header #blog_categories ul li.cat-item a').addClass('ui-corner-all');
		jQuery('.pagewrap #blog_header #blog_categories ul li.cat-item:not(:last-child) a').after('<span>:</span>');
		jQuery('#secondary_nav a#nav_blog').addClass('active');
		
		jQuery('#secondary .widget ul').wrap('<div class="widget-content" />')
		
		jQuery("#post_article #comments form#commentform  label").inFieldLabels({
			fadeOpacity:0.3,
			fadeDuration:300
		});
});

jQuery(window).load(function(){
	jQuery('#post_articles').masonry({
		itemSelector: '.post',
		columnWidth: 322 //292 + 30px margin right
	});
})

