<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: FZO
Theme URI: 
Description: FZO design
Author: RTNext, v.o.s.
Version: 1.1
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- a dalsi fixy */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	position: relative;
}

html, body {
    height: 100%;
}
.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/




#container {
	float: left;
	width: 661px;
	padding-bottom: 100px;
}
#content {
	min-height: 200px;
	_height: auto;
	padding:  20px 20px 0px 40px;
	overflow: hidden;	

}
/*#sidebar, #primary, #secondary {
	float: left;
	width: 300px;
	padding: 20px 39px 0 0;
	overflow: hidden;
	padding-bottom: 89px;	
}*/
#sidebar {
	float: left;
	width: 290px;
	padding: 10px 39px 0 5px;
	overflow: hidden;
	padding-bottom: 89px;	
}

#footer {
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/paticka-pozadi.gif") -50px 0 no-repeat;	
	height: 89px;
	width: 1000px;
	display: none;
}
#colophon {
	padding: 25px 20px;
	text-align: right;
	font-size: 11px;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
/*
.one-column #content {
	margin: 0 auto;
	width: 640px;
}*/

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
/*
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}*/
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

body {
	position: relative;
	background: #e6e6e6 url("images/pozadi-body.gif") top center repeat-x;	
	text-align: center; 
}
#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
    min-height: 100%;
    _height: 100%;
    background: url("images/pozadi-page.png") 0 221px no-repeat;
}

/* spodni pruh pozadi pres celou sirku */
#dolni-pozadi {
    height: 89px;
   	position: absolute;
	top: 0;
	left: 0;
	background: url("images/paticka-pozadi.gif") bottom center no-repeat;
	width: 100%;
	display: none;
}
#main {

}
#header {
	height: 221px;
	background: url("images/header-nadpis2.gif") top center no-repeat;	
}
#branding {
	height: 144px;
}
#branding-obrazek {
	padding-left: 20px;
	width: 690px;
	height: 144px;
	float: left;
}
#branding-obrazek a {
	position: relative;
	width: 690px;
	height: 144px;
	display: block;
}
#branding-obrazek a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 690px;
	height: 144px;
	background: url("images/header-nadpis.gif") top left no-repeat;			
	cursor: pointer;
}
#branding-zbytek {
	width: 290px;
	height: 144px;
	float: left;
}
#search {
	background: url("images/lupa.png") top left no-repeat;	
	padding-left: 25px;
}
#search input {
	width: 155px;
	padding: 2px;
	border: 1px solid #cdcdcd;
}
#search input#hledej {
	width: 70px;
	height: 25px;
	background: url("images/search-tlacitko.gif") top left no-repeat;	
	color: #fff;	
	border: 0;
}
#jazyky {
	width: 115px;
	height: 42px;
	padding: 31px 0 0 175px;
}
#access {
	height: 43px;
}
/*
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}*/

/* Structure the footer area */
/*
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}*/

/* =Fonts
-------------------------------------------------------------- */

