﻿*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background: url(../images/bg.gif) top left repeat-x #e3ecf3;
}

img, a img
{
	border: 0px;
}

#divZampette
{
	width: 1060px;
	height: 400px;
	margin: auto;
	background: transparent url(../images/bgzampette.gif) no-repeat left;
}

#divSearch, #divLogoMenu, #divSlideGuestbook, #divFooter, #divContenuto, #divAngoliniFine
{
	width: 940px;
	margin: auto;
	background-color: White;
}

#divSearch
{
	background-color: Transparent;
	height:25px;
}

#divAngolini
{
	height: 14px;
	background-color: White;
}

#divSinistro
{
	background: white url(../images/angolinoSx.gif) no-repeat left;
	float: left;
	width: 470px;
	height: 14px;
}

#divDestro
{
	background: white url(../images/angolinodx.gif) no-repeat right;
	float: right;
	width: 470px;
	height: 14px;
}

#divAngoliniFine
{
	height: 14px;
	background-color: White;
}

#divSinistroFine
{
	background: white url(../images/angolinoSxFine.gif) no-repeat left;
	float: left;
	width: 470px;
	height: 14px;
}

#divDestroFine
{
	background: white url(../images/angolinodxFine.gif) no-repeat right;
	float: right;
	width: 470px;
	height: 14px;
}

#divLogoMenu
{
	background-color: White;
	height: auto;
	margin-top: 10px;
}

#divLogo
{
	background-color: White;
	height: auto;
	overflow: hidden;
}

#divImmagineLogo
{
	background: url('../images/newlogo.png') no-repeat left 50%;
	float: left;
	height: 115px;
	width: 460px;
	margin-left:34px;
}

#divInformazioniLogo
{
	background-color: Transparent;
	float: right;
	height: 100px;
	width: 300px;
	padding-right: 15px;
	text-align: right;
}

#divInformazioniLogo a
{
	text-decoration:none;
}

/* MENU */

ul#menu
{
	padding: 0px;
	list-style: none;
	text-align: center;
	margin: 0px auto;
	font-size: 11px;
	font-family: arial, sans-serif;
	height: 41px;
}

ul#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
}

ul#menu table
{
	border-collapse: collapse;
	font-size: 1em;
	float: left;
	margin: -1px;
}

ul#menu ul li
{
	float: left;
	margin: 0;
	text-align: left;
}

ul#menu ul li a
{
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	background: transparent;
	width: 150px;
}

ul#menu li
{
	display: inline;
	margin: 0 -2px;
	text-align: left;
}

ul#menu li a
{
	display: inline-block;
	height: 39px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;
	background: url(../images/sfondo-bottone.gif) right top;
	line-height: 36px;
	text-decoration: none;
	color: #777777;
}

ul#menu li a.sub
{
	background: url(../images/sfondobottone-freccia.gif) right top;
}

html > /**/ body ul#menu li
{
	display: inline-block;
	padding: 0;
}

* html ul#menu li a.sub
{
	margin-right: 3px;
}

* html ul#menu li a
{
	margin-bottom: -4px;
}

ul#menu li a b
{
	display: block;
	height: 39px;
	float: left;
	padding: 0 0 0 20px;
	background: url(../images/sfondo-bottone.gif) left top;
	cursor: pointer;
}

ul#menu li a:hover
{
	position: relative;
	background-position: right bottom;
	color: black;
}

ul#menu li a:hover b
{
	background-position: left bottom;
}

ul#menu li:hover
{
	position: relative;
}

ul#menu li:hover > a
{
	background-position: right bottom;
	color: black;
}

ul#menu li:hover > a b
{
	background-position: left bottom;
}

ul#menu :hover ul
{
	left: 3px;
	width: 115px;
	top: 44px;
	background-color: #82B3D6;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-border-radius: 8px;
}

* html ul#menu :hover ul
{
	top: 39px;
}

ul#menu :hover ul li
{
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px dotted white;
}

ul#menu :hover ul li a
{
	display: block;
	float: left;
	margin: 0;
	height: 25px;
	line-height: 25px;
	width: 95px;
	background: #82B3D6;
	color: #1B4063;
}

