/* CSS */

/* HTML ELEMENTY */
body {
  margin: 0px;
  padding: 0px;
  font-family: Lucida Sans Unicode;
  font-size: 13px;
}

img {
  border: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lucida Sans Unicode;
  font-weight: normal;
}

td {
  vertical-align: top;  
}


/* ID casti stranky */

#header {
  background: url(header-bg.png);
}
  #header div.top {
    background: #000;
    height: 30px;
    border-bottom: 2px solid #2B2B2B;
  }
  
    .inside_top{
      margin-left: auto;
      margin-right: auto;
      padding-top: 8px;
      padding-left: 770px;
      color: #777;
      width: 250px;
      font-size: 11px;
      text-align: center;
            
    }
  
  #header div.mid {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 170px;
  }
  
  #header div.mid-item{
    display:inline;
    float:left;
  }

    .searchform {
      display: inline;
      float: left;
    }

    .mid-item form {

    }

    .mid-item input.search {
      border: 0px;
      margin-top: 15px;
      padding: 12px 0px 0px 20px;
      background: url(header-search.png) no-repeat;
      width: 245px;
      height: 30px;
    }
    
    .mid-item input.submit {
      border: 0px;
      width: 30px;
      height: 30px;
      background: url(header-lupa.png) no-repeat;
    }
  
  ul.basic-menu {
    display: inline;
    float: left;
	  list-style: none;
    margin: 10px 50px 0px 40px;
	  padding: 0px;
  }

  ul.basic-menu li {
    display: inline;
    float: left;
    width: 53px;
    margin:  0px;
    padding: 0px 15px;
    text-align: center;
  }

  ul.basic-menu li a{
    display: block;
	  float: left;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 10px;
    color: #AAA;
  }
  
  ul.basic-menu li a:hover{
    color: #FFF;
  }


#nav {
  /*height: 150px;*/
}

#nav ul{
    display: inline;
    float: left;
	  list-style: none;
    margin: 0px;
	  padding: 0px;
  }

  #nav ul li{
    display: inline;
    float: left;
    height: 45px;
    margin:  0px;
    padding: 20px 100px 0px 0px;
    text-align: center;
  }

  #nav ul li a{
    display: block;
	  float: left;
    text-decoration: none;
    font-size: 21px;
    text-align: left;
    position: absolute;
  }
  
  #nav ul li.science  { color: /*#800051*/#D30C8A; width: 90px; }
  #nav ul li.people   { color: #A1AD03; width: 50px; }
  #nav ul li.sport    { color: #DEA12E; width: 35px; }
  #nav ul li.other    { color: #D32A15; width: 150px; }
  
  #nav ul li.science a { color: #D30C8A; }
  #nav ul li.people  a { color: #A1AD03; }
  #nav ul li.sport   a { color: #DEA12E; }
  #nav ul li.other   a { color: #D32A15; }



  #nav ul li a:hover { font-size: 22px; }

  #header div.bottom {
    border-top: 1px dashed #444444;
    height: 25px;
    padding-top: 5px;
    background: #2B2B2B;
  }
  
  .language {
    width: 50px;
    padding-left: 810px;
    margin-left: auto;
    margin-right: auto;
    color: white;
  }
  .language a       { color: #BBB; text-decoration: none; }
  .language a:hover { color: #FFF; }

/*
#background{
  background: url(background.png) repeat-x white;
}
*/

#header-shadow{
  background: url(header_shadow.png) repeat-x;
  height: 10px;
}

#content-top{
  width: 1040px;
  height: 27px;
  background: url(content_top_background.png) no-repeat;  
  margin-left: auto;
  margin-right: auto;
}


#content {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px 20px 40px;
  background: url(content_background.png) repeat-y;
  font-family: TAhoma;
  /*border-left: 1px dashed silver;
  border-right: 1px dashed silver;
  */
}

  #content h1{
    font-size: 20px;
    font-weight: normal;
    color: #066BB9;
  }

  #content h2{
    font-size: 16px;
  }

  #content h3.category {
    font-weight: normal;
    font-size: 20px;
    color: #D30C8A;
  }

#content-bottom{
  width: 1040px;
  height: 27px;
  background: url(content_bottom_background.png) no-repeat;  
  margin-left: auto;
  margin-right: auto;
}

#footer {
  text-align: center;
  border-top: 1px dashed silver;
  padding: 20px 0px 0px 0px;
  margin-top: 40px;
  
}

