/*
Theme Name: The First.. ElMino
Theme URI: http://www.elmino.cz/
Description: Custome style by ElMino
Version: 30.6.2009
Author: ElMino - Michael Minar
Author URI: http://www.elmino.cz/
Tags: fixed width, three columns
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
html{
	background: #fff url(images/bg_bottom.gif) repeat-x left bottom;
}
body {
	font-size: 62.5%;
	text-align: center;
	color: #25257C;
	font-family: Calibri, Verdana, sans-serif;
	background: url(images/bg_body2.gif) repeat-x left top;
}
#content {
	width: 982px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#cooler{
  width: 748px;
  display: block;
	background: url(images/bg_main.gif) repeat-y left top;
	float: left;
	position: relative;
	overflow: hidden;
	left: 235px;
}
#main {
	width: 502px;
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 10px;
}
#submain {
}
#side {
	width: 222px;
	float: right;
	position: relative;
	left: -758px;
	padding: 0;
	}
#otherside {
	width: 203px;
	display: block;
	float: right;
	top: -11px;
	margin-right: 13px;
	position: relative;
	padding: 0;
}
#otherside h2 strong {
	display: none;
}
#header {
	height: 378px;
	overflow: hidden;
	position: relative;
}
#current a {
	display: block;
	position: absolute;
	left: 41px;
	top: 17px;
	z-index: 6;
	width: 433px;
	height: 122px;
	overflow: hidden;
		background: transparent url(images/logo_ski.png) no-repeat left top;
	font-size: 140%;
}
#current a strong {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 122px;
	padding-left: 433px;
	overflow: hidden;

}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 100;
}
#other a {
}
#breadcrumb {
	display: none;
  position: absolute;
	left: 225px;
	top: 188px;
	font-size: 110%;
	color: #999999;
}
#breadcrumb li, #breadcrumb ul {
	display: inline;
}
#breadcrumb a {
	color: #999999;
}
#breadcrumb strong {
	display: none;
}
#menu {
  display: block;
  padding:  0px 0 11px 0;
  font-family: Tahoma, Verdana, sans-serif !important;
	width: 221px;
  float: left;	
   background: url(images/bg_menu.gif) no-repeat -1px bottom;
}
#menu h2 {
	display: block;
	width: 206px;
	position: relative;
	height: 40px;
	font-weight: normal!important;
	color: white;
	font-size: 180% !important;
	margin: 0!important;
	padding: 0 0 0 15px!important;
	line-height: 36px;
	background: #fff url(images/bg_side_menu.gif) no-repeat left top;
}
#menu ul {
  display: block;
  position: relative;
  width: 100%;
  float: left;
}
#menu ul li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
	background: #fff;
	font-size: 120%;
}
#menu ul li:hover a {
 color: #fff;
	background: #003399;
}
#menu li a {
	display: block;
	color: #003399;
	height: 20px;
	line-height: 20px;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	font-size: 120%;
	background: url(images/bg_menu_li.gif) no-repeat 8px 11px;
}
#menu ul li a:hover {
  color: #fff;
	text-decoration: underline;
}
#menu ul li ul, #menu ul li:hover ul li ul {
  display: none;
}
#menu ul li:hover ul, #menu ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 205px;
  width: 208px;
  padding:3px 0px 0 0;
  background: url(images/menu_li_li2.gif) no-repeat left -1px;
  top: 0px;
}
#menu ul li:hover ul li:hover ul {
  left: 189px;
}
#menu ul li ul li {
  display: block;
  float: right;
  width: 100%;
  line-height: 21px;
  min-height: 21px;
  height: auto!important;
  height: 21px;
  margin: 0 ;
  padding:0;
  position: relative;
	background: none!important;
	font-size: 90%;
}
#menu ul li ul li a{
  display: block;
  padding:0px 0 3px 10px;
  margin: 0 0 0 16px;
  width: 182px !important;
  color: #fff;
	background: #003399;
}


/*

form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	width: 400px;
	padding: 20px 10px;
	margin: 0 auto;
}
fieldset {
	margin: 0;
	border: none;
}
fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 10px 23px;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
	width: 100px;
}
form .cf-box-group label {
	font-weight: normal;
}
form input, form select, form label, form textarea {
	font-size: 110%;
}
form input {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form select {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form textarea {
	width: 270px;
	margin: 0 0 3px 0;
	float: left;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}*/
