/**
 * css/print
 * ===========================================================================
 *
 */

/* @override typography.css -- http://0.0.0.0:4000/css/typography.css */
/**
 * TYPOGRAPHY
 * ===========================================================================
 * 
 * This stylesheets contains main typographic styles.
 * More specific ones are described in screen.css
 * 
 * Base font size is set to 12 px (0.75 * 16px = 12px)
 * 
 * == FONT SIZE conversion table: ============================================
 *  *  9 px  <->  75%
 *  * 10 px  <->  83,34%
 *  * 11 px  <->  91.67%   
 *  * 12 px  <->  100%     # Base font
 *  * 13 px  <->  108.34%  
 *  * 14 px  <->  116.67%  
 *  * 18 px  <->  150%
 *  * 20 px  <->  166.67%  
 *  * 21 px  <->  175%     
 *  * 22 px  <->  183.34%  
 *  * 28 px  <->  233.34%  
 * ===========================================================================
 *
 * == COLORS: ================================================================
 *
 *
 * ===========================================================================
 *
 */

/* 
 * Default font settings. 
 */
body  { 
  font: 75%/1.5 Verdana, Helvetica, Arial, sans-serif;
	}
	#nav-tools li a {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 100%;
		font-weight: bold;
		line-height: 16px;
		}
	#header h1 {
		font-size: 150%;
		font-family: 'Arial Black', arial, sans-serif;
	}
	#nav li a, #aside ul.pages li a, #nav-sub-pages li a {
		font-family: 'Arial Black', arial, sans-serif;
		font-size: 100%;
		}
	#aside ul.pages li a, #nav-sub-pages li a {
		color: #666666;
		}
	#content {
	
		}	
		#main p, #main li, #main dt, #main dd, #main form * {
			font-size: 108.34%;
			color: #333;
			}
		#main p, 
		#main ul, 
		#main ol, 
		#main dl, 
		#main form, 
		#main h2, 
		#main h3, 
		#main h4,
		#main h5 {
			margin-bottom: 1em;
			}
		#main h2 {
			font-size: 150%;
			line-height: 1.3;
			margin-bottom: 1.3em;
			}
		#main h3 {
			font-size: 116.67%;
			}
		#main h4 {
			font-size: 108.34%;
			}
	#footer {
		
		font-size: 75%;
		text-align: center;
	}
/*
 * Arial Black is used for nav
 */

/* font-family: Arial Black, Arial, sans-serif; */




#access-nav, #header #logo, #nav-tools, #nav, .back, #aside, #contact-us h1{display:none;}

#logo-print {
	position:absolute;
	top: 0;
	left: 0cm;
	}
	
	
#header {
	margin-left: 5cm;
	}
	#header #logo {
		position:absolute;
		left: -9999px;
	}
	#header h1 {
		text-transform: uppercase;
	}

#content {
	margin-left: 5cm;
	}
	
#footer {
	border-top: 1px dotted #666;
	margin-top: 2cm;
}
