body {
  font-family: Georgia, Times, serif;
  font-size: 10pt;
  line-height: 1.5;
  color:#000;
  background: url(../themes/grunge/elements-logo-print.gif) no-repeat top right;
  padding: 15mm;
}

img { 
  clear: both;
  margin:1.5em 1.5em 1.5em 0;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%; 
  height:2px; 
  margin:2em 0; 
  padding:0; 
  border:none; 
}

blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

a:link, a:visited {
	background: transparent;
	color: #000;
	text-decoration: none;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#flashcontent, 
#menu, 
#submenu, 
#sidebar,
#footer ul,
a.edit,
#entry,
#videobox
 {
	display: none;
}



/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

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