/*

    Created by WookaSh - wookash.waw.pl
--------------------------------------------------------
    Contact: wookash@wookash.waw.pl

*/

body { 
  background: url(back.jpg) repeat-x top left;
  background-color: white;
  font-family: 'Trebuchet MS';
}

/* TOP */

#top {
  width: 850px;
  margin: auto;
}

#logo {
  background: url(logo_wk.png) no-repeat top left;
  width: 115px;
  height: 108px;
  float: left;
  margin: 30px 0 0 25px;
}

#top h1 {
  float: left;
  margin: 42px 0 0 35px;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -5px;
}

#top p {
  float: right;
  font-size: 10pt;
  margin: 75px 50px 0 0;
}

/* MENU */

#menu {
  float: left;
  width: 100%;
  height: 45px;
  background-color: black;
  margin-top: 20px;
}

#menu ul {
  width: 670px;
  margin: 12px auto;
}

#menu li {
  display: inline;
  margin-right: 60px;
}

#menu li:hover {
  background-color: white;
  padding: 12px 30px 12px 30px;
  margin: 0 30px 0 -30px; 
}

#menu a {
  color: white;
  font-size: 10.5pt;
  letter-spacing: 0.1mm;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 30px 12px 30px;
  margin: -13px -30px -12px -30px;
}

#menu a:hover {
  color: black;
}

/* Content */

#content {
  clear: both;
  width: 850px;
  margin: auto;
}

/* Main */

#main {
  float: left;
  width: 520px;
  margin-top: 30px;
}

.text {
  width: 520px;
  margin-bottom: 100px;
}

.text span {
  color: #8c8c8c;
  font-size: 8pt;
}

.text h3 {
  margin: 5px 0 5px 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.text h3 a {
  color: #3d3f4d;
  text-decoration: none;
}

.text h3 a {
  color: black;
}

.text p {
  text-align: justify;
  font-size: 9pt;
  line-height: 15pt;
  margin: 10px 0 20px 0;
  color: #333333;
}

.text ul {
  float: right;
}

.text li {
  list-style: none;
  display: inline;
  margin-left: 20px;
  background-color: #4d4d4d;
  padding: 2px 0 4px 0;
}

.text li:hover {
  background-color: white;
}

.text li a {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 4px 25px 6px 25px;
}

.text li a:hover {
  color: #4d4d4d;
}

/* Side */

#side {
  float: right;
  width: 280px;
}

.border {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 30px 0 35px 0;
}

.box {
  background-color: #f4f4f4;
  width: 280px;
  height: auto;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.box h4, .other h4 {
  float: right;
  margin: 10px 20px 15px 0;
  font-size: 8pt;
  font-weight: 600; 
  color: #8c8c8c;
}

.box h3, .other h3 {
  margin: 25px 0 -7px 40px;
  font-size: 11pt;
  color: #4c4e59;
}

.box span, .other span {
  font-size: 7.5pt;
  color: #8c8c8c;
  margin-left: 40px;
}

.box p, .other p {
  width: 240px;
  margin: 10px auto 10px auto;
  font-size: 9pt;
  text-align: justify;
  line-height: 14pt;
  color: #363c40;
}

.box h5, .other h5 {
  text-align: right;
  margin: 10px 20px 8px 0;
}

.box h5 a, .other h5 a {
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
  color: #8c8c8c;
}

.box h5 a:hover, .other h5 a:hover {
  color: #4c4e59;
}

.other {
  width: 280px;
  height: auto;
}

/* Comments */

#comments h3 {
  margin: 20px 0 30px 0;

  text-transform: uppercase;
  font-size: 12pt;
  font-weight: bold;
  color: #454545;
}

.comment h4 a, .bcomment h4 a {
  margin: 10px 0 0 40px;
  font-size: 9.5pt;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
}

.comment h4 a:hover, .bcomment h4 a:hover {
  color: black;
}

.comment span, .bcomment span {
  margin: -20px 20px 0 0;
  float: right;
  font-size: 7.5pt;
  color: #8c8c8c;
}

.comment p, .bcomment p {
  text-align: justify;
  line-height: 15pt;
  font-size: 8pt;
  color: #41454d;
  margin: 10px 40px 10px 25px;  
}

.comment p a, .bcomment p a {
  text-decoration: none;
  color: #2e3033;
  font-weight: bold;
}

.comment p a:hover, .bcomment p a:hover {
  text-decoration: none;
  color: #2e3033;
  font-weight: 500;
}

.bcomment {
  margin-top: 30px;
  background-color: #f7f7f7;
  border-top: 3px solid #e6e6e6;
  padding: 15px 0 5px 0;
}
/* Additional */

img {border:0}

* {outline: 0; border: 0; margin: 0; padding: 0;}