/* 
    Document   : stylo
    Created on : 6.12.2008, 22:56:09
    Author     : Marek Chrenko
    Description: Main style for every page
*/

root { 
    display: block;
    -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform: rotate(90deg);
 	-moz-transform: rotate(90deg);
}

body
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;

  text-align: center;
  background-color: white;

  font-size: 0.8em;
  font-family: Georgia, Arial, Verdana;
  color: rgb(131,134,113);

  cursor: default;
}

p
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0px;

}

/* kvetinky na samom vrchu */
#topFlowers
{
  background-image: url('.././img/head_flowers.png');
  height: 61px;
  background-repeat: repeat-x;
}

/*styl obrazku s menom*/
#name
{
  float: left;
}

/*pevna sirka stranky + centrovanie*/
.fixWidth
{
  width: 800px;
  position: relative;
  text-align: left;
  margin: auto;

  padding-top: 30px;
}

/*menicko vpravo hore*/
#menu
{
  text-align: right;
  position: absolute;
  top: 15px;
  left: 630px;
  z-index: 0;
}

#menu li
{
  text-align: right;
  padding-top: 0px;
  padding-bottom: 1px;
  list-style-type: none;
}

/*nextimage vpravo hore*/
#nextimage
{
  text-align: right;
  position: absolute;
  top: 120px;
  left: 750px;
  z-index: 3;
}

/*kvety hore a dole okolo listy hlavnej farebnej*/
#listaKvetyHore
{
  position: absolute;
  top: 190px;

  background-image: url('.././img/listy/kvety_vrch.png');
  height: 24px;
  width: 100%;
  z-index: 5;
}

#listaKvetyDole
{
  position: absolute;
  top: 360px;

  background-image: url('.././img/listy/kvety_spodok.png');
  height: 29px;
  width: 100%;
  z-index: 5;
}


/*obrazok s textom napasovany na listu*/
#listaText
{
  height: 144px;
  position: absolute;
  top: 152px;

  z-index: 10;
}

/*kvietky na paticke*/
#footFlowers
{
  background-image: url('.././img/listy/spodok_kvietky.png');
  height: 28px;
  background-repeat: repeat-x;
  width: 100%;
}
/*spodna seda paticka*/
#footGray
{
  background-image: url('.././img/listy/footer.png');
  height: 144px;
  background-repeat: repeat;
  width: 100%;
}

/*font v paticke*/
.footer
{
  font-family: Verdana, Arial;
  font-size: 10px;
  color: white;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover
{
  font-family: Verdana, Arial;
  font-size: 10px;
  color: white;
  text-decoration: none;
}

/*ziaden padding a styly pre odkazy */
a img, a:hover img, a:link img, a:visited img
{
  color: white;
  background-color: white;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-width: 0px;
}

a:focus
{
-moz-outline-style: none;
}

/*spatne odkazy na menu stranky*/
.toMenu
{
  text-align: right;
  position: relative;
  right: 0px;

  font-size: 10px;
  padding-bottom: 5px;
}

/*my name*/
h1
{
  color: white;
  font-size: 2px;
  display: none;
}

/*menu*/
h3
{
  color: white;
  font-size: 2px;
  display: none;
}

.banner
{
  position: fixed;
  left: -12px;
  top: 450px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

/*test css3 + html5 */
.cerveno
      {
        -webkit-transition-timing-function: ease-out;
      	-webkit-transition-duration: 500ms;
      	-webkit-transform: rotate(0deg);
       	-moz-transform: rotate(0deg);
       	color:white;
       	padding: 5px 5px 5px 5px;
       	font-family: Verdana;
      }

      .cerveno:hover
      {
        -webkit-transition-timing-function: ease-out;
      	-webkit-transition-duration: 500ms;
      	-webkit-transform: rotate(30deg);
      	-moz-transform: rotate(30deg);
      }

      .origin_middle
      {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
      }

      .origin_bottom
      {
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
      }

      .origin_top
      {
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
      }
      
.gsc-adblock
{
  visibility: hidden;
  display: none;
}