/*===========================================
   =STRUCTURE
============================================= */

body {
	background: white;
	color: black;
	text-align: left;
	font-size: 11pt !important;
	line-height: 125%;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial;
	width: 95%;
}


/* Things to Hide on the printed page eg. navigation menus etc
----------------------------------------------------------------------------- */
#nav, #skip, #search, #paging, #footer, hr, #primary, #sidebar, #evidence #tabs { display: none; }


/* Header
----------------------------------------------------------------------------- */
#header { overflow:hidden; padding:18px 0 10px;}
	#sft-logo { display:block; float:left;  }
	#hs-logo  { display:block; float:right; }


/* JS Tabs - show on print out
----------------------------------------------------------------------------- */
#evidence #minimum-evidence { display:block !important; }
#evidence #prompts 			{ display:block !important; }

#evidence form, #evidence fieldset { border:none; }

#evidence fieldset ol { margin:0; padding:0; }
	#evidence fieldset ol li { list-style: none !important; padding:0; margin:0; }
	#evidence fieldset ol li label, #evidence fieldset ol li.check { display:none; }
		#evidence textarea { font-size:1.1em; border:solid 1px #aaa; width:100% !important; margin:0; }

/*===========================================
   =TYPE
============================================= */
h1, h2, h3, h4, h5, h6	{
	font-family:"gill sans", helvetica, arial;
	font-weight:bold;
	margin:1em 0 .5em;
	letter-spacing:1pt;
	line-height: 1.2em;
	clear:both;
}
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 11pt; }
h5 { font-size: 11pt; }
h6 { font-size: 11pt; }

/* Links
----------------------------------------------- */
a { color:black; text-decoration:none;}

a img {border-width:0;}

/* Print urls */
#content a:link:after, 
#content a:visited:after { content: " (" attr(href) ") "; }
