/* Main stylesheet */
@import url(main.css);

/* Exceptions to the main stylesheet */
#header *,  #sidebar, #footer, .relatedposts,
.articlecomments, #metarating, #metaprintbundle,
.ad, .img, #content h1 span {
	display: none;
}

a, li a, a.science, a.biz, a.tech {
	color: #000;
	text-decoration: none;
}

#header {
	float: left;
	width: 250px;
	height: 100px;
	margin: 68px 0 0 0;
	background: none;
}

#printlogo, #printlogo img {
	display: block;
}

#content h1 {
	height: 40px;
	padding: 0;
	margin: 0;
	background: #c00;
}

#content .articleabout li.lead {
	padding: 3px 4px 3px 1px;
	line-height: 14px;
	text-indent: 14px;
	background: none;
}

.imgblock .img {
	display: block;
}

#metashortlink {
	display: block;
}

#mailafriendli {
	display: none;
}

body {
	background: none;
}

#content {
	overflow: visible;
}

