/* Nastavení základních elementů */

body,html {
  background-color: #e6e4d1;
  background-image: url("body.jpg");
  background-position: center;
  background-repeat: repeat-y;
  color: #6b5839;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.5pt;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
div,code,h1,h2,h3,h4,h5,h6,p {
  border: 0;
  display: block;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
table {
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
th,td {
  padding: 0.5ex;
  text-align: left;
  vertical-align: top;
}
h1,h2,h3,h4,h5,h6,p,code {
  font-size: 100%;
  line-height: 1.5;
  margin: 0.5ex 0;
  padding: 1.5ex 0;
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
}
code,pre {
  font-family: Monospace;
  line-height: 1.3;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
a {
  color: #cc3030;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 110%;
  font-weight: bold;
}
ul,ol {
  text-align: left;
}
li {
  line-height: 1.3;
  padding-bottom: 0.5ex;
  padding-top: 0.5ex;
}
hr {
  border: 0;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
}

/* Bloky a vnořené styly */

#behind {
  background-color: white;
  border-top: 0;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 750px;
}
#wrapper {
  background-color: #e6e4d1;
  margin: 0 auto;
  width: 730px;
}
#header {
  background-color: white;
}
#header h1 {
  color: #6b5839;
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
#header h1 span {
  font-size: 80%;
  font-weight: normal;
}
#menu {
  background-color: #cc3030;
  background-image: url("menu.gif");
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
  padding: 0.8em 0;
}
#menu ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
#menu ul li {
  display: inline;
  padding: 0 0 0 1em;
}
#menu ul li a {
  color: white;
  font-size: 110%;
  font-weight: bold;
  padding: 1px 3px;
  text-decoration: none;
}
#menu ul li a:hover {
  background-color: white;
  color: black;
}
#logo {
  background-image: url("logo.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 200px;
}
#content, #sidebar {
  padding-bottom: 2em;
}
#content {
  margin: 0 auto;
  width: 95%;
}
#content h2 {
  font-size: 220%;
  letter-spacing: -2px;
  margin: 0;
  padding: 0 0 0.2em 0;
}
#content h3 {
  font-size: 130%;
  padding: 1ex 0 0 0;
}
#content h3 span {
  border-bottom: 4px solid #cc3030;
  font-size: 80%;
  font-weight: normal;
  padding-bottom: 0;
}
#content table.list {
  border: 1px solid #6b5839;
  border-spacing: 0;
  margin: 1em auto;
  padding: 0;
  width: 100%;
}
#content table.list th, #content table.list td {
  border-top: 1px solid white;
  padding: 0.3ex 0.6ex;
  text-align: left;
  vertical-align: top;
}
#content table.list th {
  background-color: #cc3030;
  border: 0;
  color: white;
  font-weight: bold;
  padding-bottom: 1ex;
  padding-top: 1ex;
}
#content table.list tr:hover {
  background-color: white;
}
#content p {
  font-family: Georgia, serif;
  font-size: 90%;
  line-height: 1.5;
  padding: 0.1em 0 0.8em 0;
  text-align: justify;
}
#content form {
  padding: 1em 0;
}
#content form p {
  line-height: 1.3;
  padding: 0.2ex 0;
}
#content form table.list tr:hover {
  background: inherit;
}
#content form table.list td, #content form table.list th {
  border: 0;
  padding-bottom: 1ex;
  padding-top: 1ex;
}
#sidebar {
  background-color: white;
}
#sidebar {
  font-size: 80%;
}
#sidebar ul {
  display: block;
  margin: 1em 0;
  padding: 1ex 0;
  width: 100%;
}
#sidebar ul li {
  background-color: #e6e4d1;
  display: block;
  list-style: none outside;
  margin: 5px auto 0 auto;
  padding: 0.4ex;
  text-align: left;
  width: 92%;
}
#sidebar ul li a {
  color: inherit;
  font-size: 120%;
  font-weight: bold;
  padding: 0.2ex;
  text-decoration: none;
}
#sidebar ul li a:hover {
  background-color: #cc3030;
  color: white;
}
#sidebar ul li.head {
  background: none transparent;
  color: #cc3030;
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}
#footer {
  background-color: white;
  clear: both;
  padding: 1em 0;
}
#footer p {
  font-size: 80%;
  margin: 0 auto;
  padding: 0;
}
#footer p strong {
  font-size: 130%;
}

/* Dodatečné styly */

.mc1 {
  float: left;
  padding: 0 0 1em 0;
  width: 530px;
}
.mc2 {
  float: left;
  width: 200px;
}
.images {
  background-image: url("dots.gif");
  background-position: top left;
  background-repeat: repeat-x;
  margin: 1em 0;
  padding: 1em 0 0 0;
  text-align: left;
}
.images img {
  background-color: white;
  border: 1px solid #6b5839;
  margin: 2px;
  padding: 2px;
}
#content p.message {
  font-family: inherit;
  font-size: 110%;
  font-weight: bold;
  padding: 0.5ex 0;
}
#content p.message span {
  background-color: #cc3030;
  color: white;
  padding: 0.35ex 1ex;
}
#admin {
  margin: 1ex 0;
  padding: 1ex 0;
}
#admin p {
  line-height: 1.1;
  padding: 0.5ex 0;
}
#admin p a {
  background-color: #6b5839;
  border: 1px outset #6b5839;
  color: white;
  font-weight: bold;
  padding: 0.2ex 0.5ex;
  text-decoration: none;
}
#admin p a:hover {
  background-color: #cc3030;
  border: 1px outset #cc3030;
  color: white;
}
.posts {
  margin: 1ex 0;
  padding: 0;
  width: 100%;
}
.posts th {
  display: none;
}
.posts .col1 {
  text-align: center;
  width: 18%;
}
.posts .col1 img {
  width: 80%;
}
.posts .col2 {
  width: 77%;
}
.posts .col2 p {
  margin-top: 0;
  margin-bottom: 0.2ex;
  padding-top: 0;
  padding-bottom: 0;
}
.posts .col2 span {
  border-top: 1px solid #6b5839;
  padding-top: 0.2ex;
}
.wide {
  width: 95%;
}
#content .guestbook {
  background-color: white;
  border: 1px solid #6b5839;
  float: left;
  margin: 5px;
  padding: 0.5ex 0;
  width: 235px;
}
#content .guestbook p {
  line-height: 1.2;
  margin: 0 auto;
  padding: 0.2ex 0;
  text-align: left;
  width: 90%;
}
#content .guestbook p.name {
  color: #cc3030;
  font-size: 80%;
  font-weight: bold;
  padding: 0.5ex 0 0 0;
}
#content .guestbook p.added {
  color: #cdc8b3;
  font-size: 80%;
  padding: 0;
}
.postContent {
  margin: 10px 0;
}
.postContent h4 {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0;
}
.postContent h5 {
  font-size: 130%;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0;
}
.postContent h6 {
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0;
}
.postContent table {
  background-color: white;
  border-spacing: 1px;
  margin: 0;
  width: 90%;
}
.postContent table td {
  background-color: #e6e4d1;
  text-align: left;
}

