body {
	color:black;
	background:white;
	font-family:Tahoma, Verdana, Arial;
	margin-top:1cm;
}
#hd, #ft {
	display:none;
}
#tpl-pagetitle, .blog-item {
	width: auto;
	padding: 0;
	margin: 0 5%;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
	font-size: 12pt !important;
}
#tpl-pagetitle {
	font-size: 18pt !important;
}
.content {
	margin-top:1cm;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.blog-item a:link:after, .blog-item a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
div.blog-item div.content h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
div.blog-item div.content h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
div.blog-item div.content h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
div.blog-item div.content h1, div.blog-item div.content h2, div.blog-item div.content h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
div.blog-item div.content h1, div.blog-item div.content h2, div.blog-item div.content h3, div.blog-item div.content h4, div.blog-item div.content h5, div.blog-item div.content h6, div.blog-item div.content strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
div.blog-item div.content abbr, div.blog-item div.content acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
div.blog-item div.content em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
div.blog-item div.content blockquote, div.blog-item div.content ul, div.blog-item div.content ol, div.blog-item div.content dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
div.blog-item div.content ol, div.blog-item div.content ul, div.blog-item div.content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
div.blog-item div.content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
div.blog-item div.content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
div.blog-item div.content dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
div.blog-item div.content th, div.blog-item div.content td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
div.blog-item div.content th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
div.blog-item div.content caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
div.blog-item div.content p, div.blog-item div.content fieldset, div.blog-item div.content table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
