/* CSS Document */
/* LIPTON */
/* Gallery */
/* Design (c) Adam Kudrna, Jiří Vackář, 2006-2007 */


/*------------------------------------  O B S A H  ------------------------------------*/

/* REPLACING DEFINITIONS from layout.css */

h2 {
	font-size: 1.5em;
	color: black;
	text-align: left;
	letter-spacing: 0;
	margin: 0;
}

/* INFORMACE */

div.info {
	display: block !important;
	clear: both;
	margin: 1em 0;
	padding: 0em 1ex .5em 1.5ex;
	border: 1px dotted black;
	border-left: 7px solid black;
}
div.info h3 {
	font-weight: bolder;
	margin-top: .5em;
}
div.info p {
	margin: .6em 0;
}


p.date {
	font-size: 110%;
	font-weight: bold;
}
p.important {
	font-weight: bold;
}
p.important em {
	font-style: normal;
}



/*------------------------------------  G A L E R I E  ------------------------------------*/

/* EDITACE A ADMINISTRACE */

div#controls {
	float: right;
}
div#controls a {
	margin-left: 1ex;
	margin-bottom: 1em;
}
div#processing {
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	right: 20%;
	margin: auto;
	z-index: +1;
	text-align: center;
	line-height: 200%;
	color: red;
	font-size: 200%;
	padding: 2em;
	border: thin dotted gray;
	background: #EEE;
}

/* NAVIGACE */

div.gallery_navigation, div.photo_navigation {
	clear: both;
	margin-bottom: .5em;
	font-size: 110%;
	text-align: center;
}
div.photo_navigation a, div.photo_navigation span, div.gallery_navigation a, div.gallery_navigation span {
	padding: 0 .6ex;
}
div.photo_navigation a {
	font-weight: bold;
}
a.thumbnails {
	font-weight: normal !important;
}


/* ZOBRAZENI FOTKY */

div#photo {
	text-align: center;
}
#photo img {
	padding: 7px;
	border: 3px solid black;
}


/* NAHLEDY */

div.gallery {
	margin-top: 1em;
}

div.gallery a {
	width: 150px;
	height: 160px;
	float: left;
	position: relative;
	margin: 0 4px 8px 4px;
	padding: 0.4em;
	font-size: 8pt;
	background-color: #ede6e6;
	border: 1px solid black;
	color: #777;
	text-decoration: none;
	text-align: center;
	line-height: 120%;
}
div.gallery a img {
	max-height: 105px;
	border: 3px solid #fff;
	margin: 0 auto;
}
div.gallery a span img {
	border-style: none; /* smajlici */
}


/* PREHLED GALERIÍ */
div.preview div {
	border-top: thin dotted gray;
}
div.preview h3 span {
	display: block;
	font-size: 80%;
	margin-top: .3ex;
}
div.preview div.gallery {
	border: none;
}
div.preview div.gallery a {
	float: right;
}
div.preview div.info {
	margin-right: 180px;
}


/* Informace */
div.gallery span {
	width: 146px;
	height: 4em;
	display: block;
	position: absolute;
	bottom: .3em;
	left: .4em;
	padding-top: .3em;
	text-align: center;
	font-size: 92%;
	background-color: #ede6e6; /* Pro obrazky zasahujici do popisku */
}

/* Komentar */
div.gallery strong {
	font-size: 9pt;
	text-align: center;
	color: #8e0009;
}

div.gallery a:hover {
	background-color: #8e0009 !important;
	border-color: #8e0009;
	color: white;
}
div.gallery a:hover span {
	background-color: #8e0009;
}
div.gallery a:hover strong {
	color: white;
}
div.gallery a:active {
	color: #fff;
	background-color: #777;
	border-color: #444;
}
div.gallery a:active span {
	background-color: #777;
}


}



/*------------------------------------  T I S K  ------------------------------------*/

@media print {


body {
	font: 11pt times, serif;
	color: black;
}

.no-print, .hide, hr, form, div.clearer, div.gallery_navigation, div.photo_navigation, #controls, #top ul, #login, .admin_info {
	display: none !important;
}


h1 {
	font: lighter 210% tahoma, arial, helvetica, sans-serif;
	border-bottom: .5mm solid black;
}

#footer {
	clear: both;
	border-top: .5mm solid black;
	margin-top: 2em;
	padding-top: .5em;
}

p.date {
	font-size: 110%;
	font-weight: bold;
}
p.important {
	font-weight: bold;
}

div.gallery a {
	width: 4cm;
	height: 4.3cm;
	position: relative;
	float: left;
	margin: 0 1.5ex 1.5em 0;
}
div.gallery a img {
	border-style: none;
}
div.gallery a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 95%;
}




}

