a {
  color: #ff3600;
}
a:visited {
  color: #cc9;
}
a:hover, a:visited:hover {
  color: #3256B6;
  text-decoration: none;
}
body {
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
h4 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 865px;
  text-align: left;
}
#header {
  background-color: #000000;
  border-bottom: 4px solid #fc0;
  color: white;
  font-family: Georgia,Palatino,"Times New Roman",Times,sans-serif;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
#adres {
  background-color: #000000;
  border-bottom: 4px solid #fc0;
  color: white;
  padding: 0;
  text-align: center;
  font-size: 110%;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: #1a1a1a;
  border-bottom: 4px solid #fc0;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 640px;
}
#content {
  padding: 25px;
  color:#ffffff;
}
#content a {
  color:#ff3600;
}
#content a:hover {
  color:#3256B6;
}

#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .obrazek {
  float: right;
  position: relative;
  right: 0%;
  left: 0%;
  top: 0%;
  bottom: 0%;
}
#content .obrazek2 {
  float: bottom;
  position: relative;
  right: 0%;
  left: 0%;
  top: 0%;
  bottom: 0%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #1a1a1a;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
  width: 220px;
}
#sidebar {
  font-size: 90%;
  padding: 10px;
  padding-top: 0px;
  margin-top: 0px;
  border-left: 1px dotted #a3a39c;
}
#sidebar a {
  font-weight: bold;
  color: #ff3600;
  text-decoration:none;
}
#sidebar a:hover {
  font-weight: bold;
  color: #3256B6;
  text-decoration:none;
}
#sidebar h3 {
  font-size: 130%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
  margin-top: 3px;
  list-style: none;
}
#sidebar li {
  margin-bottom: .25em;
  border-bottom: 1px dotted #a3a39c;
}
#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}

#nav {
    background-color: #000000;
    
    
}
#nav ul {
    width: 865px;
    float: left;
    font-size:110%;
    color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 4px solid #fc0;
}
#nav ul li {
    float: left;
    margin: 0;
    margin-top:0px; 
    padding-left: 10px;
}
#nav ul li.selected {
    background-color: #213449;
}
#nav ul li a {
    display: block;
    position: relative;
    padding:0.2em;
    padding-left: 5px; padding-right: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
}
#nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3256B6;
}