/*
Lazyest Gallery Theme  
Theme Name: Default Style Sheet
Theme URI: http://www.brimosoft.nl/lazyest/
Description: Minimal styling applied
Version: 0.16.0
Author: Marcel Brinkkemper
Author URI: http://marcel.brinkkemper.com/
Copyright: Copyright (C) 2008-2010 Brimosoft http://brimosoft.nl
Required Settings: none;
Comment: This file gets renewed each time you update Lazyest Gallery. Please add new styles to your theme's stylesheet
*/

/* the gallery */
.lg_gallery {
}

/* anchors in the gallery */
.lg_gallery a {
}

/* the top folder navigator */
.lg_gallery .top_navigator {
}

/* the navigator (prev, next) */
.lg_gallery .lazyest_navigator {
	display: block;
	height: 21px;
	padding: 0 4px;
  margin: 5px auto;
}

.lg_gallery .lazyest_navigator .alignleft {
	float: left;
  margin:0;
}
.lg_gallery .lazyest_navigator .alignright {
	float: right;
  margin:0;
}

/* pagination (page by page, next prev) */
.lg_gallery .folder_pagination {
	text-align: center;
	padding-bottom: 5px;
}

.lg_gallery .image_pagination {
	text-align: center;
	padding-bottom: 5px;
}

/* folders and icons */

/* where the folders are listed */
.lg_gallery .folders {
	margin: 6px 0;
}

/* where the folder icon is shown */
.lg_gallery .folder {
	text-align: left;
	padding: 5px;
	padding-bottom: 20px;
}

/* captions for the folders */
.lg_gallery .folder_caption {
	padding: 5px;
}

/* 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;
  border:none;
}

.lg_gallery .lg_folders_img {
}

.lg_gallery .lg_folder_thumb_image {
}

.dir_view td.folders {
	text-align: left;
  border: none;
}

.lg_gallery table td {
	vertical-align:top;
	padding-bottom:8px;  
  border: none;
}

.lg_gallery .category_icon {
}

.lg_gallery .random_image {
}

/* image thumbnails */
.lg_gallery .lazyest_thumb_view {
	margin:0 auto;
	text-align:center;
	padding-bottom:5px;
}

.lg_gallery .lg_thumb {
	text-align:center;
}

.lg_gallery table, table tr, table tr td {
	border:0;
}

.lg_gallery .dir_view .lg_thumb {
	border:none;
}

.lg_gallery .lg_thumb_image {
}

.lg_gallery .lg_thumb_caption {
	overflow:hidden;
	padding: 0 2px;
}

/* image in a post */
.lg_image {
	padding:8px;
	margin:8px;
}

.thumb_caption {
	text-align:center;
}

.lg_gallery .lazyest_thumb_view img {
  padding: 3px;
	margin: 6px;
}


/* slide view */
.lg_gallery .lazyest_image {
	text-align: center;
}
.lg_gallery .lazyest_image img {
	margin:0 auto;
}

/* exif data */
.lg_gallery .imagedata {
	margin: 0px auto;
	padding: 3px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.lg_gallery .imagedatatable tr, th, td{
  text-align: left;
	vertical-align: top;
	padding: 1px;
	padding-left: 5px;
}

#all_exif {
  text-align: left;
	display:none; 
}


/* captions */
.lg_gallery .caption {
	padding: 3px;
	text-align: left;
  margin: 5px 0;
}
	
/* descriptions */
.lg_gallery .description {    
	text-align: left;
}

/* admin links */

.lg_gallery .lg_admin {
	padding: 3px;
	text-align: left;
	font-size: small;
}

/* footer copyright */

.lg_powered {
}

.lg_powered .lgpow {
	font-size:xx-small;
	padding:3px;
	padding-right: 20px;
	text-align: right;
}

/* side bar */

#lazyest_sidebox {
	padding: 2px;
	text-align:center;
}

#lazyest_sidebox img {
	vertical-align:middle;
	padding:2px;
}

