/* Print stylesheet - Creates printable Ale Trail, Pub page
-------------------------------------------------------*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
	}
	
	img {
		border: none;
	}
	
	h1 {
		font-size: 14pt;
	}
	
	h2 {
		font-size: 14pt;
	}
	
	ul, ol {
		margin: 0;
		padding: 0;
	}
	
	li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	p, li {
		font-size: 12pt;
	}
	
	a {
		text-decoration: none;
	}
	
	/* Specific Print Headings */
	h1.printPageHeader {
		font-size: 16pt;
		font-weight: bold;
		padding-top: 0;
		margin-top: 0;
	}
	
	h1.printHeader {
		font-size: 14pt;
	}
	
	h2.printSubHeader {
		font-size: 12pt;
	}
	
	/* Generic Page elements */
	#header, 
	#breadcrumb, 
	#quickSearch
	{
		display: none;
	}
	
	/* Box Outs - Guest Ales etc */
	.selectTrail,
	.guestAles,
	.freeT-Shirt {
		display: none;
	}
	
	/* Text */
	#footerTermsText {
		display: none;
	}
	
	/* Sundries */
	.imgIEFix,
	.printHide {
		display: none;
	}
	
	.clearFloatPrint {
		clear: both;
	}
	
	/* Ale Trails Page */
	
		/* Pub list */
		.aleTrailPubPostions {
			display: none;
		}
		
		/* 'Collect your stamps...' */
		.stampBox {
			margin-right: 15px;
			float: left;
			border: 1px solid black;
			height: 100px;
			width: 100px;
		}
	
	/* End */
	
	/* Pub Page */
	
		/* Pub Sign */
		#pubSign {
			display: none;
		}
		
		/* Columns */
		.box480pxContentPubLeft {
			float: right;
			width: 28%;
			clear: both;
		}
		
		.box480pxContentPubRight {
			float: left;
			width: 70%;
			margin-right: 2%
		}
	
	/* End */
	
/*-----------------------------------------------------*/