/*
	About
	================
	Print.css defines the entire site in print-out mode.

	Info
	================
	Author(s): 	[E.g - Finbarr N, Ian H]
	For: 		[Client Name]
	URL: 		[E.g - eonenergy.com]
	Pages:		Styles for specific pages. These should be avoided but sometimes can't be.
*/

/* Show hidden contextual elements */
.context 						{display:block;}

body 							{background:white; font-size: 12pt;}
* 								{margin:0 !important; padding:0 !important; float:none !important; width:auto !important;}
p, li, dt, dd, td, th			{font-size:1em;}
/* & items not to display in print version - add as necessary */
#nav-primary, 
#site-tools, 
#access, 
.pagination 					{display:none;}

#wrapper, #header, 
.pri-col, .sec-col, .tert-col 	{width:90%; margin:0 5% 0 0; border:0; color:black; float:none;}

table 							{margin-bottom:10px;}
table td, table th 				{border:1px solid #737474; vertical-align:top; padding:5px;}

#brand a, #brand a img 			{border:none;}

h1, h2, h3, h4, h5, h6 			{margin:0 0 1em 0; line-height:1.3; color:black;}
h1 								{font-size:18pt;}
h2 								{font-size:14pt;}
h3 								{font-size:13pt;}
h4, h5, h6 						{font-size:12pt;}

a:link, a:visited 				{color:#520; background:transparent; font-weight:bold; text-decoration:underline;}
a:link:after, a:visited:after 	{content:" (" attr(href) ") "; font-size:90%;}
