/* Remove unwanted elements */
#header, #sidebar, #footer, div.post-date, ul.toplinks
{
	display: none;
}

/* Ensure the content spans the full width */
#container
{
	width: 100%; margin: 0; float: none;
}


/* Improve colour contrast of links */
a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}

a.blogtitle 
{
	padding-left: 0;
	font-size: 18px;
}