/*
	BUZZfriends CSS-framework version 0.2
	PRINT css files
	project: MEDCOM
	date: 03.03.2010
	author: Alex Balaboshko 
	e-mail: alex@buzzfriends.ru
*/

.hide,
.hidden,
.no_print,
/*#header,*/
#navigation, 
#sidebar_left,
#sidebar_right {
	display:none;
}


.print_only {
	display:block;
}

body {
	font-family: Times, Geneva, serif;
	margin: 0 0 0 1cm;
	padding: 0 0 2cm 0;	
	color: #000;
	font-size: 12pt;
}

#container,
.article {
	display:block;
	clear:both;
}

a {
	text-decoration:none;
	color:#000;
	
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 32pt;
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}


#footer {
	position: absolute;
	bottom: 0;
}

#footer br {
	display: inline;
	clear:none;
	float:left;
}

#footer p {
	font-size: 8pt;
	font-family: Arial, helvetica, sans-serif;
}


.print_frame {
	padding: .5cm;
	border: 2mm solid #ccc;
}