ul#menu :hover ul li a.fly
{
	background: #82B3D6 url(../images/freccia.gif) no-repeat right center;
}

ul#menu :hover ul li a:hover
{
	background: #82B3D6;
	color: white;
}

ul#menu :hover ul li:hover > a
{
	background: #82B3D6;
	color: white;
}

ul#menu :hover ul li a.fly:hover
{
	background: #82B3D6 url(../images/freccia-selezionata.gif) no-repeat right center;
}

ul#menu :hover ul li:hover > a.fly
{
	background: #82B3D6 url(../images/freccia-selezionata.gif) no-repeat right center;
}

ul#menu :hover ul ul
{
	left: -9999px;
}

ul#menu :hover ul :hover ul
{
	left: 115px;
	top: 0;
	width: 115px;
	background-color: #EFEFEF;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-border-radius: 8px;
}

ul#menu :hover ul :hover ul li
{
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px dotted #C7C7C7;
}

ul#menu :hover ul :hover ul li a
{
	display: block;
	float: left;
	margin: 0;
	height: 25px;
	line-height: 25px;
	background: #EFEFEF;
	color: #4A79A4;
}

ul#menu :hover ul :hover ul li a:hover
{
	color: black;
	background: #EFEFEF;
}

/* FINE MENU */

#divSeparatore
{
	height: 8px;
	width: 910px;
	margin: auto;
	background-color: #D8D8D8;
	margin-top: 10px;
}

#divSlideGuestbook
{
	background-color: White;
	height: 330px;
	clear: both;
}

#divSlideshow, .divSlideshow
{
	width: 600px;
	height: 300px;
	margin: auto;
	float: left;
	margin-left: 15px;
	padding-top: 15px;
}

#divSlideshowImage
{
	width: 600px;
	height: 300px;
	margin: auto;
}

#divGuestbook
{
	width: 300px;
	height: 300px;
	margin: auto;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	background: url(../images/bgGuestbook.gif) no-repeat;
	color: #295479;
}

#divGuestbook h2
{
	color: White;
	font-size: 25px;
	font-weight:normal;
	font-style:oblique;
	line-height: 25px;
	margin-left: 15px;
}

#divGuestbook h2 a
{
	color: White;
	text-decoration:none;
}

#divGuestbook h2 a:hover
{
	color: White;
	text-decoration:underline;
}

.TestoGuestbook
{
	font-size: 11px;
	margin-left: 15px;
	margin-top: 10px;
	width: 270px;
	height: 220px;
	font-style: oblique;
}

