/*
Title:     Blue WP Theme styles for print media
Author:    retromachine@gmail.com
Updated:   May 29 2007
*/

body{
	background: #222 url(images/bg_body.gif);
	color: #000;
	font-size: 14px;
	font-family: 'Lucida Grande', Verdana,Tahoma, Arial, sans-serif;
	line-height: 150%;
	height: 100%;
	margin: 0;
	padding-bottom: 1em;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana,Tahoma, Arial, sans-serif;
	}
.post h3 {
	color: gray;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#header, #nav, .sidebar, hr {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
.entry p a:link:after, .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}