@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
h2 {
	color: #003399;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #003399;
}

.cancella {
	clear:both;
	visibility:hidden;
	height: 0px;
}
.wrapper {
	padding: 22px;
}
 p {
	margin-bottom: 12px;
	line-height: 18px;
	font-size: 12px;
	word-spacing: .2em;
}

#contenitore {
	margin: auto;
	width: 960px;
}
#contenitore h1 {
	background-image: url(img/testata.png);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: -9000px;
	height: 150px;
	width: 960px;
}
#contenitore #menu {
	height: 80px;
	width: 960px;
	background-image: url(img/menu.png);
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#menu a {
	position: absolute;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 18px;
	top: 17px;
}
#menu a:hover {
	color: #666666;
}

#menu a#home { left:70px; }
#menu a#galleria { left:310px; }
#menu a#news { left:550px; }

#menu a#come { left:790px; }#contenitore #contenuto {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#contenuto #calendario {
	background-image: url(img/calendario.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 260px;
}
#calendario p {
	font-size: 14px;
	text-align: right;
}
#calendario h2 {
	font-size: 18px;
	margin-bottom: 14px;
	text-align: right;
}
#corpo h2 {
	font-size: 16px;
	margin-bottom: 14px;
}
#contenuto #piede {
	height: 50px;
	width: 960px;
	background-image: url(img/piede.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenuto  #corpo {
	width: 620px;
	float: right;
}
#contenuto #sponsor {
	background-image: url(img/piede.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#sponsor .sponsor { width: 418px; float:left; display:block; }

#sponsor p {
	text-align: center;
}
#sponsor h2 {
	font-size: 18px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 18px;
}
#sponsor img {
	margin-right: 2px;
	margin-left: 2px;
}
#piede h1 {
	background-image: none;
	height: auto;
	width: auto;
	text-indent: 0px;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
	margin-bottom: 25px;
}

.news h2 {
	font-size: 24px;
	margin-bottom: 20px;
}


.news .data { float:right; }
.news .tag { float:left; }
.news { margin-bottom:25px; }
.news img { margin:8px; }


.pagine { float:right; }
.pagine li { display:inline-block; margin-right:3px; }
.pagine li a {
	text-decoration:none;
	color:#0D5377;
	padding:2px;
}
.pagine li a.selez {
	background-color:#FFFFFF;
	color: #699AAE;
	}
	
	
	
	

.gallerie p { float:left; margin-left:10px; margin-right:10px; }


.gallerie div.caption, .galleria div.caption  {
	margin: 0;
	padding:0;
	position: relative;
	background-color:transparent;
	cursor:pointer;
}

.gallerie div.caption p, .galleria div.caption p {
	position: absolute;
	margin: 0;
	font-size: 0.9em;
	bottom: 4px;
	left: 0;
	color: white;
	opacity: .8;
	background-color: #004266;
	text-align: center;
	width: 200px;
	padding:0px;
}

.gallerie div.caption img {
	margin: 0; padding: 0;
}


.galleria {  }

.galleria img { 
	
	}
	
.galleria li {
	float:left;
	margin: 5px;
}
	
.galleria a {   }

#gmap { width:620px; height:310px; }


