jQuery(function(){
	// Advanced CSS
	if ($('p:has(cite)').length > 0){
		$('p:has(cite)').addClass('citation');	
	}
});
