/* Print Style Sheet */
@media print {
body { background:red; color:black; margin:0 }
#ad-header,
#main-nav,
.jcarousel-container,
#email-nav,
#city-nav,
#sidebar,
#ad-footer,
#mastfoot,
#city-header form,
.post-social,
#comments-form-wrap,
#article-nav
{display:none;}

.jcarousel-container {
	position:absolute;
	margin-left:-999em;
}

#header {
	height:40px;
}
#home-link {
	text-indent:0;
	font-weight:bold;
	font-size:27px;
	text-decoration:underline;
	margin:0;
	padding:0;
	color:#333;
}

h2 {font-size:22px}

#masthead {margin:0;}
#copy {margin:0;padding:0;}

#post-content {
	text-align:left;
}

.meta {
	page-break-after:avoid;
}
.post-content {
	page-break-before:avoid;
}

}
