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

#header,
.image,
.lft,
#path,
#icon-print,
.footer
{
	display: none;
}

body, input, option, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body#site
{
	background-color: #fff;
	color: #000;
}

body#site h1,
body#site h2,
body#site h3,
body#site h4,
body#site h5,
body#site h6
{
	color: #000;
}

div.content
{
	background: none;
}

.viewport
{
	width: 100%;
}

#vp-layout td.rgt
{
	width: 100%;
}
