/*
izziweb basic theme
print stylesheet
*/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: serif;
  line-height: 150%;
  color: #000000;
  background: none;
}

body {background: white; font-size: 12pt;}

img {float: left; margin: 10px 10px 10px 0;}

hr {background: #CCCCCC; width: 100%; height: 2px; margin: 20px 0; padding: 0; border: none;}

blockquote {margin: 15px 0; padding: 10px; border: 2px solid #CCCCCC; font-style: italic; font-size: 0.9em;}

a:link, a:visited {background: transparent; font-weight: bold; text-decoration: underline;}
a:link:after, a:visited:after {content: " (" attr(href) ") "; font-size: 90%;}

/* 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) ") ";
} */




/* there are somethings need to hide from printing */

#mainnav, #footnav, #langnav {display:none;}
