/* Version: 1.0
(June 2007)

Print layout: */

body, html{ 
width:100%;max-width:100%;
margin:10px auto;
padding:0;
font-family:"Times New Roman",Serif;
font-size:10pt;
background:#ffffff;
color:#000000;
}	

#content{
margin:1%;
width:auto;
float:none !important;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

#main{
float:none !important;
}

#logo h1{
margin:0 0 10px 0;
}

#toplinks, #menu, #sidebar, #navigation, .hide{
display:none;
}

#content img{
display:none;
}

a{
text-decoration:underline;
color:#0000FF;
}

p
{line-height:1.4em;}
.hide {display:inline;}