/* 
=============================================================================

	print.css
	v1.0
	2008/01/21

	Headscape
	Written by Ed Merritt (ed.merritt@headscape.co.uk)

	This stylesheet combined with basic.css to provide styling for printed pages. 

=============================================================================
*/

/* Basic print styles */

#search, #navigationContainer, #pageDescription, #accessibility {display: none;}
body {font: 9pt/13pt Georgia, "Times New Roman", Times, serif;}
body, #container {text-align: left; width: auto; border: 0; margin: 0 5%; padding: 0; float: none !important;}
h1, h2, h3, h4, h5, h6 {page-break-after: avoid;} 
p, blockquote, img {page-break-inside: avoid;}

/* WFF Specific CSS */

body {margin: 0; color: #192a05;}
#noVisionAccess, #scrollMore, #pageDescription, .hide, #deepFooter, #tools, #navigation, #userMenu, #homeIntro, #logo span, #homeTextLocation .enterPostcode, #homeTextLocation form, #footer ul:first-child, #mealsMenu, .brochure, .quickOrder {display: none;}

#logo {text-decoration: none;}
#logo span {display: none;}
#logo img {float: none;}
#telNo {font-size: 15pt;}
#homeGuide ol li dl {page-break-inside: avoid; display: block;}
#homeGuide ol li dt {font-weight: bold; margin: 1em 0 0.4em;}
#homeGuide ol li em {margin-right: 0.5em;}
img {margin: 0 0.5em 0.5em 0; display: inline;}
#header {border-bottom: 6px solid #bde88a; padding-bottom: 1em;}
#footer {border-top: 1px solid #bde88a; padding-top: 1em; margin-top: 2em;}
h1 {color: #192a05;}
h2, h3, h4, h5, h6 {color: #6C9A37;}
#homeTextLocation h3 {margin-bottom: 0; font-size: 12pt;}
.quantity {width: 2em;}
table {width: 100%;}

.wordsearch {border: 1px solid #ccc; border-width: 0 0 1px 1px; margin: 0 0 20px; color: #000; text-transform: uppercase; width: auto; font-size: 1.3em; font-family: Arial, Helvetica, sans-serif;}
.wordsearch td {border: 1px solid #ccc; border-width: 1px 1px 0 0; padding: 2px 0 0; width: 25px; height: 25px; text-align: center;}


