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

.lg_gallery {
}

.lg_gallery a {
}

/* ========================
* The top folder navigator
* ======================== */
.lg_gallery .top_navigator {
/* Uncomment this if you want to hide the gallery navigator bar */
/* display:none; */
padding: 0px 10px;
border-bottom: 1px dashed rgb(150,160,170);
}

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

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

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

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

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

}

/* Captions of the folders */
.lg_gallery .folder_caption {
padding:0px 5px;
background-color: rgb(150,160,170);
}

.lg_gallery .folder_caption h3 {
margin: 0px;
padding: 0px 5px;
background-color: rgb(150,160,170);
font-size: 12px;
line-height: 25px;
text-align: left;
color: rgb(30,40,50);
}

/* Icons Style */
.lg_gallery .icon {
vertical-align:middle;
border:none;
}



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

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

.lg_gallery .lg_folders_img {
display: none;
}

.lg_gallery .lg_folder_thumb_image {
}

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

.lg_gallery table td {
vertical-align:top;
padding: 5px;
}

.lg_gallery .category_icon {
border:1px solid rgb(30,40,60);
padding: 0px;
margin: 5px;
}

.lg_gallery .random_image {
border:1px solid rgb(30,40,60);
padding: 0px;
margin: 5px;
}


/* Image's Thumbnails */
.lg_gallery .lazyest_thumb_view {
margin: 0px auto 0px auto;
text-align:center;
}

.lg_gallery .lg_thumb {
border: 1px solid rgb(150,160,170);
text-align:center;
}

.lg_gallery .dir_view .lg_thumb {
padding: 0px;
border: 1px solid rgb(150,160,170);
text-align: center;
}

.lg_gallery .lg_thumb_image {

}

.lg_gallery .lg_thumb_caption {
overflow:hidden;
padding: 0px;
font-size: 10px;
line-height: 20px;
}

.lg_gallery .lg_thumb_caption a {
text-decoration: none;
}

.lg_gallery .lg_thumb_caption span {
font-size: 10px;
}

.lg_image {
border: 1px solid rgb(150,160,170);
padding:8px;
margin:8px;
}

.thumb_caption {
font-size: 10px;
text-align:center;
}

.lg_gallery .lazyest_thumb_view img {
border:1px solid rgb(30,40,60);
padding: 0px;
margin: 5px;
}

.lg_gallery .lazyest_thumb_view img:hover,
.lazyest_thumb_view img:focus {
border: 1px black solid;
}

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

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

.lg_gallery #lg_slideshow {
margin: 0 auto;	
}
/* Where exif data are displayed */
.lg_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;
}
.lg_gallery .imageDataTable tr, th, td{
	background-color: transparent;
	vertical-align: top;
	padding: 1px;
	padding-left: 5px;
}
.lg_gallery .imageSubTable {
	background-color: transparent;
}
.lg_gallery .imageSubTable th{
	width: 180px;
}
.lg_gallery .imageSubTable td{
	background-color: transparent;
	font-style: italic;
	color: #336699;
}

/* Where captions are shown*/
.lg_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
* =============== */

.lg_gallery .lg_admin {
border-bottom: dashed 1px rgb(150,160,170);
/* 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 {
position: relative;
top: 60px;
left: 640px;
width: 137px;
height: 105px;
padding: 0px;
text-align:center;
border: 1px solid rgb(150,160,170);
background-color: rgb(205,210,220);
}

#lazyest_sidebox img {
margin: 5px;
border: 1px solid rgb(30,40,60);
vertical-align: middle;
}

#lazyest_sidebox a:hover img {
}