form button, .sendbutton {
	cursor: pointer;
	width: 10em;
}/*
.emailreqtxt, .reqtxt {
	display: inline;
	float: left;
	width: 0;
	padding: 0 0 0 15px;
	height: 15px;
	overflow: hidden;
	color: #ff0000;
	background: url(images/required.gif) no-repeat 3px 6px;
}
form ol li {
	list-style: none !important;
	clear: both;
	margin: 0;
	padding: 0;
}*/
#usermessagea {
	font-size: 120%;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	color: red;
}
.cf_hidden {
	display: none;
}
.failure {
	color: red;
	border: 1px solid #ff0000;
	padding: 10px;
}

#footer {
  display: block;
	clear: both;
	padding: 100px 0 65px;
  width: 100%;
}
#footer p {
  height: 31px;
  display: block;
  line-height: 31px;
  background: url(images/bg_footer.gif) repeat-x left top;
  display: block;
  text-align: center;
	font-size: 120%;
}
#lista {
	padding: 1em;
	clear: both;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 180%;
	width: 492px;
	display: block;
	position: relative;
	margin: 0;
	background: url(images/bg_main_top.gif) no-repeat left -2px;
	padding: 20px 256px 0 20px;
  margin-bottom: -10px; 	
}
.homepage h1, #pl h1, #en h1{
  text-align: center;
  color: #990000;
}
h1 strong{
  position: absolute;
  right: 265px;
  top: 17px;
  width: 25px;
  height: 30px;
}
h1 strong a{
  display: block;
  width: 0px;
  height: 30px;
  padding-left: 25px; 
  overflow: hidden;
  background: url(images/rss.gif) no-repeat left top;
}
h2 {
	font-size: 160%;
	padding: 10px 10px 5px 10px;
}

#main h2 a{
	font-size: 90%;
  }
#main h2{
	padding: 10px 10px 5px 40px;
	font-weight: bold;
  background: url(images/moti.png) no-repeat 10px 4px;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

#main p{
	font-size: 140%;
	padding: 7px 10px 3px 10px;
	line-height: 1.3em;
	text-align: justify;
}
#side p, #otherside p {
	font-size: 140%;
	padding: 3px 5px 3px 5px;
	line-height: 1.3em;
}
#side h2, 
#otherside h2 {
	font-size: 140%;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
}
#otherside h2 {
	padding: 0 10px;
}
#side h3 {
font-size: 130%;
list-style-type: disc;
}
#bezecke-trate #main h3,
#cross-country-trails #main h3,
#trasy-biegowe #main h3{
  display: block;
  background: green;
  width: 94%;
  height: 15px;
  padding: 0.2em;
  line-height: 15px;
  margin: 15px 0 0 10px;
  color: white;
  clear:both;
}

#bezecke-trate #main h2,
#cross-country-trails #main h2,
#trasy-biegowe #main h2{
  display: block;
  clear:both;
}
#bezecke-trate #main img,
#cross-country-trails #main img,
#trasy-biegowe #main img{
  width: 115px;
  height: 115px;
  margin-left: 15px;
}
h3#modra{
  background: blue!important;
}
h3#zluta{
  background: yellow!important;
  color: black!important;
}
h3#nic{
  background: none!important;
  width: auto!important;
  color: #25257C!important;
  }
