/*
Print CSS
*/

/* Begin Typography & Colors */

body, .alt, h1, #header, #footer {
	background-color: white;
}

#page {
	background-color: white;
	border: 0px;
}

#commentform p, #respond {
	display: none;
}


#searchform
{
	display: none;
}

code, pre.code, div.code {
	background-color: white;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description
{
	color : inherit;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color : inherit;
	}

/* In a fully CSS2-conformant browser, we can parenthetically insert the URLs of the links after each one */

/* #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) ") ";
   }

*/

h1 {
	padding-top: inherit;
}

/* End Typography & Colors */



/* Begin Structure */

#page, #header, #headerimg, #footer  {
	width: 90%;
}

#header 	{ height: auto; width: 90%; }
#headerimg 	{ height: auto; width: 90%; }

.narrowcolumn, .widecolumn {
	width: 90%;
}

#footer p
{
    height: auto; width: 90%; text-align: center;
}

/* End Structure */

/* Begin Sidebar */
#sidebar, #sidebar2 {
	display: none;
}

/* End Sidebar */

#supernav, #hack {
	display: none;
	}