/* Copyright 2008 Lightage */ 
html, body{
	background: #A39A66 url("../images/back.jpg") repeat-x; 
	margin: 0; 
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana;
} 

input, select, textarea {
	border: 1px solid #e6ead5;
	background: #ffffff;
	font: 12px arial, sans-serif;
	padding: 0 3px;
	color: #6f777a;
	margin-bottom: 6px;
}

input:hover, select:hover, textarea:hover {
	border: 1px solid #e10340;
	background: #ffffff;
}

input:focus, textarea:focus {
	border: 1px solid #e10340;
	background: #eeeeee;
}

#pagina{
	background: #ffffff;
	width: 760px;
	min-height: 250px;
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto;
	font-size: 13px;
	background-image: url(../images/titolo.jpg);
	background-repeat: no-repeat;
}

#pagina h1{
	font-size: 24px;
	color: #666600;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 65px;
	text-align: center;
}


.element {
	padding: 20px;
}

.toggler {
	color: #345323;
	padding: 10px;
	margin: 5px;
}

#sotto{
	background: #000000 url("images/back_footer.jpg") no-repeat; 
	width: 760px;
	height: 25px;
	padding-top: 40px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #555555;
}

#sotto a {
	color: #555555;
	text-decoration: none;
}

#sotto a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#colonnasx{
	width: 200px;
	min-height: 250px;
	padding: 20px 0 0 0;
	float: left; 
	position: relative;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

#colonnasx ul {
	list-style-type: none;
}


#sidebar a {
	width: 140px;
	display: block;
	padding: 3px 5px 3px 10px;
	background: url(images/tab_small.png) center right no-repeat;
	text-decoration: none;
}

#sidebar a {
	color: #595965;
}

#sidebar h3.cat {
	background: url(images/tab_big.png) center right no-repeat;
	padding: 4px 5px 4px 20px;
	margin: 8px 0 2px 0;
}

#sidebar h3.cat {
	font-size: 13px;
	color: #cbcbcb;
	text-shadow: 1px 2px 1px #222;
}

#colonnadx{
	float: right; 
	display: inline; 
	position: relative; 
	width: 525px;
	min-height: 550px;
	padding: 40px 0 0 10px;
	/* border-left: 1px dashed #333333; */
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
 	text-align: justify;
 }

#colonnadx h1 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px dotted #333333;
}

#colonnadx h1:first-letter {color:#ff0000;font-size:xx-large}

#colonnadx h2 {
	color: #000;
	font-size: 17px;
	font-weight: normal;
}

#colonnadx a img {
	padding: 2px;
	border: 1px solid #676767;
}

#colonnadx a img:hover {
	padding: 2px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

#colonnadx a {
	color: #000000;
	border-bottom: 1px dotted #ff0000;
	text-decoration: none;
}

#colonnadx a:hover {
	color: #ff0000;
	border-bottom: 1px dotted #ffffff;
}

#colonnadx ul {
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0;
}

#colonnadx li {
	margin: 0;
	padding: 0 0 4px 0;
}



 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

