
/* - - - - - - - - - - - - - - - - - - - - - - -
	P R I N T - S T Y L E S H E E T
- - - - - - - - - - - - - - - - - - - - - - - */

body {
   background: #fff;
   color: #111;
   font-size: 12pt;
}

html body #container { background: none; }

/* Print these */
.print { display: inline !important; }

/* Hide these */
form,
.screen,
#utility-nav,
#header .nav,
#footer .nav { display:none !important; }

/* Unfloat your layout */
body,
#container,
#header,
#content,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Link Modifiers */
a img, :link img, :visited img { border: 0; }

a:link,
a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Automatically Print URL's */
/*
#content a:link:after,
 #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://www.WEBSITEURL.com" attr(href) ") ";
   }

*/
