/*********************************************************************************/
/** Print Styles
/*********************************************************************************/

body {
	background:white;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

code {
	font-family:"Courier New", Courier, monospace;        
}

#wrapper {
	background:transparent;
	width:auto;
	border:0;
	margin:2em;
	padding:0;
}

#topnav, #menu, .column.aside {
	display:none;
}
	
#banner {
	display:none;
}

#content {
	margin:1em 0;
}

.column {
	float:none !important;
}

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

	a:link:after, a:visited:after {
   	content:" (" attr(href) ") ";
		font-size:90%;
	}
	
	a[href^="/"]:after {
  	content:" (http://[Site URL]" attr(href) ") ";
  }

#footer {

}