/* Welcome to the webgraphics PRINT style sheet. 
You are a super hero, all hail the css reader. */


/* universal stuff */
body {
	font-family:'lucida grande', helvetica, sans-serif;
	font-size:10pt;
	color:#666;
	background-color:#fff;
}

a {color:#000;text-decoration:none;}

/* Posts and such */
h1#home span, h2#home span {display:none;}
h1#home, h2#home {line-height:0em;}
h1#home:after, h2#home:after {float:right; content: url(http://web-graphics.com/wp-content/themes/wg/design/img/webgraphics.gif)}
#block_1 h3#date {font-size:0.8em;}
#block_1 #title a {display:block;font-size:2em;}
.complexItem p, .complexItem ul {line-height:1.6em;}
.complexItem p a:link:after, .complexItem p a:visited:after {content: " (" attr(href) ") ";font-size: 90%;color:#999;}

/* Hide stuff thats not for print */

#block_2, .postedin, #footer, #commentlink {display:none;}