/* ******************************************************************* Top Elements */

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

body {
    text-align: center;
    font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
    background: #FFF url(images/arcadio/sfondosfumato.gif) repeat-x;
    color: #000; 
}

/* ******************************************************************* parti generali */

h1, h2, h3 {
    font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}

#logo-text{
    width:70%;
    position: absolute;
    float: right;
    top: 100px;
    font-size: 30px;
    font-family: Arial;
    text-align: right;
}

#slogan{
    width:70%;
    position: relative;
    float: right;
    top: 130px;
    font-size: 20px;
    font-family: Arial;
    text-align: right;
    color: #0066FF;
}


h1 {
    font-size: 20px;	
    font-weight: bold;
    color: #0066FF;
}

h2 {
    font-size: 140%;
    color: #66bbff;
}

h3 {
    margin-top: 20px;
    font-size: 130%;
    color: #666666; 
}

h1, h2, h3, p {
    padding: 10px;		
    margin: 0;
}

ul, ol {
    margin: 5px 20px;
    padding: 0 20px;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #0066FF;
	background: inherit;
}

a:hover {
	color: #0066FF;
	background: inherit;
	text-decoration: underline;
}

/* form elements */

form {
    margin:10px; 
    padding: 0 5px;
    border: 1px solid #f2f2f2; 
    background-color: #FAFAFA; 	
}

label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}

input {
    padding:2px;
    border:1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}

textarea {
    width:400px;
    padding:2px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #eee;
    height:100px;
    display:block;
    color:#777;
}

input.button { 
    font: bold 12px Arial, Sans-serif; 
    height: 24px;
    margin: 0;
    padding: 2px 3px; 
    color: #FFF;
    background: #8EB50C url(images/standard/button-bg.jpg) repeat-x 0 0;
    border: none;
}

/* images */

img {
    background: #FAFAFA;
    border: 0px solid #E5E5E5;
    padding: 5px;
}

img.right {
    margin: 5px 0px 10px 10px;  
}

img.left {
    margin: 5px 10px 10px 0px;
}

/* alignment classes */

.left  { float: left; }
.right { float: right; }
.aleft  { text-align: left; }
.aright { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.permalink {
    float: right;
}

.permalink a {
    padding-right: 5px; 
}



.entry {
    padding: 2px 0px 2px 0px;
    text-align: left;
    background-color: transparent;

}

#main .entry {
    margin-bottom: 35px;
    background-color: transparent;
}

.links {
	clear: both;
	padding: 4px;
	background: #D3EAFA;
	border-top: 1px solid #B4BBBE;
	font-size: 0.8em;
}

.posted {
	margin-right: 15px;
}

.cleared {
	clear: both;
}

h1.categoria {
    margin-bottom: 3px;
    text-align: right;
    font-style: italic;
    font-size: 1.2em;
}

.googlemap {
    text-align: center;
}


/* ******************************************************************* wrapper */

#wrap {
    width: 896px;
    /* background: #FFF url(images/standard/content.gif) repeat-y center top; */
    background: #FFF ;
    margin: 0 auto;
    text-align: left;
    border: 1px #FFcc00 solid;
    border-width: 0 1px 1px 1px;
}

/* ******************************************************************* header */

#header {
    width: 896px;
    position: relative;
    height: 264px;
    background: #FFF url(images/arcadio/sfondo_header.jpg) no-repeat center top;
    padding: 0;
    color: #FFF;
}

/* ******************************************************************* languagebox */

#languagebox {
    position: absolute;
    float: left;
    clear: none;
    z-index: 90;
    margin-left: 864px;
    margin-top: 10px;
}

#languagebox img {
    padding: 2px;
    background-color: #FFF;
}

#languagebox .languageflag {
    display: block;
}

/* ******************************************************************* menutop */

#menuwrap 
{
    clear: both;
    margin: 0 auto;
    padding: 0;
    background: #FFFFFF url(images/arcadio/sfondo_menu.gif) no-repeat;
    font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
    height: 65px;
    width: 896px;
}

		/* all lists */
#menu {
    list-style: none;
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    padding: 0;
}

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

		/* The border for the menus (eventually) */
#menu ul {
    border: none;
}

		/* Each link in the 1st level */
