BODY {
	background: url('img/bg0.jpg') #8190a7 repeat-x top left;
	color: #6070a0;
	font-family: verdana;
	font-size: 16px;
}

H1 {
	font-size: 22px;
	color: #0000a0;
	border-bottom: solid 1px #c0c0c0;
	padding: 5px;
}
A {
	color: #405080;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	text-decoration: underline;
}
P {
	text-align: justify;
}
I {
	color: gray;
}

#main {
	width: 980px;
	min-height: 600px;
	margin: 30px auto;
	background: url('img/bg2.jpg') #c1d0e2 repeat-x top left;
	border: solid 1px #9b9b9b;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 10px 10px 20px #727e92;	
	-moz-box-shadow: 10px 10px 20px #727e92;
	-webkit-box-shadow: 10px 10px 20px #727e92;	
}
#box2 {
	display: table-cell;
	padding: 10px;
	width: 250px;
}	
#logo {
	display: block;
	margin: 0px auto 10px auto;	
}

#menu {
	width: 250px;
}

#page {
	background-color: white;
	display: table-cell;
	vertical-align: top;
	border-left: solid 1px #e0e0e0;
	border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	
	min-height: 600px;
	height: 600px;
	padding: 20px 0;
	width: 100%;
}

#menu DIV.item {
	float: left;
	width: 123px;
	height: 30px;
}
#menu DIV.item A {
	display: block;
	text-align: center;
	color: gray;
	width: 115px;
	height: 18px;
	padding-top: 2px;
	margin-left: 5px;
	text-shadow: #c0c0c0 1px 1px 4px;
	font: 14px arial;
	border: solid 1px #d0d0d0;
	background: url('img/gradient2.jpg') white repeat-x center left;	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 5px silver;	
	-moz-box-shadow: 2px 2px 5px silver;
	-webkit-box-shadow: 2px 2px 5px silver;		
}
#menu DIV.item A:Hover {
	background: #e0f0ff;
	text-decoration: none;
}
#menu DIV.selected A {
	color: black;
	background: url('img/gradient3.jpg');
}

#page IMG.center,
#page IMG.foto {
	display: block;
	margin: 20px auto;
	border: solid 1px silver;
	box-shadow: 5px 5px 5px #d0d0d0;	
	-moz-box-shadow: 5px 5px 5px #d0d0d0;
	-webkit-box-shadow: 5px 5px 5px #d0d0d0;
}
#page IMG.foto {
	height: 400px;
}
	
DIV.post DIV.date {
	float: right;
	margin: 10px 25px 0 0;
	font-size: 12px;
	color: gray;
}
DIV.post DIV.title {
	margin-left: 25px;
}
DIV.post DIV.head, #title {
	font-size: 22px;
	color: black;
	background: url('img/gradient4.jpg');
	text-shadow: #c0c0c0 1px 1px 3px;
	border-bottom: solid 1px silver;
	padding: 2px;
	font-family: arial;
	margin-bottom: 10px;
}
DIV.post DIV.body {
	margin: 0 30px;
	text-align: justify;
}

#news_list {
	border: solid 1px #e0e0e0;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	padding-bottom: 5px;
	width: 250px;
	background-color: white;
}
#news_list H4, #gallery H4 {
	font: bold 14px verdana;
	margin: 0;
	color: black;
	background: url('img/gradient2.jpg') white repeat-x bottom left;
	border-bottom: solid 1px #f0f0f0;
	padding: 3px;
	text-align: center;
	text-shadow: #c0c0c0 1px 1px 2px;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;		
}
#news_list H4 {
	margin-bottom: 8px;
}

DIV.post_list {
	font-size: 10px;
	font-family: arial;
	max-height: 500px;
	overflow: auto;
	margin-bottom: 3px;
	scrollbar-base-color: #e0e0e0;
}
A.post {
	display: block;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 5px;
}
A.post:Hover {
	text-decoration: none;
}
A.post SPAN.date {
	float: right;
	color: gray;
	padding: 2px 0 0 4px;
}
A.post SPAN.title {
	display: table-cell;
	font-weight: bold;
	font-size: 12px;
}
A.post SPAN.preview {
	border-top: solid 1px silver;
	display: block;
	margin-bottom: 8px;
	color: gray;
	padding-left: 10px;
}
DIV.post_list A.current SPAN.title {
	background: url('img/gradient1.jpg') white no-repeat bottom left;
}
DIV.post_list A.post:Hover SPAN.title {
	text-decoration: underline;
}

#title, #body {
	width: 648px;
	padding: 2px 20px;
}

P.small {
	font-size: 10px;
	text-align: justify;
}
DIV.field {
	text-align: right;
	margin-bottom: 10px;
}
DIV.field INPUT {
	width: 300px;
	border: solid 1px gray;
	background: #fafaff;	
}
DIV.field2 {
	line-height: 2;
	margin-bottom: 10px;
}
DIV.field2 TEXTAREA {
	width: 426px;
	height: 180px;
	border: solid 1px gray;
	background: #fafaff;
}
DIV.submit {
	text-align: right;
}
DIV.submit INPUT {
	background: #f0f0f0;
	border: solid 2px;
	border-color: #e0e0e0 #c0c0c0 #c0c0c0 #e0e0e0;
	cursor: hand;	
	width: 100px;
}
DIV.submit INPUT:Hover {
	font-weight: bold;
}
#contatti {
	width: 430px;
	margin: auto;
}
#rc {
	text-align: center;
	color: red;
	font: bold 18px verdana; 
}
#rc B {
	color: green;
}

#gallery {
	height: 194px;
	background: white;
	margin-top: 14px;
	text-align: center;
	border: solid 1px #e0e0e0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#gallery IMG {
	display: block;
	margin: 10px auto;
	border: solid 1px #d0d0d0;
	box-shadow: 3px 3px 5px #e0e0e0;	
	-moz-box-shadow: 3px 3px 5px #e0e0e0;
	-webkit-box-shadow: 3px 3px 5px #e0e0e0;
}

BR.clear {
	clear: both;
}

DIV.notice {
	text-align: justify;
	color: red; 
	font-size: 12px;
	font-weight: bold;
	margin: 10px 30px;
	padding: 10px;
	border: solid 2px red;
	background: #ffffe0;
}

DIV.cursor {
	float: right;
	text-align: right;
	font-size: 18px;
	margin-bottom: 20px;
	margin-right: 15px;
}

DIV.cursor IMG {
	vertical-align: middle;
	margin: 0 10px;
}
