/* Print Overrides
----------------------------------------------- */
* 					{ background:none !important; color:#111 !important; }	
body 				{ background-color:#fff; font:normal 8pt/normal verdana, arial, helvetica, sans-serif; }
a 					{ text-decoration:underline; color:#00f; }

#sectionContent, 
#sectionHeader, 
#sectionFooter 		{ width:650px; height:auto; border:0; margin:0 5%; padding:0; float:none !important; }
#sidenav div,
#footerLinks 		{ display:none !important; }
#innerContent		{ width:auto; }

/* After every link in the printout, you should see the URL of the link in parentheses:
#content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size:90%; } */

/* !IMPORTANT: As mentioned, ^= is a valid CSS3 selector ONLY, and therefore WON'T validate as CSS1 or CSS2. This rule transforms a value like /issues/144/ into http://www.alistapart.com/issues/144/. It won’t help with relative URLs that don’t start with slashes:
#content a[href^="/"]:after { content: " (http://www.alistapart.com" attr(href) ") "; } */

/*.column {}
	.column.one {
		float: left;
	}
	.column.main {
		float: right;
	}
	.column.three {
		clear: left;
		float: left;
	}*/