/********************************************
* Album list                                *
********************************************/
/* table cell containing one album */
table#kpg-albums td {
	/*padding: 0 10px 20px 0;*/
	padding: 0 25px 40px 0;
	vertical-align: top;
}

/* the album picture thumbnail */
table#kpg-albums td img.kpg-thumb {
	/*border: solid 1px black;*/
	border: solid 1px #999900;
}

/* the name of the album */
table#kpg-albums td div.kpg-title {
	padding: 5px;
	background: #CCCC99;
}

/* the link with the name of the album */
table#kpg-albums td div.kpg-title a {
	color: #555555;
	font-weight: bold;
}

/* the album summary */
table#kpg-albums td div.kpg-summary {
	padding: 5px;
	color: #555555;
	background: #dfd8a5;
}

/* the album location */
table#kpg-albums td div.kpg-location {
	/*font-style: italic;*/
	padding: 5px;
	color: #555555;
	background: #e0d4b9;
}

/* the number of photos in the album */
table#kpg-albums td div.kpg-nbPhotos {
	/*margin-top: 15px;*/
	padding: 5px;
	color: #555555;
	background: #E1E1D0;
}

/* PLEASE TAKE CARE WHEN EDITING THE TWO CLASSES BELOW */
/* They are used to style the output differently depending if there are one or more albums per row */
table#kpg-albums td img.kpg-thumb-onePerRow {
	float: left;
	margin-right: 10px;
}
table#kpg-albums td img.kpg-thumb-multiplePerRow {
	clear: both;
}

/********************************************
* Picture list (in an album)                *
********************************************/
/* the "Back to album list" link container */
div#kpg-backLink {
	padding-bottom: 20px;
	font-weight: bold;
}



/* the box with the album description */
div#kpg-album-description {
	/*padding: 10px;
	margin-bottom: 30px;
	background-color: #FFFFE1;
	border: solid 1px #CECF8E;*/
	padding: 2px 0 8px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #999900;
}

/* the album title */
div#kpg-album-description div#kpg-title {
	margin-bottom: 2px;
	padding-bottom: 5px;
	color: #999900;
	font-weight: bold;
}

/* the album summary */
div#kpg-album-description div#kpg-summary {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #999900;
}

/* the album location */
div#kpg-album-description div#kpg-location {
	/*font-style: italic;*/
	color: #999900;
}

/* the number of photos in the album */
div#kpg-album-description div#kpg-nbPhotos {
	display: none;
}



/* table cell containing he picture + caption */
table#kpg-pictures td {
	text-align: center;
	/*padding-bottom: 20px;*/
	padding-bottom: 30px;
	vertical-align: top;
}

/* the picture caption */
table#kpg-pictures td div.kpg-summary {
	margin-top: 5px;
	padding: 0 15px;
	line-height: 1.4;
}

/* the picture thumbnail */
table#kpg-pictures td img.kpg-thumb {
	/*border: solid 1px black !important;*/
	border: solid 1px #999900; !important;
}

/********************************************
* Paginator                                 *
********************************************/
/* block containing the paginator */
div#kpg-paginator {
	color: #999900;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

/* the current page */
div#kpg-paginator span.kpg-on {
	border: solid 1px #999900;
	padding: 4px;
}

/* the other pages */
div#kpg-paginator a {
	border: solid 1px #F0F0F0;
	padding: 4px;
}

