/* CSS d'anuncis */

/* informació quan no hi ha cap anunci, etc... */
#anunci_info {
	margin: 30px;
}
#anunci_info #titol {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
    font-style: italic;
	font-size: 20px;
	text-align: left;
	padding-bottom: 20px;
}
#anunci_info #descrip {
	font-size: 12px;
	text-align: justify;
}

/* morfologia de l'anunci demanat */

#anunci {
	position: relative;
	padding: 0 0 10px 0;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#anunci #titol {
	position: relative;
    padding: 5px;
	background-color: #e0e0e0;
	margin-bottom: 10px;
	color: #616161;
	font-family: Georgia,"Lucida Grande","Lucida Sans Unicode",Times,serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

#anunci #dades {
	font-size: 12px;

}
#anunci #dades #imatge {
	padding: 0;
	margin: 0 30px 10px 0;
	float: left;
}
#anunci #dades #destacat {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
    font-style: italic;
	font-weight: bold;
	font-size: 16px;
}
#anunci #dades p {

}
#anunci #dades #sinopsi {
	font-size: 12px;
	text-align: left;
}
#anunci #descripcio {
	position: relative;
	width: 850px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	font-size: 12px;
	line-height: 16px;
}

/* caixa i capçal dels llistat d'anuncis */

#llistat {
	position: relative;
	width: auto;
	margin: 0;
	padding-top: 20px;
	clear: right;
}
#llistat #titol_capsal {
	font-family: Georgia,"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #d0d0d0;
	margin-bottom: 20px;
	padding: 4px;
}

/* cada element del llistat */

#anunci_llistat {
	position: relative;
	width: 850px;
	margin: 0 auto 0 auto;
	clear: right;
}
#anunci_llistat #titol {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
	font-weight: bold;
	font-size: 25px;
	text-align: left;
}
#anunci_llistat #titol a {
}
#anunci_llistat #dades {
	text-align: left;
	padding-bottom: 15px;
}
#llistat_agenda #anunci_llistat #dades img {
	position: relative;
	float: left;
	margin: 0 8px 5px 0;
	border: 6px solid white;
	vertical-align: 1%;
}
#anunci_llistat #imatge {
	margin: 5px 10px 10px 0;
	float: left;
}
#anunci_llistat #destacat {
	padding-top: 4px;
	color: #816041;
}
#anunci_llistat p {
}
#anunci_llistat #sinopsi {
	font-size: 12px;
	line-height: 16px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* PROPIS: */

/* agenda */

#llistat_agenda {
	padding-bottom: 20px;
}

#llistat_agenda #anunci #dades {
	width: 850px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#llistat_agenda #anunci #titol {
	font-size: 28px;
}
#llistat_agenda #anunci #dates {
	color: #A0B1BC;
	font-size: 30px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;	
}
#llistat_agenda #anunci #dates strong {
	font-size: 35px;
}
#llistat_agenda #anunci #dates .min {
	color: #C0C0C0;
	font-size: 18px;
}
#llistat_agenda #anunci #horari {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
	font-weight: bold;
	color: #957B64;
	font-size: 18px;
}
#llistat_agenda #anunci #lloc {
	font-weight: bold;
	color: #808080;
	font-size: 18px;
}
#llistat_agenda #anunci #sinopsi {
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

#llistat_agenda #anunci #descripcio .titol {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    text-align: left;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

#llistat_agenda #anunci #descripcio .comentari {
    margin: 10px auto 10px auto;
	padding: 10px;
	width: 90%;
	background-color: #f5f5f5;
	font-size: 100%;
}

#llistat_agenda #anunci #descripcio .peufoto {
    margin: 2px auto 10px auto;
	font-size: 80%;
	font-style: italic;
}

#llistat_agenda #anunci #descripcio p {
	margin: 0;
	padding: 5px 0 10px 0;
	text-indent: 40px;
}

#llistat_agenda #anunci_llistat {
	clear: right;
}

#llistat_agenda #anunci_llistat #dates {
	position: relative;
	float: left;
	width: 185px;
	margin-top: 10px;
}
#llistat_agenda #data_ini, #llistat_agenda #data_fi {
	position: relative;
	float: right;
	border: 2px #C9E1EF solid;
	background-color: #E1EBF0;
	padding: 0 5px 5px 5px;
	color: #1F506D;
	font-size: 18px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;	
	text-align: right;
}
#llistat_agenda #data_fi {
	margin-left: 10px;
	border: 2px #EADCCC solid;
	background-color: #F2E9DF;
	color: #C69F75;
}
#llistat_agenda #data_ini strong, #llistat_agenda #data_fi strong {
	font-size: 30px;	
}
#llistat_agenda #anunci_llistat #dates #ornament {
	position: relative;
	width: 50px;
	height: 18px;
	margin: 5px auto 0 auto;
	background-image: url(../grafics/fons_fletxa_2.gif);
	clear: left;
}

#llistat_agenda #anunci_llistat #dades {
	position: relative;
	float: right;
	width: 655px;
}
#llistat_agenda #anunci_llistat #dades img {
	position: relative;
	float: left;
	margin: 0 12px 5px 0;
	border: 6px solid white;
	vertical-align: 1%;
	border: 2px solid #e0e0e0;
}
#llistat_agenda #anunci_llistat #horari {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, serif;
	font-weight: bold;
	color: #969696;
	font-size: 14px;
}
#llistat_agenda #anunci_llistat #lloc, #portada #llistat_agenda #dades {
	position: relative;
	float: left;
	font-weight: bold;
	color: #969696;
	font-size: 13px;
}
#llistat_agenda #anunci_llistat #sinopsi {
	float: left;
}

/* agenda a portada */


#portada #llistat_agenda {
	position: relative;
	width: auto;
	padding: 0;
}
#portada #llistat_agenda #llistat {
	padding: 0;
}
#portada #llistat_agenda #anunci_llistat {
	width: 49%;
	float: left;
	clear: none;
}

#portada #llistat_agenda #anunci_llistat #dates {
	margin-top: 6px;
	width: 140px;
}
#portada #llistat_agenda #data_ini, #portada #llistat_agenda #data_fi {
	font-size: 14px;
}
#portada #llistat_agenda #data_ini strong, #portada #llistat_agenda #data_fi strong {
	font-size: 18px;
}

#portada #llistat_agenda #titol {
	width: 270px;
	font-size: 18px;
	padding-left: 5px;
}
#portada #llistat_agenda #dades {
	width: 270px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

