/* 
Title: print styles
Author: Arif Hidayat
Author Email: arip@primitip.com
Author URI: http://primitip.com
Last Update: Jul 10, 2009
*/

body {
	margin: .6in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	}

h1, h2, h3, h4 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.post-title,
.page-title {
	color: gray;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}
.post-content h3 {
	color: gray;
	font-size: 120%;
	font-weight: normal;
	margin-top: 1.5em;
	}
#header, #menu, #feature, #sidebar, #footer, .navigation, hr {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */

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