
/* COLORI DELLA SEZIONE SERALE */
#site-title a {
	background: #164b17;
	color: #FFF;
}
#site-title a span {
	background: transparent url(../grafica/logo_serale.jpg) no-repeat 0 0;
	position: absolute;
	width: 100%;
	height: 100px;
}
/*--------------------------------------------------------*/

#menuPrincipale {
	background: #FFF url(../grafica/sfondo_menu_serale.jpg) repeat-x 0 50%;
	color: #404040;
	border-top: 1px solid #404040;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
#menuPrincipale li{
	display: inline;
	background: url(../grafica/sfondo_menu_on.jpg) no-repeat 1000px 1000px;
}

#menuPrincipale a {
	height: 0;
	padding: 5px 0.7em;
	text-decoration: none;
	margin: -5px 0px;
	white-space: nowrap;
	background: url(../grafica/sfondo_menu_serale_on.jpg) no-repeat 1000px 1000px;
}
 
#menuPrincipale .current_page_item a,
#menuPrincipale .current_page_ancestor a {
	background: #FFE182;
	color: #C00000;
	font-weight: bold;
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
	padding: 5px 0.7em 5px 0.7em;
	margin-left: -1px;
}

#menuPrincipale a:link,
#menuPrincipale a:visited{
	background: #FFF url(../grafica/sfondo_menu_serale_off.jpg) no-repeat 100% 50%;
	color: #404040;
	text-decoration: none;
}
#menuPrincipale a:hover,
#menuPrincipale a:focus,
#menuPrincipale a:active{
	background: #FFF url(../grafica/sfondo_menu_on.jpg) no-repeat 100% 50%;
	color: #404040;
	text-decoration: none;
}
#menuPrincipale .current_page_item a:link,
#menuPrincipale .current_page_item a:visited,
#menuPrincipale .current_page_ancestor a:link,
#menuPrincipale .current_page_ancestor a:visited {
	background: #FFE182;
	color: #c00000;
}
#menuPrincipale .current_page_item a:hover,
#menuPrincipale .current_page_item a:focus,
#menuPrincipale .current_page_item a:active {
	background: #FFE182;
	color: #C00000;
}

/*menu Bottom */
#menuBottom ul {
	background-color: #D7E2D9;
}

#menuBottom a:link, #menuBottom a:visited {
	text-decoration: none;
	background-color: #D7E2D9;
	color: #404040;
}
#menuBottom a:hover, #menuBottom a:focus, #menuBottom a:active {
	text-decoration: underline;
	background-color: #D7E2D9;
	color: #404040;
}

/* COPYRIGHT */
#footer #copyright {
	background-color: #EBF1EC;
	color: #404040;
}

#copyright p a:link,
#copyright p a:visited{
	background: #EBF1EC;
	color: #404040;
	text-decoration: none;
}
#copyright p a:hover,
#copyright p a:active{
	background: #EBF1EC;
	color: #404040;
	text-decoration: underline;
}
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #008000;
	background: #fff;
}

#content li {
	background: url(../grafica/bullet-green.gif) no-repeat  left 2px;
	padding: 0 0 5px 20px;
}




#contenuto h4 {
	font-weight: bold;
	padding-left: 0.5em;
}
#contenuto .materia {
	border: 1px solid #c0c0c0;
	margin: 2em 0;
	padding: 0.5em;
}
#contenuto .materia h2, 
#contenuto .materia h3 {
	margin: 0;
	padding: 0.5em;
}
#contenuto p.new {
	color: #ff0000;
	background: #FFF;
}
#contenuto ul.materiali {
	list-style: none;
	margin: 0 0 1em 2em;
	padding: 0;
	font-size: 85%
}
#contenuto ul.materiali li {
	background: #fff;
	padding: 0 0 5px 0;
}
#contenuto ul.materiali .new {
	color: #ff0000;
	background: #FFF;
}
#contenuto ul.materiali li a {
	line-height: 200%;
	padding: 5px 0px 5px 20px;
}

#contenuto ul.materiali a:link,
#contenuto ul.materiali a:visited {
	text-decoration: none;
	color: #404040;
	background: #FFF url(../grafica/down.gif) no-repeat 0 50%;
}
#contenuto ul.materiali .new a:link,
#contenuto ul.materiali .new a:visited {
	text-decoration: none;
	color: #008000;
	background: #FFF url(../grafica/down-green.gif) no-repeat 0 50%;
}

#contenuto ul.materiali a:hover,
#contenuto ul.materiali a:focus,
#contenuto ul.materiali a:active,
#contenuto ul.materiali .new a:hover,
#contenuto ul.materiali .new a:focus,
#contenuto ul.materiali .new a:active {
	text-decoration: underline;
	color: #c00000;
	background: #FFF url(../grafica/down-orange.gif) no-repeat 0 50%;
}
/* icona adobe reader */
img.icona_adobereader  {
	float: right;
	margin: 20px 0;
	border: none;
}
/* tabelle ----*/
thead, tfoot {
	background: #EBF1EC;
	color: #404040;
}

/* formattazione form materiali didattici */
.scegli fieldset {
	border: 1px solid #008000;
	margin: 0;
	padding: 1em;
	width: 45%;
	min-width: 20em;
}

.scegli legend {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.2em;
	background-color: #fff;
	color: #008000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}