/*
 * Style - Pizzinato Alessandro
 * Data:
 *
 */
 
html{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(imgSite/Sfondo.jpg);
	text-align: center; /* posiziono tutto al centro della pagina */
}


/*indico il contenitore generale dove staranno tutte le mie pagine*/
#contenitore{ 
	font-family: Arial, Helvetica, sans-serif;
	width: 790px;
	text-align:left;
	margin: 0 auto;
}

h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-size: medium;
	color: #990000;
	padding-left: 10px;
}

/* LINK */

a:link{
	color: #993300;
	text-decoration: underline;
}

a:visited{
	color: #993300;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	background-color: #990000;
}

a:active{
	color: #FFFFFF;
	background-color: #990000;}


#footer{
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #999999;
	padding-left: 5px;
	text-align:left;
	bottom: auto;
}

#footer a {
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #990000;
	padding-left: 5px;
	text-align:left;
	bottom: auto;
}


#tableElencoAlfabetico{
	font-size: small;
	align: center;
}

#tableElencoAlfabetico td{
	border: 1px solid #990000;
	border: 1px solid #990000;
	width: 30px;
	text-align: center;
	background-color: #FFECEC;
	font-weight: bold;
}

#tableElencoAlfabetico a{
	display:block;
	text-decoration: none;
	font-weight: bold;
}


/* 
 ************************************************* MENU E FOOTER ********** */
#menu{
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #004080;
	border: 1px solid #999999;
	padding-left: 5px;
	text-align:left;
}

#menu a{
	font-size: small;
	font-style: normal;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#menu a:link visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #0066CC;	
}

#menu a:active {
}


/*
************************************************** BOX *******/
#colonnaSinistra{
    float: left;
	width: 160px;
	font-size: x-small;
	margin-bottom:0px;
}

#box{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#box ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 10px;
	list-style-image: url(imgSite/FrecciaUL.gif);
	font-size: small;
	font-weight:bold;
}
#box p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box form {
	font-size: x-small;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
}

#box input {
	font-size: x-small;
	border: 1px solid #CCCCCC;
}

#colonnaDestra{
	float: right;
	width: 620px;
	font-size: x-small;
	margin-bottom:0px;
}
#box2 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#box2 h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: medium;
	color: #990000;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-top-color: #004080;
	border-right-color: #004080;
	border-bottom-color: #004080;
	border-left-color: #004080;
}

#box2 blockquote {
	margin-left: 50px;
}

#box2 blockquote b {
	font-size: small;
	color: #990000;
}




/************* IMMAGINI ****/
#imgContainer{
	float: left;
	padding: 0 12px 12px 0;
	background-image:url("imgSite/BordoImmagini100.jpg");
	background-repeat:no-repeat;
	background: bottom right;
}

#imgContainer img{
	display:block;
	position: relative;
	top: -2px;
	left: -2px;
	border:1px solid #ccc;
	border-color: #ccc #666 #666 #ccc;
	padding:2px;
}


#box2 hr {
	width: 80%;
	text-align: center;
	height: 1px;
}



/*
 Citazioni
*/
#cit blockquote{
	font-size: small;
	width:500px;
	background:url(imgSite/openquote.jpg) no-repeat top left
}

#cit p{
	background: url(imgSite/closedquote.jpg) no-repeat bottom right;
    margin:0;
	padding:15px 60px;
	font-weight:bold;
	color: #444
}

#cit cite{
	display:block;
	color:#7E574E;
	text-align:right;
}

/* piccola galleria immagini */
ul#minipics{margin:20;padding:0;list-style-type:none}

ul#minipics li{float: left;margin: 10px;padding: 0 6px 6px 0;
    background: url(imgSite/BordoImmagini100.jpg) no-repeat bottom right}

ul#minipics li img{display: block;
    position: relative;top: 2px;left: 2px;
    border: 1px solid #ccc;border-color: #ccc #666 #666 #ccc;
    padding: 5px}
	
	/* GALLERIA */
	
	ol#gallery{
    margin: 0px 2%;
    padding: 0
    }

ol#gallery li{
    float:left;
    background-color: #000;
    color: #fff;
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none
    }

ol#gallery h5{
    margin: 0;
    padding: 3px 0 1px;
    background: #000 url('imgSite/film.jpg') repeat-x bottom right;
    color: #fff;
    font: 12px light arial,sans-serif;
    text-align: center
    }

ol#gallery a{
    display: block;
    padding: 3px 3px 16px;
    background: #000 url('imgSite/film.jpg') repeat-x bottom right
    }

ol#gallery a:hover{
    color: #fff; /*hack per ie5.5 e le regole sotto*/
    }

ol#gallery a img{
    border: 2px solid #000
    }

ol#gallery a:hover img{
    border-color: #FFFFA0
    }



div.TWIIGSPOLL { width: 150px; }
div.TWIIGSPOLL a.TWIIGSPOLLquestionlink { font: 13px arial; color:#990000; text-align:center; }
div.TWIIGSPOLL a.TWIIGSPOLLlink { text-decoration: none; font: 10px verdana; color: #DD8500; }
div.TWIIGSPOLL a.TWIIGSPOLLmorelink { text-decoration: none; font: 11px arial; color: #DD8500; }
div.TWIIGSPOLL li.TWIIGSPOLLanswerselectionitem { font: 11px arial; color: #333333; }
div.TWIIGSPOLL input.TWIIGSPOLLanswertext { /*width: 190px !important;*/ font: 11px arial; color: #333333; }
div.TWIIGSPOLL input.TWIIGSPOLLanswercheckbox { font: 11px arial; color: #333333; }
div.TWIIGSPOLL input.TWIIGSPOLLanswerradio { font: 11px arial; color: #333333; }
div.TWIIGSPOLL input.TWIIGSPOLLsubmit { font: 10px verdana; color: #333333; }
div.TWIIGSPOLL div.TWIIGSPOLLtopresults { font: 11px arial; color: #333333; }
div.TWIIGSPOLL li.TWIIGSPOLLanswersitem { font: 11px arial; color: #333333; }
div.TWIIGSPOLL p.TWIIGSPOLLclosed { font: bold 11px arial; color: #333333; }
div.TWIIGSPOLL p.TWIIGSPOLLtotalvotes { font: 11px arial; color: #333333; }
div.TWIIGSPOLL div.TWIIGSPOLLloading { font: 11px arial; color: #333333; }
