/*

Description: Print Stylesheet
Author: Humaan
Author URI: http://humaan.com.au/

*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em; 
	color: #000;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin:0;
	padding:0;
	color: #000;
	line-height: 1.3em;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 10px 0;
}

nav, form, #lead-in, footer h1, .homepage-intro {
	display: none;
}