/*******************************************************************************
  
  Print stylesheet

*******************************************************************************/
	
body { font: normal normal 12pt/1.5em "Times New Roman", Times, serif; }
a[href]:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="/"]:after { content: " (http://epojisteni.cz" attr(href) ") "; }
#accessibility-nav, .hide { display: none !important; }

hr, .footer-inner .clearfix, .foot-nav, #sidebar, .top-nav { display: none; }
.site-name { display: none; }
.help { padding-bottom: 1em; }
#header:after { content: url(../gfx/logo.png) !important; }
#header {
  ruby-align: expression(
    this.runtimeStyle.rubyAlign = 'auto',
    this.innerHTML +='<img src="/content/gfx/logo.png" />'
  )
}
#footer { border-top: 1px dashed #333; }

