/* CSS Document - print */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700&subset=latin-ext);

body {
	background: white;
	color: black;
	font: normal .85em/145% 'Open Sans', 'Arial', 'Tahoma', sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
img.border,
.border {
	border: 1px solid #A2D6EA;
}
form,
.search,
.lang,
.motto,
.header-bottom,
.footer,
.col-left,
.out-links,
.top-menu-out,
.navi,
.poutac,
.gall-attach .gitem .txt,
#fancybox-close,
#fancybox-left,
#fancybox-right,
#fancybox-title,
#fancybox-overlay {
	display: none !important;
}
.nenalezeno,
.error,
.info,
.msg {
	font-weight: bold;
	margin: .5em 0 1.5em 0;
}
/* */
.article-list .item {
	float: left;
	width: 100%;
	margin: 0 0 2em 0;
}
.article-list .item-50 {
	height: auto !important;
}
.article-list .item img,
.article-detail .perex img {
	float: left;
	margin: 4px 20px 0 0;
}
.gall-attach .gitem {
	float: left;
	margin: 0 15px 15px 0;
}
.tags,
.author {
	margin: 0 0 .2em 0;
	font-style: italic;
}
.people-detail {
	padding-bottom: 1em;
}
.people-image img {
	float: right;
	margin: 0 0 10px 20px
}
.people-filter {
	display: table;
	width: 100%;
	margin: 1.5em 0 .5em 0;
	border-collapse: collapse;
}
.people-filter a {
	display: table-cell;
	text-align: center;
}
.people-filter a.active {
	font-weight: bold;
}
/* */
h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 0;
	line-height: 125%;
	font-size: 2em;
	font-weight: bold;
	font-family: serif;
}
h2, h3, h4, h5, h6 {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	padding: 0;
	line-height: 125%;
	font-weight: bold;
	font-family: serif;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
  font-weight: normal;
}
a {
	text-decoration: none;
	color: black;
}
p, ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
}
ul li {
  margin: 0 0 0 1.2em;
  padding: 0;
}
ol li {
  margin: 0 0 0 1.5em;
  padding: 0;
}
ul li ul, ol li ol, ul li ol, ol li ul {
  margin: 0;
}
.cl {
	clear: both;
}
/* tables */
table.colored,
table.standard {
	border-collapse: collapse;
	margin-top: 5px;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-size: 1em;
}
table.standard td,
table.standard th,
table.colored td,
table.colored th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
	padding: .6em;
}
table.standard td:last-child,
table.standard th:last-child,
table.colored td:last-child,
table.colored th:last-child {
	border-right: none;
}
table.standard tr:last-child td,
table.colored tr:last-child td {
	border-bottom: none;
}
table.colored td,
table.colored th {
	border-color: black;
}
table.standard td p,
table.standard th p,
table.colored td p,
table.colored th p {
	margin: 0;
}