.menu, #primary, #secondary, #footer {
display:none;
}
body { background: white; }
#header, #main { background: transparent; }

body, #menu, #branding, #main {
width:auto;
}

#branding, #access, #header {
display:block;
height:auto;
padding:0;
margin:0;
}
#header{
border:1px dotted gray; 
margin-bottom:20px;
}

#main, #container, #content { 
width:auto;
margin: 0 0;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent;
overflow:visible;
}

h1.entry-title, .entry-content h1, .entry-content h2, .entry-content h3 {
margin: 0;
padding:0;
background:transparent;
}


#content a:link, #content 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://www.alistapart.com" attr(href) ") ";
   }



