﻿/******************************
	General page elements
******************************/
	body {
		height: 100%;
		margin: 0;
		padding: 0;}

	html {
		height: 100%;
		margin: 0;
		padding: 0;}

	html { background-color: #EEEEEE; 
           background-position: center top;
           background-image:url('sfondo2.jpg')
           background-repeat: no repeat; 
	       background-attachment: fixed;
           }

	body { 
                scrollbar-face-color: #EEEEEE;
                scrollbar-shadow-color: #AAAAAF;
                scrollbar-highlight-color: #AAAAAF;
                scrollbar-3dlight-color: #EEEEEE;
                scrollbar-darkshadow-color: #EEEEEE;
                scrollbar-track-color: #EEEEEE;
                scrollbar-arrow-color: #AAAAAF;}


/* testo normale */

p { 
	font: 10pt/14pt 'Verdana'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	}
	
/* testo grassetto */

.gr { 
	font: 10pt/14pt 'Verdana'; 
	margin-top: 0px; 
	font-style: italic;
	font-weight: bold;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	}

	
/* testo elenco articoli */

.testoel { 
	font: 10pt/6pt 'Verdana'; 
	margin-top: 0px;
	margin-left: 15px;
	font-style: italic;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	}

	
/* testo titolo articoli */

.testo1 { 
	font: 12pt/14pt 'Verdana'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	}
	
/* testo copyright articoli */

.testo2 { 
	font: 8pt/4pt 'Verdana'; 
	margin-top: 0px; 
	font-style: italic;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	}

/* testo elenco immagini */

.testo3 { 
	font: 12pt/14pt 'Verdana'; 
	margin-top: 0px;
	margin-left: 15px;
	font-style: italic;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	}

/* testo centrato pagina bio */

h1 { 
	font: 10pt/14pt 'Calisto MT', 'Arial'; 
	font-style: italic;
	text-align: center;
	color: #262844;
	letter-spacing: 0px;
	}
	
	
/* testo titoli immagini */

h2 { 
	font: 13pt/14pt 'Verdana'; 
	font-style: italic;
	text-align: center;
	color: #262844;
	letter-spacing: 0px;
	}


/*elenco lavori */
	
dt {
	font: 10pt/38pt 'Verdana'; 
	margin-top: 0px;
	margin-left: 2px;
	font-style: italic;
	text-align: justify;
	color: #262844;
	letter-spacing: 0px;
	list-style-position: outside;
	}
	
dd {
	font: 10pt/14pt 'Verdana'; 
	margin-top: -35px; 
	margin-left: 50px;
	font-style: italic;
	text-align: justify;
	color: #262844;
	}

	
/* div up */

#up {
	
	position:fixed;
	top:0;
	left:100%;
	width:100%;
	height:20px;
	margin-left:-100%;
	
	}
		
#down {
	
	position:fixed;
	bottom:0;
	left:100%;
	width:100%;
	height:20px;
	margin-left:-100%;
	
	}
		
#main {
	position:fixed;
	top:0;
	left:0;
	margin-top:10px;
	width:100%;
	height:100%;
	}


a:link { 

	text-decoration: underline; 
	color: #262844;
	}

a:visited { 

	text-decoration: underline;
	color: #262844;
	}

a:hover { 
 
	text-decoration: underline;
	color: #AAAAAF;
	}

/* thumbnails */

.thumb {
	float: center;
	border-style: solid;
	border-width: 2px;
	border-color: #AAAAAF;	
	}

/*img normale */

.img {
	border-width: 0px;
	}
	
/*img allineata a sinistra */

.imgsx {
	float: left;
	margin: 8px 16px 8px 0;
	}

/*img allineata a destra */

.imgdx {
	float: right;
	margin: 8px 0 8px 16px;
	}


