/*
Theme Name: Jídlo pro zdraví
Theme URI: http://jidloprozdravi.cz/
Description: Wordpress theme for http://yogata.cz.
Version: 1.0
Author: Ingenious Construct
Author URI: http://ingenious.cz/
Tags: custom theme

  Jídlo pro zdraví v1.0

  This theme was designed and built for use at http://jidloprozdravi.cz only.
  Nobody can use this theme without a written permission by Ingenious construct.

*/

body * {
  margin: 0 0;
  padding: 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.hidden {
  position: absolute;
  left: -3000px;
}

body {
  margin: 0;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  background-color: #ffffb6;
  text-align: center;
}

#container {
  background-image: url(images/background.png);
  background-position: top center;
  background-repeat: repeat-y;
  width: 790px;
  margin: 0 auto;
  text-align: left;
}

#header {
  margin: 0;
  margin-left: 20px;
  width: 750px;
  height: 300px;
  background-image: url(images/header.png);
}

/* header */

#top-menu {
  margin-left: 240px;
  padding-top: 16px;
  height: 24px;
  padding-right: 25px;
}

#top-menu li {
  display: block;
  float: left;
  background-image: url(images/separator.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 8px 0 10px;
}

#top-menu li a {
  color: #fff;
  text-decoration: none;
}

#top-menu li:first-child {
  background-image: none;
}

#top-menu li.page-item-11 { /* fallback */
  background-image: none;
}

#top-menu li#twin-link {
  background-image: none;
  float: right;
  color: #EC5036;
  width: 190px;
}

#top-menu li#twin-link a {
  color: #EC5036;
  text-decoration: none;
}


#summary {
  float: right;
  width: 200px;
  color: #73411a;
  margin: 0 30px;
}

#exercise {
  margin-left: 245px;
  margin-top: 110px;
  width: 180px;
  padding-left: 20px;
  color: #73411a;
  text-transform: uppercase;
  font-weight: bold;
}

#exercise li {
  margin: 0 0 15px 0;
  list-style-image: url(images/bullet.png);
}

#exercise li:hover {
  list-style-image: url(images/bullet_on.png);
}

#exercise li a {
  color: #73411a;
  text-decoration: none;
}

#mandala {
  width: 220px;
  height: 250px;
  position: absolute;
  top: 0;
}

#mandala a {
  display: block;
  width: 220px;
  height: 250px;
}

/* page title */
#header h1 {
  margin: 55px 0 0 250px;
  color: #e95717;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
}

/* contents */

#contents {
  margin-left: 20px;
  width: 750px;
}

#sidebar {
  float: left;
  width: 220px;
  height: 560px;
  background-color: #7D8530;
  background-image: url(images/sidebar_bg.png);
  background-repeat: repeat-x;
}

#left-menu {
  margin: 15px 0 0 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

#left-menu li {
  margin: 15px 0;
  list-style-image: url(images/bullet.png);
}

#left-menu li:hover {
  list-style-image: url(images/bullet_on.png);
}

#left-menu li a {
  color: #fff;
  text-decoration: none;
}

#left-menu li ul {
  display: none;
}

#left-menu li.current_page_parent ul {
  display: block;
}

#left-menu li ul li {
  margin: 5px 10px;
  text-transform: none;
  list-style-image: none;
  list-style-type: none;
}

#left-menu li:hover ul li {
  list-style-image: none;
  list-style-type: none;
}

#left-menu li ul li:hover {
  text-decoration: underline;
}

div.clear {
  clear: left;
}

#footer {
  clear: left;
  width: 790px;
  height: 80px;
  padding-top: 90px;
  background-color: #ffffb6;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(images/footer_bg.png);
}

#footer p {
  float: right;
  width: 498px;
  padding: 12px 30px 12px 0;
  text-align: right;
  color: #98611f;
}


/* body of the page */

#body {
  padding-top: 10px;
  margin-left: 250px;
  width: 470px;
  color: #73411a;
  text-align: justify;
}

/* content style */

#body * {
  text-align: left;
}

h2 {
  font-size: 95%;
  text-transform: uppercase;
  color: #e95717;
  margin-top: 1.5em;
}

h3 {
  margin-top: 1em;
}

#body p {
  padding-top: 0.6em;
  text-align: justify;
}

table {
  margin: 0.5em;
  margin-left: 0;
  border-collapse: collapse;
}

table th, table td {
  padding: 0.3em;
  border: 1px solid;
}

table th.time {
  width: 7em;
}

table td.session {
  background-color: #f7e2a9;
}

a {
  color: #e95717;
}

a img {
  border: 1px solid #73411a;
  margin: 1em;
  margin-top: 0;
}

img {
  margin: 1em;
  margin-top: 0;
}

img.alignleft {
  float: left;
  margin-left: 0;
}

img.alignright {
  float: right;
  margin-right: 0;
}

div.wp-caption {
  margin: 1em;
  margin-top: 0;
}

p.wp-caption-text {
  margin: 0;
  font-size: 85%;
}

div.alignleft {
  float: left;
  margin-left: 0;
}

div.alignleft img {
  margin-left: 0;
}

div.alignright {
  float: right;
  margin-right: 0;
}

div.alignright img {
  margin-right: 0;
}


#body ul {
  margin-top: 0.5em;
}

#body li {
  margin-left: 1em;
  padding-left: 0.2em;
  list-style-type: disc;
}
