/* ------------------------------------------------------------------------------------------------- tag HTML */
* {
	padding: 0px;
	margin: 0px;
}

/* forza la barra di scorrimento verticale su Firefox */
html {min-height: 101%;}

body {
	color: #111111;
	background-color: #F3F3F3;
	font-size: 14px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background-image: url(../images/ombra_swf.gif);
	background-repeat: repeat-x;
	background-position: left 80px;
}

b {
	color: #333333;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #BA1D4B;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FFFFFF;
	background-color: #9e073d;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	color: #222222;
	display:inline;
	font-weight: normal;
}

/* per i titoli di pagina */
h1 {
	font-family: "Times New Roman", Times, Garamond, serif;
	display: block;
	float: left;
	font-size: 25px;
	font-style:italic;
	margin-bottom: 20px;
	width: 730px;
	text-transform: uppercase;
}

/* usato per i titoli delle news e degli eventi */
h2 {
	font-size: 18px;
	font-weight: bold;
	
}	

/* per i sottotitoli di news ed eventi */

h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

/* usato per le scritte di sottocapitoli nei blocchi di testo */
h4 {
	font-size: 13px;
	font-weight: bold;
}

/* usato per le date */
h5 {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------- id e classi GENERICI */

/* immagini da precaricare */
.preload {
	display:none;
}

.floatDX {
	float: right;
	margin-left: 15px;
}

.floatSX {
	float: left;
	margin-right: 15px;
}

.justify{
	text-align:justify;
}

.bordoGrigio {
	border: 1px solid #222222;
}

.miniIcon {
	vertical-align: middle; 	
}

.centraFoto {
	width:730px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.didascalia {
	float:left;
	width: 500px;
	margin: 0px;
	margin-left: 115px;
	margin-right: 115px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 12px;
	background-color:#666666;
	color:#CCCCCC;
	border-bottom: 1px solid #555555;
}

/* ------------------------------------------------------------------------------------------------- id e classi LAYOUT */

/* l'animazione in alto */
#flash_top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 80px;
	border-bottom: 1px solid #1e1e1e;
}
#flash_top object,
#flash_top embed {
	width: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

/* contiene tutto il sito sotto il flash */
#container {
	top: 80px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 950px;
}

#footer {
	width: 720px;
	float: left;
	margin-top: 50px;
	height: 27px;
	padding-top: 27px;
	padding-left: 200px;
	padding-right: 30px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	color: #AAAAAA;
	text-align: right;
}

#clearboth {
	height:0px;
	float: left;
	clear:both;
}
