/* Style Sheet for printing */

#page {
	width: 100%;
	margin: 0;
	}

#header {
	display: none !important;
	}

#headerimg img {
	display: none !important;
	}

#page:before {
	content: "Needle Exchange: needles.guzzlingcakes.com";
	font-size: 1.5em;
	line-height: 2.5em;
	font-weight: bold;
	}

body {
	background: white;
	font-family: Garamond, Georgia, Times, serif;
	font-size: 11pt;
	padding: 5%;
	}

.stripe, #sidebar {
	display: none !important;
	}
	
#content {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

p {
	line-height: 110%;
	}

.narrowcolumn {
	width: 100%;
	padding: 5px 0;
	}

h1, h2, h3 {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 1em;
	}

h2 {
	font-size: 1.3em;
	text-align: center;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#content .entry a:link:after, #content .entry a:visited:after {
	content: " (" attr(href) ")";
	font-size: 90%;
	}

#content .entry a[href^="/"]:after {
	content: " (http://needles.guzzlingcakes.com" attr(href) ")";
	}

p img {
	max-width: 300px;
	_width: expression(this.width > 300? "300px": this.width );
	}
	
#sk2-footer {
	display: none;
	}

.navigation {
	display: none;
	}