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

	Keymer Print Styles
	http://keymerpr.com
	
	author: nGen Works
	http://ngenworks.com

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

body {
	margin: .6in;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

h1, h2, h3 {
	
}


#nav, 
#sidebar,
#content-secondary,
#foot {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}	

#quick-contact {
	padding-bottom: 15px;
	font-size: 7pt;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

body.clients ul li {
	margin-bottom: .25in;
}

body.blog .post {
	margin-bottom: .5in;
	border-bottom: 1px #ccc solid;
}

body.blog .post-info {
	font-size: 9pt;
	font-style: italic;
}

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}