.AutoreGuestbook
{
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

.DataGuestbook
{
	font-size: 12px;
	text-align: right;
}

#InserisciCommento
{
	width: 200px;
	height: 30px;
	font-size: 11px;
	float: right;
	margin-right: 15px;
	text-align: right;
}

#InserisciCommento a
{
	text-decoration:none;
	color: #295479;
}

#InserisciCommento a:hover
{
	text-decoration:Underline;
	color: #295479;
}

#divMainArea
{
	width: 940px;
	background: white;
	margin: auto;
	padding-bottom: 10px;
	clear: both;
	height: auto;
	overflow: hidden;
}

#divColonna1
{
	float: left;
	height: auto;
	width: 600px;
	margin-left:15px;
}

#divColonna2
{
	float: right;
	height: auto;
	width: 300px;
	margin-right: 15px;
}

.widget
{
	clear: both;
	overflow: hidden;
	height: 100%;
	margin: 0px 0px 11px 0px;
}

.widget .widget-bg
{
	overflow: hidden;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

.widget .indent
{
	overflow: hidden;
	height: 100%;
	text-align: right;
	color: #fff;
	padding: 0px 0px 0px 0px;
}

/*.widget h2
{
	overflow: hidden;
	height: 100%;
	font-size: 2em;
	font-weight: normal;
	color: #545454;
	line-height: 1.1em;
	padding: 0px 0px 25px 30px;
}*/

.widget ul
{
	color: #000;
	padding: 0;
}
.widget ul li
{
	overflow: hidden;
	height: 100%;
	margin: 0;
}

.widget ul li a
{
	font-size: 1em;
	color: #4a79a4;
	font-weight: bold;
	text-decoration: underline;
	line-height: 2.08em;
	padding-left: 14px;
	background: url(../images/marker.gif) top left no-repeat;
	background-position: 0 5px;
}

.widget ul li a:hover
{
	text-decoration: none;
}

.box
{
	background: #fff;
	width: 100%;
}

.boxNews
{
	background: #fff;
	width: 100%;
}

.widget_news .box .corner-top-left
{
	background: url(../images/corner_top_left.gif) left top no-repeat;
}

.widget_Archivio .box .corner-top-left
{
	background: url(../images/corner_top_left_archivio.gif) left top no-repeat;
}

.widget_newsletter .box .corner-top-left
{
	background: url(../images/corner_top_left_newsletter.gif) left top no-repeat;
}

.box .border-top
{
	background: url(../images/border_top.gif) top repeat-x;
}
.box .border-bottom
{
	background: url(../images/border_bottom.gif) bottom repeat-x;
}
.box .border-left
{
	background: url(../images/border_left.gif) left repeat-y;
}
.box .border-right
{
	background: url(../images/border_right.gif) right repeat-y;
}
.box .corner-top-left
{
	background: url(../images/corner_top_left.gif) left top no-repeat;
}
.box .corner-top-right
{
	background: url(../images/corner_top_right.gif) right top no-repeat;
}
.box .corner-bottom-left
{
	background: url(../images/corner_bottom_left.gif) left bottom no-repeat;
}
.box .corner-bottom-right
{
	background: url(../images/corner_bottom_right.gif) right bottom no-repeat;
	width: 100%;
}
.box .indent-box
{
	padding: 20px 25px 15px 38px;
}

.TitoloBox
{
	overflow: hidden;
	height: auto;
	font-size: 25px;
	font-weight: normal;
	color: #545454;
	line-height: 28px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.TitoloBox h2
{
	font-size: 25px;
	font-weight: normal;
	color: #545454;
	line-height: 28px;
}

.TitoloBox a
{
	color: #545454;
	text-decoration:none;
}

.TitoloBox a:hover
{
	color: #545454;
	text-decoration:underline;
}

#divFooter
{
	width: 100%;
	height: 30px;
	padding-top: 30px;
	margin: auto;
	color: White;
	background: transparent url(../images/sfondofooter.gif) repeat-x;
	overflow: hidden;
}

#divFooterTesto
{
	width: 960px;
	height: 59px;
	margin: auto;
	color: #4a79a4;
	line-height: 14px;
	font-size: 12px;
}

#divFooterTesto a
{
	color: #4a79a4;
	text-decoration: none;
}

#divFooterTesto a:hover
{
	text-decoration: underline;
}

.spanFooter, .spanFooterInizio
{
	border-right: #4a79a4 1px dotted;
	padding-left: 10px;
	padding-right: 10px;
}

.spanFooterInizio
{
	border-left: #4a79a4 1px dotted;
}


/*- Calendario ------------------------------------*/

.divCal
{
	border: 2px solid #82B3D6;
	float: right;
	width: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-border-radius: 3px;
	text-align: center;
}

#divCalAnno
{
	width: 100%;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: White;
	-border-bottom-right-radius: 3px;
	-border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-border-top-left-radius: 3px;
	background-color: #82B3D6;
}

#divCalGiorno
{
	font-size: 25px;
	font-weight: bold;
	color: #184263;
	width: 100%;
	height: 27px;
	line-height: 25px;
}

#divCalMese
{
	font-size: 9px;
	font-weight: bold;
	color: #184263;
	width: 100%;
	height: 14px;
	line-height: 10px;
	text-transform: capitalize;
	border-top: 1px solid #EFEFEF;
	background-color: #EFEFEF;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
}

#divCalendario
{
	width: 50px;
	float: left;
	padding-left: 5px;
}

#divTitoloAutore
{
	width: 188px;
	float: right;
	font-size: 11px;
	color: #333333;
	padding-left:2px;
}

#divTitoloAutore a
{
	text-decoration: none;
}

#divTitoloAutore a:hover
{
	text-decoration: underline;
}

.AutoreNews a
{
	color: #333333;
	text-decoration: none;
}

.AutoreNews a:hover
{
	color: #333333;
	text-decoration: underline;
}

.TitoloNews
{
	font-weight: bold;
	color: #82B3D6;
}

.TitoloNews a
{
	color: #82B3D6;
	text-decoration: none;
}

.TitoloNews a:hover
{
	color: #82B3D6;
	text-decoration: underline;
}

.Corsivo
{
	font-style: italic;
}

.TitoloDettaglio
{
	color: #333333;
	font-size: 20px;
}

/*- Fine calendario ------------------------------------*/

#divPrimoElementoBox, .divPrimoElementoBox
{
	width: 250px;
	margin: auto;
	background-color: Transparent;
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #333333;
}

#divElementoBox
{
	width: 250px;
	margin: auto;
	background-color: white;
	border-top: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* INIZIO CONTENUTO PAGINE STANDARD */

.ContenutoPagStandard
{
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	color: #333333;
}

.ContenutoPagStandard a
{
	color: #333333;
	text-decoration: none;
}

.ContenutoPagStandard a:hover
{
	text-decoration: underline;
}

.ContenutoPagStandard p
{
	margin-top: 20px;
	margin-left:20px;
	margin-right:20px;
}

.ContenutoPagStandard ul, .ContenutoPagStandard ol
{
	list-style-position: inside;
	margin-left: 20px;
}
.ContenutoPagStandard li
{
	list-style-position: inside;
	line-height: 18px;
	margin-bottom: 10px;
}
.ContenutoPagStandard ul li
{
	list-style-type: disc;
}
.ContenutoPagStandard ol li
{
	list-style-type: decimal;
}
.ContenutoPagStandard h1
{
	margin-top: 9px;
	padding-bottom: 9px;
	color: #4a79a4;
	font-size: 25px;
	font-weight:normal;
	font-style:oblique;
	line-height: 25px;
}

/* FINE CONTENUTO PAGINE STANDARD */

.HeaderPagina
{
	text-transform: uppercase;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 30px;
	border-bottom: 1px solid #333333;
}

.TitoloNewsElenco
{
	color: #333333;
	font-size: 20px;
	line-height: 20px;
}

.TitoloNewsElenco a
{
	color: #333333;
	text-decoration: none;
}

.TitoloNewsElenco a:hover
{
	color: #82B3D6;
	text-decoration: none;
}

#immagine600w
{
	width: 600px;
	height: auto;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999999;
	margin-left:-10px;
}

.thumbainsGallery
{
	margin-top: 1px;
	margin-bottom: 1px;
}

.immagineThumbnailGallery
{
	margin: 2px;
	border: solid 1px #999999;
	padding: 1px;
}

#ThumsSuperiore
{
	background:url(../images/bordosuperiorethumbs.png) no-repeat;
	width:600px;
	height:14px;
	margin-top:10px;
}

#ThumsInferiore
{
	background:url(../images/bordoinferiorethumbs.png) no-repeat;
	width:600px;
	height:14px;
	margin-bottom:10px;
}

#ImmaginiThumb
{
	background-color:#ededed;
	width:600px;
	height:auto;
	margin-left:-10px;
}

.Allinea
{
	width: 200px;
	text-align: right;
	margin-right: 10px;
	clear: both;
	float: left;
}

.modifica
{
	border: solid 1px #999999;
	margin: 5px;
	background: white;
	font-size: 12px;
	font-weight: bold;
}

#ArchivioBox
{
	font-size:12px;
}

#ArchivioBox a 
{
	text-decoration:none;
}

#ArchivioBox a:hover
{
	text-decoration:underline;
}

.container, .containerprimoelemento
{
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	overflow:hidden;
}

.container
{
	border-top: dotted 1px #999999;
}

.containerleft
{
	float: left;	
	width: 25px;
	text-align: center;
	height:35px;
}

.containerright
{
	float: right;	
	width: 550px;
	height:auto;
	overflow:hidden;
}

.containerright h1, .containerright h2
{
	color: #333333;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}	

.containerbottom
{
	clear:both;
	font-style: italic;
	padding-top: 5px;
}

#social
{
	border-top: dotted 1px #999999;
	padding-top:10px;
}