/* -- Hide screen specific elements -- */
#head, .column.right,
#headerLinks, .breadcrumbs,
.articleBottomBar, .articlesBottomBox, .inside, 
.articleSharer.sharer,
.headLine.sponsorsHeader, #sponzorsWrap, #footer {
    display: none;
}


/* -- Typography -- */
body {
    background: #FFF;
    color: #000;
    font-family: Georgia, serif;
    line-height: 1.2;
}

p, table, ul, ol, dl, blockquote, pre, code, form {
    margin: 0 0 1em;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin: 2em 0 0.5em;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}

h1 { font-size: 2em; margin: 2em 0 0.25em; }
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }

    

/* -- Add message re print -- */
#content:before {
    content: "TVstav.cz - Stavební noviny";
    display: block;
    border-bottom: 1px solid #ccc;
    font-style: italic;
    margin: 0;
    padding: 8px 10px;
    font-size: 3em;
}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  text-decoration: none;
}

.articleInfo a:link:after,
.articleInfo a:visited:after {
  content: "";  
}
