/*-----------------------------------------------------------------------

A print stylesheet based on Blueprint and Hartija.

-----------------------------------------------------------------------*/
BODY
{
	line-height: 1.5;
	font-family: Georgia, serif;
	color: #000;
	background: none;
	font-size: 10pt;
}
DIV
{
	background: none;
	width: 100%;
}
#wrapper, #main, #container, #content
{
	background: none;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	float: none !important;
}
H1, H2, H3, H4, H5, H6
{
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	margin: 0 0 18pt;
	padding: 18pt 0 0;
}
.entry-title
{
	font-size: 36pt;
	margin: 0;
	padding: 0;
}
.entry-meta
{
	margin: 0 0 36pt;
}
.entry-content H1, .entry-content H2, .entry-content H3
{
	font-size: 18pt;
}
.entry-content H4
{
	font-size: 12pt;
}
.entry-content H5
{
	font-size: 10pt;
}
.entry-content H6
{
	font-size: 8pt;
}
CODE
{
	font: 0.9em "Courier New", Monaco, Courier, monospace;
}
IMG
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}
A IMG
{
	border: none;
}
BLOCKQUOTE
{
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: 0.9em;
}
A:link, A:visited
{
	background: transparent;
	text-decoration: none;
	color: #000;
}
.entry-content A
{
	font-weight: bold;
	text-decoration: underline;
}
.entry-content A:link:after, .entry-content A:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#site-meta, #header, #access, .navigation, .page-link, .entry-utility, #comments, #trackbacks-list, #respond, .aside, #footer
{
	display: none;
}
