/* @override http://skel.tdcake.com/css/print.css */

/*
Change colors to black on white.
Change the font to serif.
Watch the font size.
Underline all links.
Remove non-essential images.
Remove navigation.
Remove some or most of the advertising.
Remove all JavaScript, Flash, and animated images.
*/
body {
	color : #000;
	background : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt; 
	background-image: none;
}
#container {
	width: auto;
}
a, #footer p.credit a, #navigation a, #content a {
	text-decoration: underline;
	color : #0000ff; 
}
p, #footer p.credit {
	color: #000;
}
.sidebar, #navigation { 
  display : none; 
}
h1, h2, h3, h4, h5 {
	color:  #000;
	font-family : "Times New Roman", Times, serif;
	font-size: auto;
}
#header {
	background-color: #fff;
}
* {
	padding: 0;
	margin: 0;
	background-image: none;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://skel.tdcake.com" attr(href) ") ";
   }