/*
Theme Name: Plzeňské podzemí
Theme URI: http://plzenskepodzemi.cz/
Description: Wordpress theme for http://plzenskepodzemi.cz.
Version: 1.0
Author: Lombardo
Author URI: http://www.lobardo.cz/
Tags: custom theme

  Plzeňské podzemí v1.0

  This theme was designed and built for use at http://yogata.cz only.
  Nobody can use this theme without a written permission by Fulltone.

*/

* {
  margin: 0;
  padding: 0;
}

.hidden {
  position: absolute;
  left: -1000px;
}

body {
  text-align: center;
  background-color: #D4D4D4;
  font-family: Frutiger, Arial, Sans-Serif;
  font-size: small;
}

a {
  color: #771310;
}

#container {
  width: 1020px;
  text-align: left;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #771310;
  background-color: white;
  background-image: url(images/background.png);
  background-repeat: repeat-y;
}

#header {
  height: 228px;
  background-image: url(images/head.jpg);
  background-repeat: no-repeat;
}

#languages {
  padding-top: 210px;
  padding-right: 20px;
}

#lang-cs {
  display: block;
  width: 25px;
  height: 17px;
  margin: 10px;
  background-image: url(images/flag_cs.png);
  float: right;
}

#lang-en {
  display: block;
  width: 25px;
  height: 17px;
  margin: 10px;
  background-image: url(images/flag_en.png);
  float: right;
}

#menu {
  width: 165px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#menu li {
  list-style-type: none;
  margin: 15px 0;
}

#menu li a {
  color: #fff;
  font-size: 110%;
  text-decoration: none;
}

#menu li a:hover {
  text-decoration: underline;
}

#contacts {
  height: 206px;
  margin-top: 40px;
  padding-left: 290px;
  clear: both;
  background-image: url(images/arcs.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 90%;
  color: #5D5E5F;
}

#contacts h2 {
  color: #771310;
  font-size: 110%;
  font-weight: normal;
  padding-top: 80px;
  padding-bottom: 0.5em;
}

#footer {
  width: 1020px;
  margin: 0 auto;
  padding: 0.3em 0;
  text-align: right;
  font-size: 90%;
}

#content {
  clear: right;
  float: right;
  width: 700px;
  margin-right: 30px;
  color: #5D5E5F;
  font-size: 110%;
}

#content h1 {
  font-weight: normal;
  margin: 0 0 1em 0;
  font-size: 150%;
  color: #771310;
}

#content h2 {
  font-weight: normal;
  margin: 1.5em 0 0 0;
  color: #771310;
  font-size: 100%;
}

#content p {
  margin-bottom: 1.5em;
}

#content table {
  width: 100%;
  border-collapse: collapse;
}

#content table th {
  text-align: center;
  font-weight: normal;
}

#content table td {
  text-align: center;
  border-style: solid;
  border-color: #5D5E5F;
  border-width: 0;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

#content table td.left {
  text-align: left;
}

#content table th.left {
  text-align: left;
}

#content ul {
  padding-left: 1em;
}

#content .alignright {
  float: right;
}

#content .alignleft {
  float: left;
}

#content label {
  display: block;
  width: 25%;
  float: left;
}

#content label.inline {
  display: inline;
  width: auto;
}

#content input.short {¨
  width: 30%;
}