/*
// reset background and text colors
*/
body {
	background: #fff;
	font-family: Georgia, ‘Times New Roman’, serif !important; 
}
body * {
	background: transparent !important;
	color: #000 !important;
}

/*
// hide elements not needed in print
*/
.nav-holder, #sidebar, form, #footer, .add-nav, .social-list, .tags {display:none;}

/* 
// other styling
*/

#content {width:100%;}
#header .logo {text-indent: 0;}
em.date, em.date span {font-size: 14px;}

.comments-block {
	clear:both;
	page-break-before: always;
}

body .comments-block .comment:nth-child(odd) {background: #e1e1e1 !important;}

 a:link { font-weight: bold; text-decoration: underline; color: #06c; }
a:link:after {
	content: " (" attr(href) ") ";
	font-style: italic;
	font-size: 11px;
} 

.blog-album span a:link:after {content:"";} 

iframe {
       overflow: visible;
    }