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

body#site
{
	background-image: none;
	background-color: #FFF;
}

#container
{
	background: #FFF;
}

#top_container
{
	display: none;
}

#mm_container
{
	display: none;
}

#content
{
	background: #FFF;
}

.content_left_header
{
	background: none;
	filter: none;
}

.content_right_header
{
	background: none;
	filter: none;
}

.content_left_footer
{
	background: none;
	filter: none;
}

.content_right_footer
{
	background: none;
	filter: none;
}

#icon-print
{
	display: none;
}

#srch_layout
{
	display: none;
}

#logo_container
{
	display: none;
}

#site_menu
{
	display: none;
}

#footer
{
	display: none;
}