/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	min-width: 1170px;
	max-width: 2340px;
	font-size: 16px;
	/*letter-spacing: 1px;*/
	font-family: Helvetica, Arial, sans-serif;
	/* background: #fff;
	color: #000; */
	color: #000000;
	line-height: 1.3em;
	/* font-weight: 300; */
}
/*
a:link { text-decoration: none; color: #000000; font-weight: bold;}
a:active { text-decoration: none; color: #2bb673; } 
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #2bb673; }
a img { border: none; }

#exhibit a:link { color: #000000; border-bottom: 1px solid #000000; } 
#exhibit a:hover { border-bottom: none; color: #ff4141; } 
#exhibit a:active { color: #ff4141; } 
#exhibit a:visited {  } 
#exhibit a img { border: none; }
*/

/* link scheme */
/* you can customize links further down the page too */
a:link { color: #000000;  }
a:active { text-decoration: none; color: #ff4141; } /* a:active { text-decoration: none; color: #00cc00; }	#3f4cf1*/
a:visited { color: #000000; border-bottom: 1px solid #000000; } /* a:visited { text-decoration: none; color: #999; } */
a:hover { text-decoration: none; color: #ff4141; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
/*	h1: Color negre lletra mini
	h2: Color blau fosc lletra mini
	h3: Color verd lletra mini
	h4: Color vermell lletra mini
	h5: Color blau potens lletra mini */
h1 { font-size: 13px; font-weight: bold; color: #000000; Letter-spacing: 0px; line-height: 1.3em; }
h2 { font-size: 13px; font-weight: bold; color: #333399; Letter-spacing: 0px; line-height: 1.3em; }
h3 { font-size: 13px; font-weight: bold; color: #2bb673; Letter-spacing: 0px; line-height: 1.3em;}
h4 { font-size: 13px; font-weight: bold; color: #ff4141; Letter-spacing: 0px; line-height: 1.3em; }
h5 { font-size: 13px; font-weight: bold; color: #3f4bf1; Letter-spacing: 0px; line-height: 1.3em; }
h6 { font-size: 13px; color: #000000; Letter-spacing: 0px; line-height: 1.3em; }
h7 { font-size: 16px; margin-bottom: 1em; }

/* paragraph width */
#index p { float: left;  width: auto; margin-right: 35px; } 	/*Float: left perque es situi a la dreta del titol de  	   																pagina Albert casanovas*/
											/*D'origen estava a { margin-bottom: 1em; } */
											/* width: 170px; Per establir amplada de columna del homepage 																				 											AlbertCasanovas*/
#exhibit p, code, blockquote { width: auto; margin-bottom: 1em; /* line-height: 1.3em; */ }



/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 202px;   background: #white; /*(color de fons del menu)*/ /* line-height: 1.3em; */ } /*Width: 215px d'origen, canviem a auto per fer menu horitzontal*/
#exhibit { 	width: auto;
			margin: 0px 0px 0px 0px; }

/* styling the index */
#index ul { font-size: 13px; line-height: 1.3em; list-style: none; margin: 10px 0px 10px 0px; } 	/* Espai entre submenu quan s'expandeix projectes */
															/* Moure submenu quan s'expandeix a la columna esquerre */
															/* font-size: 12px; line-height: 1.2em; titol expand menu mes 											 															petit cos de lletra*/
#index ul.section { 
	/* font-size: 16px; cos seccio projectes xq es mantingui en gran */
	/* float: left; width: 170px;  !!! the width of each column in the menu */
	font-size: 16px;
	list-style-type: none;
	overflow: visible;
	margin: 0px 35px 0px 0px; /* Distàncies - marges esquerra i dalt del menu */
	padding: 0px 0px 0px 0px;
	}

#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: bold; color: #2bb673; text-decoration: none; /*border-bottom: 2px solid;*/ }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/*
a:link { text-decoration: none; color: #000000; font-weight: bold;}
a:active { text-decoration: none; color: #2bb673; } 
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #2bb673; }
a img { border: none; }

#exhibit a:link { color: #000000; border-bottom: 1px solid #000000; } 
#exhibit a:hover { border-bottom: none; color: #ff4141; } 
#exhibit a:active { color: #ff4141; } 
#exhibit a:visited {  } 
#exhibit a img { border: none; }
*/


/* links styles only for the #index region */
#index a:link { text-decoration: none; color: #000000; font-weight: bold; } 
#index a:active { text-decoration: none; color: #2bb673; }
#index a:visited { text-decoration: none; color: #000000; }
#index a:hover { text-decoration: none; color: #2bb673; }  

/* links styles only for the #exhibit region */
#index a:link { } 
#index a:active { }
#index a:visited { }
#index a:hover { } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container {  } /* Separació menú index dalt esquerre. Posició origen 27px 9px 25px 27px*/

/* this is where you pad them separately */
#index .container { padding: 40px 0px 0px 30px; }
#exhibit .container { padding: 40px 0px 0px 10px; }