body {
	font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Bitstream Charter", serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */



body,
input,
textarea {
	color: #343031;
	font-size: 12px;
	line-height: 1.5em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */

p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 5px;
}
ul li {
	padding: 0 0 4px 15px;
	background: url("images/odrazka.gif") 0px 5px no-repeat; 
}
ul.xoxo {
	list-style: none;
	margin: 0 0 18px 1.5em;
}
ul.xoxo li {
	background: none;
	padding: 0;
}
ul.xoxo h3.widget-title {
	color: #3479bf;
	border-bottom: 1px solid #e7e7e7;
	background: url("images/h1-hvezda.gif") 0 19px no-repeat; 
	font-size: 24px;
	padding: 10px 0 0 23px;	
	line-height: 1.5em;
	margin: 0 0 15px 0;	
}
ul.xoxo ul.ros-pdf {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.xoxo ul.ros-pdf li#ros-pdf-info {
	padding: 0 0 10px 43px;	
	font-size: 11px;	
	line-height: 1.25em;
	font-style: italic;		
	background: url("images/info.png") 0 0 no-repeat;
}
ul.xoxo ul.ros-pdf li.pdfdoc {
	background: url("images/pozadi-ros-chodes.png") 0 0 no-repeat; 
	padding: 12px 2px 0 67px;
	height: 38px;	
}
ul.xoxo ul.ros-pdf li#ros-aktualni {
	background: url("images/pozadi-ros-chodes2.gif") 0 4px no-repeat; 
	padding: 12px 2px 0 67px;
	height: 38px;	
	font-weight: bold;
}
ul.xoxo ul.ztis-obal {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.xoxo ul.ztis-obal li#ztis {
	width: 273px;
	height: 55px;
	padding: 0;
}
ul.xoxo ul.ztis-obal li#ztis a {
	width: 273px;
	height: 55px;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.xoxo ul.ztis-obal li#ztis a span {
	width: 273px;
	height: 55px;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("images/ztis_vyrez.gif") 0 0px no-repeat; 	
}
ul.xoxo ul.claims-obal {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.xoxo ul.claims-obal li#claims {
	width: 273px;
	height: 129px;
	padding: 0;
}
ul.xoxo ul.claims-obal li#claims a {
	width: 273px;
	height: 129px;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.xoxo ul.claims-obal li#claims a span {
	width: 273px;
	height: 129px;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("images/claims_vyrez.gif") 0 0px no-repeat; 	
}
ul.xoxo ul.hvezdy-obal {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.xoxo ul.hvezdy-obal li#hvezdy {
	width: 273px;
	height: 129px;
	padding: 0;
}
ul.xoxo ul.hvezdy-obal li#hvezdy a {
	width: 273px;
	height: 129px;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.xoxo ul.hvezdy-obal li#hvezdy a span {
	width: 273px;
	height: 129px;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("images/hvezdy_vyrez.gif") 0 0px no-repeat; 	
}
ul.xoxo ul.pamatky-obal {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.xoxo ul.pamatky-obal li#pamatky {
	width: 273px;
	height: 129px;
	padding: 0;
}
ul.xoxo ul.pamatky-obal li#pamatky a {
	width: 273px;
	height: 129px;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.xoxo ul.pamatky-obal li#pamatky a span {
	width: 273px;
	height: 129px;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("images/pamatky_vyrez.png") 0 0px no-repeat; 	
}
ul.xoxo ul.nahlasit-obal {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 15px;
}
ul.xoxo ul.nahlasit-obal li#nahlasit {
	width: 273px;
	height: 129px;
	padding: 0;
}
ul.xoxo ul.nahlasit-obal li#nahlasit a {
	width: 273px;
	height: 129px;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.xoxo ul.nahlasit-obal li#nahlasit a span {
	width: 273px;
	height: 129px;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("images/banner_nahlasit.png") 0 0px no-repeat; 	
}
ul.xoxo ul.ztis-obal {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.xoxo ul.ztis-obal li#ztis {
	width: 273px;
	height: 129px;
	padding: 0;
}
ul.xoxo ul.ztis-obal li#ztis a {
	width: 273px;
	height: 129px;
	position: relative;
	display: block;
	overflow: hidden;
}
ul.xoxo ul.ztis-obal li#ztis a span {
	width: 273px;
	height: 129px;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background: url("images/banner_ztis.png") 0 0px no-repeat; 	
}
.obal-s-pozadim {
	min-height: 10px;
	_height: 10px;	
	padding-bottom: 15px;
	background: url("images/prave-pozadi.gif") bottom right no-repeat; 
}
.obal-s-pozadim-cal {
	min-height: 10px;
	_height: 10px;	
	padding-left: 17px;
	padding-bottom: 9px;
	background: url("images/prave-pozadi.gif") bottom right no-repeat; 
}
.obal-s-pozadim ul.xoxo {
	margin-bottom: 5px;
}
.obal-s-pozadim .cist-vice {
	height: 22px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 20px;
	background: url("images/uvodni-post-vice.gif") bottom right no-repeat;
	margin-right: 9px;
}
.widget-container {
	padding-bottom: 20px;
	min-height: 10px;
	_height: 10px;
	background: url("images/prave-pozadi.gif") bottom right no-repeat; 
}
#calendar-3 {
	padding-left: 0px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #4484c4;
}
a:visited {
	color: #4484c4;
}
a:active,
a:hover {
	color: #4484c4;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	/*background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;*/
	font-family: Georgia, "Bitstream Charter", serif;	
	position: absolute;
	top: 144px;
	left: 0;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	padding-left: 23px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header ul li,
div.menu ul li {
	background: none;
	padding: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	background: url("images/menu-pozadi.gif") top right no-repeat;
	color: #fff;
	display: block;
	line-height: 43px;
	padding: 0 5px 0 4px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	font-size: 11px;	
	background: none;
	background-color: #356aa0;
	line-height: 1.25em;
	padding: 9px 10px 7px 10px;
	width: 160px;
	height: auto;
	border-bottom: 1px solid #4d8ac7;
}
#access li:hover &gt; a {
	background: url("images/menu-pozadi-over.gif") top right no-repeat;
	color: #fff;
}
#access ul ul :hover &gt; a {
	background: url("images/menu2-pozadi-over.gif") 0 0 repeat-x;
	color: #fff;
}
#access ul li:hover &gt; ul {
	display: block;
}
#access ul li.current_page_item &gt; a,
#access ul li.current-menu-ancestor &gt; a,
#access ul li.current-menu-item &gt; a,
#access ul li.current-menu-parent &gt; a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}








