/* Print Style Sheet */
@media print {
body {
        background:#fff;
        margin:0;
        color:#000000;
        font-family:Arial,Verdana,sans-serif;
        font-size:14px;
	font-weight: normal;
}

#main-nav,
.jcarousel-container,
#email-nav,
#city-nav,
#sidebar,
#ad-header,
#ad-special,
.ad-comment,
#ad-footer,
#mastfoot,
#city-header form,
.post-social,
#comments,
#article-nav,
#editor-detail,
#editor,
#home-link,
p.tagline,
#footer-nav,
#mmcAd_Iframe2,
.new-add-show
{display:none;}

#print_header,
#print_footer,
#leaderboard-top div {
	display:block;
}

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

#header {
	height:0;
}

h2 {
        line-height:1.1em;
        font-size:20px;
        font-weight:bold;
        line-height:1.1em;
        margin-bottom:13px;
        color:#000;
}
/* Tried to just change the h2, but it wasn't working */
h2,
h2.post-title,
.post-title { font-size: 24px; color: #000;}

.meta .meta-author {color:#000; font-size: 14px;}
.meta, .meta a {color:#8f8f8f;}

#print_header img {
	width:426px;
        height:50px;
	margin-bottom: 10px;
}

#masthead {margin:0;}

#copy {
	width: 100%;
	margin:0;
	padding:0;
}

.post {
	padding-top: 10px;
	border-top:2px solid #6D3B3C;
}

.meta {
	page-break-after:avoid;
}
.post-content,
.post-content p
{
        font-weight:normal;
        color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size: 18px;
        line-height:25px;
	page-break-before:avoid;
}


}
