/* 
    Document   : style
    Created on : 27.6.2011, 10:01:31
    Author     : Filip Hamsik
    Description: 24_galerie
*/


html, body { 
  font-family: tahoma;
  font-size: 11pt;
  color: #dddddd;
  background-color: #222222;
  margin: 0;
  
  height:100%;
}

.container {
  background-color: #111111;
  width: 982px;
  overflow: auto;
  padding: 0;
  margin: 0 auto 0 auto;
  
  position:relative;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
}

.header {
  height:195px;
  margin-bottom: 3px;
  background-image: url(title.jpg);
  width: 982px
}

.content {
  padding: 0 0 30px 0;
  float: left;
}

.menu-pages {
  width: 982px;
  color: #000000;
  height: 45px;
}

.menu-pages a {
  float: left;
  width: 194px;
  height: 25px;
  color: #000000;  
  background-color: #dddddd;
  margin: 0 0 0 3px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}

.menu-pages a:first-child{
  margin: 0;
}

.menu-pages a:hover {
  color: #000000;
  background-color: #BDD14E;
  height: 30px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.menu-pages a.menu-pages-cur {
  color: #000000;
  font-weight: bold;
  background-color: #BDD14E;
  height: 30px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.menu-pages a:visited {
  color: #000000;
}

.menu-index {
  float: left;
  width: 240px;
}

.menu-gallery {
  float: left;
  width: 200px;
}

/*stranky - pages*/
.page {
  width: 722px;
  margin: 0 10px 0 10px;
  float: left;
}


/* zobrazeni vsech galerii v kategorii*/
.all {
  width: 762px;
  margin: 0 10px 10px 10px;
  float: left;
}

.fotkatydne {
  float: left;
  width: 462px;
  padding: 0 0 0 10px;
  border: 0;
}

.fotkatydne-popis {
  color: #BDD14E;
  font-weight: bold;
}

.fotkatydne img {
  border: 0;
}

.fotkatydne p {
  text-align: center;
  
}

.aktuality {
  float: left;
  width: 240px;
  padding: 0 10px 0 10px;
}

.aktualita-date {
  display: block;
  font-size: 8pt;
  margin-top: 10px;
}

.aktualita-date-prvni {
  display: block;
  font-size: 8pt;
  margin-top: 10px;
  color: #BDD14E;
}

.aktualita {
  display: block;
  margin-bottom: 5px;
}



.kategorie {
  width: 762px;
  float: left;
  padding: 0 10px 10px 10px;
}

.nejnovejsi {
  border: #333333 solid 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  background-color: #333333;/*#555555;*/
  /*height: 150px;*/
  float: left;
  width: 742px;
}

.nejnovejsi img {
  float: left;
  margin-right: 20px;
  margin-left: 2px;
  /*width: 190px;*/
  border: 0;
}

.nejnovejsi h2 {
  margin: 0;
}

.starsi-fotka {
  height: 190px;
  margin: auto 0 auto 0;
}

.starsi-1 h2 {
  margin: 10px;
}

.starsi-2 h2 {
  margin: 10px;
}

.starsi-3 h2 {
  margin: 10px;
}

.starsi-1 {
  width: 225px;
  height: 220px;
  float: left;
  border: #333333 solid 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #333333;
}

.starsi-1 img {
  /*width: 190px;*/
  border: 0;
}

.starsi-2 {
  width: 226px;
  height: 220px;
  float: left;
  border: #333333 solid 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  background-color: #333333;
}

.starsi-2 img {
  /*width: 190px;*/
  border: 0;
  
}

.starsi-3 {
  width: 225px;
  height: 220px;
  float: left;
  border: #333333 solid 1px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;

  margin-top: 10px;
  text-align: center;
  background-color: #333333;
}

.starsi-3 img {
  /*width: 190px;*/
  border: 0;
}

h1 {
  margin: 0 0 5px 0;
  font-size: 15pt;
  /*color: #BDD14E;*/
}

.menu-index h1, .menu-gallery h1 {
	margin-left: 10px;
}

h2 {
  margin: 20px 0 5px 0;
  font-size: 11pt;
}


h3 {
  margin: 0;
  font-size: 50pt;
}

h4 {
font-size: 50pt;
}

a {
  color: #BDD14E;
  text-decoration: none;
}

a:hover {
  color: #BDD14E;
  text-decoration: underline;
}

a:visited {
  color: #BDD14E;

}


.footer {
  font-size: 8pt;
  text-align: center;
  padding: 0 0 10px 0;
  width: 100%;
  color: #555555;
  float: left;
  position:absolute;
  bottom:0;
}

#bbpocitadlo-ih509rrnbicsmrkjp0n41ubdmmxcc1 {
  color: #555;
}


/*menu*/


ul a {
  color: #eeeeee;
  text-decoration: none;
}

ul a:visited {
  color: #eeeeee;
    text-decoration: none;
}


ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  
}

.vnorenemenu {
  padding-left: 00px;
}