/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}
#content {

}
#content,
#content input,
#content textarea {
	color: #343031;
	font-size: 12px;
	line-height: 1.5em;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content ul.seznam-pdf {
	list-style: none;
}
#content ul.seznam-pdf li {
	background: none;
	padding: 0;
}
#content ul.seznam-pdf li {
	background: url("images/pdf-icon.gif") 0 5px no-repeat;
	padding: 3px 0 5px 25px;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
#content h1
{
	color: #3479bf;
	border-bottom: 1px solid #e7e7e7;
	background: url("images/h1-hvezda.gif") 0 9px no-repeat; 
	font-size: 24px;
	padding: 0 0 0 23px;
}
#content h1 a
{
	color: #3479bf;
}
#content h2
{
	color: #a06535;
	font-size: 21px;
}
#content h2 a
{
	color: #a06535;
}
#content h3
{
	color: #a06535;
	font-size: 18px;
}
#content h3 a
{
	color: #a06535;
}

#content .uvodni-post {
	padding-bottom: 20px;
	background: url("images/uvodni-post-pozadi.gif") bottom right no-repeat;
	padding-right: 20px;
	min-height: 10px;
	_height: 150px;	
}
#content .uvodni-post p {
	margin-bottom: 5px;
	padding: 0px;
}
#content .uvodni-post h3 {
	margin: 0px;
	padding: 0px;
}
.cist-vice {
	clear: both;
	height: 22px;
	padding-top: 2px;
	text-align: right;
	padding-right: 20px;
	background: url("images/uvodni-post-vice.gif") bottom right no-repeat;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 15px 9px 20px;
	text-align: left;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 9px 15px 9px 20px;
}
#content tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
/*#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}*/
.entry-meta {
	font-family: Georgia, "Bitstream Charter", serif;	
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 10px 0 0 0;
	text-align: justify;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
#content .entry-summary a img {
	margin-right: 19px;
	margin-top: 3px;
	float: left;
}
#content .entry-summary p {
	/*line-height: 2em;*/
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/*.entry-content img.alignleft {
	float: left;
	margin-right: 15px;
}
.entry-content img.alignright {
	float: right;
	margin-left: 15px;
}*/

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	padding-top: 10px;
	clear: both;
	display: block;
	border-top: 1px solid #e7e7e7;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#obal-wp-calendar {
	padding: 2px;
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}
#cal-mest {
	padding: 0 0 10px 43px;
	font-size: 11px;
}
table#wp-calendar {
	border: 1px solid #fff;
	font-family: Georgia, "Bitstream Charter", serif;	
}
table#wp-calendar caption {
	padding-bottom: 5px;
}
table#wp-calendar th, table#wp-calendar td {
	border: 1px solid #fff;
	font-family: Georgia, "Bitstream Charter", serif;	
}
table#wp-calendar th {
	width: 37px;
	height: 37px;
	background: url("images/kalendar-den.gif") 0 0 no-repeat;
	font-size: 18px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
