/**
 * Media: print
 */

/** ******************************************************************
 * Basic settings
 ********************************************************************/
body, table {
  font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
  font-size: 12pt;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
/*  page-break-before: always; /* zalom pred - zacatek nove kapitoly na novem radku */
  page-break-inside: avoid; /* nezalamuj uvnitr */
  page-break-after: avoid; /* nezalamuj za */

line-height: 1.1em;
}
h2 {

}
blockquote, pre {
  page-break-inside: avoid; /* nezalamuj uvnitr */
}
pre {
  white-space: pre-wrap; /* nepodporuje IE7-, FireFox 2.0-, Opera 7.5- a Safari 2.0- */
}
ul, ol, dl {
  page-break-before: avoid; /* nezalamuj pred */
}
*[href]:after {
  content: " [" attr(href) "] ";
}

/* @page zatim podporuje pouze Opera *//*
@page {
  margin: 2cm 1cm;
  size: portrait; /* portrait, landscape, 10cm 10cm *//*
}
@page :first {
  size: landscape; /* zvlastni nastaveni pro prvni stranu *//*
}
/* oboustranny tisk *//*
@page :left {
  margin-left: 10cm;
  margin-right: 4cm;
}
@page :right {
  margin-left: 4cm;
  margin-right: 1cm;
}

/** ******************************************************************
 * Layout
 ********************************************************************/
#sidebar-left, #sidebar-right, #links, .hidden, .breadcrumb, .block-nice_menus, #header-region, #search-box {
  display: none;
}

/** ******************************************************************
 * Decoration
 ********************************************************************/
h1 a[href]:after {
  content: " [tomas.dankovi.info] ";
}
.photo {
  text-align: center;
}
.photo img {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

/** ******************************************************************
 * Footer
 ********************************************************************/
#footer {
  border-top: 1px solid #000;
  padding-top: .5em;
  text-align: center;
}