#main div img{
  margin-left: 10px;
}
#side h2 strong{
  display: none;
}
#otherside h3 {
	padding-bottom: 0px;
}
#otherside p {
	margin: 0.5em;
}
#main ul, #main ol {
	margin: 0.5em 0;
}
#main ul li, #main ol li {
	list-style: disc url();
  margin: 0 0 0 2em;
	font-size: 140%;
	line-height: 1.4em;
}
#main ol li {
	list-style: decimal url()
}
#main li li {
	font-size: 100%;
}
#main li p {
  display: block;
  padding: 0 5px;
  margin: 5px 0; 
	font-size: 90%;
}
#vylety-do-okoli li li{
  margin:0 0 0 0px;
  list-style-type:none;
  padding: 0;
}
#vylety-do-okoli .wp-doporucujeme{
  margin-bottom:10px!important;
  
}
#vylety-do-okoli li ul {
  margin-top:0;
}
#main table {
	margin: 20px auto 20px auto;
	width: 90%;
	border-collapse: collapse;
	border: 2px solid #dddddd;
}
#main table th, #main table td {
	border: 1px solid #dddddd;
	text-align: center;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
	background: #eeeeee;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
}
#main table tfoot th, #main table tfoot td {
	border-top: 2px solid #dddddd;
}
#main table tbody th {
	border-right: 2px solid #dddddd;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: center;
	padding: 5px;
	font-size: 110%;
}

/* skrývání nepotřebných částí, vždy nechat */
.hidden {
	display: none;
}
a {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* zarovnání obrázků v Texy , vždy nastavit */
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin: 4px 10px 4px 4px;
}
img.right {
	margin: 4px 4px 4px 10px;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
.edit {
	position: absolute;
	right: 5px;
	top: -35px;
}
#otherside .edit{
  top: -25px;
  right: 0;
}
.edit a {
	text-decoration: underline;
	color: #666666;
	padding: 3px;
}
.edit a:hover {
	text-decoration: none;
	background: #dddddd;
}
#banner{
  display: block;
  float: left;
  width: 100%;
  padding-top: 35px;
}
#banner img{
  display: block;
  margin: 0 auto;
}
#jazyky{
  display: block;
  width: 270px;
  height: 100px;
  top: 9px;
  right: 30px;
  position: absolute;
}
#jazyky li{
  display: block;
  float: left;
  padding-right: 10px;
  height: 30px;
}
#jazyky li a{
  display: block;
  line-height: 24px;
  float: left;
  font-size: 120%;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 30px;
  height: 30px;
  overflow: hidden;
}

#jazyky li#flag-cz a{
  background: url(images/cz.gif) no-repeat left top;
}
#jazyky li#flag-en a{
  background: url(images/en.gif) no-repeat left top;
}
#jazyky li#flag-pl a{
  background: url(images/pl.gif) no-repeat left top;
}

#wp-reklama{
  display: block;
  float: left;
  width: 748px;
  position: relative;
  left: 235px;
  background: white url(images/bg_reklama_mid.gif) repeat-y -3px top;
  margin-bottom: 20px;
  }
#wp-reklama h2{
  height: 73px;
  width: 0;
  position: relative;
  padding: 0 0 0 748px;
  margin: 0;
  display: block;
  overflow: hidden;
  background: url(images/bg_reklama_h2.gif) no-repeat -2px top;
}
#wp-reklama #rekl{
  width: 748px;
  position: relative;
  padding: 0 0 15px;
  margin: 0;
  float: left;
  display: block;
  background: url(images/bg_reklama.gif) no-repeat -3px bottom;
}

#wp-reklama #rekl{
  padding-left: 8px;
  width: 740px;
}
#wp-reklama #rekl .img{
  max-width: 95px;
  max-height: 75px;
  display: block;
  margin: 8px auto;
}
#wp-reklama #rekl div{
  background: url(images/bg_reklama_img.gif) no-repeat left top;
  width: 104px;
  height: 88px;
  display: block;
  float: left;
  margin: 4px 6px 0 0;
}
#wp-reklama p {
	font-size: 130%;
	padding: 2px 4px;
	margin-bottom: 3px;
	line-height: 1.3em;
	display: block;
	width: 45%;
	float: left;
}

