/*
Ianthinus 2.3.1 Plugin (Indigo)

This is the document that controls the color of the template. 
Simply edit the color code in in three different places to completely 
change the main color of the template.If you wish to keep the old colors, 
copy this document and rename it, then update line 11 of index.html.
*/

/*--------------------color---------------------*/

#textarea h1, #textarea h2, #textarea h3, #textarea h4 {
	color: #336cae;
}

a:link, a:visited {
	color: #336cae;
}

#subheader {
	color: #369;
}

.highlight .categ {
	color: #c33;
}

#menu_right a:link, #menu_right a:visited {
	color: black;
}
#menu_left a:link, #menu_left a:visited {
	color: black;
}
#comissions a:link, #comissions a:visited {
	color: white;
}
#menu_right a:hover, #menu_left a:hover {
	color: #369;
}

#idioma a {
	color: white;
}

/*--------------background colors-----------------*/

#header, #menu_right h2, #menu_left h2, #textarea tr.head {
	background-color: #336cae;
	color:	white;
}

#menu_right h3, #menu_left h3 {
	color: #336cae;
}

#textarea table {
	background-color: #ddd;
}

#menu_right .textbox, #menu_left .textbox {
	background-color: #ddd;
	border: 1px solid #336cae;
}

ul.separat {
	border-top: 1px solid #336cae;
}

#textarea h2 {
	border-bottom: 1px solid #ddd;
}

#destacat {
	border-top: 1px solid #ddd;
	margin-top: 1em;
}

#header #subheader {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #a41818;
}

#subheader h2 .vora {
	background-color: #ddd;
	border: 1px solid black;
}

.highlight ul {
	background-color: #ddd;
}

#footer {
	background-color: #ddd;
	border-top: 1px solid #336cae;
}

/* ----- Aixo hauria d'anar al ppal, es aqui per fer proves */

ul#comissions {
	list-style:	none;
	text-align:	center;
	margin:		0;
	padding:	5px 2em;
}
ul#comissions li {
	padding:	0 1em;
	display:	inline;
}
