jQuery.noConflict();
jQuery(document).ready(function($) {
	var sloganShift = $('.logo').outerWidth(true);
	$('#site_slogan').css('padding-left',sloganShift);
});

