* {
	margin:0;
	padding:0;
	color: #006;
}
body {
	background-image:url(images/bg.png);
    background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#039;
	margin-top: 20px;
	margin-bottom:20px;
	background-color: #BADAE8;
}
#wrap {
	/*background:url(images/mainbg.jpg) repeat-y;*/
	background-color:white;
	width:977px;
	margin:auto;
}

#wrapTop {

	width: 977px;
	margin: auto;
	background-color: white;
	height: 120px;
	padding-top: 7px;
	-moz-border-top-right-radius: 17px;
	-moz-border-top-left-radius: 17px;
	border-top-right-radius: 17px;
	border-top-left-radius: 17px;
	
}
#header {
	height:285px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#content #sidebar {
	width:222px;
	float:right;
	margin-top: 60px;
}
#content #left {
	width:740px;
	float:left;
}
.clear {
	clear:both;
}
#footer {
	height:25px;
	padding-top:10px;
	text-align:center;
	color:#FFF;
	background-color:#069;
}
#footer p {
	display:block;
	margin-top:3px;
}
#footer #credit {
	font-size:10px;
}
#sitename {
	display:block;
	padding-top:70px;
	padding-left:220px;
	font-variant:normal;
	text-transform:uppercase;
}
#sitename .description {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #BB9F6C;
	font-variant:normal;
}
#sitename a {
	text-decoration:none;
}
#sitename a:visited, active {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#036;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-variant:small-caps;
}
h1 {
	font-size:28px;
	color: #039;
}
h2 {
	font-size:24px;
	color: #039;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
a {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:active {
	color:#584A30;
}
a:hover {
	color:#006;
	text-decoration:none;
}
#content #left p {
	line-height:20px;
	margin-bottom:20px;
}
#sidebar .sidebartop {
	height:100px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	width: 200px;
	text-align: center;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-left: 15px;
}
#sidebarcontent {
	padding:5px 10px 5px 12px;
}
#sidebar h2 {
	background:url(images/sidebarheading.jpg) no-repeat center bottom;
	display:block;
	padding:5px;
	font-size:18px;
}
#sidebar ul {
	list-style:none;
}
#sidebar li {
	display:block;
	height:25px;
}
#sidebar a {
	display:block;
	color:#4682B4;
	height:20px;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	border-bottom:solid 1px #efefef
}
#sidebar a:visited, active {
	display:block;
	color:#4682B4;
	height:20px;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	border-bottom:solid 1px #efefef
}
#sidebar a:hover {
	color:#4B0082;
	border-bottom:solid 1px #cccccc;
}
#left .post .posttop {
	background:url(images/posttop.jpg) no-repeat;
	height:11px;
}
.post .postitem {
	padding:10px;
	color: #006;
	page-break-before: auto;
	text-align:justify;
}
.post .postbottom {
	background:url(images/postbottom.jpg) no-repeat;
	height:30px;
	font-size:11px;
	padding-top:17px;
	text-align:center;
}
.post h2 {
	display:block;
	padding:5px 0px 5px 0px;
	border-bottom:solid 1px #D8CDB8;
	margin-bottom:15px;
	color: #069;
}

