/*
  Author: Radim Brounek | Nevada design
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

/*
  Intro css
*/

body {
  font: 1em arial;
	color: black;
  text-align: center;
  background: #67abdb url('images/nbg1.jpg') no-repeat;
  background-attachment: fixed;
}

#header{
  width: 100%;
  height: 128px;
  position: relative;  
}

h1{
  position: absolute;
  top: 6px;
  left: 353px;
  width: 464px;
  height: 91px;
}

h1 a{
  display: block;
  width: 470px;
  height: 101px;
  background: url('images/logo.png') no-repeat top left;
}

h1 a span{
  display: none;
} 

#main{
  width: 1000px;
  margin: 0 auto; 
}

#menu{
  position: relative;
  z-index: 10;
  float: left;
  width: 202px;
  margin-top: 110px;
  margin-left: 80px;     
}

#menu ul{
  text-align: left;
  list-style: none;
}

#menu ul li a{
  display: block;
  height: 45px;
  background-repeat: no-repeat; 
  margin-bottom: 30px; 
}

#menu ul li a.uvod{
  background: url('images/uvod.png') top left;
  width: 98px; 
}

#menu ul li a.kemp{
  background: url('images/kemp.png') top left;
  width: 98px;  
}

#menu ul li a.e-shop{
  background: url('images/e-shop.png') top left;
  width: 117px;  
}

#menu ul li a.o-me{
  background: url('images/o-me.png') top left;
  width: 107px;  
}

#menu ul li a.fotogalerie{
  background: url('images/fotogalerie.png');
  width: 162px;  
}

#menu ul li a.sponzori{
  background: url('images/sponzori.png');
  width: 130px;  
}

#menu ul li a.kontakt{
  background: url('images/kontakt.png');
  width: 122px; 
  margin-bottom: 0px; 
}

#menu ul li a:hover{
  background-position: top right;
}

#menu ul li a span{
  display: none;
}

#box{
  position: relative;     
  width: 667px;
  float: right; 
}

#img-intro{
  float: right;
  margin-top: 10px;
  margin-right: 50px;
  width: 461px;
  height: 306px; 
  background: url('images/img-intro.png') no-repeat top right;
}

#left-area{
  float: left;
  width: 300px;
}

#extended
{ 
  float: left;                
  width: 100%;
}

#left-banner{
  position: relative;
  z-index: 10;
  float: left;
  width: 300px;    
  margin-top: -60px;   
}


#left-banner h2 span{
  display: none;
}

#right-banner{
  float: right; 
  width: 667px; 
 
}

#right-banner h2{
  background: url('images/novinky.png') no-repeat top left;
  width: 180px;
  height: 67px;
  margin-left: 15px;
  margin-top: 36px;
}

#right-banner h2 span{
  display: none;
}

#sign{
  width: 100%;
  float: left;
  background: #fff;
}

#sign-space{
  width: 1000px;
  margin: 0 auto;
}

#sign a{
  text-decoration: none;
}

#sign p{
  display: inline;
}

#sign a:hover{
  text-decoration: underline;
}

div.news{
  float: left;
  width: 654px;
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
}

div.news img{
  float: left;
  width: 150px;
  padding: 5px;
  height: 120px;
  margin: 10px;
  border: 1px solid #718591;
  
}

div.news div.news-text{
  float: right;
  margin: 20px;
  width: 600px;
}

div.news div.news-text h3, div.news div.news-text h3 a{
  text-align: left;
  font-size: 18px; 
  color: #000;
}

div.news div.news-text p{
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  line-height: 140%;
}

.clear{
  clear: both;
}



#text-banner{
  float: right;
  width: 667px;
}

#b-body{
  width: 667px;
  background: url('images/body.png') repeat-y;
  margin-bottom: 60px;
  margin-top: 40px;       
}

#b-top{
  position: relative;
  padding-top: 32px;
  top: -32px;
  width: 100%;
  background: url('images/top.png') no-repeat left top; 
}

