@CHARSET "UTF-8";

/* One image displayed */

#galleryOneItem {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#galleryOneItemImage {
	display: block;
	border: none;
}

#galleryOneItemImage img {
	border: none;
}

#galleryOneItemTitle {
	display: block;
	font-size: 0.95em;
}

#galleryOneItemDesc {
	display: block;
	font-size: 0.75em;
}

/* Gallery displayed */

#galleryItems {
	clear: left;
}

.galleryItemLine {
	clear: left;
}

.galleryItem {
	display: block;
	float: left;
	clear: none;
	width: 120px;
	height: 150px;
	margin: 5px;
	text-align: center;
	vertical-align: bottom;
}

.galleryItemImage {
	display: block;
	border: none;
	width: 96px;
	height: 96px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	cursor: pointer;
}

.galleryItemImage img {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 96px;
	height: 96px;
}

.galleryItemTitle {
	display: block;
	clear: both;
	border: 1px solid #666666;
	width: 100px;
	font-size: 0.80em;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.galleryItem a {
	color: #cccccc;
}


/* Gallery list displayed */

#galleryGalleries {
	clear: both;
}

.galleryGalleryLine {
	clear: both;
}

.galleryGallery {
	display: block;
	float: left;
	clear: none;
	width: 150px;
	height: 150px;
	margin: 5px;
	text-align: center;
	vertical-align: bottom;
}

.galleryGalleryImage {
	display: block;
	border: none;
	width: 96px;
	height: 96px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0px;
	cursor: pointer;
}

.galleryGalleryImage img {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 96px;
	height: 96px;
}

.galleryGalleryTitle {
	display: block;
	clear: both;
	border: 1px solid #666666;
	width: 140px;
	font-size: 0.80em;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

/* Gallery groups displayed */

#galleryGroups {

}

.galleryGroup {

}

/* Other */

#galleryHeader {
	
}

#galleryPath {
	
}

#galleryEditBar {
	clear: both;
	border: 1px dotted #666666;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;	
}

#groupEditBar {
	clear: both;
	border: 1px dotted #666666;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: smaller;	
}

#galleryNoItems {

}

#galleryNoGalleries {

}

#galleryNoGroups {

}

#galleryError {
	color: #cc0000;
}

/* video */

body#pacholski-video {
	background-color: #000000;
	color: #aaaaaa;
}

#galleryVideo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#galleryVideoTitle {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#galleryVideoDesc {
	font-size: smaller;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#vfooter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Formularze galerii */

#galleryItemForm dd label, #galleryItemForm p {
	clear: left;
}

#galleryItemForm label {
	font-weight: normal;
	float: left;
	color: #ffffff;
}

#galleryItemForm label.optional {
	font-weight: normal;
	float: left;
	width: 150px;
	color: #ffffff;
}

#galleryItemForm label.required {
	font-weight: bold;
	float: left;
	width: 150px;
	color: #ffffff;
}

#galleryItemForm .hint {
	font-size: 0.85em;
	color: #aaaaaa;
}

