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

 	HateHurts Print Styles
	http://hatehurts.org
	
	author: nGen Works
	http://ngenworks.com

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

body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}
	
h1, h2, h3 {
	
	}

#nav, #sidebar {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
/* ---------------------------------------------------------------------------
	
	pledge card printout
	
--------------------------------------------------------------------------- */

/* don't display anything except the card */

body.card #header, 
body.card #nav, 
body.card #foot, 
body.card h2 {
	display: none;
}

#pledge_card {
	margin: 0 auto;
	padding: 30px 50px;
	width: 75%;
	text-align: center;
	border: 2px dotted #333;
	color: #5f5317;
	background-color: #edeadb;
	font: small/1.5em Georgia, Times, "Times New Roman", serif;
}

#pledge_card img {
	margin-bottom: 25px;
}

#pledge_card h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 150%;
}

#pledge_card h4 {
	margin-bottom: 15px;
	font-size: 200%;
	color: #000;
	font-weight: normal;
}

#pledge_card p.pledge_date {
	font-size: 120%;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#pledge_card p.details {
	font-size: 90%;
}