/* skylne print CSS */
body {
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
}

.logo,.tnavwrap,.wight_corner,.sidebar,#sections, #side, .post-meta, #respond, .reply, .post-info {
	display: none;
}

#header h1 {
	text-align: center;
	font-size: 42pt; font-style: italic;
	margin: 0;
}
#header h2 {
	text-align: center;
	font-size: 10pt;
}

#content h2 {
	font-size: 32pt
	font-style: italic;
}

#content h3 {
	font-size: 18pt;
	margin: 0;
}

img {
	float: left;
}

a:link, a:visited {
	background: transparent; 
	color: #11367c;
}


a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") "; 
	font-size: 11px;
}


a[href^="http://"] {
	color:#000;
} 

#main p a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

.commentlist {
	page-break-before: always;
}

.commentlist li {
	list-style: none;
	border-bottom: 2px solid #eee;
	margin: 0 0 10pt 0;
}
	.commentlist li div.comment-meta {
		font-size: 6pt;
}
	
.footer {
	font-size: 8pt;
	text-align: center;
	}