jQuery(document).ready(function(){  
	// EQUAL COLUMNS (px):
	if( !jQuery('.in-projects').length ){
		if (jQuery('#container').height() < jQuery('#primary').height()){	x = jQuery('#primary').height(); } 
			else { x = jQuery('#content').height(); }
		jQuery('#container, #primary').css('height',x+'px');
	}
	
	//jQuery("div#content div.type-post:last-child").css({border-bottom:"10px solid pink"});
	jQuery("div#content div.type-post:last-child").css('border-bottom','none');
	
});