table#wp-calendar td {
	font-size: 14px;	
	line-height: 14px;		
	width: 37px;
	height: 37px;
	/*text-align: right;
	vertical-align: bottom;*/	
	background: url("images/kalendar-cislo.gif") 0 0 no-repeat;
}
table#wp-calendar td.svatek {
	background: url("images/kalendar-svatek.gif") 0 0 no-repeat;
	cursor: pointer;
}
table#wp-calendar td.pad {
	width: auto;
	height: 33px;
	background: url("images/kalendar-nejsou.gif") 0 0 no-repeat;
}
table#wp-calendar td div.stred {
	display: none;
	background-color: green;
	position: absolute;	
	width: auto;
	height: auto;
	background-color: white;
	padding: 5px 8px 8px 5px;
	font-size: 14px;	
	line-height: 1.25em;	
	background: url("images/pozadi-svatky.png") bottom right no-repeat;
}

table#wp-calendar td div.vrch {
	padding: 2px 2px 0px 2px;
	width: 33px;
	height: 14px;
	overflow: hidden;
	text-align: left;
	color: #999999;
	font-size: 11px;	
	line-height: 11px;		
}

table#wp-calendar td div.spodek {
	padding: 2px 2px 2px 2px;
	width: 33px;
	height: 17px;
	text-align: right;
	overflow: hidden;	
}


table#wp-calendar-big {
	border: 1px solid #fff;
	font-family: Georgia, "Bitstream Charter", serif;	
}

table#wp-calendar-big th, table#wp-calendar-big td {
	border: 1px solid #fff;
	font-family: Georgia, "Bitstream Charter", serif;	
}
table#wp-calendar-big th {
	width: 85px;
	height: 37px;
	background: url("images/kalendar-den.gif") 0 0 repeat-x;
	font-size: 18px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
table#wp-calendar-big td {
	padding: 0;	
	font-size: 14px;	
	line-height: 1em;		
	width: 85px;
	height: 85px;
	background: #e6e6e6 url("images/kalendar-den-big.gif") 0 0 repeat-x;
}
table#wp-calendar-big td.pad {
	width: auto;
	height: auto;
	background: none;
	background-color: #f2f2f2;
}
table#wp-calendar-big td div.tab-uvnitr {
	width: 85px;
	height: 85px;
	position: relative;
	overflow: hidden;
}
table#wp-calendar-big td div.tab-uvnitr div.podtextik {
	padding: 10px;	
	font-size: 50px;	
	line-height: 60px;
	text-align: center;		
	width: 65px;
	height: 65px;
	color: #d8d8d8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
table#wp-calendar-big td div.tab-uvnitr2 {
	text-align: center;		
	width: 85px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
table#wp-calendar-big td div.vrch {
	width: 85px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}
table#wp-calendar-big td div.obsah {
	font-size: 12px;	
	line-height: 1.25em;	
	/*color: #a06535;*/
	color: #3479bf;	
	width: 85px;
	height: 45px;
	overflow: hidden;
}
table#wp-calendar-big td div.spodek {
	width: 85px;
	height: 18px;
	overflow: hidden;
	padding-bottom: 2px;
}
#cal-info {
	padding: 0 0 10px 43px;	
	font-size: 11px;	
	line-height: 1.25em;
	font-style: italic;		
	background: url("images/info.png") 0 0 no-repeat;
}
#nadpis-cal {
	color: #a06535;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
.obal-pro-kalendar select {
	width: 150px;
}
#content table#wp-calendar-big-nadpis {
	border: 0;
	color: #a06535;
	font-size: 21px;
	font-family: Georgia, "Bitstream Charter", serif;
}
#content table#wp-calendar-big-nadpis td {
	border: 0;
}
/* =Images
-------------------------------------------------------------- */

#content img {
	/*margin: 0;*/
	/*height: auto;*/
	max-width: 600px;
	/*width: auto;*/
}
#content .attachment img {
	max-width: 600px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 19px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-right: 19px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 10px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
/*#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}*/
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.slideshowlink {
	display: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	/*color: #888;*/
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	/*color: #ff4b33;*/
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 18px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 10px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 10px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	margin: 0 0 10px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 10px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 10px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	/*color: #ff4b33;*/
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 10px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	/*color: #ff4b33;*/
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 10px 0 0px 0;
}
#comments-list #respond {
	margin: 0 0 10px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	padding-top: 5px;
	/*color: #888;*/
	font-size: 12px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


ul#vypis-stranek ul {
		display: none;
	}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

</pre></body></html>