@media print {
    ul#tabs { display: none; }
    .custom #container { border: none; background: none;}
    #content { width: 100%;}
    #sidebars { display: none; }
    #footerlinks { display: none; }
    .sociable { display: none;}
    #comments { display: none; }
	.noprint { display: none; }
	
	* {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.custom #header #logo { display: block; width: 240px; height: 81px; background: url('images/macsteps-printheader.png') no-repeat; outline: none; }
	.custom #header #logo a { display: none; }
	.custom #header #tagline { display: none; }
	
	.custom img {
		float: right;
	}
	
}