/*
-----------------------------------------------
Sustainable Housing Design Guide CSS 

Media:		Print
Author:		Brent Graham [TSO Scotland]
Version:	0.1
------------------------------------------------------------------ */

html {
	width: 100%;
}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 95%;
}

#container	{
	width: 100%;
	border: 0;
	border-top: 0;
	padding: 0;
	margin: auto;
	background: white;
	background-image: none;
	color: black;
}

#content {
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
	border-top: 0;
   	float: none !important;
   	color: black;
   	background: transparent none;
}

/* Things To Hide on the printed page
----------------------------------------------- */

#sidebar, #header,  #footer, #searchform, .access, .next, .top, .standards-note, .pdf, #sidemenu, .pdftxt  {
	display: none;
}



/* Headlines
----------------------------------------------- */
h1, h2, h3, h4, h5, h6	{
	font-family: "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 10pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
}

h2 {
	font-size: 11pt;
	text-transform: uppercase;
	border-bottom:1px solid #000;
}

h3 {
	font-size: 11pt;
}

/* Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
}

a img {
  border-width:0;
}

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}*/

/* Images
----------------------------------------------- */
p.img-caption{
	margin:0;
	background: #f7f8f9;
	font-size: 11pt;
}

/* HTML Elements
----------------------------------------------- */

address{
	margin-bottom: 15pt;
	font-style:normal;
	
}


/* Classes
----------------------------------------------- */
.addressname{
	font-weight:bold;
}

.pagebreak{
	page-break-after:always;
}