﻿/* 
Lazyest Gallery Default Style Sheet
copyright (C) 2008 Brimosoft http://brimosoft.nl
*/
#gallery {
}


#gallery a {
}

/* ========================
 * The top folder navigator
 * ======================== */
#gallery .top_navigator {
	/* Uncomment this if you want to hide the gallery navigator bar */
	/* display:none; */
}

/* ==========================
 * The navigator (prev, next)
 * ========================== */
#gallery #lazyest_navigator {
	display:block;
	height:21px;
	border: 1px silver solid;
	padding:0 4px;
}

#gallery #lazyest_navigator .alignleft {
	float: left;
}
#gallery #lazyest_navigator .alignright {
	float: right;
}

/* ====================================
 * Pagination (page by page, next prev)
 * ==================================== */
#gallery #pagination {
	text-align: center;
	padding-bottom:5px;
}

/* =================
 * Folders and Icons
 * ================= */

/* Where the folders are listed */
#gallery .folders {
	margin: 6px 0px 6px 0px;
}
/* Where the folder icon is shown */
#gallery .folder {
	text-align:left;
	padding:5px;
	padding-bottom:20px;
	/* Uncomment this if you want to hide the folder icon */
	/* display:none; */
}

/* Captions of the folders */
#gallery .folder_caption {
	padding:5px;
}
/* Icons Style */
#gallery .icon {
	vertical-align:middle;
	border:none;
}



/* =============
 * Gallery Views
 * ============= */

/* Directory listing (TABLE)*/
#gallery .dir_view {
	margin:0 auto;
	text-align:center;
}

#gallery .lg_folders_img {
}

#gallery .lg_folder_thumb_image {
}

.dir_view td.folders {
	text-align:left;
}


#gallery table td {
	vertical-align:top;
	padding-bottom:8px;
}

#gallery .category_icon {
}

#gallery .random_image {
}


/* Image's Thumbnails */
#gallery .lazyest_thumb_view {
	margin:0 auto;
	text-align:center;
	padding-bottom:5px;
}

#gallery .lg_thumb {
	border: 1px silver solid;
	text-align:center;
}

#gallery .dir_view .lg_thumb {
	border:none;
}

#gallery .lg_thumb_image {
}

#gallery .lg_thumb_caption {
	overflow:hidden;
	padding: 0 2px;
}


.lg_image {
	border:1px silver solid;
	padding:8px;
	margin:8px;
}

.thumb_caption {
	text-align:center;
}

#gallery .lazyest_thumb_view img {
	border: 1px gray solid;
	padding: 3px;
	margin: 6px 6px 6px 6px;
	background-color:white;
}
#gallery .lazyest_thumb_view img:hover, .lazyest_thumb_view img:focus {
	border: 1px black solid;
}

/* Slide view follow... */
#gallery .lazyest_image {
	text-align: center;
}
#gallery .lazyest_image img {
	border: 1px solid #a9a9a9;
	margin: 6px 6px 6px 6px;
	padding: 2px;
	margin:0 auto;

}
#gallery .lazyest_image img:hover, .lazyest_image img:focus {
	background-color: #a9a9a9;
}

#gallery #lg_slideshow {
	margin: 0 auto;	
}
	/* Where exif data are displayed */
	#gallery .imageData {
		border: 1px solid #a9a9a9;
		margin: 0px auto;
		padding: 3px;
		font-family: Verdana, Geneva, Arial, sans-serif;
		background-color: #EFEFEF;
		color: #333333;
		padding-bottom: 15px;
		padding-left: 20px;
	}
	#gallery .imageDataTable tr, th, td{
		background-color: transparent;
		vertical-align: top;
		padding: 1px;
		padding-left: 5px;
	}
	#gallery .imageSubTable {
		background-color: transparent;
	}
	#gallery .imageSubTable th{
		width: 180px;
	}
	#gallery .imageSubTable td{
		background-color: transparent;
		font-style: italic;
		color: #336699;
	}

	/* Where captions are shown*/
	#gallery .caption {
		border: solid 1px #a9a9a9;
		background-color: #EFEFEF;
		font-family: Verdana, Geneva, Arial, sans-serif;
		padding: 3px;
		padding-left: 20px;
		text-align: left;
		color: #333333;
	}
	

/* ...ends here (slides) */

/* ===============
 * The admin links
 * =============== */

#gallery .lg_admin {
	border-bottom: dashed 1px #a9a9a9;
	/* border-left: solid 3px #a9a9a9; */
	padding: 3px;
	text-align: left;
	font-size: xx-small;
}

/* ================
 * Footer Copyright
 * ================ */

#lg_powered {
	/* Uncomment this if you want to hide the gallery footer */
	/* display:none; */
}

#lg_powered .lgpow {
	font-size:xx-small;
	border: solid 1px #a9a9a9;
	padding:3px;
	padding-right: 20px;
	text-align: right;
}

/* ===============
 * Sidebar related
 * =============== */

#lazyest_sidebox {
	padding: 2px;
	text-align:center;
}

#lazyest_sidebox img {
	border: 1px solid #ccc;
	vertical-align:middle;
	padding:2px;
}

#lazyest_sidebox a:hover img {
	border:1px solid #757575;
}