#b-bottom{
  position: relative;
  background: url('images/bottom.png') no-repeat left bottom; 
  top: 64px;
  padding-bottom: 32px; margin-top: -52px;   
}

#formater{
  padding: 0 40px;
  text-align: left;
  min-height: 220px;
}

#formater h2{
  font-size: 20px;
  text-align: left;
}

#formater p{
  text-align: left;
  line-height: 140%;
  font-size: 14px;
  padding: 10px 0;
}


#stext-banner{
  float: left;
  width: 300px;
  margin-top: 120px;
}

#sb-body{
  width: 300px;
  background: url('images/sbody.png') repeat-y;
  margin-bottom: 60px;
  margin-top: 40px;         
}

#sb-top{
  position: relative;
  padding-top: 32px;
  top: -32px;
  width: 100%;
  background: url('images/stop.png') no-repeat left top; 
}

#sb-bottom{
  position: relative;
  background: url('images/sbottom.png') no-repeat left bottom; 
  top: 64px;
  padding-bottom: 32px;
}

#sformater{
  margin-top: -60px;
  padding: 0 40px;
  text-align: left;
}

#sformater p{ 
  margin-top: 10px;

  font-size: 12px;
  color: #000;
  
}

#sformater p a{
  text-decoration: underline;
  color: #000;
}

#sformater p a:hover{
  text-decoration: none;
}

p.site-coment small{
  font-size: 10px;
  margin-top: 20px;
}

ol.commentlist{
  list-style: none;
  margin-left: 10px;
}

ol.commentlist li{
  margin-top: 25px;
}

.vcard{

}

.comment-meta{
  font-size: 12px;
}

.comment-body{
  border-left: 1px solid black;
  padding: 10px;
  font-size: 14px;
}

.comment-body p{
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.comment-body em{
  font-size: 12px;
  text-align: left;
}

.comment-author{
  width: 100%;
  margin-bottom: 5px;
}

.entry p{
  text-align: left;
  line-height: 160%;

  margin-top: 20px;
  font-size: 13px;
}

.entry a img{
  border: 1px solid #718591;
  margin: 20px;
  padding: 5px;
  
}

.alignright{
  float: right;
}

.alignleft{
  float: left;
}

.aligncenter{
  margin: 0 auto;
}

#respond{
  clear: both;
  font-size: 12px;
}

.post h2{
  font-size: 18px;
  margin: 0px 10px 0 10px;
  color: #005198;
}

.piclenselink{
  margin-bottom: 20px;
}

ul.sponzori{
  margin-top: 40px;
  text-align: left;
  list-style: none;
  float:left;
}

div.footer-format{
  margin-top: 20px;
  float: left;
  width: 245px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #0c4b8e;
  margin-bottom: 20px;
}

div.footer-format ul.sponzori{
  margin-top: 20px;
}

ul.sponzori li{
  float: left;
  font-size: 12px;
}

ul.sponzori li a img{
  width: 100px;
  margin-right: 18px;
}

div.nevada-sign{
  margin-top: 20px;
  float: left;
}

div.nevada-sign a{
  text-align: black;
  color: black;
  text-decoration: none;
}

div.nevada-sign a:hover{
  text-decoration: underline;
}

div.sign-text{
  margin-top: 80px;
  font-size: 12px;
  float: right;
  width: 400px;
}

hr{
  float: left;
  width: 100%;
}

#sidebar ul{
  list-style: none;
}

a.shutterset_ngg-images-4 img{
  margin-left: 30px;
  margin-top: 10px;
}












a.popup{
  width: 600px;
  height: 350px;
  display: block;
  background: url('images/gen.png') no-repeat left top;
  
}

a.popup span{
  display: none;
}

a.pop-close{
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 5px;
  left: 550px;
  background: url('images/pop-close.png') no-repeat left top;
  z-index: 999;
}

a.pop-close span{
  display: none;
}