#wp-reklama p a{
  display: block;
}
#wp-reklama #rekl .chcete{
  background: none;
  height: auto;
  margin: 0 0;
  display: block;
  clear: both;
  text-align: right;
  width: 748px;
  padding-top: 10px;
}
#wp-reklama .chcete p {
  display: block;
  width: 95%;
}
#wp-reklama .chcete p a{
  display: inline;
}

.wp-novinka{
  background: #BED5FF url(images/bg_novinky.gif) no-repeat -3px bottom;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  
}
.wp-info{
  display: block;
  width: 100%;
  padding-bottom: 10px;
  float: left;  
  position: relative;
  background: #E3EEFF url(images/bg_info.gif) no-repeat -2px bottom;
}

#otherside .wp-info h2{
  height: 35px;
  line-height: 35px;
  padding: 3px 10px;
  position: relative;
  float: left;
  margin: 0;
  font-size: 160% !important;
  font-weight: normal;
  width: 183px;
  display: block;
  background: #E3EEFF url(images/bg_info_top.gif) no-repeat -2px top;
}
.wp-info h3{
  display: block;
  font-size: 120%;
}
.wp-info ul{
  padding: 5px 0 5px 0;
  width: 100%;
  display: block;
}
.wp-info ul li{
  padding: 0 0 0 10px;
  font-size: 140%;
  width: 80%;
  display: block;
}
.wp-info p{
  font-size: 130%;
 }
.grey{
  color: #333;
  text-align: center;
}
.rozcestnik{
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}
.rozcestnik a{
  text-decoration: none !important
}
.rozcestnik a:hover{
  text-decoration: underline !important
}
.rozcestnik .jeden{
  display: block;
  float: left;
  position: relative;
  width: 150px;
  margin: 0 8px 0 0; 
}
.rozcestnik .jeden h3{
  display: block;
  float: left;
  text-align: center;
  height: 25px;
  font-size: 120%;
  width: 150px;
}
.rozcestnik .jeden p{
  display: block;
  float: left;
  width: 140px;
  margin: 0 auto;
}
.rozcestnik .jeden img{
  display: block;
  float: left;
  width: 100%;
}
.wp-image-48{
  margin: 15px 0;
}

#ski-areal #main li strong {
  width: 150px;
  display: block;
  margin-right: 25px; 
	}

#ski-areal #main li {
  margin-bottom: 15px; 
	}
#main .wp-doporucujeme{
  display: block;
  width: 440px;
  margin: 5px auto 0;
  padding: 5px 8px;
  background: #D8E5FC;
}
#main  .wp-doporucujeme h2{
  background: none;
  padding: 5px 0 0 5px;
  font-size: 130%;
}
#main  .wp-doporucujeme li{
  margin: 0 0 0 2em !important;
}
.sp-travni-lyzovani #main table {
  width: 60% ;
  }
#akt{
  display: block;
  float: left;
  margin-top: 15px;
  width: 220px;
  padding-bottom: 15px;
  background: #C4D9FF url(images/bg_akt_bot.gif) no-repeat -2px bottom;
}
#akt h2{
  background: url(images/bg_akt_top.gif) no-repeat -1px top;
}
#akt .aktu{
  display: block;
  position: relative;
  float: left;
  margin: 0 0 14px 0;
  width: 100%;
}
#akt .aktu p{
  margin: 0 !important;
  padding:0 0 0 10px !important;
}
#akt .aktu h3{
  margin: 0 !important;
  padding:0 0 0 10px !important;
}
#akt .aktu .edit{
  top: 0;
  right: 0;
}
.en .wp-info, .pl .wp-info{
  top: -11px;
  margin-bottom: -14px;
}

