/*struttura*/


body,html {
color:#000000;
margin:0;
padding:0;
}



body {
	min-width:800px;
	font:76%/1.4em Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../immagini/sfondo.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#wrap {
	background:#FFFFFF;
	width:760px;
	margin:0 auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #A8956B;
	border-left-color: #A8956B;
}

#header {
	background:#FFFFFF url(../immagini/cortica_r1_c1.jpg) no-repeat center top;
	height:94px;
	margin:0;
	padding:0;
}

#flashcontent{
	padding-left: 5px;
}

/*link a flickr*/
#header span {visibility:hidden;}
#header a:link {text-decoration:none;} 
#header a:visited {text-decoration:none;}
#header a:hover {text-decoration:none; }
#header a.active{text-decoration:none;}

/*link del footer*/
#footer span {visibility:hidden;}
#footer a:link {color:#FFFFFF;text-decoration:none;} 
#footer a:visited {color:#FFFFFF; text-decoration:none;}
#footer a:hover {color:#FFFFFF; text-decoration:none; }
#footer a.active{color:#FFFFFF; text-decoration:none;}

#header h1 {
color:#6699FF;
font:italic bold 400% "Times New Roman", Times, serif;
margin:0;
padding:40px 20px;
}


#navor {
	border-top:none;
	border-bottom:1px groove #999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../immagini/cortica_r2_c1.jpg);
	padding-left: 10px;
	margin-bottom: 4px;
}

#main {
	color:#000000;
	background:#FFFFFF;
	width:500px;
	border-right:1px solid #999999;
	padding:20px 0;
	margin-top: 1px;
}

#sidebar {
	background:#FFFFFF;
	float:right;
	width:240px;
	padding:20px 0 5px;
	margin-top: 1px;
	list-style-type: none;
}

#footer {
color:#333333;
border-top:1px groove #999999;
text-align:center;
background: url(../immagini/footer.jpg) no-repeat;
height:25px;
clear:both;

}


#post_left{
	background-image:url(../immagini/post.gif);
	background-repeat:no-repeat;
	height: 230px;
	width: 408px;
	background-position: left;
	margin-left: 10px;
	padding-top: 0.5em;
}
#post_right{
	background-image:url(../immagini/post.gif);
	background-repeat:no-repeat;
	float:none;
	height: 230px;
	width: 408px;
	padding-top: 0.5em;
	margin-left: 50px;
}

#segreteria{
	background-image: url(../immagini/div_segreteria.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin-left: 60px;
	width: 370px;
	text-align: right;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 10px;
}
#player{
	padding-right:0.5em;
	width: 300px;
	text-align: center;
	float: right;
	margin: 0px;
}

#player p {
	line-height:0.1em;
	font-size: 9px;
}



/* fine struttura*/

/* inizio liste menu*/


#navor ul {
	list-style:none;
	margin:0;
	text-align: right;
	padding-top: 1.2em;
}

#navor li {
	display:inline;
	margin:0;
	color: #333333;
	padding-top: 3em;
	padding-bottom: 1em;
	padding-left: 0;
	padding-right: 1em;
}

#navor li a {
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}


#current a:link, #current a:visited, #current a:active, #current a:hover
{
	border-bottom: 2px solid #990000;
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}



#navor li a:hover {
border-bottom: 2px solid #ae4600;
padding-bottom: 2px;
background: transparent;
color: #FF6600;
}



#sidebar ul {
	list-style-type: none;
	padding-bottom: 0.5em;
}

#sidebar ul li a.sottovoce
{
	text-align: left;
	text-decoration: none;
	color:#990000;
	list-style-type: none;
}
#sidebar ul li a:hover.sottovoce
{
	color:#990000;
	background-color: #BFE1FF;
	text-decoration: none;

}
#sidebar ul li a:active.sottovoce
{
	border-bottom: 1px solid #336699;
	padding-bottom: 1px;
	background: transparent;
	color:#990000;
	text-decoration: none;
}

#sidebar ul li a:visited.sottovoce {
color:#990000;
}


#sidebar ul li a
{
	text-align: left;
	text-decoration: none;
	color:#003333;
	list-style-type: none;
}

#sidebar ul li a:hover
{
	color:#000000;
	background-color: #BFE1FF;
	text-decoration: none;

}

