/*
Lazyest Gallery Theme
Theme Name: Lazyest Gallery Default Style Sheet
Theme URI: http://www.brimosoft.nl/lazyest/
Description: Minimal styling applied, default style sheet. Use this style sheet as a reference to create your own.
Version: 1.0
Author: Marcel Brinkkemper
Author URI: http://brimosoft.nl/
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 own stylesheet. Use this as a refrence for id and class names
*/

/* the gallery */
.lg_gallery { 
}

/* the top navigator ( Now Viewing... ) */
.lg_gallery .top_navigator {
}

.lg_gallery ul.lgf-list, .lg_gallery ul.lgi-list {
  margin:0;
  padding:0;
}

.lg_gallery ul.lgf-list li.lgf-item, .lg_gallery ul.lgi-list li.lgi-item {
  list-style-type: none;
  display: inline-block;
  position:relative;
  vertical-align: top;
}

/* the gallery tables */
.lg_gallery table {
 	margin: 0 auto;
 	text-align: center;
  border:none;
}  
  /* table rows */
  .lg_gallery table tr {
    border: none ;
  }

  /* table cells */
  .lg_gallery table tr td {
  	vertical-align:top;
    border: none;
  }
  
/* thumbnail views ----------------------------------------------------------*/  
  
  /* holds the thumbnail and caption */
  .lg_thumb {
  	padding: 3px;
  	margin: 2px;
  }
  
  /* the thumbnail image anchor */
  .lg_thumb a {
    text-decoration:none;
  }  
  
  /* the thumbnail image */
  .lg_thumb img {
    border:none;
  }
  
/* where the folders are listed */
.lg_gallery .folders {
	margin: 6px 0;
}

  /* directory listing */
  .lg_gallery .dir_view {
    position:  relative;
  }
  
  /* where the folder icon and caption is shown */
  .lg_gallery .folder {
  	text-align: left;
  	padding: 5px;
  	padding-bottom: 20px;
  }
  
/* pagination */
  
  .folder_pagination, .image_pagination {
    padding: 4px;
    display:block;
    font-size:smaller;
  }
  
  .lazyest_navigator {
    display: block;
    margin:  0 auto;
  }
  
  
  /* the link below the thumbnails to start the slide show */
	.thumb_images div.buttons {
		width: 25%;
		float:left;
	}
	  
  a.lg_slideshow_button, 
  a.lg_slideshow_button:hover,
  a.lg_slideshow_button:visited {   
    background-color: #dddddd;
    padding: 2px 4px;
    margin:  2px;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border: 1px solid gray;
    font-size: 100%;  
    color: black;
    text-decoration: none;
  }
  
  .tablenav-pages {
    float: right;
  }
  
 
  .tablenav-pages a, .tablenav-pages a:hover, .tablenav-pages a:visited {
    color: black;
    text-decoration: none;
  }
  
  .tablenav-pages .displaying-num {
    margin-right: 12px;
  }
  
  .tablenav-pages a.next-page, 
  .tablenav-pages a.last-page,
  .tablenav-pages a.first-page,
  .tablenav-pages a.prev-page {
    background-color: #dddddd;
    padding: 2px 4px;
    margin:  2px;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    border: 1px solid gray;
    font-size: 100%;
  }
  
/* where the images are listed */
.lg_gallery .lg_thumb_view {  
  position: relative;
}
  /* the link below the thumbnails to start the slide show */  
  .lg_gallery a.lg_slideshow_button, 
  .lg_gallery a.lg_slideshow_button:hover,
  .lg_gallery a.lg_slideshow_button:visited {
    text-decoration: none;
  }
  
/* slide views --------------------------------------------------------------*/


  /* holds the slide view */
  .lg_gallery .lazyest_image {
    margin-top:20px;
    text-align: center;
  }
  
  /* the actual slide */
  .lg_gallery .lazyest_image img.lg_slide {
    margin:0 auto;
  }
  
  .lg_gallery .lazyest_image .description {
    font-size:smaller;
	  text-align:left;
  }

  /* holds the exif data */
  .lg_gallery .imagedata {
  	margin: 0px auto;
  	padding: 3px;
  	padding-bottom: 15px;
  	padding-left: 20px;
  }

  /* the exif data table header cells */
  .lg_gallery .imagedatatable tr th, .lg_gallery .imagedatatable tr td {
    text-align: left;
  	vertical-align: top;
  	padding: 1px;
  	padding-left: 5px;
  }

  /* all the exif data initially hidden */
  #all_exif {
    text-align: left;
  	display:none; 
  }   
  
/* credits ------------------------------------------------------------------*/  

/* holds the credits message, can be switched on and off in lazyest gallery settings (default off)) */  
.lg_gallery .lg_powered {
}

  /* the actual credits message */
  .lg_gallery .lg_powered .lgpow {
  	font-size:xx-small;
  	padding:3px;
  	padding-right: 20px;
  	text-align: right;
} 

/* posts --------------------------------------------------------------------*/

/* holds the image in a post */
.lg_image {
	padding:8px;
	margin:8px;
}

  /* the the link from the image in a post */
  .lg_image a.lg {    
  }
  
  /* the caption for the image in a post */
  .thumb_caption {
  text-align:center;
  }



/* -- admin links -----------------------------------------------------------*/

.lg_gallery .lg_admin {
	padding: 3px;
	text-align: left;
	font-size: small;
}

/* side bar -----------------------------------------------------------------*/

/* widget holds the random images */
li.lg_random_image {
}

/* holds the random images */
.lazyest_sidebox {
	padding: 2px;
	text-align:center;
}
  /* holds a single random image */
  .lazyest_sidebox p.lg_thumb_image {
  }

  /* the random image */
  .lazyest_sidebox img.thumb {
  	vertical-align:middle;
  	padding:2px;
  }