/* ----------------------------------------------------------------------- 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: 2em;
	margin-bottom: 0.75em;
}
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: 1.4em;
	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;
}
/* forms.css */
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color: #fff;
	border: 1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color: #666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin: 0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position: relative;
	top: .25em;
}
form.inline {
	line-height: 3;
}
form.inline p {
	margin-bottom: 0;
}
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* vlastní css */
html {
	margin: 0;
	padding: 0;
}
body {
	background: #f9fad0 url("../images/patternbg.jpg") 0 0 repeat-x;
	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: 13px;
	color: #000000;
}
address {
	margin: 10px;
}
#stranka {
	width: 900px;
	margin: 0px auto;
}
#hlavicka {
	width: 900px;
	height: 210px;
	background: url("../images/logo2.png") 577px 0px no-repeat;
	margin: 0;
	padding: 0;
}
#logo {
	width: 900px;
	height: 144px;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 1px;
}
#logo span {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	z-index: 2;
	width: 900px;
	height: 144px;
	background:  url("../images/logo.png") 0 0 no-repeat;
}
#obsah {
	width: 900px;
	padding: 0px;
	background: #f9fad0;
}
#obsah_body {
	width: 900px;
	padding: 20px;
	float: left;
}
#seznam {
	width: 400px;
	padding: 20px;
	float: left;
}
#paticka {
	padding: 0;
	width: 900px;
	height: 50px;
	float: left;
	background: #9b0b02;
}
#design {
	text-align: right;
	margin: 0px;
}
#paticka_info {
	margin: 5px auto 0px auto;
	padding: 0;
	width: 480px;
	text-align: center;
	color: #f27405;
}
#paticka_info a {
	color: #f27405;
}
#design a {
	margin: 0px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	font-size: 11px;
	color: #f27405;
}
.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
input[type=text] {
	margin: 1em;
	width: 30px;
	border: 1px;
}
input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	background: #348075;
	color: white;
}
input[type=submit]:hover, form a:hover {
	background: #287368;
	cursor: pointer;
}
/* menu */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 500px;
	height: 63px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
	top: 0px;
	color: #000033;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 63px;
	display: block;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	list-style: none;
	display: inline;
}
#o_nas {
	width: 103px;
	background: url(../images/o_nas.png) no-repeat;
}
#cukrovinky {
	width: 122px;
	background: url(../images/cukrovinky.png) no-repeat;
}
#kontakt {
	width: 117px;
	background: url(../images/kontakt.png) no-repeat;
}
#o_nas a:hover {
	background: url(../images/o_nas_span.png) no-repeat
}
#cukrovinky a:hover {
	background: url(../images/cukrovinky_span.png) no-repeat;
}
#kontakt a:hover {
	background: url(../images/kontakt_span.png) no-repeat;
}
div.polozka {
	border-top: 1px dashed black;
	margin: 10px;
	clear: both;
}
div.polozka_text {
	float: left;
	padding: 4px;
	margin: 6px 0px;
}
div.foto {
	float: right;
	padding: 10px;
}
div.foto img {
	margin-right: 4px;
	border: 1px solid black;
}
/* --css litebox-- */
.the_menu {
	display: none;
	padding: 10px;
}
.the_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	display: block;
	margin: 0px 0px 0px 20px;
}
.the_menu li a:hover {
	padding: 10px;
	font-weight: bold;
	color: #F00880;
}
/* stylování třídy lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#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: transparent url(../images/blank.gif) no-repeat;
/* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:visited {
	background: url(./images/prevlabel.gif) left 15% no-repeat;
}
#nextLink, #nextLink:visited {
	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;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}