/* ===== KPicasa Gallery =================== */
/* Album list */
table#kpg-albums td {/* table cell containing one album */
    padding:0 10px 20px 0;
    vertical-align:top;
}
table#kpg-albums td img.kpg-thumb {/* the album picture thumbnail */
    border:solid 1px black;
}
table#kpg-albums td div.kpg-title a {/* the link with the name of the album */
    font-weight:bold;
}
table#kpg-albums td div.kpg-summary {}/* the album summary */
table#kpg-albums td div.kpg-location {/* the album location */
    font-style:italic;
}
table#kpg-albums td div.kpg-nbPhotos {/* the number of photos in the album */
    margin-top:15px;
}
/* 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) */
div#kpg-backLink {/* the "Back to album list" link container */
    padding-bottom:20px;
}
div#kpg-album-description {/* the box with the album description */
    padding:10px;
    margin-bottom:30px;
    background-color:#FFFFE1;
    border:solid 1px #CECF8E;
}
div#kpg-album-description div#kpg-title {/* the album title */
    font-weight:bold;
}
div#kpg-album-description div#kpg-summary {}/* the album summary */
div#kpg-album-description div#kpg-location {/* the album location */
    font-style:italic;
}
div#kpg-album-description div#kpg-nbPhotos {}/* the number of photos in the album */
table#kpg-pictures td {/* table cell containing he picture + caption */
    text-align:center;
    padding-bottom:20px;
    vertical-align:top;
}
table#kpg-pictures td div.kpg-summary {}/* the picture caption */
table#kpg-pictures td img.kpg-thumb {/* the picture thumbnail */
    border:solid 1px black;
}
/* Paginator */
div#kpg-paginator {/* block containing the paginator */
    font-weight:bold;
    text-align:center;
    line-height:30px;
}
div#kpg-paginator span.kpg-on {/* the current page */
    border:solid 1px #C0C0C0;
    padding:4px;
}
div#kpg-paginator a {/* the other pages */
    border:solid 1px #F0F0F0;
    padding:4px;
}