/***

* File					frontend-gallery.css
*
* Author				Pavel Zima
* Date and time			22.1.2008, 13:32:52
* Encoding				UTF-8

 ***/
 
/*** Primary CSS ***/

#wrap {
	width: 100%;
	background: #030303 url(images/background-vertical.jpg) center top repeat-x;
}
#generel-wrap {
   width: 1000px;
   margin: auto;
   position: relative;
}

#content_wrap {
	width: 602px;
	height: 550px;
	margin: auto;
	padding: 0 29px;
	background: #4D4D4D url(images/background-horizontal.jpg) center top repeat-y;
	position: relative;
	overflow: visible;
}

#main-logo {
	position: absolute;
	top: 0;
	left: 1px;
}

#main-menu {
	width: 659px;
	height: 20px;
	position: absolute;
	top: 109px;
	_top: 108px;   /* IE hack */
	left: 1px;
	margin: 0 24px;
	font-size: 14px;
	line-height:  20px;
}

#main-menu li {
	float: left;
	display: inline;
	padding: 0;
	list-style-type: none;
}

#main-menu span {
   margin: 0 8px;
}

#top-space {
   width: 100%;
   height: 190px;
}

#heading {
   font-size: 14px;
   line-height: 20px;
	position: absolute;
	z-index: 10;
	top: 144px;
	left: 31px;
}

#heading span {
   color: whitesmoke;
   font-weight: normal;
}

#content {
	padding-top: 180px;
}

/*** Galleries ***/

#gallery h2, #gallery h3, #latest-photos h2, #latest-photos h3 {
   font-weight: normal;
}

#random-photos h3 {
	padding: 10px 0;
}


/* Gallery menu */

#gallery-menu * {
	padding: 0;
	margin: 0;
}
/* #353535 */
#gallery-menu a:hover {
	color: #894F27;
}

#left {
	width: 220px;
	position: absolute;
	top: 145px;
	left: -50px;
	z-index: 10;
}

#gallery-menu {
	padding: 4px 0;
}

#gallery-menu li {
	list-style-type: none;
	line-height: 15px;
	padding: 1px;
}

#gallery-menu .category {
	margin: 4px 0;
	font-size: 12px;
}

#gallery-menu .gallery a {
	color: #D0D0D0;
}

#gallery-menu .gallery a:hover {
	color: #894F27;
}

#gallery-menu .count-photos {
	font-size: 75%;
   color: #F0F0F0;
	cursor: help;
}

#gallery-menu .gallery {
	font-size: 9px;
	line-height: 11px;
}


#searchModule {
}

/* Category list */

.category-item {
	width: 200px;
	height: 192px;
	float: left;
	margin-bottom: 5px;
	display: inline; /* IE6 */
	position: relative;
}

.category-item * {
	text-align: center;
	margin: 0;
	padding: 0;
}

.category-item .title {
	width: 180px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 13px;
	line-height: 15px;
}

.category-item .title strong {
	font-weight: normal;
}

.category-item .image {
	position: relative;
	top: 45px;
}

.category-item .count {
	width: 180px;
	height: 15px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 11px;
	line-height: 13px;
	cursor: help;
}

.category-item .image a img {
	border: 1px #353535 solid;
}

.category-item .image a:hover img {
	border: 1px #894F27 solid;
}

/* Gallery list */

.gallery-item {
	width: 150px;
	height: 180px;
	float: left;
	display: inline; /* IE6 */
	margin: 8px 0px;
	margin-right: 0;
	position: relative;
}

.gallery-item * {
	text-align: center;
	margin: 0;
	padding: 0;
}

