/*
sustainable consulting cascading style sheet for print
created by michael efford.
http://www.michaelefford.com.au
*/

@page { size: 21cm 29.7cm; margin: 1cm; }

body {
   background: white;
   font-size: 11pt;
   }

#heading {
	display: none;
	}
	
#topstrip {
	display: none;
	}

#logo {
	top:0cm;
	left:0cm;
	}

#banner {
	display: none;
	}
	
#menu {
	display: none;
	}

#button {
	display: none;
	}

#line {
	display: none;
	}
	
.menufooter {
	display: none;
	}

.producer {
	display: none;
	}

#contentwrapper {
	position: relative;
	top: 0cm;
	bottom: 0cm;
	margin: 1cm; 
	}

#content {
	left: 1cm;
	top: 0cm;
	bottom: 0cm;
	right: 1cm;
	float: none !important;
	color: black; 
	background: transparent;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	font: 11pt/13pt Georgia, Times New Roman, times, serif;
	text-decoration: underline;
	}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
 
#content a[href="/"]:after {
	content: " (http://www.sustainable.net.au" attr(href) ") ";
	font-size: 90%;
	}

img.right {
	float: right;
	display: block;
	margin: 10px 0px 10px 10px;
	}

img.righthome {
	float: right;
	display: block;
	margin: 10px 14px 5px 10px;
	}

img.left {
	float: left;
	display: block;
	margin: 15px 15px 10px 0px;
	}

p, p.righthome {
	font: 11pt/13pt Georgia, Times New Roman, times, serif;
	color:#000;
	display: block;
	margin:3pt 0px 12pt 0px;
	text-indent:5px;
	background-color: transparent;
	}
	
table.contact, tr.contact, td.contact {
	font: 11pt/13pt Georgia, Times New Roman, times, serif;
	color:#000;
	}

input, textarea, select {
	background-color : #69C;
	font: 11pt/13pt Georgia, Times New Roman, times, serif;
	color: #000;
	border-top:solid 1px #FFF;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #eee;
	border-right:solid 1px #eee;
	}
	
li, ul {
	font: 11pt/14pt Georgia, Times New Roman, times, serif;
	color:#000;
	}
	
h1 {
	font: bold 13pt/15pt Georgia, Times New Roman, times, serif;
	color:#000;
	background-color: transparent;
	}
	
h2 {
	font: bold 12pt/14pt Georgia, Times New Roman, times, serif;
	color:#000;
	background-color: transparent;
	}
	
.copyright {
	font: 10pt/12pt Georgia, Times New Roman, times, serif;
	margin:50px 0px 0px 0px;
	letter-spacing : 0px;
	color:#000;
	text-align: left;
	background-color: transparent;
	}

.producer {
	display: none;
	}
	
.producerlink {
	background-color: transparent; 
	}
	
a.producerlink:visited { 
	color:#66a; background-color: transparent;
	}
	
a.producerlink:link { 
	color:#66a; background-color: transparent;
	}
	
a.producerlink:hover { 
	color:#88B; text-decoration: none; background-color: transparent;
	}

.ahem{
	display:none;
	}


