* {
	margin: 0;
	padding: 0;
}

body {
	background: #94bbe6 url(immagini/sfondoesterno.jpg) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

p, ul, ol {
	margin: 5px 0;
	line-height: 1.65em;
	text-align: justify;
}

p:first-letter {
	text-transform:uppercase;
	font-size:150%;
	color:#000080;
}

a,blockquote {
	color: #4189d5;
}

a:hover {
	color: #000080;
}

.pad3{
	padding: 3px;
}

.alza{
	position: relative;
	top:-5px;
}

img {
	border: none;
}

.boxed .title {
	background: #b30000;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	font-variant:small-caps;
	font-size: 20px;
	color: #fff;
}

.boxed .title2 h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	font-variant:small-caps;
	font-size: 20px;
	color: #fff;
}

.boxed .content {
	padding: 0px;
	border-top: 1px solid #fff;
	background: url(immagini/sottotitolo.gif) repeat-x;
}

.boxed .scontent {
	padding-top:20px;
	border-top: 1px solid #fff;
	background: url(immagini/sottotitolo.gif) repeat-x;
}

/* hack per explorer 6 */
* html .boxed .content{
	padding:18px;
}

/* Post */

h1,.comeh1 {
	border-bottom: 1px dotted #000080;
	font-size: 19px;
	font-variant: small-caps;
	color: #000080;
	padding: 18px 15px 3px 15px;
}

.story h2{
	font-size: 19px;
	font-variant: small-caps;
	color: #b30000;
	border-bottom: 1px dotted #b30000;
	margin: 15px 0;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	color: #b30000;
	font-size:70%;
	white-space:nowrap;
	float:right;
}

.post .meta {
	clear: both;
	background: #fff;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 17px;
}

.bord{
	padding:2px;
	border: 1px solid #b30000;
}

/* Header */

#header {
	width: 920px;
	height: 190px;
	margin: 0px auto;
	background: url(immagini/testata.jpg) top center no-repeat;
}

/* Header > Logo */

#lang {
	float: right;
	width: 180px;
	height: 48px;
	background: transparent url(immagini/sfondolang.jpg) no-repeat;
	padding:2px 90px 0 0;
}

#lang a{
	color:#000080;
	font-variant:small-caps;
	font-size:16px;
	text-decoration:none;
	padding-left:10px;
}

.up{
	position:relative;
	top:-4px;
}

#lang a:hover{
	color:#b30000;
}

/* Header > Menu */

#menu {
	width:885px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 100px 30px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	margin-left: 1px;
	padding-top: 10px;
	background: url(immagini/tab.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size:17px;
	color: #000080;
}

#menu a:hover {
	color: #b30000;
	background: url(immagini/tab.jpg) no-repeat 100% -40px;
}

#menu .active a {
	background-image: url(immagini/img03.gif);
}

#content {
	width: 920px;
	margin: 0 auto;
	background: url(immagini/sfondowrap.png) repeat-y;
}

#main {
	float: left;
	width: 490px;
	min-height:600px;
	height:auto !important;
	height:1600px;
}

/* hack per explorer 6 */
* html #main{
	width: 481px
}

#sidebar {
	float: left;
	width: 214px;
	padding:0;
	border-right:1px solid #b30000;
}

.immagine{
	padding:3px;
	margin:8px 0;
	
	min-width:170px;
	width:auto !important;
	width:170px;
}

.M {
	border: 1px solid #000080;
	background:#4189d5;
	color:#fff;
}

.F{
	border: 1px solid #000080;
	background:#ffccff;
	color:#000080;
}

.didascalia {
	text-align:center;
	font-weight:bold;
	font-size:15px;
}

#cuore{
	float:left;
	position: relative;
	top: 50px;
	left:20px;
}

.figlio{
	float:left;
	margin:16px 24px;
}

/* hack per explorer 6 */
* html .figlio{
	margin:16px 16px;
}

