/* Print Style Sheet */
@media print {

	/* Reset quotes */

	q {quotes: none}

	q:before, q:after {content: ""}   



	header h1, header nav, footer, img {display: none}



	/* font sizes */

	body {

		font: 12pt Georgia, "Times New Roman", Times, serif;

		line-height: 1.3;
		
		background:white;
		
		color:black; 
		margin:0
	}

	h1 {font-size: 24pt}

	h2 {font-size: 14pt; margin-top: 25px}

	aside h2 {font-size: 18pt}

	/* Show printer-frindly logo. */

	header .text_logo {display: block}

	header h1 {

		margin: 0;

		font-size: 30pt;

	}
	img {border: 0}

	header {margin-bottom: 40px}

	header:after {display: block; content: "www.winerysale.com"}

	header:before {

		display: block;

		content: "Thank your for printing our content at www.winerysale.com. Please check back soon for new Wineries & Vineyards For Sale.";

		margin-bottom: 10px;

		border: 1px solid #bbb;

		padding: 3px 5px;

		font-style: italic;

	}

	blockquote {

		font-size: 13pt;

		font-style: italic;

	}

	p a {color: #000}

	p a:after {

		content: " (https://winerysale.com/" attr(href) ")";

		font-size: 80%;

		word-wrap: break-word;

	}

	p a[href^="http://"]:after, p a[href^="https://"]:after {

		content: " (" attr(href) ")";

	}

	q:after {content: " (" attr(cite) ")"}

	aside {

		border-top: 1px solid #bbb;

		margin-top: 30px;

		display: block;
	}

}