/* Spazio-in */
/* The background image for the left ed right navbar */

body { 
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
}

#container { background-image: url(../images/Background.jpg); }

/* Banner across top of page that says the name of the whole site */
#main-title {
    margin: 0;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #ffffff; /* bianco */
    color: #083e08; /* verdone */
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* Logo di Spazio-in */
img.logo { vertical-align: middle; }

/* Heading level 1 is not contained in main-text. */
h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1em;
    font-weight: bold;
    background-color: #466B46; /* verde */
    text-align: right;
    color: #ffffff; /* bianco */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 74px;
}

/* Styles for the main text on the page. */
#main-text {
    margin-top: 0;
    margin-right: 84px;
    margin-left: 180px;
    margin-bottom: 0;
    background-color: #ffffff; /* bianco */
    border-right: 12px #466B46 solid; /* verde */
    border-left: 12px #466B46 solid; /* verde */
    padding-left: 7px;
    padding-right: 7px;
    color: #083e08; /* verdone */
    font-family: "Comic Sans MS", verdana, arial;
}
/* -------------------------------------------------------------------- */
.foto-spazio { 
    background-image: url(../images/spazio-in.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

/* Generali ---------------------------------------------- */
img        { border: none; }         /* Immagini senza bordo */
img.riduci { width: 70px; }

p, table, 
ol, ul  { margin: 0; padding-top: 5px; padding-bottom: 5px; line-height: 1.5em; }
ol, ul  { margin-left: 25px; }
.u { text-decoration: underline; }

.cx     { text-align: center; } /* centrato */
small   { line-height: 1.2em; }
.sez_dx { float: right; padding: 10px; }
.sez_sx { float: left; padding: 0; }
div.dx  { float: right; margin: 5px 0px 0px 5px;  background-repeat: no-repeat; }  /* contenitore per fade   */
div.sx  { float: left; margin-right: 0.6em; background-repeat: no-repeat;}  /* contenitore per fade   */

a:link, 
a:visited { text-decoration: none; font-weight: bold; color: #009966; /* smeraldo */ }
a:hover { font-weight: bold; text-decoration: underline; }

/* Contatti ---------------------------------------------- */
h2 { font-size: 1.2em; margin: 0; padding-top: 10px; color: #009966; /* smeraldo */ }
p.evidenzia {font-size: 1.2em; margin: 0; padding-top: 10px; color: #009966; /* smeraldo */}

/* Serate Crepaldi - Corsi ---------------------------------------------- */
p.comune   { padding-top: 5px; padding-bottom: 10px; line-height: 1.2em; }
img.comune { padding-top: 5px; }
/* Serate Crepaldi ----------------------------------------------- */
table.serate td { vertical-align: top; text-align: left;}
table.serate { margin-left:3em; }
table.serate col#col1 { width: 8%; }
table.serate col#col2 { width: 24%; text-align: left;}

h3 { font-size: 1em;  font-weight: bold; margin: 0;
     padding-top: 2px; padding-bottom: 2px; }

/* -------------------------------------------------------------- */
/* Styles for the navbar on the left side. */
#left-menu {
    position: absolute;
    top: 160px;
    left: 10px;
    width: 160px;
    text-align: right;
}
#left-menu p {
    padding-right: 5px;
    padding-bottom: 0px;
    margin-bottom: 2px;
    font-size: .8em;
}
#left-menu a:link, 
#left-menu a:visited { text-decoration: none; color: #ffffff; /* bianco */ }
#left-menu a:hover,
#left-menu a.current { text-decoration: none; color: #083e08; /* verdone */ }

span.arrow {
    color: #ffffff; /* bianco */
    font-size: 1.1em;
    font-weight: bold;
}

/* Styles for the footer at the bottom of the page */
#footer {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #ffffff; /* bianco */
    line-height: 21px;
    text-align: center;
    font-size: .7em;
    border-top: 12px #466B46 solid; /* verde */
    color: #083e08; /* verdone */
    clear: both; 
}
#footer a:link, 
#footer a:visited { color: #083e08; } /* verdone */
#footer a:hover { text-decoration: underline; color: #083e08; /* verdone */ }
