@charset "UTF-8";

/* print-Eco.css - Home Page Print Style Sheet for Irucka A. Embry of EcoC&sup2;S */

/* Default Print Stylesheet Template
   by Rob Glazebrook of CSSnewbie.com
   Last Updated: June 4, 2008
   
   Feel free (nay, compelled) to edit, append, and 
   manipulate this file as you see fit. */

/* SECTION 1: Set default width, margin, float, and
   background. This prevents elements from extending 
   beyond the edge of the printed page, and prevents
   unnecessary background images from printing */

body#index {
	width: 100%;
	border: 0;
	margin-left: 0; 
	margin-right: 5%; 
	padding: 0;
	float: none !important;
	background:  #ffffff;
	page: portrait;
}

div#main; h2; div#quote1; div#quote2; div#copyright {
	width: 100%;
	border: 0;
	margin-left: 0; 
	margin-right: 5%;
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0;
	float: none !important;
}

h1; h3; div#image; div#footer; div#footer1; div#footer2 {
	text-align: center;
	width: 100%;
	border: 0;
	margin-left: 0; 
	margin-right: 5%;
	margin-top: 0; 
	margin-bottom: 0;
	padding: 0;
	float: none !important;
}

/* SECTION 2: Remove any elements not needed in print.
   This would include navigation, ads, sidebars, etc. */
div#navigation_menu; div#partners; p#free {display: none;} /* Do Not display navigation menu, images, and free content */

/* SECTION 3: Set body font face, size, and color.
   Consider using a serif font for readability. */
body#index {
font-size: 100%;
font-family: "liberation serif", "linux libertine", Gentium, "Doulos SIL", "Charis SIL", freeserif, "times new roman", times, palatino, serif;
color: #000;
}

div#copyright; div#footer; p#footer1; p#footer2 {
font-size: 90%;
font-family: "liberation serif", "linux libertine", Gentium, "Doulos SIL", "Charis SIL", freeserif, "times new roman", times, palatino, serif;
color: #000;
}

ul; li; p { page-break-inside: avoid }

div#quote1; div#quote2; div#attribution1; div#attribution2 {
	font-size: 90%;
	font-family: "liberation sans", freesans, helvetica, verdana, arial, "Arial Unicode MS", sans-serif;
	font-weight: normal;
	color: #000;
	page-break-inside: avoid;
}

/* SECTION 4: Set heading font face, sizes, and color.
   Diffrentiate your headings from your body text.
   Perhaps use a large sans-serif for distinction. */
h1; h2; h3; h4; h5; h6 {
	font-family: "liberation sans", freesans, helvetica, verdana, arial, "Arial Unicode MS", sans-serif;
	font-weight: normal;
	color: #000;
	page-break-inside: avoid;
}

h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }