/* 
Theme Name: Pass it On!
Description: Custom Premium Magazine Theme
Title: Print styles
Author: Arif Hidayat
Author Email: arip@fixse.com
Author URI: http://fixse.com
Tags: two columns, fixed width, widgetized
Last Update: Jul 19, 2008
*/

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

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	}
h3.entry-title {
	color: gray;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}
#header, .menu-nav, #sidebar, .navigation, hr {
	display: none;
	}
#content {
	width: 100%;
	}
#content img {
	border: none;
	}
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */

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