/*CLASSI*/
.small {
		font-size: .8em;
		line-height: normal;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.marginleft {
	margin-left: 10px;
}
.marginright {
	margin-right: 10px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}

/*TAGS*/
a {
	-webkit-transition:all .5s ease-in-out; 
	-moz-transition:all .5s ease-in-out; 
	-o-transition:all .5s ease-in-out; 
	transition:all .5s ease-in-out;
}
a {
	color: #902f2e;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #ff9900;
}
#maincontent ul, #maincontent ol {
	margin-left: 15px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 5px 0;
}
/*STRUTTURA*/
body {
	font: small/150% Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	background-color: #d1a072;
	margin: 10px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	border: 1px solid #993232;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
	text-align: left;
	background: url(/img/bg_wrapper.png) repeat-y left #fefffe;
}
#banner {
	background-color: #993232;
	margin: -5px;
	-webkit-border-top-left-radius:  14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-top-left-radius:  14px;
	-moz-border-top-right-radius: 14px;
	border-top-left-radius:  14px;
	border-top-right-radius: 14px;
	color: white;
	text-align: center;
	font-size: 11px;
	padding: 5px 5px 0 5px;
}
#banner h1 {
	font-weight: normal;
	font-style: normal;
}
#maincontent {
	padding: 10px 0;
}
.menu {
	margin: -5px 0 -5px -5px;
}
#footer {
	background-color: #993232;
	margin: -5px;
	-webkit-border-bottom-left-radius:  14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-bottom-left-radius:  14px;
	-moz-border-bottom-right-radius: 14px;
	border-bottom-left-radius:  14px;
	border-bottom-right-radius: 14px;
	color: white;
	text-align: center;
	padding: 0 10px;
	font-size: 0.9em;
	text-align: left;
}
#footer a {
	color: #ecdcb6;
}
/*MENU*/
.menu li {
	list-style-type: none;
}
.menu ul {
	padding: 0;
	margin: 0 !important;
}
.menu a {
	border-bottom: 1px solid white;
	display: block;
	margin: 0 1px 0 -5px;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	font-size: 1.2em;
}
.menu a:hover, .menu a.menuactive, .menu a.menuparent {
	color: #333;
	background: white;
}
.sottomenu {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
	height: 311px;
	width: 150px;
	background: url(/img/SilvanoArieti_box.jpg) no-repeat 0 center #8e2e2e;
}
.sottomenu ul {
	padding: 214px 1px 0 1px;
	margin: 0 !important;
}
.sottomenu li {
	list-style-type: none;
}
.sottomenu a {
	background-color: rgba(255, 255, 255, 0.71);
	display: block;
	padding: 3px;
	font-size: 1.2em;
}
.sottomenu a:hover, .sottomenu a.menuactive {
	background-color: white;
	color: #333;
}
.bandiere {
	height: 35px;
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 1.2em;
}
.bandiere a {
	border: none;
	padding: 0;
	display: inline;
}
.bandiere img {
	display: inline-block;
	float: left;
	margin: 0 10px;
}
.nav {
	clear: both;
	margin: 10px 0;
}
/*NEWS*/

div.NewsSummaryPostdate {
	display: none;
}

div.NewsSummaryLink {
	font-size: 20px;
	margin-bottom: 15px;
}

div.NewsSummary {
	border-bottom: 1px dotted silver;
	clear: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#NewsPostDetailReturnLink {
	clear: left;
	font-size: 18px;
	border-top: 1px dotted silver;
	padding: 5px 0;
}

h3#NewsPostDetailTitle {
	font-size: 20px;
	padding-bottom: 20px;
	color: #983232;
}

#NewsPostDetailContent {
	margin-bottom: 10px;
}

input[type="text"], textarea {
	border: 1px solid silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
textarea {
	width: 300px;
}
table td {
	vertical-align: top;
	padding: 3px;
}
#news {
	border-top: 2px solid #983232;
	margin: 20px 0 0 0;
	padding: 10px 5px 0 5px;
	background-color: #f6f3ea;
}
#news p.pager {
	display: none;
}
/* Stylesheet: Arieti Modified On 2013-02-06 11:22:05 */
