/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
body.weblogEntries div.summary p {
	margin-left:0;
}
body.personalWeblogEntries .columnprimary {
	padding:10px 0;
	width:67%; /* primary layout column */
	/* missing 3% accounts for gutter and browser rounding errors. */
	float:left;
}
body.personalWeblogEntries .columnsecondary {
	display:block;
	padding:10px 0;
	width:30%; /* secondary layout column */
	float:right; /* avoid visible pixel-rounding */
}

/* Hide save comment in blog */

body.weblogEntry #save_page_comment_container {
	display: none;
}