/*  css for Summit Roofing
=========================================
	Title:			Summit Roofing
	Created by: 	dave@netsphere.co.nz
	Stylesheet:	 	Printer
========================================
*/

body {
   background: white;
   font-size: 12pt;
   }
h1 {
	font-size: 14pt;
	font-weight: bold;
	color:#000;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color:#000;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color:#000;
}

img {
	border: 0;
	padding: 5px;
	display:block;
}

.web_logo {
	display:none;
}

.print_logo {
	text-align: center;
	display:block;
	padding-left:100pt;
}


.headerwrapper, .nav, .herowrapper, {
	display: none;
	}
	

div#contentmain {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #000;
   }

a:link, a:visited {
   color: #369;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#contentarea a:link:after, #contentarea a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#contentarea a[href^="/"]:after {
   content: " (http://www.fencible.org.nz" attr(href) ") ";
   }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align:left;
}

 div.hr {
  display:none;
}
