/********************************************
* Album list                                *
********************************************/
/* table cell containing one album */
table#kpg-albums {
	padding: 10px;
	background: url('http://www.rotcrowd.at/web/wp-content/themes/classic/img/line.gif') center bottom no-repeat;
}
table#kpg-albums tr {
	display:block;
	border-top:1px dotted #dddeee;
	padding: 5px 0px;
	vertical-align: top;
}

/* the album picture thumbnail */

table#kpg-albums td a.albfoto {
	display:block; 
	float:left;
	border: solid 1px #dddeee;
	background-color:#000000;
	width:60px; height:60px;
	overflow:hidden;
	margin-right:15px;
}
table#kpg-albums td img.kpg-thumb {
}

table#kpg-albums td div.albdesc {
	float:right;
	display:block;
	width:340px;
}

/* the link with the name of the album */
table#kpg-albums td div.kpg-title a {
	font-size: 17px;
	line-height:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	display:inline;
}
table#kpg-albums td div.kpg-title a:hover {
	color:#ff0000;
}

/* the album summary */
table#kpg-albums td div.kpg-summary {
	font-size:12px;
	letter-spacing:1px;
	font-weight:normal;
}
p.meta {
	font-size:9px;
}

/* the album location */
table#kpg-albums td div.kpg-location {
	display:none;
}

/* the number of photos in the album */
table#kpg-albums td div.kpg-nbPhotos {
	margin-top: 0px;
}

/* 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;
}



/* the box with the album description */
div#kpg-album-description {
	padding: 10px;
	margin-bottom: 30px;
	background: url('http://www.rotcrowd.at/web/wp-content/themes/classic/img/bgdiag.gif');
	border:1px solid #dddeee;
}

/* the album title */
div#kpg-album-description div#kpg-title {
	font-weight: bold;
}

/* the album summary */
div#kpg-album-description div#kpg-summary {
}

/* 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 {
}



/* 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 {
}

.galdesc
{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #dddeee;
}
table#kpg-pictures td a.highslide {
	width:100px; height:100px;
	overflow:hidden;
	display:block;
	border:1px solid #000000;
	background-color:#000000;
}
/* the picture thumbnail */
table#kpg-pictures td img.kpg-thumb {
	border: solid 0px #dddeee !important;
	padding:0px;
}


/********************************************
* Paginator                                 *
********************************************/
/* block containing the paginator */
div#kpg-paginator {
	font-weight: normal;
	text-align: left;
	font-size:10px;
}

/* the current page */
div#kpg-paginator span.kpg-on {
	border: solid 1px #ff0000;
	padding: 3px;
	margin-right:1px;
	display:block;
	float:left;
}

/* the other pages */
div#kpg-paginator a {
	border: solid 1px #dddeee;
	padding: 3px;
	margin-right:1px;
	display:block;
	float:left;
}
div#kpg-paginator a:hover {
	border: solid 1px #ff0000;
	color:#FF0000;
}
