$(function() {
	var posts = $('#content .post');
	if (posts.length < 11) { posts.last().css('border-bottom', 'none'); }
	$("#search #field").keydown(function() { $(this).parent('form').submit(); });
});
