#headerimg .description {
	color: #ff9b2a;
}

/* Títols */
h1, h1 a, .postinfo h2, .postinfo h2 a, .postinfo h3, .postinfo h3 a {
	color: #ff9b2a;
}

h1 a:visited, .postinfo h2 a:visited, .postinfo h3 a:visited {
	color: #fb7;
}

h1 a:hover, .postinfo h2 a:hover, .postinfo h3 a:hover {
	color: #ff1212;
}

h2, h2 a, h3, h3 a {
	color: #999;
}

h2 a:hover, h3 a:hover{
	color: #333;
}

.post h3, .post-h2 {
	color: #7b68ee;
}
/* Fi títols */

#wp-calendar a:hover {
  text-decoration: underline;
}

/* Links del menú superior */
.page_item a, .page_item a:visited {
	color: #fff;
}

.page_item a:hover {
	color: #ff9b2a;
}
/* Fi links del menú superior */

/* Links */
a {
	color: #ff9b2a;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #fb7;
}

a:hover {
	color: #ff1212;
}
/* Fi links */

/* Full de calendari (data) */
.cal { background: #FFBA2C url(images/orange/cal_bg.jpg) repeat-x; }

.calborder { 
  background: #FFD7A6;
  border: 1px solid #C08800;
}
/* Fi full de calendari */

/* Imatges */
img.borde {
	border: 3px solid #999;
}

a img.borde {
	border: 3px solid #ff9b2a;
}

a:visited img.borde {
	border: 3px solid #fb7;
}

a:hover img.borde {
	border: 3px solid #ff1212;
}

img.noborde {
	border: 0;
}

/* Com se sap si una imatge sense borde és un link? */
/*a img.noborde {
	border-bottom: 1px dashed #ff9b2a;
}

a:visited img.noborde {
	border-bottom: 1px dashed #fb7;
}

a:hover img.noborde {
	border-bottom: 1px dashed #ff1212;
}*/

/* Fi imatges */
