/**
 * PRINT CSS for Website of HSDN Project
 *
 * Designed (C) 2009 Dmitry G Shin <dmitry.s@hsdn.org> 
 * Copyright (C) 2009 Information Networks Ltd. <info@informnets.ru> 
 */

/*
 * Container section
 */
#main-wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 99%;
	clear: both;
}


/*
 * Left section
 */
#left-wrapper .section,
#left-wrapper .news,
#left-wrapper .rss,
#left-wrapper .graybox,
#left-wrapper .yellowbox
{
	display: none;
}

#left-wrapper #logo
{
	width: 100%;
	border-bottom: 1px solid #ededf0;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}


/*
 * Right section
 */
#right-wrapper #top,
#right-wrapper #connect,
#right-wrapper #menu,
#right-wrapper #pathway
{
	display: none;
}


/*
 * Footer section
 */
#footer
{
	width: 100%;
	border-top: 1px solid #ededf0;
	font-size: 12px;
	line-height: 1.6;
	padding: 10px 0;
	margin: 20px 0;
}

#footer .left,
#footer a,
#counter
{
	display: none;
}

/* End of file */