/**
* CSS of print-media.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

body
{
	font-size: 9pt;
}
body#site
{
	background-image: none;
}

h1
{
	font-size: 16pt;
}

#header1,
#header2,
#header3,
#left,
#menu2,
#icon-bookmark,
#icon-print,
#footer
{
	display: none;
}

#main
{
	background-image: none;
	width: auto;
}

#right,
#article
{
	width: auto;
}