jQuery(document).ready(function($){
// need the above line so I can use the $	
// **************************************


$(document).ready(function() { 

$(".entry-content img.size-full").addClass("biggie");
$(".entry-content img").removeClass("aligncenter size-full");





$('p').has('img').css('margin-bottom', '0');



 
});
 



// ***************************************
// the following line closes everything up
});



