
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;color: #920d0e;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:0em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}


/* vlastní css */
html {
	margin: 0;
	padding: 0;
}
body {
	background: #419f2b url("../img/bg.png");
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	/* line-height: 1.4; */
	margin: 0px;
	padding: 0px;
	font-size: 14px; 
	color: #000000;
}
h1 {
	font-size: 24px;
}
h2 {
	color: #691b24;
	font-size: 18px;
}
h3 {
	color: #691b24;
	font-size: 16px;
}
ul li {list-style: none;
background: url("../img/li.gif") no-repeat 0% 10px;
padding: 5px 0px 0px 20px;

}
address {
	margin: 10px;
}
#stranka {
	background: #FFFFFF;
	width: 930px;
	margin: auto;
}
#hlavicka {
	width: 930px;
	height: 300px;
	background: #FFFF00 url("../img/bg_hlavicka.jpg") 0 0 no-repeat;
	margin: 0;
	padding: 0;
}
h1#logo {
	height: 300px;
	width: 930px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
h1#logo span {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	z-index: 2;
	width: 930px;
	height: 300px;
	background: #FFFF00 url("../img/bg_hlavicka.jpg") center center;
}
/* ----začátek menu--- */
menu {
	margin: 0;
	padding: 0;
}
#menu {
	background: #940b0a url("../img/bg_menu.png") 0 0 repeat-x;
	width: 928px;
	height: 46px;
	margin: 0px 1px 0px 1px;
}
#menu menu li {
	height: 40px;
	float: left;
	list-style: none;
	position: relative;
	border: none;
	background: #1A1919;
}
#menu menu li a.home, a.cenik, a.kontakt, a.objednavka, a.fotogalerie, a.zajimavosti, a.apartmany, a.home_aktivni, a.cenik_aktivni,a.objednavka_aktivni, a.kontakt_aktivni, a.fotogalerie_aktivni, a.zajimavosti_aktivni, a.apartmany_aktivni {
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("../img/menu.png") no-repeat;
}
#menu menu li span {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	padding-left: 10px;
}
#menu menu li span a {
	color: #FFFFFF;
	line-height: 45px;
	text-decoration: none;
}
#menu menu li:hover span a {
	color: #1C9FC4;
	cursor: pointer;
}
#menu menu li.aktivni span a {
	color: #1C9FC4;
}
#menu li.home, a.home, a.home_aktivni {
	width: 150px;
}
#menu li.cenik, a.cenik, a.cenik_aktivni {
	width: 68px;
}
#menu li.objednavka, a.objednavka, a.objednavka_aktivni {
	width: 110px;
}
#menu li.fotogalerie, a.fotogalerie, a.fotogalerie_aktivni {
	width: 110px;
}
#menu li.kontakt, a.kontakt, a.kontakt_aktivni {
	width: 80px;
}
#menu li.zajimavosti, a.zajimavosti, a.zajimavosti_aktivni {
	width: 170px;
}
#menu li.apartmany, a.apartmany, a.apartmany_aktivni {
	width: 130px;
}
#menu a.home {
	background-position: 0 0;
}
#menu a.home:hover, a.home_aktivni {
	background-position: 0 -41px;
}
#menu a.cenik {
	background-position: -150px 0;
}
#menu a.cenik:hover, a.cenik_aktivni {
	background-position: -150px -41px;
}
#menu a.objednavka {
	background-position: -210px 0;
}
#menu a.objednavka:hover, a.objednavka_aktivni {
	background-position: -210px -41px;
}
#menu a.fotogalerie {
	background-position: -315px 0;
}
#menu a.fotogalerie:hover, a.fotogalerie_aktivni {
	background-position: -315px -41px;
}
#menu a.kontakt {
	background-position: -425px 0;
}
#menu a.kontakt:hover, a.kontakt_aktivni {
	background-position: -425px -41px;
}
#menu a.zajimavosti {
	background-position: -505px 0;
}
#menu a.zajimavosti:hover, a.zajimavosti_aktivni {
	background-position: -505px -41px;
}
#menu a.apartmany {
	background-position: -674px 0;
}
#menu a.apartmany:hover, a.apartmany_aktivni {
	background-position: -674px -41px;
}

#obsah {
	padding: 0 20px 5px 20px;
}
#obsah img {
	padding: 3px 10px 10px 0;
}
#obsah img.last {
	padding: 0 0 10px 0;
}
/* ----konec menu--- */
#obsah {
	width: 910px;
	padding: 10px;
}
#obsaha {
background: url("../img/foto.jpg") 600px 260px no-repeat;
	width: 910px;
	padding: 0px 20px 0px 20px;
}
#obsah .figure-left .figure {
	float: left;
	margin-right: 10px;
}
table {
	border-collapse: collapse;
	border: 1px solid #009900;
	margin-bottom: 20px;
	margin-top: 10px;
}
table td {
	padding: 5px;
	border: 1px solid #009900;
	text-align: center;
}
table th {
	padding: 5px;
	border: 1px solid #009900;
	text-align: center;
	background-color: #009900;
}
#design {
	text-align: right;
	padding: 0 10px 0 0;
}
#design a {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
#paticka {
	clear: both;
	width: 900px;
	height: 9px;
	position: relative;
}
/* --css litebox-- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



