jQuery.noConflict();
jQuery(function($) {
	var height = $('.wrapper').height();
	if (height > 530) {
		$('.content .post-content').addClass('add-padding');
	}
	
});
