/* CSS pro TEshop
 * Michal Mašek, Petr Pecha
 * únor -- červenec 2014
 * */

body{
  padding: 0px;
  margin: 0px;
  color: black;
  background-color: #4188d3;
  font-family: arial, Sans-serif;
  font-size: 1em;
}

h1{
  color: #268E00;
  text-align: left;
  font-size: 1.8em;
  text-decoration: none;
  font-variant: small-caps;
  margin: 0 0 0.5em 0;
}

h2{
  color: #268E00;
  text-align: left;
  font-size: 1.5em;
  text-decoration: none;
  font-variant: small-caps;
  margin: 0 0 0.5em 0;
}

h3{
  color: #268E00;
  text-align: left;
  font-size: 1.2em;
  text-decoration: none;
  font-variant: small-caps;
  margin: 0 0 0em 0;
  display: inline;
}

hr{
  color: #268E00;
  background-color: #268E00;
  border-color: #268E00;
  border-width: 0px;
  height: 3px;
}

p{
  text-align: justify;
  margin: 0 0 1em 0;
}

td{
  vertical-align: top;
}
td.vystredeno{
  vertical-align: middle;
  text-align: center;
}

a:link{color:#268E00;text-decoration:none;}
a:visited{color:#268E00;text-decoration:none;}
a:hover{color:#268E00;text-decoration:underline;}
a:active{color:#268E00;}

.stranka{
  position: relative;
  margin: 0 auto 0 auto;
  width: 800px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #1138ff;
}

.hlavicka{
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: -1px -1px 0;
  border-style: solid;
  border-width: 1px;
  border-bottom-width: 0px;
  border-color: #000;
}
.hlavicka img{
  border-width: 0px;
  border-radius: 0px;
}
.prostor{
  position: relative;
  background-color: #d3ff83;
  padding: 0px;
  border-radius:2px;
  height: auto;
  margin: 0px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #007700;
}

#obsah{
  width: 66%;
  margin: 4% 30% 4% 0;
  padding: 0em 2% 0em 2%;
  border-width: 0px;
  border-right-width: 3px;
  border-style: solid;
  border-color: #268e00;
}

.menu{
  background-color: #008c00;
  background-image: url('/static/Blog/prvky/menu_pozadi.jpg');
  background-repeat: repeat-x;
  padding: 0px 0% 0px;
  margin: 0 -1px;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  font-variant: small-caps;
  font-size: 120%;
}

.menu ul{
  margin: 0.44em 0;
  padding: 0px 0px;
  list-style-type: none;
  text-align: center;
}

.menu li{
  margin: 0em 0 0 0;
  padding: 0em 0 0em 0;
  list-style-type: none;
  /*color: #0e3b0e;
  background-color: yellow;*/
  display: inline;
}

.menu a{
  font-size: 1em;
  color: yellow;
  border-radius: 3px;
  height: 30px;
  padding: 0.38em 1em 0.38em 1em;
  text-decoration: none;
}

.menu_aktiv a{
  font-size: 1em;
  color: #0e3b0e;
  background-color: yellow;
  border-radius: 3px;
  border-left: solid;
  border-right: solid;
  border-width: 1px;
  border-color: #0e3b0e;
  height: 30px;
  padding: 0.38em 1em 0.38em 1em;
}

.admin_links{
  font-size: 0.8em;
  text-align: right;
}

.submenu_aktiv{
  background-image: url('/static/Blog/prvky/menu_pozadi.jpg');
  background-repeat: repeat-x;
  padding-left: O.5em;
  border-radius: 3px;
}

.submenu_aktiv a{
  color: yellow;
}

.menu a:hover{
  color: #0e3b0e;
  background-color: yellow;
}

.submenu{
  padding: 0 2%;
  margin: 4% 0 0 0;
  float: right;
  width: 26%;
}
.submenu h2{
  padding: 0 0 0 0.2em;
  margin: 0 0 0.2em 0;
  font-variant: small-caps;
  list-style-type: none;
  font-size: 1.1em;
}

ul.odkazy{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.odkaz{
  padding: 0;
  margin: 0 0 0.2em 0;
  font-variant: small-caps;
  font-size: 1.2em;
}
.odkazy li{
  padding: 0 0 0 0.2em;
  margin: 0 0 0.2em 0;
  font-variant: small-caps;
  list-style-type: none;
  font-size: 1.1em;
}
.odkazy .cas{
  position: absolute;
  right: 0;
  padding: 0.35em 0;
}

#obsah .odkazy li{
  width: 75%;
}

.obrazek{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.miniobrazek{
  align: left;
  margin-right: 1em;
  margin-left: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.cas{
  color: black;
  font-size: 1em;
  font-variant: normal;
}

.zadne-vysledky{
  width: 100%;
  text-align: center;
}
.preview_varovani{
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: red;
}

.podpis{
  text-align: right;
  font-style: italic;
  color: #000080;
}


.paticka{
  width: 98%;
  text-align: center;
  font-size: 0.9em;
  margin: 0 auto;
  padding-bottom: 1.5em;
  clear: both;
}

.paticka hr{
  padding: 0;
  margin-bottom: 1.5em;
}

img{
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #268e00;
}
a img:hover{
  box-shadow: 0 0 2px 1px #268e00;
}

.stitek{
  background-color: green;
  color: yellow;
  padding: 4px;
  margin: 4px 10px;
  max-width: 22%;
  position: relative;
  left: 75%;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-color: black;
}

.stitek ul, .stitek li{
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 0px;
}

.popis{
  text-align: center;
  margin-top: 1em;
}
.predchozi_obrazek{
  position: absolute;
  z-index: 1;
  width: 33%;
  height: 100%;
  left: 0;
  top: 0;
}
.predchozi_obrazek:hover{
  background-image: url("/static/Galerie/prvky/predchozi.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.dalsi_obrazek{
  position: absolute;
  z-index: 1;
  width: 33%;
  height: 100%;
  left: 67%;
  top: 0;
}
.dalsi_obrazek:hover{
  background-image: url("/static/Galerie/prvky/dalsi.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.galerie{
  position: relative;
}
.galerie_top{
  margin: 1em 0;
  text-align: right;
}
.galerie_bot{
  margin: 1em 0;
}
.galerie_index{
  width: 100%;
}
.galerie_index td{
  width: 50%;
}
.galerie_nahled{
  width: 100%;
}
.galerie_nahled td{
  width: 33%;
}
.archiv_index{
  width: 100%;
}
.sloupec_miniatura{
  width: 125px;
}

/* Kurzy */

.kurz-info {
  display: flex;
}

/* Komentare */

.prispevek{
  position: relative;
  margin-bottom: 1em;
}
.prispevek:hover{
  background-color: #d3ee83;
}
.prispevek p{
  margin: 0;
}
.prispevek .cas{
  position: absolute;
  right: 0;
  padding: 0.35em 0;
}
.odpoved{
  text-align: right;
}
.autor{
 font-weight: bold;
}
.clanek{
  overflow: hidden;
}
.clanek-info{
  margin-left: 0.5em;
}
.galerie-info{
  margin: auto;
  text-align: center;
}
.souvisejici{
  margin-bottom: 1em;
}
/* Formular pro pridavani komentaru */

#id_jmeno{
  width: 30%
}
#id_text{
  width: 100%;
  height: 8em;
}
.errorlist{
  color: red;
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 0;
}
