/*!
 * Project:   Fake News (print)
 * Date:      2014/08/20
/* ---------------------------------------- */

@page { size: A4; margin: 30px; }

* { margin: 0; padding: 0; }

html { font-size: 100.01%; }
body { background: #fff; font-size: 62.5%; }

body, textarea, input, select, option, button { color: black; font-family: Calibri,Lucida Grande,Helvetica Neue,Helvetica,Arial,sans-serif; line-height: 1.5; }
li, dt, dd, p, figure, th, td, caption, pre { font-size: 1.5em; } /*---*/ li *, li p, li li, dt *, dd *, p *, figure *, th *, td * { font-size: 1em; }
div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin: 0 0 15px; } :last-child { margin-bottom: 0 !important; } .last-child { margin-bottom: 0 !important; }

/*! containers ---- */

#fb-root, nav { display: none; }

.author-a,
.bar-a,
.content-a > .secondary,
.crumbs-a,
.featured-a,
.headlines-a,
.more-a,
.pop-a,
.search-a,
.sense-a,
.sharebar-a,
.songs-a,
.source-a,
.toolbar-a { display: none; }

.comments-a { margin-top: 25px; padding-top: 25px; border-top: 1px solid #ccc; }
 .comments-a .add { display: none; }
 .comments-a article { margin-bottom: 15px; }
 .comments-a article ~ article { padding-top: 15px; border-top: 1px solid #eee; }
  .comments-a article p { margin: 0; font-style: italic; }
   .comments-a article p strong { font-style: normal; }
   .comments-a article p small { font-weight: normal; }
  .comments-a article .rate { float: right; margin: 0; font-style: normal; }
  .comments-a article .author { font-style: normal; }
  .comments-a article .tools { display: none; }

.footer-a { margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid #ccc; }
 .gazieta .footer-a > .wrap { display: none; }
 .oriet .footer-a > .wrap ul { display: none; }
 .oriet .footer-a .copys { font-size: 12px; }
 .footer-a .nav { display: none; }
 .footer-a .note { margin: 0 0 25px; padding: 0 0 25px; border-bottom: 1px solid #ccc; font-size: 12px; }
 .oriet .footer-a .note { margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid #ccc; border-bottom: none; }
 .naternat .footer-a .note { margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid #ccc; border-bottom: none; }

.message-a { margin: 20px 0; padding: 20px; border: 5px solid #ccc; }
.message-a.blocked { display: none; }
 .message-a .hx { margin-bottom: 10px; }
 .message-a p { display: inline; margin-bottom: 0; }

.top-a { margin: 0 0 25px; padding: 0 0 25px; border-bottom: 1px solid #ccc; }
 .top-a .logo { margin: 0; font: bold 20px Cambria,Georgia,serif; text-transform: uppercase; text-align: right; }
  .top-a .logo a { color: inherit; text-decoration: none; }
 .top-a .like { display: none; }
 .top-a .faces { display: none; }
 .top-a .toggler { display: none; }

.warning-a { padding: 20px; border: 1px solid #ccc; }
 .warning-a .close { display: none; }
 .warning-a .hx { margin-bottom: 10px; }
 .warning-a p { display: inline; margin-bottom: 0; }

/*! helpers ------- */

.offset { display: none; }

/*! defaults ------ */

form { }
 button { overflow: visible; padding: 0 10px; }

table { display: table; border-collapse: collapse; border-spacing: 0; }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; color: #000; font-family: Cambria,Georgia,serif; line-height: 1.1; }
h1 { margin-top: 0; font-size: 34px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; text-transform: uppercase; }
h6 { font-size: 14px; text-transform: uppercase; }

ul, ol, dd, blockquote { padding-left: 30px; }
 ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

a { color: #09f; text-decoration: underline; }

img { max-width: 100% !important; height: auto !important; border-width: 0; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }

pre { font-family: Consolas,Monaco,Courier New,monospace; white-space: pre-wrap; }
var { font: inherit; }

hr, div.hr { overflow: hidden; width: 100%; height: 1px; margin: 15px 0; border: none; border-top: 1px solid #eee; background: none; font-size: 0; } div.hr * { display: none; }