li {
  height: 30px;
  background-color: #111111;    /*555555*/
  color: #eeeeee;
  font-weight: bold;
  padding-left: 10px;
  line-height: 26px;      /*vertikalni pozice v polozce menu*/
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

li:hover {
  background-color: #BDD14E;
  color: #000000;
}

.vnorenemenu_cur li {
  /*background-color: #333333;/*#aaccff;        /*barva polozek vnoreneho menu*/
  color: #BDD14E;/*#999999;                   /*barva pisma v polozce vnoreneho menu*/
  padding-left: 10px;
  vertical-align: middle;
  border-left: #BDD14E solid 8px;
}

.vnorenemenu li {
  /*background-color: #333333;/*#aaccff;        /*barva polozek vnoreneho menu*/
  color: #BDD14E;/*#999999;          */         /*barva pisma v polozce vnoreneho menu*/
  padding-left: 10px;
  vertical-align: middle;
  border-left: #BDD14E solid 8px;
}

.vnorenemenu li:hover, .vnorenemenu_cur li:hover  {
  background-color: #BDD14E;
  color: #000000;
}

.vnorenemenu .current_gal{
  background-color: #BDD14E;/*#fce803;*/
  color: #000000;
}

.current_cat{
  background-color: #BDD14E;/*#fce803;*/
  color: #000000;
}

.menu-gallery a:hover, ul a:hover {
  text-decoration: none;
}


/*gallery*/

.gallery {
  background-color: #111111;
  float: left;
  width: 742px;
  padding: 0 20px 10px 10px;
}


.gal-popis {
  line-height: 22px;
}


.fotky {
  margin: 0px;
  float: left;
}

.fotky-radek {
  width: 742px;
  float: left;
  text-align: center;
}

.fotky-fotka {
  width: 240px;
  float: left;
  text-align: center;
}

.fotka-nazev {
  font-size: 8pt;
}

.fotky img {
  margin: 10px 10px 0px 10px;
  border: 0;
}

.komentare {
  margin-bottom: 10px;
  float: left;
}
.comment {
  background-color: #555555;
  margin: 5px 0 5px 0;
  padding: 0 10px 10px 10px;
  float: left;
  width: 715px;
}

.comment a {
  text-decoration: none;
}

.comment a:hover {
  text-decoration: underline;
}

.jmeno {
  display: block;
  font-weight: bold;
  font-size: 11pt;
  padding-top: 5px;
}

.date {
  display: block;
  font-size: 7pt;
  margin-bottom: 5px;
  font-weight: bold;
}

.gallery .date {
  color: #BDD14E;
}

.text {

}

.inputname {
  width: 285px;
  margin: 0;
  padding: 0;
}

table {
  margin-top: 10px;
}

table textarea {
  width: 630px;
  margin: 3px 0 0 0;
  padding: 0;
  resize: vertical;
  overflow: auto;
}

.tab-1 {
  width: 100px;
}


input, textarea {
	background-color: #ddd;
	border: 0;
	font-family: sans-serif;
}


/*photo*/



.photo {
  width: 982px;
  background-color: #111111;
  float: left;
  padding-bottom: 10px;
}

.image {
  width: 982px;
  background-color: #111111;
  text-align: center;
  vertical-align: middle;
}

.imagebox {
  width: 900px;
  float: left;
  text-align: center;
}

.breadcrumb {
  height: 31px; /*dohromady s paddingem 39px*/
  padding: 8px 0 0 10px;
  font-size: 10pt;
  color: #BDD14E;
}

.breadcrumb a {
  text-decoration: none;
  color: #BDD14E;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.photo-close {
  font-weight: bold;
  font-size: 15pt;
  position: absolute;
  top: 5px;
  right: 5px;
}

.photo-close a:hover {
  text-decoration: none;
}

.image img {
  margin: 0px auto 0 auto;

  background-color: #111111;
  border: 0;
  padding: 0px 0 0 0;
}

.nav {
  float: left;
  width: 41px;
  height: 600px;
  display: block;
  background-color: #111111;
}

.nav-left {
  width: 41px;
  height: 200px;
  display: block;
  float: left;
  background-image: url(left.png);
  background-repeat: no-repeat;
  margin: 250px 0 auto 0;
}

.nav-left:hover {
  width: 41px;
  height: 200px;
  display: block;
  float: left;
  background-image: url(left_hover.png);
  background-repeat: no-repeat;
  margin: 250px 0 auto 0;
}

.nav-right {
  width: 41px;
  height: 200px;
  display: block;
  float: left;
  background-image: url(right.png);
  background-repeat: no-repeat;
  margin: 250px 0 auto 0;
}

.nav-right:hover {
  width: 41px;
  height: 200px;
  display: block;
  float: left;
  background-image: url(right_hover.png);
  background-repeat: no-repeat;
  margin: 250px 0 auto 0;
}

.info {
  width: 982px;
  height: 50px;
  float: left; 
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 10pt;
}

.exif {
  display: block;
  width: 982px;
  text-align: center;
  padding-bottom: 10px;
}

.popis {
  font-size: 11pt;
  padding: 0 10px;
  color: #BDD14E;
  font-weight: bold;
  display: block;
  width: 962px;
  text-align: center;
  margin-bottom: 5px;
}

.cur-2 {
  width: 190px;
  padding: 4px 4px 4px 0;
  margin-bottom: 25px;
  float: left;
  text-align: center;
}

.cur-2 img {
  border: 0;
}


.cur-1 {
  width: 190px;
  padding: 4px;
  margin-bottom: 25px;
  float: left;
  text-align: center;
}

.cur-1 img {
  border: 0;
}

.cur0 {
  width: 198px;
  margin-bottom: 25px;
  float: left;
  
  text-align: center;
}

.cur0 img {
  padding: 4px;
  background-color: #BDD14E;
  border: 0;
}

.cur1 {
  width: 190px;
  padding: 4px;
  margin-bottom: 25px;
  float: left;
  text-align: center;
}

.cur1 img {
  border: 0;
}

.cur2 {
  width: 190px;
  padding: 4px 0 4px 4px;
  margin-bottom: 25px;
  float: left;
  text-align: center;
}

.cur2 img {
  border: 0;
}


.kontakt {
  font-size: 10pt;
  margin: 0;
  padding: 10px 0 0 0;
}