
/* ---------------------
title: print stylesheet
author: Simon Tweedale
created: 04/03/10
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
	print styles */
	
body	{
	font-family: Arial;
	font-size: 10pt;
	}
	
#header	{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 15pt;
	}
	
#nav-inner em	{
	font-style: normal;
	font-weight: bold;
	}
	
#header-inner img	{
	display: block;
	}
	
#nav-inner p	{
	position: absolute;
	top: 75px;
	right: 10px;
	font-size: 12pt;
	}
	
#nav, .sidepanel, body.home .ctas, hr, #footer img, small, #header-inner h4, .mainpanel img	{
	display: none;
	}
	
#footer	{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #000;
	font-size: 9pt;
	}
	
li	{
	padding-bottom: 10px;
	}
	
strong	{
	display: block;
	}

 abbr[title]:after { content: " (" attr(title) ")"; }
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

/* -----------------------------------------------------------------------------
	end style sheet */