#v_left{
  width: 510px;
  display: inline;
  float: left;
  padding-right: 20px;
  padding-top: 20px;
  /*border: 1px solid green;*/
}


  #v_left h3.category {
    font-weight: normal;
    font-size: 20px;
    color: #D30C8A;
  }

#v_right{
  width: 300px;
  display: inline;
  float: left;
  padding-left: 20px;
  border-left: 1px dashed silver;
  padding-top: 20px;
}

  #v_right h3.visits {
    font-weight: normal;
    font-size: 19px;
    color: #A1AD03;
  }

  #v_right h3.rating {
    font-weight: normal;
    font-size: 19px;
    color: #DEA12E;
  }




#c_left{
  width: 630px;
  display: inline;
  float: left;
  padding-right: 20px;
  padding-top: 20px;
  /*border: 1px solid green;*/
}


  #c_left h3.category {
    font-weight: normal;
    font-size: 20px;
    color: #D30C8A;
  }

#c_right{
  width: 300px;
  display: inline;
  float: left;
  padding-left: 20px;
  border-left: 1px dashed silver;
  padding-top: 20px;
}

  #c_right h3.visits {
    font-weight: normal;
    font-size: 19px;
    color: #A1AD03;
  }

  #c_right h3.rating {
    font-weight: normal;
    font-size: 19px;
    color: #DEA12E;
  }
  


.videogallery {
}

  .videogallery tr td{
    width: 120px;
    vertical-align: top;
    padding: 4px;
    border: 1px solid white;
  }
  
  .videogallery tr td:hover{
    background: #E2E2E2;
    border: 1px solid #CCC;
  }
  
  .videogallery a { text-decoration: none; font-weight: bold; color: #066BB9;  }
  .videogallery a:visited { color: #066BB9;  }
  .videogallery a:hover { text-decoration: underline;  }
  
  .pic  { border: 1px solid #AAA; }
  .pic img { border: 1px solid white; }



.v_wrap h3{
  margin: 0;
  padding-top: 20px;
}

.video {
  width: 560px;
  display: inline;
  float:left;
}

  .video h2 {
    color: #066BB9;
    padding-bottom: 2px;
    margin-bottom: 0px;
  }
  
.reklama {
  display: inline;
  float: left;
  width: 420px;
  text-align: center;
  vertical-align: center;
  margin-top: 150px;
}


.comment {
  border-bottom: 1px dotted gray;
  width: 500px;
  padding: 10px 10px 20px 10px;
}
  
  .comment p{
    width: 500px;
  }
  
  .comment span.name{
    color: #333;
    float: left;
    display: inline;
  }
  
  .comment span.date{
    color: #AAA;
    float: right;
    display: inline;    
  }
  
.comment_form{
  border: 1px solid grey;
  padding: 0px 10px 20px 20px;
  width: 470px;
}

  .comment_form td{ vertical-align: top; }


#add_comment{
  display: none;  
} 
  

/* NOVINY */
.news_heading {
  color: #066BB9;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 20px;
}

.news_list{
  padding: 0px 10px 5px 10px;
  /*width: 700px;*/
  /*height: 120px;*/
  border-bottom: thin dotted silver;
  /*font-weight: bold;*/
  margin-bottom: 5px;
  
}
  .news_list td{
    vertical-align: top;
  }

  .news_list p {
    padding: 0px 0px 0px 10px;
    margin: 3px 0px 0px 0px;
  }

  .news_list h3{
    margin: 0px 0px 0px 10px;
    padding-bottom: 0px;
  }

  .news_list h3:hover{
    text-decoration: underline;
  }
  
  .news_list a{
    color: #066BB9;
    text-decoration: none;
    font-weight: bold;
  }

  .news_list a:hover{
    text-decoration: underline;
  }
  
.news-text {
  padding-left: 8px;
  margin-bottom: 20px;
}

.news-img {
  border: 1px solid white;
}

.news-pic {
  float: left;
  margin-right:10px;
  border: 1px solid silver;
}
  
  
  
/* homepage */
  
.home_videos {
  float: left;
  display: inline;
  padding: 5px;
}
  
  .home_videos h2 {
    margin-left: 10px;
  }
  
  
/* KONTAKT */
.contact {
  font-weight: bold;
}
  
  .contact a {
    color: #066BB9;
    text-decoration: none;
  }
  
  .contact a:hover {
    text-decoration: underline;
  }
  
  
/* div ciarkovany */
.dashes {
  width: 100%;
  border-bottom: 1px dashed silver;
  margin-bottom: 15px;
}