#sidebar .boxed .title h2 {
	background: #b30000 url(immagini/img08.png) no-repeat;
}

#sidebar .boxed .title2 h2 {
	background: #b30000;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: right;
	width: 214px;
}

/* hack per explorer 6 */
* html #sidebar2{
	width: 215px;
}

#sidebar .boxed .title h2 {
	background: #b30000 url(immagini/angolosx.png) no-repeat left top;
}

#sidebar2 .boxed .title h2 {
	background: #b30000 url(immagini/angolodx.png) no-repeat right top;
}

#sidebar2 .boxed .title2 h2 {
	background: #b30000;
}

#sidebar2 .boxed .content {
	padding: 20px;
	border-top: 1px solid #fff;
	background: url(immagini/sottotitolo.gif) repeat-x;
}

/* hack per explorer 6 */
* html #sidebar2 .boxed .content{
	padding: 18px;
}


.quicklinks a{
	color:#b30000;
	font-size:110%;
	font-variant:small-caps;
}

.quicklinks a:hover{
	color:#000080;
}

.quicklinks ul,.presentadati {
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
}

.rientro li{
	margin:2px 10px;
	padding: 1px 5px;
	text-align:left;
	font-size:10px;
	line-height:150%;

}

.rientro strong{
	font-size:11.5px;
}

.news ul{
	position:relative;
	left:12px;
	width:187px;
	background:#fff;
	border: 1px solid #b30000;
}

.news a{
	font-variant:normal;
	color:#333;

}

.presentavideo{
	list-style-type:none;
}

.presentavideo li{
	border-bottom: 1px dotted #000080;
	padding:5px 0;
	}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 5px 0;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background:#000080 url(immagini/sfondofooter.jpg) repeat-x;
}

#footer p {
	color: #000080;
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	color: #fed;
}

#footer a:hover {
	color:#ff6;
}

.nota{
	display:none;
}

.bottone{
	border:none;
	font-weight:700;
	color:#fff;
	padding:1px 5px;
	background: #b30000 url(immagini/sfondobottone.jpg) repeat-x;
}

.bottone:hover{
	color:#000;
	background: #fc0 url(immagini/sfondobottone.jpg) repeat-x 100% -25px;
}

.center{
	text-align:center !important;
	margin:0 auto !important;
}

.right{
	text-align:right !important;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 22%;
	margin-right:5px;
	white-space:nowrap;
}

input,textarea,select{
	border:1px solid #b30000;
	margin-right:3px;
	background:#fc0;
	color:#333;
	padding:1px;
	}

textarea{
	overflow:auto;
}
	
#loggato{
	text-align:center;
	background:#000080 url(immagini/sfondofooter.jpg) repeat-x;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin:0px;
}

#loggato li{
	display:inline;
	list-style-type:none;
}

#loggato a{
	margin:1px 5px;
	color: #fff !important;
	text-decoration:none;
}

#loggato a:hover{
	color: #ff6 !important;
	text-decoration:none;
}

.messaggio{
	padding:5px;
	margin:15px 10px;
	text-align:center;
	border:4px double #fff;
	color:#fff;
	font-size:150%;
	background:#4189d5;
}

.errore{
	cursor:pointer;
	padding:5px;
	margin:15px 10px;
	text-align:center;
	border:4px double #fff;
	color:#fff;
	font-size:200%;
	background: #f00;
}

.avviso{
	font-variant:small-caps;
	font-size:16px;
	background: #fff;
	color:#b30000;
	border:1px solid #b30000;
	text-align:center;
	padding:5px;
}

/*  Formhandler */
.error{
	color:#f00;
	font-weight:bold;
	padding:0 3px;
}

.fh{
	margin:2px 0;
}

.hr{
 	border-bottom:1px dotted #000080;
	padding:10px 0;
	clear:both;
	margin:2px -18px 5px;
 }
 
 
 .nobord{
 	border:none !important;
	background: none;
 }
 
 b {
	color: #f00;
	font-weight:bold;
}

