/*
Title:		Main print stylesheet for MINCOS Website
Author:		Fabrice Million
Contact:	fabrice[at]madeinspace[dot]com.au / 
Web:		www.madeinspace.com.au / www.neubyte.com
*/

body {
	background: white;
	color: #333333;
	font-size: x-small;
   }
   
body img {
   display: none;
   }
   
#wrapper, #content {
	width: auto;
	border: 0;
	float: none !important;
	color: #666666;
	background: transparent none;
	margin-top: 3%;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 10%;
	padding: 0;
   }
   
div#content {
   padding-top: 1em;
   border-top: 1px solid #930;
   }
   
#report {
	display: none;
	}

a {
   color: #666666;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
   
h2{
	font-size: 140%;
	text-decoration: none;
	}
	
h1 {
	font-size: 170%;
	}
	
#col1 {
	clear: both;
	}

#nav {
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 100%;
	}
	
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
	}
	
#date {
	display: none;
	}
	
#content_wrapper {
	padding: 3%;
	}
	
.box, .importantBox {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5%;
	}
	
.back_to_top {
	display: none;
	}
	
#side_bar {
	display: none;
	}
	
h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 120%;
	}
	
#breadcrumb {
	display: none;
	}
	
#wa span, #nt span, #qld span, #sa span, #vic span, #nsw span, #tas span {
	display: inline;
	}
