
jQuery.noConflict();     
jQuery(document).ready(function($){	
	$('#jQuery') 
	
	if ( $('#adminbar #toolbar').length ) {
	
		$('#featuredArea #featuredImage img').css({'margin-bottom':'40px'});
		$('#contentContainerBottom').css({'padding-top':'120px'});
		
	} else {
	
		// do nothing
		
	}		
	
	
});		
