html {width:100%}body {background: white;font-size: 12pt;}

div.navbar, #navbar-iframe, #header-wrapper, #header, #rightsidebar-wrapper, #rightsidebar, #sidebar-wrapper, #sidebar, #comments-block, #footer, #footer-wrapper {display: none;}

.post img {display: none;}

#twocol {
   width: 100%;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: black;
   background: transparent none;
   }

#main-wrapper {
   width: 100%;
   border-left: none;
   }

div#main-wrapper {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
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://foodandspice.blogspot.com" attr(href) ") ";
   }