.wp-sjezdovka{
  background: #BDD5FF;
  width: 99%;
  display: block; 
  border: 1px solid #9A0208;
  position: relative;
  overflow: hidden;
  margin: 8px 0 3px ;
  padding-bottom: 5px;
}
.tmava{
  background: #96BCFF !important;
}
#main .wp-sjezdovka ul{
  width: 100%;
  float: left;
  margin: 0 ;
  padding: 0;
  display: block;
}
#main .wp-sjezdovka ul li{
  margin:0px !important;
  width: 30%;
  padding: 0 0 0 10px!important;
  float: left;
  display: block;
}

#main .wp-sjezdovka ul li strong{
  display: inline!important;
  margin-right: 5px!important;
}
#main .wp-sjezdovka h2{
  background: #9A0208;
  color: white;
  font-size: 130%;
  margin: 0 0 3px;
  line-height: 1.3em;
  padding: 5px 0 3px 10px;
}
#main .wp-sjezdovka h3{
  margin: 0 0 3px;
  padding: 0 10px;
  display: block;
  position: relative;
  width: 96%;
  float: left;
  line-height: 1.4em;
  height: 1.4em;
  background: white;
}
#main .wp-sjezdovka h3 strong{
  position: absolute;
  top: 0;
  right: 15px;
}
#main .wp-sjezdovka h4{
  color: #9A0208;
  font-size: 110%;
  display: block;
  float: left;
  font-weight: normal;
}
.mensi{
  font-size: 80%!important;
}
#ceny-jizdneho #main h4{
  display: block;
  margin-bottom: 20px!important;
}
#ceny-jizdneho #main h2{
  display: block;
  margin-top: 7px!important;
}
#wp-ubyt{
  display: block;
  width: 495px;
  position: relative;
  margin-top: 10px;
  float: left;
  overflow: hidden;
}
#wp-ubyt .ubytovna{
  display: block;
  width: 495px;
  position: relative;
  background: #C9DBFF;
  padding: 4px 0 0;
  float: left;
  margin: 3px 0;
}
#wp-ubyt .ubytovna.svetly{
  background: #ECEEFF!important;
}
#wp-ubyt .ubytovna h2,#wp-ubyt .ubytovna p,
#wp-ubyt .ubytovna table{
  display: block;
  width: 370px;
  margin: 0 6px 0 0;
  background: none;
  padding: 0;
  position: relative;
  float: right;
  }
#wp-ubyt .ubytovna p.wp-img{
  width: 100px;
  padding-left: 10px;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
}

#wp-ubyt .ubytovna p.wp-img img{
  width: 100px;
  height: 100px;
}
#wp-ubyt .ubytovna h3  a{
position: absolute;
top: 3px;
height: 25px;
padding: 2px 0 0 25px;
background: url(images/reservation.gif) no-repeat left top;
text-decoration: none;
color: #A43604;
cursor: pointer;
right: 8px;
}
#wp-ubyt .ubytovna h3 a:hover  {
text-decoration: underline;
}
#wp-ubyt .ubytovna  h3 strong{
  display: none;
}
#wp-ubyt .ubytovna table, 
#wp-ubyt .ubytovna td{
  border: 0;
  font-size: 110%;
}
#wp-ubyt .ubytovna p{
  margin-top: 3px;
}
.vylety-do-okoli #main img{
  width: 100px;
  margin: 10px 10px;
  height: 100px;
}
#formular #main ol li{
  font-size: 110%!important;
  color: #003399;
}
#wp-kamera{
  margin-bottom: 15px;
  display: block;
  float: left;
  position: relative;
  left: -2px;
  height: 204px;
  width: 205px;
  background: url(images/bg_kamera.gif) no-repeat left top;
}

#wp-kamera img{
  width: 180px;
  height: 136px;
}
#wp-kamera h2 strong{
  display: none;
  }


#wp-kamera h2{
  padding: 10px 0 0 10px;
    }
#wp-pocasi{
  display: block;
  position: absolute;
  z-index: 5;
  top: 140px;
  right: 40px;
  width: 230px;
  height: 180px;
  }