#menu a {
    font-size: 92%;
    font-weight: bold;
    color: #0066ff;
    display: block;
    padding: 0px 16px 0px 2px;
}

		/* Each link under the 1st level */
#menu ul a,
#menu ul ul a,
#menu ul ul ul a {
    font-weight: normal;
    min-width: 100px;
    display: block;
    /*padding: 5px 25px 5px 1px;*/
    padding: 4px 12px 2px 2px;
    min-height: 14px;			/* using height with IE6 is broken. This has the same behaviour with all the other browsers */
    max-height: 14px;
    border-color: #FFFFFF;
    border-style: dashed;
    border-width: 0 0 0 0;
}

		/* all list items */
#menu li { 
    float: left;
    /* min-width: 100px; /* width needed or else Opera goes nuts */
}

		/* second-level lists */
#menu li ul { 
    min-width: 100px;
    position: absolute;
    background: #d3eafe;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border-color: #0066ff;
    border-style: dotted;
    border-width: 0 1px 1px 1px;
}

		/* clearing the menus on both sides */
#menu li ul li,
#menu li ul li ul li,
#menu li ul li ul li ul li
{ 
    clear: both;
}

		/* third-and-above-level lists */
#menu li ul ul,  
#menu li ul ul ul,
#menu li ul ul ul ul { 
    margin: -2em 0 0 130px;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul {
    left: -999em;
}

		/* lists nested under hovered list items */
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul { 
    left: auto;
}

.notseen {
    display: none;
}

li.menu_important_info {
    color: #000000;
    display: none;
}


/* ******************************************************************* Footer */

#footer {
    background: #FFF url(images/arcadio/barra-footer.gif) no-repeat;
    clear: both;
    width: 896px;
    text-align: center;
    font-size: 92%;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footerowner {
    float: right;
    padding-right: 30px;
}

#footerlegal {
    float: left;
    padding-left: 30px;
}

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

#footerlegal, #footerlegal a{
    color: #555;
}

/* ******************************************************************* menu laterale */

#sidewrap {
    top: 263px;
    z-index: 10;
    position: absolute;

    margin: 0px;
    padding: 0px;
    width: 177px;
    background-color: #FFFFFF;
    margin-left: 68px;
}

#sidebar {
    border: 1px #b9d8f7 solid;
    border-width: 0 1px 0 1px;
    background-color: #FFFFFF;
    min-height: 100px;
    margin: 0px;
    padding: 0px;
    padding-top: 1px;
}

#sidebottom {
    margin: 0;
    height: 29px;
    background: transparent url(images/arcadio/bottom_side.gif) no-repeat center bottom;
}

#sidemenu {
}

#sidebar ul.sidemenu {
    list-style: none;
    text-align: left;
    margin: 7px 4px 8px 0; 
    padding: 0;
    text-decoration: none;		
    /*border-bottom: 1px dotted #b9d8f7;*/
}

#sidebar ul.sidemenu li {
    list-style: none;
    padding: 4px 0 4px 5px;
    margin: 0 2px;	
    color: #68774A;	
    border-top: 1px dotted #b9d8f7;
}

#sidebar ul.sidemenu li.withmargin {
    margin: 0 2px 0 15px;	
}


* html body #sidebar ul.sidemenu li {
    height: 1%;
}
#sidebar ul.sidemenu li a {
    text-decoration: none;	
    background-image: none;	
    color: #666666;			
}

#sidebar ul.sidemenu li a:hover {	
    color: #1773BC;	
}

#sidebar ul.sidemenu ul { 
    margin: 0 0 0 5px; 
    padding: 0; 
}

#sidebar ul.sidemenu ul li { 
    background: none; 
}


#sidebar h3 {
    margin-top: 10px;
    padding: 5px 5px; 
    font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #728D26;	
}


/* ******************************************************************* parte centrale */

#content-wrap {
    padding: 30px;
    padding-top: 5px;
    min-height: 500px;
}

#main {
    margin-left: 250px;
}

h1.title {
    background: #FFFFFF url(images/arcadio/sfonto_titolo.gif) no-repeat top right;
    height: 35px;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
}

h1.title a {
    background: none;
}