.gallery-title {
	width: 140px;
	height: 45px;
	position: absolute;
	bottom: 120px;
	left: 5px;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

.gallery-title strong {
	font-weight: normal;
}

.gallery-item img {
	border: 0;
}

.gallery-item .image, .gallery-item .image1 {
	width: 142px;
	height: 105px;
	position: absolute;
	text-align: center;
	top: 32px;
	left: 0px;
}

.image11 {
	position: relative;
	top: 28px;
}

.gallery-item .image1 img {
	border: 1px #353535 solid;
}

.gallery-item .image a img {
	border: 1px #353535 solid;
}

.gallery-item .image a:hover img {
	border: 1px #894F27 solid;
	text-decoration :none;
}

.gallery-count {
	width: 140px;
	position: absolute;
	top: 172px;
	left: 5px;
	font-size: 10px;
	line-height: 14px;
	cursor: help;
}

/* Gallery index */

.photo-item * {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.photo-item {
	width: 106px;
	height: 170px;
	float: left;
	display: inline; /* IE6 */
	margin: 20px 6px;
	padding: 15px;
	border: 1px #EAEAEA solid;
	background-color: #5F5F5F;
	position: relative;
	text-align: center;
}

.photo-id {
	width: 90px;
	height: 15px;
	position: absolute;
	top: -18px;
	right: -1px;
   background-color: #404040;
	font-size: 9px;
	line-height: 11px;
	border: 1px #8A8A8A solid;
	cursor: help;
}

.photo-title {
	width: 100px;
	height: 30px;
	position: absolute;
	left: 16px;
	bottom: 155px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
}

.photo-image {
	position: relative;
	top: 35px;
}

.photo-image * {
	border: 0;
}

.photo-image a img {
	border: 1px #353535 solid;
}

.photo-item a:hover img {
	border: 1px #894F27 solid;
}

.photo-description {
	width: 100px;
	height: 30px;
	position: absolute;
	left: 16px;
	top: 155px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
}

.photo-count {
	width: 25px;
	height: 15px;
	position: absolute;
	right: 110px;
	bottom: 201px;
	font-size: 10px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	line-height: 15px;
	background-color: #EAEAEA;
	border: 1px #9D9D9D solid;
	color: #353535;
}

#searchContent em.red {
	color: #E8443B;
}

#searchContent li {
	margin-left: 1em;
	padding-left: .5em;
}

#searchContent h4 {
	font-size: 1em;
	clear: both;
}

#searchContent a {
	font-size: .9em;
}

/* Gallery letest photos */

#latest-photos {
   width: 602px;
   margin: auto;
}

/* Gallery detail */

#gallery-detail {
	text-align: center;
}

#navigation {
	font-size: 12px;
	line-height: 25px;
	position: relative;
	right: 17px;
	text-align: center;
	color: #8A8A8A;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	
}

#navigation .dead {
	cursor: default;
}

#number-picture {
	font-size: 20px;
	line-height: 30px;
}

#title-picture {
	font-size: 13px;
	line-height: 30px;
}

#picture-picture {
	margin-top: 6px;
	border: Black 1px solid;
}

#copy-picture {
   color: #333333;
   margin: 0;
   padding: 0;
   font-size: 10px;
   position: relative;
   bottom: 15px;
}

#description-picture {
	font-size: 12px;
	line-height: 20px;
}

#copyright {
    line-height: 10px;
    padding: 0 0 10px 0;
}

/*** Guest book ***/

.guestbook-item, .guestbook-long-item {
	width: 60px;
 	float: left;
	padding: 7px 0 0px 15px;
}

.guestbook-fieldset {
	margin: 10px 0;
	padding: 10px 0;
}

.guestbook-legend {
	margin-left: 20px;
}

.guestbook-long-item {
	width: 528px;
	float: left;
}

.guestbook-last {
    clear: both;
    margin-left: 15px;
    
}

.guestbook-list-item {
	margin-top: 15px;
}

#wysiwyg-content {
	margin-left: 5px;
}

/*** Frontend ***/

#frontend-picture {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

#frontend-picture img {
	border: 1px #EAEAEA solid;
}

#webarchiv {
    position: absolute;
    top: 5px;
	left: 680px;
    right: -180px;
}

