/*Remove the Navigation*/
#nav, #sidebar {
	display: none;
}

/*Enlarge the Content Area*/
#content {
	width: 100%;
	margin: 0;
	float: none;
}

/*Reset the Background Colors*/
body {
	background: white;
}

#content {
	background: transparent;
}

/*Reset Text Colors*/
#author {
	color: #111;
}

/*Display the Destination of Links*/
a:link:after {
	content: " (" attr(href) ") ";
}

/*Make Links Stand Out from Regular Text*/
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
}

/*What About Font Size?*/
p {
	font-size: 12pt;
}

/*What About Fonts?*/
body {
	font-family: Georgia, 'Times New Roman', serif;
}

/*My Blog Has a Lot of Comments. What Should I Do?*/
#comments {
	page-break-before: always;
}

