$(function() {
	
	/* Add Lines to break up posts */
	var post = $(".post");
	if (post.size() > 1) {
	post.css({'border-bottom' : '1px solid #000000'});
	$(".post:last").css({'border-bottom' : 'none'});
	} 
	
});
