/*WC editor*/
.wc {
  font-size: 120%;
}

/*hlavne clanky*/
.main-article div, .main-article div div {
  width: 440px;
  margin-bottom: 10px !important /*Non-IE6*/;
  margin-bottom: 5px /*IE6*/;
  font-size: 120%;
  line-height: 1.25em;
  text-align: justify;
}

.main-article h1 {
  /*display: inline;*/
  margin: .2em 0 0 0;
  /*margin: 0 0 0em 0;*/
  padding: 0 0 0 0;
  /*font-family: "trebuchet ms", arial, sans-serif;*/
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 150%;
}

.main-article h2 {
  display: inline;
  margin: 0 0 0 0;
  /*margin: 0 0 .5em 0;*/
  padding: 0 0 0 0;
  /*border-bottom: solid 4px rgb(225,225,225);
*/
  /*font-family: "trebuchet ms", arial, sans-serif;*/
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 110%;
}

.main-article div {
  /*margin: 0 0 1.0em 0;*/
  /*line-height: 1.25em;*/
  /*font-size: 120%;*/
}

/*vedlajsie clanky*/
.side-article {
  margin: 0 0 1.0em 0;
  line-height: 1.25em;
  /*font-size: 120%;*/
  font-size: 115%;
  text-align: justify;
}

.side-article h1 {
  /*font-weight: bold;*/
  font-size: 150%;
}
/*z vasej posty*/
.post {
  margin: 0 0 1.0em 0;
  line-height: 1.25em;
  font-size: 120%;
  text-align: justify;
}
/*oznamy-index*/
.reports {
  clear: both;
  margin: 0 10px 1.0em 10px;
  color: rgb(80,80,80);
  line-height: 1.3em;
  font-size: 115%;
}
.reports h3 {
  clear: both;
  margin: 1.0em 10px 0.5em 10px;
  color: rgb(80,80,80);
  font-weight: bold;
  font-size: 115%;
}

.cp-button  {
  /*float: left;*/
  /*width: 10em;*/
  margin-top: 0.5em;
  padding: 1px;
  background: rgb(230,230,230);
  border: solid 1px rgb(150,150,150);
  text-align: center;
  font-family: arial, sans-serif;
  color: rgb(150,150,150);
  /*font-size: 120%;*/
}
/*galeria*/
.gallery tr td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  background-color: white;
  text-align: center;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 80%;
}

.gallery tr td img {
  margin: 0;
}

/*obrazok s opisom*/
.img-with-description tr td img {
  margin-bottom: 0;
}

/*zvyraznena polozka menu*/
.selected {
  background-color: rgb(225,225,225);
  color: #950b0b;
  text-decoration: underline;
}
