/* style.css
 * Copyright (C) 2010 Jaromír Hradílek
 * 
 * Based on the WordPress theme named Clear by Niyaz PK
 * <http://www.diovo.com/about/>.
 *
 * Released under the GNU General Public License, version 3.
 */

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  line-height: 1.5em;
  text-align: justify;
  background-color: #ffffff;
  color: #000000;
}

a {
  color: #4e9a06;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 2.5em;
  color: #888a85;
  margin-bottom: 4px;
  padding-bottom: 0px;
}

h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #888a85;
}

img {
  border-width: 0px;
  vertical-align: middle;
}

td {
  vertical-align: top;
}

.description {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1em;
  color: #888a85;
  margin-top: 0px;
  padding-top: 0px;
}

.divider {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 1.5em;
  color: #888a85;
  vertical-align: middle;
}

.item {
  width: 280px;
  margin: 0px 0px 0px 100px;
  padding: 0.5em 0px 0.5em 0px;
  vertical-align: top;
}

#header {
  width: 723px;
  height: 50px;
  margin: 30px auto 0px auto;
  padding: 0px;
  background: url(images/bg_header.png) no-repeat top center;
}

#main {
  width: 723px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 170px;
  background: url(images/bg.png) repeat-y center;
}

#content {
  width: 480px;
  margin: 0px;
  padding: 10px 30px 0px 30px;
}

#footer {
  width: 723px;
  height: 80px;
  margin: 0px auto 30px auto;
  padding: 0px;
  background: url(images/bg_footer.png) no-repeat bottom center;
  text-align: center;
}

#footer p {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  color: #888a85;
  font-size: x-small;
  text-align: center;
}

