/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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: 1;
}
h1, h2, h3, h4, h5, h6 {
	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;
    float: left;
}
a img {
	border: none;
}


/* =Global
----------------------------------------------- */

html,body {height: 100%;}

body, input, textarea {
	color: #535353;
	font: 14px Calibri, Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
#page {
	background: #fff;
}

/* Headings */
h1 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
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 1.25em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Layout
-------------------------------------------------------------- */

body {
	font: 14px/1.4 Helvetica, Arial, sans-serif;
	background: #F8FBFF;
	margin: 0;
	padding: 0;
	background-image: url(images/bgnd.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}


a:link {
	color: #465d8c;
	text-decoration: none; 
}
a:visited {
	color: #465d8c;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* S touto skupinou selektorů můžete uživateli s klávesnicí zajistit stejný efekt najetí kurzorem, jako v případě uživatelů používajících myš. */
	text-decoration: underline;
	color: #b20000;
}

/* ~~ Tento kontejner s pevnou šířkou obklopuje ostatní elementy div.~~ */
.container {
	width: 944px;
	min-height: 100%;
	margin: 0 auto; /* Automatická hodnota po stranách spolu s šířkou slouží k vystředění rozvržení. */
	background-image: url(images/bg-tile.png);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: repeat-y;
}

/* ~~ U záhlaví není určena jeho šířka a bude roztaženo na celou šířku rozvržení. Obsahuje vyhrazené místo pro obraz, do kterého je třeba vložit odkaz na vlastní logo. ~~ */
.header {
	background-image: url(images/head.png);
	height: 225px;
	background-repeat: no-repeat;
	background-position: top center;
}



.sidebar1 {
	float: left;
	width: 230px;
	padding-bottom: 10px;
}
.content {
	padding: 0px 0;
	width: 608px;
	float: left;
	margin: 10px 0px 46px 46px;
}

/* ~~ Tato skupina selektorů slouží k vytvoření seznamů v oblasti elementu .content. ~~ */
.content ul, .content ol { 
	padding: 0; /* Toto odsazení imituje vzhled pravého odsazení ve výše uvedeném pravidle záhlaví a odstavce. Odsazení se nachází ve spodní části, aby v prostoru mezi ostatními elementy v seznamech a v levé části vytvořilo odrážku. Toto nastavení může být podle potřeby upraveno. */
}

/* ~~ Styly navigačních seznamů (pokud se rozhodnete použít předem připravenou rozbalovací nabídku Spry) ~~ */
.nav .arrowright{margin: -28px 0 0 185px; position: absolute;  font-size: 120%; color: #8ba1cf; cursor: pointer;}

.nav ul {
	list-style: none; 
	margin-bottom: 15px; 
    margin-left: 12px;
}
.nav ul li {
	border-bottom: 1px solid #5877b7;
    width: 207px;
}

.nav ul a{
	padding: 6px 7px 4px 13px;
	display: block;
	width: 187px;
	text-decoration: none;
	background: #eff3fc;
	font-weight: normal;
	font-size: 15px;
    color: #303030;
}

.nav ul ul li{
	width: 150px;
	
	padding: 0px 0 0em 24px;
  list-style: none;
  list-style-image: none;
  /* background-image: url("images/li.png"); 
  background-repeat: no-repeat;
  background-position: 14px 7px;*/
  text-align: left;
  margin-top: 0em;
	
}
.nav ul ul li a{
	width: 150px;
	padding: 3px 3px 5px 0;
}
.nav ul li.current-menu-parent a, .nav ul li.current-menu-item a  {
	background: #b7a9da;
    color: #fff;
	font-weight: bold;
}

.nav ul ul.sub-menu li a  {
	background: #fff;
    color: #000;
	font-weight: normal;
}

.nav ul ul.sub-menu li.current-menu-item a{
    color: #b40000;
}
.nav ul a:hover, .nav ul a:active, .nav ul a:focus { /* Slouží ke změně pozadí a barvy textu u navigačních prvků pro myš i klávesnici. */
	background: #fff;
    color: #b40000;
}
.nav li ul{
    display: none;
    list-style: square;
}
.nav ul li ul li{
	border-bottom: 0 !important;
}
.nav ul ul li a{
	border-bottom: 0 !important;
    background: #fff !important;
    margin: 0 0 0 0 !important;
    font-size: 13px;
    line-height: 110%;
    font-weight: normal;
}
.nav ul ul li a:hover{
	color: #b40000;
}
.nav ul ul{
	padding: 10px 0 10px 0 !important;
    margin: 0 0 0 0 !important;
    background: #fff;
    width: 207px;
    border-top: 2px solid #f0f6ff !important;
}
.nav li.current-menu-ancestor ul, .nav li.current_page_parent ul, .nav li.current-menu-item ul, .nav li.current-menu-parent ul{
    display: block;
}

.nav ul ul ul{
    display: none !important;
}


/* ~~ Zápatí ~~ */
.footer {
    font-size: 80%;
    width: 220px;
	padding: 10px 0;
	position: relative;/* Umožňuje řádné vyčištění rozvržení (parametr hasLayout) v prohlížeči IE6. */
	clear: both; /* Díky této vlastnosti čištění může třída .container určit, kde sloupce končí, a poté je obsáhnout. */
}

/* ~~ Různé třídy plovoucích elementů, vymazání elementů ~~ */
.fltrt {  /* Tuto třídu můžete použít k umístění plovoucího elementu v pravé části stránky. Plovoucí element se musí nacházet před elementem, vedle kterého má být na stránce umístěn. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Tuto třídu můžete použít k umístění plovoucího elementu v levé části stránky. Plovoucí element se musí nacházet před elementem, vedle kterého má být na stránce umístěn. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Pokud je z kontejneru odebrán element .footer, můžete tuto třídu aplikovat na prázdný element div nebo <br /> jako konečný element po posledním plovoucím elementu div (v rámci kontejneru). */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.content h1 {
	font-family: "Calibri Light", Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 32px;
	font-weight: normal;	
	color: black;
}
.content h2, .content h2 a {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.content .post h2, .content .post h2 a {
	font-family: "Calibri Light", Calibri, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.content .post .published, .content .post .published a {
	font-family: "Calibri Light", Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 100%;
	font-weight: normal;
}

.content h3 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
}
.content h4 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: bold;
}


.current-menu-ancestor .arrowright, ul ul .arrowright{display: none;}

.breadcrumbs{margin: 193px 0 0 276px; float: left;
padding-right: 115px;
line-height: 25px;
height: 30px;
}

.sitemap{
font-size: 14px;
font-weight: normal;
padding-right: 24px;
padding-left: 35px;
padding-top: 3px;
height: 23px;
background: url('images/sitemap.png') transparent no-repeat right 0px;
background-size: 18px 18px;
}

.breadcrumbs a, .breadcrumbs, .sitemap, .sitemap a {color: #fff; font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;}


.content ul {margin: 7px 0 20px 37px; padding: 0 0 0 0; list-style: square;}
.content h1, .content h2, .content h3, .content h4 {margin: 23px 0 7px 0; line-height: 100%;}
.content h1 {margin: 23px 0 20px 0; }
.content p{display: block;}


#secondary-widgets{margin: 38px 0 7px 12px; float: left; color: black;}
#secondary-widgets .widget{margin: 0 0 10px 10px; float: left; width: 100%;}

.widget .title{display: none;}

#searchform{margin: 0 0 0 -10px; padding: 0;}
#searchform label{display: none;}
#searchform #searchsubmit{display: none;}


#searchform #s{
  border: 0;
  border-bottom: 1px solid #5877B7 !important;
  border-top: 1px solid #5877B7 !important;
  width:172px;
  padding: 7px 7px 7px 28px;
  color: #a2a2a2;
  background: url('images/lupa.png') #fff no-repeat 10px 9px;
  font-family: Helvetica, Arial, sans-serif;
}

.menu-title{position: absolute; margin: 190px 0 0 27px; float: left; color: #fff;
  font-family:Calibri, Helvetica, Arial, sans-serif;
  font-size:20px;
  font-weight:bold;
}
.rss{position: absolute; margin: 196px 0 0 830px; padding-right: 25px; float: left; background: url('images/rss.png') transparent no-repeat 60px 0px;}
.rss a, .rss {color: #fff; font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;}





/* přidal Jiří Procházka */ansparent 


.content .gallery {
    margin: 0 !important;
	margin-right: -1.5em !important;
}

.gallery .gallery-item {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	text-align: left;

	
}
			
.gallery .gallery-caption {
	margin-left: 0;
}

.gallery-icon img {
  border-bottom-color:#ddd;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#ddd;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#ddd;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#ddd;
  border-top-style:solid;
  border-top-width:1px;
  padding-bottom:6px;
  padding-left:6px;
  padding-right:6px;
  padding-top:6px;

}

.gallery-icon a:hover img, .content .gallery .gallery-icon a:active img {
  background-attachment:initial;
  background-clip:initial;
  background-color:#eee;
  background-image:initial;
  background-origin:initial;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#bbb;
  border-left-color:#bbb;
  border-right-color:#bbb;
  border-top-color:#bbb;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.5em;
}


.alignnone{margin: 0 0 0 0}






img[class*="align"], img[class*="wp-image-"], .content .gallery .gallery-icon img {
    border: 1px solid #DBE7FF;
    padding: 6px;
	background-color: #FFF;
}
.wp-caption img {
    border-color: #DBE7FF;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], .content .gallery .gallery-icon a:focus img, .content .gallery .gallery-icon a:hover img, .content .gallery .gallery-icon a:active img {
    background: none repeat scroll 0 0 #DBE7FF;
    border-color: #DBE7FF;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
    background: none repeat scroll 0 0 #DBE7FF;
    border-color: #DBE7FF;
}
embed, iframe, object {
    max-width: 100%;
}



.entry-content h1, .entry-content h2 {
	margin: 0 0 .8125em;
}


.OdsazeniShoraVetsi {margin-top: 35px;}


/* podbarvení postu */
.content div.post {
	background-color: #F0F6FF;
	padding: 0 22px 0 22px;
	margin-bottom: 30px;
	position: relative;
	float: left;
	margin-right: -22px;
	margin-left: -22px;
	box-shadow: #EFEFEF 0px 0px 4px; 
	width: 100%;
	}
	

/* Stylování tabulky */
.content td, .content th {
	text-align: left;
	background-color: white;
	border: 1px solid #DBE7FF;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	font-size: 90%;
}

.page .edit a, .commentlist .edit a {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    float: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 0 8px;
    text-decoration: none;
}
.page .edit a:hover, .commentlist .edit a:hover {
    background: none repeat scroll 0 0 #888888;
    color: #FFFFFF;
}

	