/* CSS Document */
body {
  background: url('images/bg.jpg') center bottom fixed no-repeat #000;
  margin: 0;
  font-family: "Palatino Linotype", "New York CE", utopia, serif;
  font-size: 100%;
  text-align:center;
}

/* struktura */
#hlavicka {
  background: url('images/hlavicka_bg.jpg') top left repeat-x #4e4e4e;
  width: 100%;
  height: 200px;
  text-align: center;
}

  #hlavicka_box {
    margin: auto;
    width: 960px;
    height: 200px;
    text-align: left;
    background: url('images/hlavicka_box_bg.jpg') center center no-repeat;
  }
  
  h1 {
    float: left;
    margin: 0;
    width: 320px;
    height: 80px;
    position: relative;
    overflow: hidden;
  }
  
    h1 a, h1 a:visited, h1 a:hover {
      color: #fff;
      text-decoration: none;
      display: block;
      width: 320px;
      height: 80px;
    }
    
    h1 a span {
      display: block;
      width: 320px;
      height: 80px;
      position: absolute;
      left: 0;
      top: 0;
      background: url('images/h1.jpg') top left no-repeat;
    }
  
  #sloupec_hlavicka {
    float: right;
    width: 300px;
    color: #fff;
    height: 200px;
    margin-right: 10px;
  }
  
  #sloupec_hlavicka p {
    padding: 10px;
    line-height: 1.5;
    margin-top: 0px;
  }
  
  .cleaner {
    visibility: hidden;
    clear: both;
    width: 100%;
    margin: -1px;
  }
  
#stranka {
  margin: auto;
  width: 960px;
  background: url('images/obsah_bg.jpg') top center repeat-y #fff;
}
  
  #obsah {
    width: 600px;
    float: left;
    margin: 10px 30px;
    text-align: left;
    height: 80%;
  }
  
  #sloupec_stred {
    width: 280px;
    float: left;
    text-align:left;
    color: #fff;
  }

#paticka {
  background: url('images/paticka_bg.jpg') bottom left repeat-x #4e4e4e;
  width: 100%;
  height: 150px;
  text-align: center;
}

#paticka a {
  color: #fff;
}

#paticka a:hover {
  color: #fc0;
}

  #paticka_box {
    margin: auto;
    width: 960px;
  }
  
  #sloupec_dole {
    float: right;
    width: 300px;
    height: 150px;
    margin-right: 10px;
    background: url('images/sloupec_paticka_bg.jpg') top center repeat-y #000;
    color: #fff;
  }
  
  #sloupec_dole a.rss {
    display:block;
    height: 32px;
    width: 200px;
    text-align: left;
    padding-left: 42px;
    background: url('images/rss.jpg') bottom left no-repeat;
    margin: 8px;
    line-height: 1.8;
  }
  
  #sloupec_dole a.rss:hover {
    background-position: top left;
  }
  
  #paticka p {
    float: left;
    width: 550px;
    margin-left: 20px;
    margin-top: 60px;
    color: #fff;
  }


/* obsahová část */
a, a:visited {
  color: #900;
}
a:hover {
  color: #d00;
}

.datum {
  float: left;
  width: 49px;
  height: 54px;
  margin: 0 10px 0px 0;
  background: url('images/datum.jpg') center center no-repeat #222;
  color: #fff;
  text-align: center;
}

  .mesic, .den {
    display:block;
  }
  
  .mesic {
    font-size: 90%;
    margin-top: 3px;
    font-variant: small-caps;
  }
  
  .den {
    font-size: 130%;
  }
  
p {
  margin-top: 0px;
}

#obsah p {
  font-size: 90%;
}

h2 {
  margin: 0;
  font-weight: normal;
}

h2 a{
  color: #000 !important;
}

h2 a:hover{
  color: #900 !important;
}

h3 {
  font-size: 120%;
  font-weight: bold !important;
  margin-bottom: 3px;
}

.info {
  font-size: 90%;
  margin-top: 5px;
  /*margin-bottom: 25px;*/
}

.more-link {
  display: block;
  text-align: right;
  font-size: 120%;
  margin-top: 0px;
  font-weight: normal;
}

.starsi {
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

/* sloupec */
#sloupec_stred h2 {
  font-size: 130%;
  font-style: italic;
  margin-left: 3px;
}
#sloupec_stred ul {
  margin: 0px;
  padding: 20px;
}

#sloupec_stred ul.menu li ul {
  margin: 0px;
  padding: 0px;
}

#sloupec_stred ul.menu li ul li {
  list-style-type: none;
  padding-left: 15px;
  background: url('images/odrazka.png') left center no-repeat;
  margin: 5px 0 5px 5px;
}

#sloupec_stred ul.menu li ul li a {
  color: #fff;
  font-size: 105%;
}

#sloupec_stred ul.menu li ul li a:hover {
  color: #fc0;
}

#sloupec_stred ul li {
  list-style-type: none;
}

#sloupec_stred ul li ul li {
  list-style-type: disc;
}

#sloupec_stred ul li ul {
  margin: 10px 0;
  padding: 0 28px;
}

#sloupec_stred a {
  color: #fff;
}

#sloupec_stred a:hover {
  color: #fc0;
}

#sloupec_stred form {
  margin-top: 30px;
}

/* komentáře */
input, textarea {
  font-family: "Palatino Linotype", "New York CE", utopia, serif;
}

#comment {
  width: 580px;
}

ol li.comment {
  padding: 5px;
  margin: 10px 0;
  background: #f5f5f5;
}

#respond {
  clear: both;
}
