/* ālbum de fotos */

#album_fotos {
	padding-top: 10px;
}

#album_fotos #foto {
	position: relative;
	float: left;
	width: 425px;
	text-align: center;
}
#album_fotos #foto #titol {
	text-align: center;
	padding-bottom: 6px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
    font-style: italic;
	font-size: 20px;
}
#album_fotos img {
	border: 4px solid #d0d0d0;
}

#album_fotos #icona {
	border: 0;
	padding-right: 5px;
	vertical-align: middle;
}

#album_fotos #destacat {
	color: #909090;
	font-size: 12px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
}
#album_fotos .data, #album_fotos .resalt {
    font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}
#album_fotos .resalt {
	font-size: 14px;
}

#album_fotos .text {
	margin-top: 5px;
	font-size: 12px;
}

/* llistat: */

#album_fotos #llistat {
	position: relative;
	float: right;
	width: 445px;
}

#album_fotos #element {
	float: left;
	width: 105px;
	height: 115px;
	padding: 2px;
	margin: 0 2px 10px 0;
}
#album_fotos #element a {
	font-weight: bold;
}

#album_fotos .destaca img {
	border-color: black;
}
#album_fotos .destaca a {
	color: black;
}

#album_fotos #element #dades {
    text-align: center;
}

/* paginaciķ */

#album_fotos #llistat #paginador {
	width: auto;
	margin: 5px 0 5px 10px;
}

/* variants portada: */

#portada #album_fotos {
	padding: 0;
}
#portada #album_fotos #llistat {
	width: 900px;
	float: center;
	padding: 0;
}
#portada #album_fotos #llistat #element {
	margin-bottom: 0;
}
