/*-----------------------------------------------------+
| SQUARE RS                                            |
| Copyright (c) 2010 Tomáš Kolinger.                   |
| Všechna práva vyhrazena. / All rights reserved.      |
|------------------------------------------------------|
| File: css_news.css                                   |
| Author: Tomáš Kolinger                               |
+-----------------------------------------------------*/
/* head news */
#news-head {
  position: relative;
  float: left;
  background: url('images/news-head-background.jpg') no-repeat;
  width: 456px;
  height: 289px;
}
#news-head img.news-img {
  width: 436px;
  height: 109px;
  margin: 6px 0 0 12px;
  display: block; 
}
#news-head img.news-img-bg {
  width: 436px;
  height: 109px;
  display: block;
  position: absolute;
  top: 6px;
  left: 12px;
}
#news-head h1.news-h1 {
  margin: 3px 0 4px 13px;
  color: #2c2c2c;
  font-size: 18px;
}
#news-head h2.news-h1 {
  margin: 3px 0 4px 13px;
  color: #2c2c2c;
  font-size: 18px;
}
#news-head a {
  text-decoration: none;
  color: #e6e6e6;
}
#news-head p {
  margin: 3px 12px 0 13px;
  color: #e6e6e6;
  font-size: 12px;
}
#news-head span.stars {
  position: absolute;
  bottom: 20px;
  right: 80px;
  height: 18px;
}
#news-head span.stars img.star {
  float: left;
  padding-left: 5px;
}
#news-head span.comments {
  position: absolute;
  bottom: 18px;
  right: 20px;
  background: url('images/commentbig.png');
  width: 34px;
  height: 22px;
  display: block;
  padding: 3px 0 0 0;
  color: #282828;
  font-style: italic;
  text-align: center;
}
#news-head div.pages {
  position: absolute;
  bottom: 20px;
  left: 13px;
}
#news-head div.pages span.news-page {
  background: url('images/news-head-page1.png');
  width: 13px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 3px;
  padding: 1px 0 0 5px;
  color: #2c2c2c;
  font-weight: bolder;
  text-decoration: none;
  cursor: pointer;
}
#news-head div.pages span.news-page2 {
  background: url('images/news-head-page2.png');
  width: 13px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 3px;
  padding: 1px 0 0 5px;
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  cursor: pointer;
}
#news_0 {
  display:block;
}
#news_1 {
  display:none;
}
#news_2 {
  display:none;
}
#news_3 {
  display:none;
}
#news_4 {
  display:none;
}
#news_5 {
  display:none;
}
#news_6 {
  display:none;
}
#news_7 {
  display:none;
}
#news_8 {
  display:none;
}
#news_9 {
  display:none;
}
#news_10 {
  display:none;
}
#news {
  width: 456px;
  float: left;
}
/* small news */
#news div.news-box {
  float: left;
  width: 222px;
  height: 279px;
  margin: 0 0 6px 6px;
}
#news div.news-box div.head {
  background: url('images/news-head.png') no-repeat;
  width: 222px;
  height: 6px; 
    float: left;  
}
#news div.news-box div.content {
  background: url('images/news-content.png') repeat-y;
  width: 222px; 
  height: 267px;
  float: left;
  position: relative; 
}
#news div.news-box div.content img.section-img {
  width: 24px;
  height: 16px;
  margin: 9px 9px 0 10px;
  float: left;
}
#news div.news-box div.content h2.news-title {
  font-size: 12px;
  float: left;
  display: inline;
  margin: 10px 0 15px 0;
}
#news div.news-box div.content a {
  text-decoration: none;
  color: #000;
}
#news div.news-box div.content img.news-img {
  width: 207px;
  height: 60px;
  border-top: 1px dotted #595959;
  padding-top: 4px;
  position: absolute;
  top: 35px;
  left: 7px;
}
#news div.news-box div.content img.news-img-bg {
  width: 207px;
  height: 60px;
  border-top: 1px dotted #595959;
  padding-top: 4px;
  position: absolute;
  top: 35px;
  left: 7px;
}
#news div.news-box div.content img.news-img-bg {
  position: absolute;
}
#news div.news-box div.content p {
  font-size: 10px;
  margin: 6px 8px 11px 8px;
  display: block;
  position: absolute;
  top: 100px;  
}
#news div.news-box div.content div.info {
  position: absolute;
  width: 207px;
  height: 36px;
  font-size: 11px;
  color: #747474;
  border-top: 1px dotted #595959;
  float: left;
  bottom: 7px;
  left: 7px;
}
#news div.news-box div.content div.info a {
  color: #353434;
  text-decoration: none;
}
#news div.news-box div.content div.info span.left {
  float: left;
  width: 110px; 
  padding-top: 5px;
}
#news div.news-box div.content div.info span.left img.star {
  padding: 3px 5px 0 0;
}
#news div.news-box div.content div.info span.right {
  float: right;
  width: 90px; 
  padding-top: 5px;
  text-align: right; 
}
#news div.news-box div.content div.info span.comments {
  background: url('images/news-comments.png');
  width: 30px;
  height: 20px;
  display: block;
  float: right;
  padding-top: 2px;
  color: #7c7c7c;
  font-style: italic;
  margin: 2px 15px 0 0;
  text-align: center;
}
#news div.news-box div.bottom {
  background: url('images/news-bottom.png') no-repeat;
  width: 222px; 
  height: 6px; 
  float: left;
}
/* latest videos & latest galleries */
#panel5 {
  float: left;
  width: 450px;
  margin-left: 6px;
}
#panel5 div.panel5-head {
  position: relative;
  background: url('images/panel5-head.png') no-repeat;
  width: 450px;
  height: 41px;
}
#panel5 div.panel5-head h2 {
  position: absolute;
  top: 14px;
  left: 58px;
  font-size: 14px;
  color: #2c2c2c;
}
#panel5 div.panel5-content {
  background: url('images/panel5-content.png') repeat-y;
  width: 450px;
  padding: 5px;
}
#panel5 div.panel5-bottom {
  background: url('images/panel5-bottom.png') no-repeat;
  width: 450px;
  height: 6px;
  margin-bottom: 6px;
}