#wp-pocasi h2{
  font-family: Calibri, Arial;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  color: white;
  padding-top: 0;
}
#wp-pocasi h3{
  font-size: 200%;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: Calibri, Arial;
  text-align: center;
  color: white;
  margin-top:0;
  padding-top:0;
}
#wp-pocasi.male h3{
  font-size: 160%;
}
#wp-pocasi h3 strong{
  display: inline;
  white-space: nowrap;
}
#wp-pocasi p{
  background: none;
  color: white;
  }
#wp-pocasi p.snih{
  line-height: 1.3em;
  padding: 6px;
  margin: 0;
  }
#wp-pocasi p#date{
  padding: 0;
  margin:0;
  }
h3#comments{
  display: none;
}
.commentlist{
display: block;
float: left;
width: 500px;
overflow: hidden;
}
.commentlist li{
  display: block;
  float: left;
}
#commentform{
  width: 500px;
}  
#respond{
  display: block;
  float: left;
  position: relative;
  width: 460px;
  margin: 20px auto 0;
  border-top: 2px solid #25257C;
}  
 
#commentform label{
  width: 475px;
  font-size: 140%;
  margin: 4px 0;
  display: block;
  float: left;
  position: relative;
  padding-left: 15px;
} 
#commentform input{
  width: 300px;
  border: 1px solid  #25257C;
  padding: 2px;
  color: #25257C;
  margin: 0px 0 8px 15px;
  display: block;
  float: left ;
  position: relative;
  } 
  
  
#captchaInputDiv input{
  margin: 0 0 8px 45px;
  }
#commentform p input{
border: 0;
  } 

#commentform textarea{
  width: 400px;
  border: 1px solid  #25257C;
  padding: 2px;
  color: #25257C;
  margin: 0px 0 8px 5px;
  display: block;
  float: left ;
  position: relative;
  } 

#commentform input.odeslo{
  width: 150px;
  padding: 2px;
  color: #fff;
  margin: 0px 0 8px 5px;
  display: block;
  float: left ;
  font-family: calibri;
  background: #25257C;
  position: relative;
  }   
h2.center{
  text-align: center;
  font-size: 120%;
  background: none!important;
  padding: 5px 0 0 0!important;
}  



#main ol.commentlist{
  display: block;
  position: relative;
  padding-top: 10px;
  float: left;
  width: 500px;
  border-top: 1px solid grey;
}
#main ul.children, #main ul.children ul{
margin: 0 0 3px!important;
}
#main ol.commentlist li{
  display: block;
  position: relative;
  float: left;
  width: 490px;
  padding: 3px 5px;
  margin: 0 0 3px 0;
  background: #edf5ff;
  }
#main ol.commentlist li div{
  margin: 0 0 3px;
}
#main ol.commentlist ul.children li {
  margin: 0 0 3px!important;
  width: 485px!important;
  display: block;
  padding: 3px;
  background: #dcebfe;
  }
#main ol.commentlist ul.children li ul.children li{
  width: 475px!important;
  background: #c8dffc;
  left: 2px;
  }
#main ol.commentlist ul.children li ul.children li ul.children li{
  width: 465px!important;
  background: #b4d3f9;
  left: 2px;
  }

div.commentmetadata a {
  position: absolute;
  right: 5px;
  font-size: 90%;
  top: 3px;
  display: block;
}
.reply{
  font-size: 90%;
}
#pocasi #main .item, .pocasi #main .item{
  width: 98px;
  display: block;
  position: relative;
  float: left;
  margin: 0 4px 5px 0;
  height: 100px;
  padding: 10px;
  border: 1px solid #BED5FF;
}

