@charset "utf-8";

/* Gallery
--------------------------------------------------------------------- */
#gallery
	{	
	}
	
#folder-description	
	{
	}

#gallery #links
	{
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	}

#gallery-subfolders, #gallery-photos
	{
	float:left;
	display:block;
	width:100%;
	margin-top:10px;
	}

#gallery hr {
	display:none;
}

/* DIV with title and photo inside */
#gallery div.item-wrapper
	{
	float:left;
	text-align:left;	
	margin-bottom:20px;
	margin-right:20px;
    width:160px; /* 150 for content + 2*5 border */
    height:200px;/* 150 for content + 40 for title + 2*5 border */
	font-size:11px;
	}

td.image-title 
	{
	height:45px;
	font-size:11px;
	padding-bottom:3px;
	vertical-align:bottom;
	}

/* DIV with image inside */
#gallery div.image-wrapper
    {
    }
	
#photo-title {
	height:16px;
	vertical-align:bottom;
}

/* IMG tag with folder icon inside */
#gallery img.folder
	{
	}

/* control to switch between photos */
#photo-control {
	text-align:center;	
}

#current-photo-wrapper, #no-photos {
/*	border: 2px solid #dce983; */
	float:left;
/*	background-color:#ebf2b6; */
}

#current-photo {

}

#photo-title {
	text-align:center;	
}

div.gallery-reorder-container {
	border:1px solid #dce983;
	background-color:#ebf2b6;
}

#gallery-subfolders li
	{
	float:left;
	width:200px;
	height:80px;
	margin-right:20px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
	}

#gallery-subfolders li span.event_date 
	{
	display:block;
	margin-bottom:5px;
	font-size:20px;
	color:#797a7d;
	}	