﻿/*	[Outlaw - print styles]
	----------------------------------------------------------------- 
	Author(s):	Chris Goodchild - chris.goodchild@fortunecookie.co.uk
	Created:	14/06/2011
	Notes: 		Print styles for all browsers
*/


/*	1.0 RESET ELEMENTS
	----------------------------------------------------------------- */
	body { color: #000; font-family: Georgia }
	div { display: block; float: none; height: auto; min-height: 0; margin: 0; padding: 0; width: auto }
	a, a:visited { color: #055d93; text-decoration: underline }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
	h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #000; text-decoration: underline }
	ul, li { list-style-position: inside; margin: 0; padding: 0; position: static }
	ul { margin: 0 0 1em }
	h1, h2, h3, h4, h5, h6 { font-family: Helvetica, sans-serif; margin: 1em 0; padding: 0 }
	p { margin: 0 0 1em; padding: 0 }
	table { border: 1px solid #ccc }
	th, td { border: 1px solid #ccc; padding: 5px; text-align: left; vertical-align: top }
	#header .logo a { display: none }
	#header .print-logo { display: block; margin: 0 0 1.6em }
	#breadcrumb li { display: block; height: auto !important; margin: 0 0 0 1em }
	#breadcrumb .first:after, #breadcrumb .trail:after { content: " >" }
	.subnav { margin: 0 0 1.6em 1.6em }
	#footer { padding-top: 2em }
	.sector:after { content: " > " }


/*	2.0 REMOVE ELEMENTS
	----------------------------------------------------------------- */
	#shortcuts, #navigation, .header-nav, .QuickSearchArea, 
	.featured-news, .promo-box, .promotion, .social-buttons, 
	.add-this, #footer ul { display: none }