#sidebar ul li a:active
{
	border-bottom: 1px solid #336699;
	padding-bottom: 1px;
	background: transparent;
	color: #336699;
	text-decoration: none;
}

#sidebar ul li a:visited {
color:#003333;
}


#task{
background:#EEEEEE;
border:solid;
border-style:dashed;
border-width:1px;
width:450px;
margin-right:10px;
margin-left:10px;
padding-top:4px;
padding-right:10px;
padding-left:10px;
}


/* fine liste menu*/

/* inizio elementi h e paragrafi*/

h1{font-size: 200%}
h2{font-size: 170%}
h3{font-size: 140%}
h4{font-size: 120%}
h5{font-size: 100%}
h6{font-size: 80%}


#main h2,#main h3,#main p {
padding:0 20px;
}
#main p {
color:#333333;
}
#main p.bold{
	font-weight: bold;
	color:#003399;
	text-align: left;
	font-size: 96%;

}
blockquote{
background:#FFFFFF;
margin-top:15px;
margin-bottom:15px;
padding:6px;

}

#main h2,#main h3, #main h4 {
color:#663300;
}

#main h3.insegnante{
	color: #1F58A7;
}

#main h4{
	padding-left:15px;
}

p {
color:#000000;
}

#sidebar h3,#sidebar p {
padding:0px 10px 0px 0px;
}

#sidebar h3 {
	color:#003300;
	font-size: 120%;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 0px;
}

sup,sub {
color:#D38105;
}

blockquote.lis {
background:#FFFFFF;
border-left:1px solid #6699CC;
font:bold 0.9em/1.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#333333;
letter-spacing:.05em;
margin-top:15px;
margin-bottom:15px;
padding:6px;
}


/* fine elementi h e paragrafi*/

a.material:link {
	color: #336699;
	font-size: 10px;
	padding: 1px 8px 1px 24px;
	background-image: url(../immagini/page_new.gif);
	background-repeat: no-repeat;

}     /* unvisited link */
a.material:visited {
	color: #C44F00;
	font-size: 10px;
	padding: 1px 8px 1px 24px;
	background-image: url(../immagini/page_new.gif);
	background-repeat: no-repeat;


}  /* visited link */
a.material:hover {color: #3366CC}   /* mouse over link */



		/* bottoni  */
.altButtonOk { background-color: #FFDFBF; font-family: verdana, arial, sans-serif; font-size: 10px; font-weight: bold; color: #003300;} 
#navigazione{
	margin: 0;
	width: 700px;
	padding-left: 275px;

}

/*classi*/
.italic{font-style:italic}
.blendedlinks {
color:#060;
text-decoration:none;
}
.bordiframe {
	text-decoration:none;
	border: 0px none;

}

.floater {
float: right;
}
.floater_sx {
	float: left;
	margin-right: 5px;
}
.centrato {
	text-align: center;
	padding-left: 35px;
}
.span_sx {
	
	padding-left: 15px;
}
.generiche{
	list-style-image:url(../immagini/barile.gif);
	list-style-position: inside;
	list-style-type: none;
	}
	
.listeinterne{
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0.5em;

	}
.liste_item{
	list-style-position: inside;
	list-style-type: none;
	padding-top: 0.3em;
	padding-left: 0px;
	}

	
.bold{ font-weight:bold;
       color:#003399;
	   }

.item_sx{
	height: auto;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.5em;
}

.item_dx{
	height: 100px;
	width: 399px;
	background-color: #FFFFF0;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	padding-left: 0px;
	float: right;
}
.immagine_sx{
	float:left;
	height:100px;
	width:60px;
	padding: 10px 0px 10px 10px;
	clear: none;

}
.clear{
	clear:left;
	float: left;
	width: 499px;
}
.testo_ridotto{
font-size: 10px;
padding: 1px 8px 1px 24px;
}

.center{
text-align:center;
}

#testo{
	background-color:#F2F2F2;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin: 4px 4px 4px 10px;
	width: 480px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
}

.evidenza{
	background-color:#F2F2F2;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin: 4px 4px 4px 4px;
	width: 480px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
}
.overlib {
	font-weight: bold;
	color: #5B5035;
}
.citazione {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000033;
}

.attuale{background-color:#E2F4FE

}