#pocasi #main .item h2,
.pocasi #main .item h2{
  background: none;
  margin: 0;
  padding: 0;
  font-size: 8px;
  text-align: center;
} 
#pocasi #main .item h3,
.pocasi #main .item h3{
  margin: 0;
  padding: 0.4em 0;
  font-size: 110%;
  text-align: center;
}
#pocasi #main .item h3 strong, #pocasi #main .item h2 strong,
.pocasi #main .item h3 strong, .pocasi #main .item h2 strong{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-align: center;
}
.navigace{
  display: block;
  width: 100%;
  margin: 10px 0;
  position: relative;
  clear: both;
}
.navigace.dole{
  margin-top: 25px;
}  
#pocasi #items, .pocasi #items{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 15px;
}
#flashes{
  display: block;
  position: absolute;
  top: 89px;
  left: 0;
  z-index: 0;
}
.navigaceNahore, .navigaceDole{
  display: block;
  float: left;
  margin: 0.5em 0 0.3em!important;
  width: 100%;
}  

.category #main .item{
  display: block;
  float: left;
}
.pagination{
  display: block;
  width: 97%;
  height: auto;
  padding: 2px 0;
  float: left;
}
.pagination a{
  color: #888;
}
span#right, span#left{
  width: auto;
  float: right;
  display: block;
}
span#left{
  float: left;
}
.wp-pagenavi{
  padding: 5px 0 2px;
  height: 21px;
  float:left;
  position: relative;
  display: block;
}
.wp-pagenavi span, .wp-pagenavi a{
  position: relative;
  top: -1px;
}

/*kdyz jsou sjezdovky*/
h2.center{
  padding: 5px 0 0px 0!important;
}  


#akt-sjezd{
  margin: 10px 0;
  display: block;
  top: 38px;
  left: 15px;
  width: 500px;
  position: absolute;
  background: #E8F0FF;
}
#akt-sjezd h2{
  background: none;
  margin: 0;
  padding: 5px 0 0 10px;
  font-size: 140%;
}
#akt-sjezd table{
  background: white;
  line-height: 1em;
  margin: 5px auto 0;
  padding-bottom: 0;
}
h2#akt-right{
  float: right;
  font-size: 120%;
  margin: 0 15px 10px 0px;
}
td.table-ano{
  background: #84E738;
}
td.table-ne{
  background: red;
}
#footer p#cham{
  display: block;
  position: absolute;
  bottom: 15px;
  right: 35px;
  padding:0!important;
  margin: 0;
  width: 137px;
  height: 39px;
  overflow: hidden;
  background: none;
}
#cham a{
  display: block;
  width: 0;
  background: url(images/easy-logo.jpg) no-repeat left top!important;
  padding: 0 0 0 137px;
  height: 39px;
}
.aligncenter{
  text-align: center;
  margin: 0 auto;
}
#cvoda{
  position: absolute;
  top: 45px;
  right: 50px;
}
#cvoda a{
  color: #990000;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, sans-serif;
  text-decoration: none;
}
#cvoda a:hover{
  text-decoration: underline;
}

#micro{
  position: absolute;
  bottom: 115px;
  left: 4px;
  display: block;
  width: 982px;
  overflow: hidden;
}
#micro h2{
  font-size: 14px;
  font-weight: bold;
}
#micro ul li{
  padding: 0;
  margin: 0;
  width: 132px;
  height: 69px;
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  margin-right: 8px;
}

#micro ul li a{
  display: block;
  width: 132px;
  height: 29px;
  padding: 0 0 40px 0;
  margin: 0;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
#micro ul li.jedno{
  line-height:29px;
}
#micro ul li.i1{ background: url(images/h/icon1.jpg) no-repeat left top; }
#micro ul li.i2{ background: url(images/h/icon2.jpg) no-repeat left top; }
#micro ul li.i3{ background: url(images/h/icon3.jpg) no-repeat left top; }
#micro ul li.i4{ background: url(images/h/icon4.jpg) no-repeat left top; }
#micro ul li.i5{ background: url(images/h/icon5.jpg) no-repeat left top; }
#micro ul li.i6{ background: url(images/h/icon6.jpg) no-repeat left top; }
#micro ul li.i7{ background: url(images/h/icon7.jpg) no-repeat left top; }



