body {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font: 10pt Arial, Verdana, sans-serif; 
}

img { border:0; }

html body #main {background: none;}

html body {
  position: static; 
  display: inline; /* Important fix for printing */
  font-weight: normal; 
  width: auto; 
  height: auto;
  margin: 0; 
  padding: 0;
  background: none; 
}
p {
	line-height:15px;
}
#logo,
#updated,
#menu,
#contact-info,
#banner,
#slideshow,
#sidebar,
form,
#content-details img,
.buckets img,
.links,
.ui-tabs-nav,
.flash
{
 display:none; 
}

#logo-print {
  text-align:center; 
  width:100%; 
  display:block; 
  border-bottom:1px dotted #ccc; 
  padding-bottom:1em;
}

.tabsection, #footer {
  border-top:1px dotted #ccc;
}

a[href^="/"]:after {
   content: " (http://www.smilingalbino.com" attr(href) ") ";
}