/* Basic print.
----------------------------------------------------------

@package:	atatonic CSS framework 2009	
@Author: 	Tim Benniks <tim@timbenniks.com>
@Created: 	01-02-2009
@Changed:	28-08-2009

---------------------------------------------------------- */

body {
	font: 12pt/18pt "Lucida Grande", Arial, sans-serif;
	color: #111;
	background: none;
}

#sidebar {
	font-size: 11pt;
}

h1 { 
	font-size: 36pt;   	
	line-height: 36pt;
	font-weight: normal;
	font-family: Georgia, "Times new roman", serif;
} 

h2 { 
	font-family: Georgia, "Times new roman", serif;
	font-size: 18pt;
	line-height: 36pt;
	font-style: italic;
	font-weight: normal;
}

h3 { 
	font-size: 12pt; 
	line-height: 18pt; 
	margin: 0; 
	font-weight: bold;
	color: #000;
} 

h4 { 
	font-size: 12pt;
	line-height: 18pt; 
	margin: 0; 
	font-weight: normal;
	color: #666;
} 

h5, h6 { 
	font-size: 12pt; 	 	
	line-height: 18pt; 
	margin: 0; 
	font-weight: normal;

}

hr {
	background: #ccc;
	color: #ccc;
	width: 100%;
	height: 2px;
	margin: 18pt 0;
	padding: 0;
	border: none;
}