/* Print CSS Document */
/* July 10-09: Print.css page created by Chantilly M Maertens, of Webgigs.net */
/* CSS validated via use of http://jigsaw.w3.org/css-validator/validator */
/* Conflicting absolute positions, over at http://www.alistapart.com/articles/conflictingabsolutepositions/ */

/* print styles */

/* ------------------------------------------ PRINT OVERRIDES ------------------------------------*/
DIV#top_links {
	display: none;
	}

DIV#header {
	display: none;
	}
		
DIV#middle_head2 {
	display: none;
	}
	
DIV#breadcrumb {
	display: none;
	}
	
DIV#printbut {
	display: none;
	}
	
DIV#civ_menu {
	display: none;
		}
		
DIV#war_menu {
	display: none;
		}

/* ------------------------------------------ PRINTABLE CONTENT ------------------------------------*/

body {font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif;
background:none; text-align: left; }
body #middle_wrapper {margin: 0 0; padding: 0; position: static; text-align:left;}
body #evocontent {margin: 0 0; padding: 0; position: static;  text-align:left;}

a:link, a:visited {
   color: #00F;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
	
/* Only Opera 7 will obey the following rule
TABLE, TR, TD {
	page-break-inside: avoid;
	}
 */
   
#evocontent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#evocontent a[href^="/"]:after {
   content: " (http://www.civilization.ca" attr(href) ") ";
   }


/* ------------------------------------------ PRINT OVERRIDES ------------------------------------*/
DIV#bottom_block {
   	display: none;
   	}
   
DIV#civ_foot {
	display: none;
	}
   

DIV#war_foot {
	display: none;
	}