.vtop{
	vertical-align:top;
}

.clearthis{
	clear:both;
}

.grande{
	font-size:170%;
}

/* tooltip a bolle */
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(immagini/bubble.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #b30000;
    background: url(immagini/bubble.gif) no-repeat bottom}
	
/* crossfade */

#show{
	width:450px;
	padding:3px;
	background:#b30000;
	margin-bottom:5px;
	height:412px;
}

#luogo_img{
	position:relative;
}

#img_grande{
	padding:0;
	margin:0;
	height:335px;
}

#img_contenitore{
	float:left;
	width:450px;
	background:#fff;
}

/* hack per explorer 6 */
* html #img_contenitore{
	background:#b30000;
}

#thumbs img{
	margin:10px 3px 3px;
	border:1px solid #fff;
}

/* hack crossfade per IE */
img {
	filter:alpha(opacity=100);
	}

/* per mantenere l'immagine sottostante */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
	
/* fine crossfade */

.admin{
	display:block;
	float:right;
	padding:0 3px;
	background:#4189d5;
	color:#fff;
}

.admin a{
	color:#fff;
}

.admin a:hover{
	color:#ff6;
}

.presentadati{
	margin:15px;
}

.presentadati li{
	font-size:1.3em;
	line-height:150%;
}

.little li{
	font-size:110%;
}

strong{
	color:#b30000;
}

.pad5{
	padding:5px 0;
}

.chiara{
 	background:#fed;
	border-left:3px solid #b30000;
	border-right:3px solid #b30000;
 }
 
 .scura{
 	background:#b30000;
 	color:#fff;
	border-left:3px solid #b30000;
	border-right:3px solid #b30000;
 }
 
 .scura a{
 	color:#ffd;
 }
 
  .scura a:hover{
 	color:#ff6;
 }
 
 .chiara{
	padding:0 5px;
 }
 
 .scura{
	padding:0 5px;
 }
 
 .listalterna{
 	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
 }
 
 .listalterna li img{
 	padding:3px !important;
	margin: 2px 5px 2px 0 !important;
 }
 
 .imgleft {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  margin-left:5px;
}

/* mappa google */
#map{
	 width: 450px;
	 height: 366px;
	 border: 2px solid #000080;
	 margin:0 auto;
}

.nomini a{
	color:#b30000;
}

.nomini a:hover{
	color:#000080;
}

#playermp3{
	padding:10px 0;
}

#contatti li{
	list-style-type:none;
	margin-left:-15px;
	white-space:nowrap;
	font-size:11.5px;
}

#contatti li span{
	padding-right:2px;
	display: block;
	float: left;
	text-align: right;
	width: 30%;
	white-space:nowrap;
}

.spostalista, ol{
	padding-left:25px;
}

.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: url(immagini/glossyback.jpg) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333;
	display: block;
	width: auto;
	padding: 2px 6px;
	padding-left: 10px;
	text-decoration: none;
	text-align:left;
}

/* hack per explorer 6 */
* html .glossymenu li a{
	padding:2px 14px;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #333;
}

.glossymenu li a:hover{
	background: url(immagini/glossyback.jpg) repeat-x 100% -54px;
	color:#b30000;
}

 .grav{
	float:right;
	width:340px;
	margin-right:8px;
}

/* hack per explorer 6 */
* html .grav{
	width:325px;
	margin-right:4px;
}

/* Paginazione */

ul{border:0; margin:0; padding:0;}

#pagination-flickr li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination-flickr a{
border:solid 1px #b30000;
margin-right:2px;
}
#pagination-flickr .previous-off,
#pagination-flickr .next-off {
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination-flickr .next a,
#pagination-flickr .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination-flickr .active{
color:#b30000;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-flickr a:link,
#pagination-flickr a:visited {
color:#4189d5;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-flickr a:hover{
border:solid 1px #4189d5;
color:#b30000;
}

.tutte{
	list-style-type:none;
}

