/* --------------------------------------------------------------

	print.css
	* Gives you some sensible styles for printing pages
	* Version: 0.9

-------------------------------------------------------------- */

body {
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	color: #000;
	line-height: 1.5;
	word-spacing: 1.1pt;
	letter-spacing: .2pt;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}


/* =Layout / hide various parts from the site
-------------------------------------------------------------- */

.container { background: none; }
a.button,
button,
#header,
#footer,
#menu { display: none; }


/* =Text
-------------------------------------------------------------- */

h1, h2, h3,
h4, h5, h6         { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }

code               { font: 1em "Courier New", Monaco, Courier, monospace; }

a img              { border: 0; }
blockquote         { margin: 1.5em; padding: 1em; font-size: 1em; }

.small             { font-size: .9em; }
.large             { font-size: 1.1em; }
.quiet             { color: #999; }
.hide              { display: none; }


/* =Links
-------------------------------------------------------------- */

a:link,
a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #333;
	}
a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}