@import url("screen.css");

@media print {

	html,body {
		height: auto;
	}
	body {
		font:normal 12pt times, serif;
		color:#333;
		background:#fff;
	}
	div#header {
		padding-top:1em;
		height:auto;
	}

		div#logo {
			display:none;			
		}
		
		div#printLogo {
			display:block;			
		}
	
	
	div#content a, div#content a:link, #content a:visited,
	a.line, a.line:link, a.line:visited,
	a.subtle, a.subtle:link, a.subtle:visited{
		text-decoration:underline;
		color: #111;
		border: none;
	}
	
	div#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 9pt;
	}

	div#intro .code {
		border-bottom:none;
	}
	
	div#container {
		background: none;
		width:auto;
		height: auto;
	}
	
	div#wrapper {
		width:80%;
		margin:0 auto;
		padding:0;
	}
	
	div#hilighter {
		background: none;
	}
	
	div#about, div#oldies  {
		width:auto;
		float:none;
	}
	
	div#copyright {
		border-top-width: 0.1em;
		position:static;
		width:auto;
	}	
}

@media handheld {

	html,body {
		height: auto;
	}
	div#container {
		width:auto;
		height: auto;
	}
	
	div#wrapper {
		width:80%;
		margin:0 auto;
		padding:0;
	}
	
	div#about, div#oldies  {
		width:auto;
		float:none;
	}
	
	
	div#copyright {
		border-top-width: 0.1em;
		position:static;
		width:auto;
	}	
}

