/*print CSS for articles etc...*/

/*things to hide*/

#header .subNav,
#header .top .banner,
#navBar,
.rightCol,
ul.pager,
.articleBloc dl.related,
.box.lg.comments,
#footer .nav ul.top,
#footer .nav ul.bottom li,
.articleTools,
.noPrint,
#adssubmitmessage,
.box .more, .more,
#header .top h1 a {
	display: none;
}

#header .top h1 span.printLogo {
	display: block;
}

#footer,
#footer .nav {
	width: 100%;
}

#footer .nav ul.bottom li.last {
	display: block !important;
}


#content,
.articleBloc,
.articleBloc .body {
	float: none;
	width: auto;
}

