/**
 * print css
 *
 * @author richard hallows
 */

/* html elements */

	body {
		margin: 0;
		padding: 0;
		background-color: #fff;	
		color: #000;	
		font-family: "Times new roman", sans-serif;
		font-size: 11pt;
		line-height: 1.3;
		
	}
	
	/* headings */
	
		h1, 
		h2, 
		h3, 
		h4, 
		h5,
		h6 {
			display: block;		
			font-family: Helvetica, Arial, sans-serif;
			line-height: 1.2;
			text-indent: 0;
		}
		
		h1, 
		h2 {
			font-size : 18pt;
		}
		
		h3 {
			font-size : 14pt;
		}
		
		h4 {
			font-size : 12pt;
		}
		
		h5 {
			font-size : 12pt;
		}
		
		h6 {
			font-size : 11pt;
		}	
	
	
	/* links */
	
 		a, 
		a:link, 
		a:visited, 
		a:hover {
			color: #000;
			outline: none;
			text-decoration: none;
	
		}
			
	/* lists */
	
		ul li {
			list-style: square;
		}
	
	/* tables */
	
		table {
			margin-bottom: 2em;
			margin-left: 10px;
		}
	
		table td,
		table th {
			padding: 0 1em 0.2em 0;
			text-align: left;
		}

		table th {
			font-weight:bold;
		}
			
	/* flash */
	
		embed, object {
			display : none;
		}

				
/* global ids / areas */

	/* wrapper */

		#wrapper {
			margin: 0;
			padding: 10px;
		}
	
	/* header */
	
		#header { 
			display: block; 
		}
		
		#header dl {
			display: none;
		}
		
		#header #subscribe-widget {
			display: none;
		}

	/* navigation */	
	
		#secondary {
			display: none;
		}
	
	/* sitenav */	
	
		#site-nav {
			display: none;
		}
	 
	/* content */
	
		.page-actions {
			display: none;
		}
					
	/* footer */	
			
		#footer #copyright ul { 
			display: none; 
		}
		