/********************************************
* Album list                                *
********************************************/


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

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

/* the link with the name of the album */
table#kpg-albums td div.kpg-title {padding-bottom: 2px; /*border-bottom: solid 1px #cacaca;*/ display: inline;}
table#kpg-albums td div.kpg-title a {font-weight: bold; text-decoration: none; color: #003399;}
table#kpg-albums td div.kpg-title a:hover {font-weight: bold; text-decoration: none; color: #bd4c25;}

/* the album summary */
table#kpg-albums td div.kpg-summary { color: #000;margin-top: 3px; border-top: solid 1px #cacaca; }

/* the album location */
table#kpg-albums td div.kpg-location {font-style: italic;}

/* the number of photos in the album */
table#kpg-albums td div.kpg-nbPhotos {color: #606060; display: inline; position: relative; right: -30px;}

/* 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: 2px; padding-top: 5px; text-align: center;}
div#kpg-backLink a{ font-weight: bold; text-decoration: none; color: #003399;}
div#kpg-backLink a:hover{ font-weight: bold; text-decoration: none; color: #bd4c25;}


/* the box with the album description */
div#kpg-album-description {	padding: 10px;	margin-bottom: 30px; background-color: #fff; border-top: solid 1px #CECF8E; border-bottom: solid 1px #CECF8E; }

/* the album title */
div#kpg-album-description div#kpg-title { font-weight: bold; display: inline; font-size: 14px}

/* the album summary */
div#kpg-album-description div#kpg-summary {margin-top: 7px; }

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

/* the number of photos in the album */
div#kpg-album-description div#kpg-nbPhotos {color: #606060; display: inline; position: relative; right: -30px}


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

/* the picture caption */
table#kpg-pictures td div.kpg-summary {
}

/* the picture thumbnail */
table#kpg-pictures td img.kpg-thumb {
	border: solid 1px black !important; width: 150px; height: auto; vertical-align: 0px;	float: none;
}

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

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

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

