/******* style.css *******/

@import url(common.css);
@import url(layout-v2.css);
@import url(calendar.css);

p b {
  color: #e32f27;
}

.text {
  padding-left: 3px;
  line-height: 160%;
}


#home_info {
  width: 920px;
  margin: auto;
  height: 266px;
  background: url(../images/home_info_bg3.gif) no-repeat center -3px;
  position: relative;
}
#home_info_ovtb {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 260px;
  height: 235px;
  overflow: hidden;
}
#home_info_ovtb p {
  line-height: 130%;
}
#home_info_wiesci {
  position: absolute;
  left: 270px;
  top: 18px;
  width: 260px;
}
#home_info_kultura {
  position: absolute;
  left: 610px;
  top: 17px;
  width: 290px;
  overflow: hidden;
}
.home_today {
  position: absolute;
  top: 0; 
  right: 0;
  padding-top: 1px;
  color: #7d7d7d;
}
.hi_txt { 
  margin-top: 10px;
  /*border: 1px solid #dedede;*/
  padding: 2px;
  height: 191px;
  overflow: hidden;
}
.hi_txt p {
  margin-top: 0px;
  margin-bottom: 10px;
}

#home_arch {
  display: block;
  position: absolute;
  right: 43px;
  top: 34px;
  color: #fff;
  font-size: 13px; 
  font-weight: 900;
  text-decoration: none;
}
#home_arch:hover {
  color: #d00;
}
#home_info_calendar {
  position: absolute;
  right: 35px;
  top: 60px;
  width: 215px;
  height: 190px;
  overflow: hidden;
  text-align: center;
}
#home_cal_date {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

.textbox {
  background: url(../images/text_middle_bg.gif) repeat-y center;
  width: 820px;
  margin: auto;
}
.textbox_top {
  background: url(../images/text_top_bg.gif) no-repeat center top;
}
.textbox_btm {
  background: url(../images/text_bottom_bg.gif) no-repeat center bottom;
  padding: 15px 30px;
  padding-bottom: 20px;
}

.videobox {
  width: 225px;
  height: 230px;
  float: left;
  overflow: hidden;
  margin: 2px;
  background: url(../images/vb-bg.gif) left bottom no-repeat;
}
.vb-text {
  margin: 0 12px;
}
.videobox span {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 8px;
  width: 226px;
  height: 210px;
  overflow: hidden;
  text-align: justify;
}

.videobox .title {
  font-weight: bold;
  margin-bottom: 3px;
  position: relative;
  top: -3px;
}
.videobox p {
  margin: 0px;
}
.red {
  color: #d00;
}

.btn2 {
  background: #0077c1;
  border: 2px solid #003878;
  border-top-color: #a0e8ff;
  border-left-color: #a0e8ff;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 20px;
}


#calendar {
  border: 2px inset #3584d1;
  border-collapse: collapse;
  width: 100%;
}
#calendar thead tr {
  background: #3584d1;
  color: #fff;
}
#calendar td {
  width: 14%;
  text-align: center;
  height: 17px;
  padding: 1px;
}


form#szukaj {
  width: 355px;
  height: 180px;
  padding: 10px 0px 0px 35px;
  margin:auto;
  background: url(../images/szukaj_pole.gif) no-repeat center top;
  line-height: 350%;
  margin-bottom: 20px;
}

#videos_list {
  width: 100%;
  border-collapse: collapse;
}
#videos_list td {
  padding: 0px;
  padding-bottom: 10px;
}

.video {
  text-align: justify;
  vertical-align: top;
}
.video .title {
  font-size: 130%;
  margin-bottom: 5px;
}
.video .info {
  margin-bottom: 10px;
  font-size: 90%;
}

.pagination {
  margin: 20px 0;
}
.pagination a, .pagination b {
  padding: 0 3px;
}
