/* ālbum de fotos */

#album_fotos {
	padding: 30px 20px 20px 20px;
}

#album_fotos #foto {
	position: relative;
	float: left;
	width: 425px;
	text-align: center;
}
#album_fotos #foto #titol {
	text-align: center;
	padding-bottom: 6px;
	font-size: 25px;
}
#album_fotos img {
	border: 12px solid #ddeecc;
}
#album_fotos #foto img {
	border-color: white;
}
#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: 125px;
	padding: 2px;
	margin: 0 2px 10px 0;
}
#album_fotos #element a {
	font-weight: bold;
}
#album_fotos #element img {
	border-width: 6px;
}
#album_fotos .destaca img {
	border-color: #74ac3f;
}
#album_fotos .destaca a {
	color: black;
}

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

/* paginaciķ */

#album_fotos #paginador {
	position: relative;
	width: auto;
	margin: 5px 0 5px 10px;
	background-image: url(../grafics/ico_llibreta_2.gif);
	background-repeat: no-repeat;
    background-position: middle left;
    padding: 2px 0 2px 60px;
	font-size: 14px;
	text-align: left;
	color: #4B633D;
	clear: left;
}
#album_fotos #paginador strong {
	font-size: 20px;
}
#album_fotos #paginador a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: none;
	background-color: #F9EE70;
	color: #74ac3f;
}
#album_fotos #paginador a:hover {
    background-color: black;
    color: white;
}

/* variants portada: */

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