/*

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

*/


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .75em; 
	color: #000;	
}

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

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	color: #000;
}

h1 {
	font-size: 2.6em;
	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.6em;
	padding: 0 0 1.25em 0;
}


/*-------------------------------------------------- LAYOUT */


#days, form.contactForm, a.logo, #footer, ul#nav, #internal-banner, #email-updates {
	display: none;	
}

table {
	border: 1px solid #000;
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #000;
	border-collapse: collapse;
}

td {
	padding: 10px;	
}

img.print-only {
	margin: 0 0 15px 0; 
}

img {
	border: none;	
}