.post h1 {
	display:block;
	padding:5px 0px 5px 0px;
	border-bottom:solid 1px #D8CDB8;
	margin-bottom:15px;
	color: #069;
}
#left .postinfo {
	display:block;
	font-size:11px;
	color:#666666;
	font-variant:normal;
	font-weight:normal;
}
h2 a {
	text-decoration:none;
}
h2 a:visited {
	text-decoration:none;
}
h2 a:active {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}
blockquote {
	display:block;
	padding:15px 15px 15px 35px;
	margin:10px;
	border-bottom: dashed 1px #D0BE9B;
	border-top: dashed 1px #D0BE9B;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background:url(images/quote.png) no-repeat 5px 10px;
}
blockquote p {
	line-height:25px;
	margin:0px;
}
.rightquote {
	float:right;
	width:250px;
	text-align:left;
}
blockquote cite {
	display:block;
	color:#000000;
	font-weight:bold;
	padding:3px;
	margin-top:10px;
}
.leftquote {
	float:left;
	width:250px;
	text-align:right;
}
#header ul {
	list-style:none;
}
#topmenu {
	float:left;
	padding-left: 22px;
        padding-top: 4px;
}
#topmenu li {
	display: inline;
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
	padding-left: 19px;

}
#topmenu a {
	display:block;
	float:left;
	color:#FFF;
	height:15px;
	padding-top:9px;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	text-decoration:underline;
}
#topmenu a:visited, active {
	display:block;
	float:left;
	color:#FFC;
	height:10px;
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
	text-decoration:underline;
}
#topmenu a:hover {
	display:block;
	float:left;
	color:#E9E0CF;
	height:10px;
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
	text-decoration:underline;
	color:#6495ED;
}
#pagination {
	background:#F5F0EA;
	padding:8px;
	margin-left:8px;
	margin-top:20px;
	margin-bottom:20px;
}
#pagination .pre {
	display:block;
	padding:3px;
	float:left;
}
#pagination .next {
	display:block;
	padding:3px;
	float:right;
}
#left img {
	background:#ffffff;
	padding:3px;
	border:none;
	margin:8px;
}
#left .leftimg {
	float:left;
    	

}
#left .rightimg {
	float:right;
}
#tab {
	background:url(images/tabcontenbg.jpg) repeat;
	margin-bottom:15px;
	margin-left:8px;
}
#tab #tabhead {
	background:url(images/tabheader.jpg) repeat-x;
	height:40px;
}
#tab #tabcontent {
	padding:10px;
}
#tabhead ul {
	list-style:none;
	padding-left:10px;
}
#tabhead li {
	display:inline;
}
#tabhead a {
	display:block;
	float:left;
	height:30px;
	padding:10px 10px 0px 10px;
	background:url(images/tabnormal.jpg) repeat-x;
	color:#ffffff;
	text-decoration:none;
}
#tabhead a:visited, active {
	display:block;
	float:left;
	height:30px;
	padding:10px 10px 0px 10px;
	background:url(images/tabnormal.jpg) repeat-x;
	color:#ffffff;
	text-decoration:none;
}
#tabhead a:hover {
	background:url(images/sidebartop.jpg) repeat-x;
	color:#000000;
}
#tabhead .activetab a {
	background:url(images/tabhover.jpg) repeat-x;
	color:#000000;
}
#tabhead .activetab a:visited {
	background:url(images/tabhover.jpg) repeat-x;
	color:#000000;
}
#tabhead .activetab a:active {
	background:url(images/tabhover.jpg) repeat-x;
	color:#000000;
}
.post ul {
	list-style:square;
	margin-left:10px;
}
.post ol {
	list-style:decimal;
	list-style-position:inside;
}
.post li {
	padding:5px 10px 5px 10px;
}
.post ul li {
	margin-left:10px;
}
#left code {
	white-space: pre;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #E3D6C6;
	color:#000000;
	margin: 10px;
	padding:10px;
}
#left table {
	width:95%;
	
}
#left th {
	padding:10px;
	background: url(images/strips.jpg) repeat-x;
	color:#000000;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
	border-bottom: solid 1px #DBD2B0;
}
#left td {
	padding:5px;
	background:#FFF;
	text-align:left;
}

.form {
	margin:10px 25px 10px 50px;
}
.form .text {
	display:block;
	border:solid 1px #B6A278;
	background: #F9F8F2;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}
.form label {
	display:block;
	margin-bottom:3px;
	margin-top:10px;
}
.form .text:hover {
	background:#FFFFFF;
	border: solid 1px #000000;
}
.form .text:focus {
	background:#F4EFE3;
	border: solid 1px #000000;
}
.form .button {
	display:block;
	border:solid 1px #CBBA96;
	background:#EAE3D5;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
.form .button:hover {
	display:block;
	border:solid 1px #CBBA96;
	background: #EDECD1;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
textarea {
	resize: none;
}

#p{
padding-left: 14px;

}







.titolo_box{ margin-left:20px; color:red;}
.testo-box{color:red; margin-left:10px}

.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
.apri:hover{ font-size:22px; font-family:Verdana, Geneva, sans-serif; cursor:pointer;}
.chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:0%;  cursor:pointer;}

.overlay{
    background:#000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index: 100000000000000000;
	cursor:pointer;
/*Trasperenza cross browser*/
opacity: .7; filter: alpha(opacity=70); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	
	
}


#box{ width:800px; height:500px; background-color:#FFF; display:none; z-index: 100000000000000000; position:absolute; left:20%; top:10%; -moz-border-radius: 15px;  -webkit-border-radius: 15px;
border-radius: 15px;}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC;
    border-right: 0 solid #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0; 
	width:60%}
	

#slideshow .slide{
	position: absolute;
}
#slideshow .slide img{
	width:90%;
}
#slideshow .control{
	position: absolute;
	display: block;
	/*z-index: 10000;*/
	cursor: pointer;
}
#slideshow #pause{
	position: absolute;
	bottom:0px;
	right:-80px;
	cursor: pointer;
	color:#ffffff;
}
#slideshow #play{
	position: absolute;
	bottom:0px;
	right:-40px;
	cursor: pointer;
	color:#ffffff;
}
	
#slideshow{
	
	position: absolute;
	margin-left: 600px;
        margin-top: 180px;
	width:300px;
	height:200px;
	top:100px;
}
