body {
  text-align: center;
  font: 14px calibri;
  color: black;
  margin: 0;
}
  
h1, h2, h3 {
  font: normal 3em constantia;
  margin-top: 12px;
  border-bottom: 1px solid #D8D8D8;
}

h1 {
  width: 300px;
  font-size: 2.5em;
}
h2 {
  min-width: 260px; max-width: 300px;
  font-size: 1.9em;
}
h3 {
  font-size: 1.6em;
  margin-top: 20px; margin-bottom: 16px;
}

a:link, a:visited {
  color: black;
  text-decoration: underline;
}
a:hover, a:focus {
  color: gray;
  text-decoration: none;
}

a img { border: 0; }

input, button, select {
  font-family: calibri;
  border: 1px solid #D8D8D8;
  cursor: auto;
}
input[type=submit], button { cursor: pointer; }

ul {}
ul li { list-style-type: square; }

code {
  display: block;
  font-size: 0.9em;
  padding: 8px 12px;
  margin: 0 10px;
  background: #F7F7F7 url('code.png') right bottom no-repeat;
  border: #D8D8D8 dotted; border-width: 1px 0 0 1px;
}

.print {display: none;}
.center { float: center; text-align: center; }
.cleaner {clear: both;}
.error {color: red; font-weight: bold;}
.succes {color: green; font-weight: bold;}
.help {cursor: help; border-bottom: 1px dotted blue;}


/*--------{ horní lišta }----------*/
.lista {
  width: 100%; height: 25px;
  background-color: black;
}

.lista-stred {
  margin: 0 auto;
  text-align: right;
  padding-top: 5px;
  width: 850px;
  border-left: 1px dotted #555555;
}

.lista ul {margin: 0;}
.lista li {
  min-width: 45px; height: 20px;
  margin: 0;
  padding: 5px 7px 0 25px;
  border-right: 1px dotted #555555;
  display: inline;
}

.lista a {
  font-size: 1.1em;
  color: white;
  text-decoration: none;
}
.lista a:hover,a:focus {
  color: pink;
  text-decoration: none;
}

/*--------{ hlavni "obal" webu }-------*/
.hlavni {
  width: 850px; height: auto;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 50px;
}

/*--------{ hlavička }-------*/
.hlavicka {
  width: 100%;
  height: 170px;
  padding-top: 20px;
  margin-bottom: 10px;
  background: url("gradient1.jpg") bottom repeat-x;
}
.hlavicka .logo {
  width: 300px;
  display: block;
  margin: 10px 0 0 60px;
}
.hlavicka .text {
  color: #B1B1B1;
  margin-left: 130px;
  letter-spacing: 4px;
}
.hlavicka .search {
  float: right;
  margin: -40px 40px 0 0;
}


/*----- sidebar -----*/
.sidebar {
  width: 200px;
  border-left: 1px #D8D8D8 dotted;
  padding: 0 15px 0 20px;
  float: right;
}
.sidebar h3 {font-size: 1.5em; margin-left: 10px; clear: both;}
.sidebar h3 a {color: black; text-decoration: none; line-height: 100%;}

.sidebar a {line-height: 150%;}

.sidebar ul {padding-left: 0; margin-left: 0;}
.sidebar li {list-style-type: none; line-height: 150%;}

.panel { margin-bottom: 20px; }

/*----- obsah -----*/
.obsah {
  width: 580px; height: auto; min-height: 20em;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 15px;
  line-height: 190%;
  float: left;
}

.obsah p {
  margin-bottom: 1.2em;
}

.obsah ul {
  margin: -1.8em 0 2em 0;
}

.obsah .img-center {
  display: block;
  max-width: 300px;
  height: auto;
  margin: 0 auto 1.8em auto;
  border: 8px solid silver;
}

.uvodni {
  font-size: 1.15em;
  text-align: justify;
}

.uvodni .ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}
.uvodni .li {
  margin-left: 30px;
  display: inline;
}

.clanek {
  text-indent: 0;
  margin: 10px 0 2em 0;
  clear: both;
}
.clanek h2 a {
  font-size: 1.1em;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
}
.clanek p { margin-bottom: 0; }

.clanek .meta { float: right; }


#generator small { color: #BFBFBF; font-style: italic; margin-left: 8px; }


h2.komentare { margin: 10px 0; }

.gravatar { float: left; margin: 4px; }

#add-comment p { margin-bottom: 0; }

#add-comment input[type=submit] { font-size: 1.3em; }


.meta { font-size: 0.9em; font-style: italic; }

.meta a { text-decoration: none; }

.meta span { padding-left: 2px; padding-right: 2px; }


.obsah .posuvniky {clear: both; margin: 10px;}

#nadpis { font-size: 2.3em; }

.komentare { padding-top: 15px; font-size: 1.4em; clear: both; }

.cmt { display: block; }

/*-----{ fotogalerie }-----*/
.nahled {
  max-height: 200px;
  border: 1px solid silver;
  margin: 3px 10px;
  padding: 2px;
  float: left;
  text-align: center;
  }
  .nahled a {text-decoration: none;}
  .nahled img {
    max-height: 120px; max-width: 140px;
    border: 1px solid black;
  }

.pic {
  min-width: 300px; max-width: 550px; min-height: 300px; max-height: 550px;
  border: 5px solid #3E3E3E;
  margin: 10px; margin-bottom: 5px;
  text-align: center;
}

/*-----{ uživatelé }-----*/
.u_table {border-collapse: border; border: 1px solid #C3C3C3;}
.u_table th {}
.u_table td {
  border: 1px solid #D8D8D8; border-bottom: 0; border-left: 0;
  padding: 3px;
}

/*----- patička ------*/
.paticka {
  width: 100%;
  color: #D8D8D8;
  background: transparent url("gradient2.jpg") center top repeat-x;
  text-align: center;
  padding-top: 30px;
  clear: both;
}
  .paticka a {
    color: #D8D8D8;
  }
  .paticka a:hover,.paticka a:focus {
    color: gray;
  }


/* upozornění na zastaralý prohlížeč */
.old_browser {
  font: 16px Verdana;
  color: white;
  padding: 10px 0;
  background-color: red;
}

.old_browser h1 {
  width: auto;
  font: bold 30px;
  margin-top: 0;
  border-bottom: 0;
}

.old_browser a { color: white; }

/* stránka kdo používá letters */
ul.who_uses {
  margin-top: 20px;
}
