@charset "utf-8";

/* CSS Document */

p.info {
	background: #FF9 url(imatges/exclamation.png) 6px center no-repeat;
	color: #000;
	font-style: italic;
	border: 1px dotted #FC3;
	padding: 6px 10px 6px 30px;
	margin-bottom: 30px;
}

p.infomal {
	background: #FCC url(imatges/cross.png) 6px center no-repeat;
	color: #000;
	font-style: italic;
	border: 1px dotted #F66;
	padding: 6px 10px 6px 30px;
	margin-bottom: 30px;
}

/* Notícies */

.noticia {
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px solid #97d51e;
	border-bottom: 1px dashed #CCC;
	background: url(imatges/titular.gif) top repeat-x;
}

.noticiaxic {
	width: 240px;
	background: url(imatges/titular.gif) top repeat-x;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
	margin-right: 20px;
	height: 170px;
	border-bottom: 1px dashed #CCC;
}

.nseccio {
	font-size: 8px;
	color: #427a13;
	padding: 1px;
	margin-bottom: 0px;
	width: auto;
}

.titularxic {
	margin: 0px;
	color: #060;
	padding: 10px;
	width: 240px;
	margin-right: 20px;
	float: left;
	border-bottom: 1px dashed #CCC;
}

.titularxic a:link { color: #030; }

.titularxic h4 { font-size: 11px; }

.ndata {
	color: #060;
	margin-top: 0px;
	font-size: 10px;
	line-height: 18px;
}

.ndata img { vertical-align: middle; }

.nimg {
	width: 200px;
	float: left;
	margin: 0px 20px 0px 0px;
}

/* AGENDA */
#agenda {
	width: 350px;
	margin-bottom: 20px;
}

#entrada {
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px solid #97d51e;
	border-bottom: 1px dashed #CCC;
	background: url(imatges/titular.gif) top repeat-x;
}

#entrada img {
	border: none;
	max-width: 560px;
}

.a_entrada {
	clear: both;
	height: auto;
	min-height: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
}

.a_entradacepp { background: url(../favicon.ico) right center no-repeat; }

.a_entrada img {
	width: 30px;
	height: 30px;
	border: none;
	float: left;
	margin-right: 10px;
}

.a_entrada .data {
	margin-right: 5px;
	font-weight: bold;
}

/* ESTABLIMENTS */
.establiment {
	margin-bottom: 20px;
	border: 1px solid #97d51e;
	border-bottom: 1px dashed #97d51e;
	background: url(imatges/titular.gif) top repeat-x;
	clear: both;
}

.establiment div.fitxa {
	padding-top: 10px;
	float: left;
	width: 380px;
}

.establiment img {
	border: none;
	width: 150px;
	float: left;
	margin-right: 20px;
}

.mesinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-left: 10px;
}

.menuestab {
	margin-top: 30px;
	list-style: none;
	text-align: center;
	padding:0px;
}

.menuestab li {
	display: inline;
	margin: 0px 10px;
}

/* FOTOGRAFIA */
ul.galeria {
	padding: 0px;
	list-style: none;
	margin-bottom: 30px;
	border-bottom: 1px dashed #CCC;
}

ul.galeria img {
	border: none;
	width: 100px;
}

ul.galeria li {
	float: left;
	width: 100px;
	padding: 2px;
	background: #c8eb83;
	margin: 0px 6px 6px 0px;
}

ul.galeria li p {
	margin: 0px;
	text-align: center;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	height: 30px;
	line-height: normal;
}

ul.galeria li:hover { background: #97d51e; }

/* ENLLAÇOS */

ul.links {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.links li {
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
}

ul.links li.cepp {
	padding-left: 20px;
	background: url(../favicon.ico) left center no-repeat;
}

ul.links a.titol { font-weight: bold; }

/* FÒRUM */

table.forums {
	border: 1px solid #999;
	width: 100%;
	border-collapse: collapse;
}

table.forums td {
	border: 1px dashed #CCC;
	padding: 10px;
	vertical-align: top;
}

table.forums tr { margin-bottom: 6px; }

table.forums td.autor {
	background: #EBEBEB;
	width: 120px;
}

table.forums th {
	padding: 5px 10px;
	text-align: left;
}
