/*

Title: AAA Lawn And Garden - Print Stylesheet
Author: Icon Creative Works - http://www.iconcw.com
Copyright: 2011 Icon Creative Works. All rights reserved.

*/

body {
	background: none;
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

#content {
	float: none;
	}

#header, #content, #footer {
	margin: 0;
	width: auto;
	overflow: visible;
	}

#main, #aside {
	margin-bottom: 40px;
	}

#aside, #footer {
	border-top: 1px solid #000;
	padding-top: 20px;
	clear: both;
	}

#aside ul.contact li img {
	display: none;
	}

a img {
	border: none;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	
#nav, hr {
	display: none;
	}

#main div.box img {
	width: 60%;
	}

a:link, a:visited {
	font-weight: bold;
	color: #0055a4;
	text-decoration: underline;
	}

/* - print URLs after link text - */

#content p a:link:after, #content p a:visited:after {
	content: " (" attr(href) ") ";
	font-weight: normal;
	}