﻿
* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	text-align:left
}

h3 {
	font-size: 1em;
}

ol {
	margin-bottom: 1em;
	line-height: 140%;
}

ul {
	margin-bottom: 1em;
	line-height: 140%;
}

p {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 670px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
	background: url(images/img02.gif) no-repeat 0px 50px;
}

#logo p {
	color: #FFFFFF;
}

#logo h1 {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 990px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 23px 0 23px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: auto;
	background: #D4D9DD url(images/img04.gif) repeat-y;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(images/img05.gif) no-repeat;
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 21px;
}

.wide-post .bottom {
	height: 20px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(images/img20.png) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(images/img20.png) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #3F4244 url(images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
	color: #FC3E1A;
}


/* Livello */

#livello1.style3 {
    float:right;
    margin-right:0px;
    margin-top:0px;
    width: 186px; 
	height: 1009px;
	background: none;
}

h3.style5 {
	background: url(images/img21.gif);
	width: 330px;
	font-size: large;
	text-decoration: none;
	font-family:"Trebuchet MS"
}
h4.style5 {
	background: url(images/img21.gif);
	width: 330px;
	font-size: large;
	text-decoration: none;
	font-family:"Trebuchet MS";
	text-align:center;
	margin-left:190px
}
h5.style5 {
	background: url(images/img23.gif);
	width: 728px;
	height:23px;
	font-size: large;
	text-decoration: none;
	font-family:"Trebuchet MS";
	text-align:center;
	margin:0px auto
}


#style2 {
	font-size: small;	
}

#style2 a {
	text-decoration: none;
	color: #A9B6BB;
}
	
#style2 a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

div#livello1 {
   position: absolute; 
   width: 728px; 
   height: 162px;
   margin:20px auto;
   z-index: 2;
   background: url(images/img23.jpg) repeat-x;
   font-size: large;
   font-family:"Trebuchet MS";
   text-align: center;
}

div#livello1b {
   position: absolute; 
   width: 728px; 
   margin:0px auto;
   font-size: large;
   font-family:"Trebuchet MS";
   text-align: center;
}

div#livello1bis {
   width: 728px; 
   height: 162px;
   margin-top:40px;
   background: url(images/img23.jpg) repeat-x;
   font-size: large;
   font-family:"Trebuchet MS";
   text-align: center;
}


div#livelliSX {
    float:left;
    width: 330px;
    margin-left:0px;
    margin-top:20px;
}

div#livelliDX {
    float:right;
    width: 330px;
    margin-right:0px;
    margin-top:20px;
}

div#livelliSXL {
    float:left;
    width: 500px;
    margin-left:0px;
    margin-top:20px;
    padding-left:20px
}

div#livelliSXS {
    float:right;
    width: 188px;
    margin-right:0px;
    margin-top:20px;
    padding-right:20px
}


div#livello2 {
   width:330px;
   height:200px;
   padding-bottom:20px;
   background: url(images/img23.jpg) repeat-x;
   font-size: large;
   font-family:"Trebuchet MS";
   text-align: center;
}

div#livello3 {
   width:330px;
   height:200px;
   padding-bottom:20px;
   background: url(images/img23.jpg) repeat-x;
   font-size: large;
   font-family:"Trebuchet MS";
   text-align: center;
}


div#livello5 {
   position: absolute; 
   width: 330px; 
   z-index: 2; 
   left: 0px; 
   top: 1px;
   background: url(images/img21.gif);
   font-size: large;
   font-family:"Trebuchet MS";
   text-align: center;
   text-decoration: inherit
}

div#livello7 {
   padding:0px 20px 0px 20px;
   left: 30px; 
   top: 10px
}

div#livello9 {
   position:absolute;
   width: 526px; 
   height: 22px;
   top: 365px;
   margin-left:150px
}

#google {
   position: absolute; 
   width: 305px; 
   height: 37px; 
   z-index: 1; 
   left: 671px; 
   top: 154px; 
   background: none;
}

.style1 {
	font-size: medium;
}
.style2 {
	font-size: small;	
}
.style2 a {
	text-decoration: none;
	color: #A9B6BB;
}	
.style2 a:hover {
	text-decoration: none;
	color: #FC3E1A;
}
.style3 {
	text-decoration: none;
}
.style5 {
	text-decoration: none;
	text-align: center;
}
.style6 a {
	text-decoration: underline;
}
.style2 a:hover {
	text-decoration: underline;
	color: #FC3E1A;
}

.style6 {
	font-family: "Trebuchet MS";
}

.style7 {
	border-width: 1px;
}

.style10 {
	text-align: center;
}

