/*
 * Style sheet compagniagliadulti
 */

body {
     font-family:      "Arial";    /* Il tipo carattere */
     background-color: #000000;    /* Nero */
     color:            #FFFFFF;    /* Bianco */
}
/* ---- Impostazioni generali della testata */
a:link     { color: #FFFFFF; }  /* bianco per i collegamenti */
a:visited  { color: #FFFFFF; } 
a:hover    { color: #FFFFFF; }

/* ---- Formato della pagina */
#boxp { width: 1000px; margin: auto; text-align: center; 
        padding: 0px; /* Firefox */ border-style: solid;
        border-color:     #CC0000 #993333 #993333 #CC0000;
        background-image: url(/images/sfondo_sipario.jpg); }

/* ---- Formato della testata della pagina: logo, compagnia, contatti */
#testata { width: 100%; border: none; text-align: left; margin:0px; }
#test1   { width: 132px; }
td.contatti { text-align: right;      font-size: 80%; 
              vertical-align: bottom; font-weight: bold; }

/* ---- Imposto elenco degli argomenti */ 
.menu { background-color: #993333; /* Rosso scuro */
        border-bottom:    #CC0000 1px solid;
        border-top:       #CC0000 1px solid;
        padding-bottom:   0.5em; padding-top:  0.5em;
        font-size:        80%;   font-weight:  bold;  }
.menu ul { margin:  0px; padding: 0px; border: none; }
.menu li { display: inline; list-style-type: none; }

/* ---- Corpo della pagina */
.corn { /*margin: 2% 4% 0% 4%;  la cornice */ width: 895px; margin:auto; margin-top: 25px;
        border-style: solid; border-color: #CC0000 #993333 #993333 #CC0000; }

div.testo  { background-color: #FFFFFF; /* Bianco */ 
             font-family:      "Comic Sans MS", "Arial"; 
             color: #000000;   text-align: justify;
             padding: 0.5em; }

/* ---- Imposto il colore rosso per i collegamenti */
div.testo a:link     { color: #CC0000;  }  
div.testo a:visited  { color: #CC0000;  } 
div.testo a:hover    { color: #CC0000;  }

/* ---- Imposto formato pie di pagina */
#piepag { font-size: 80%; font-weight: bold; 
          margin: 0 5em 0 5em; padding: 0.5em; } 
#piepag img { margin-top: 1em; }

/* ---- Generali */
table   { border-collapse: collapse; } 
.cx     { text-align: center; } /* centrato */
.fine   { clear: both; }        /* chiude le sezioni clear sx/dx */
small   { font-size: .68em; }   /* formato ridotto */
big     { font-size:  120%; }
.u      { text-decoration: underline; }
/* ---- Titoli centrati */ 
h1, h2, h3, 
h4, h5, h6 { margin: 0.2em; text-align: center; text-decoration:none; }
h1         { color: #CC0000;  } /* Rosso */
/* ---- Immagini */ 
img  { border: none; }   /* Immagini senza bordo */
.fdx  { float: right; padding-left: 0.6em; } /* Miniature  */  
.fsx  { float: left; padding-right: 0.6em; } /* Miniature  */ 
/* ---- Contenitore per fade */
.sldx  { float: right; margin-left: 0.6em; background-repeat: no-repeat; }  
.slsx  { float: left; margin-right: 0.6em; background-repeat: no-repeat; } 
.slcx  { background-repeat: no-repeat;} 
/* ---- Barre di separazione */
hr.divbar   { clear: both; height: 0.25em; background-color:  #CC0000;
              margin-top: 0.5em; margin-bottom: 0.5em; }
hr.divbar1   { height: 0.25em; background-color:  #CC0000;
              margin-top: 1em; margin-bottom: 1em; }

/* ---- Storia - Premi - Programmazione - Spettacoli - Compagnia */ 
.sez_dx  { float: right; padding: 0 0 0 5px; }
.sez_sx  { float: left; padding: 0 5px 0 0; } 
/* ---- Storia-Spettacoli */ 
div.sez_dx img { border: solid #CC0000 2px; margin-top:3px; }
div.sez_sx img { border: solid #CC0000 2px; margin-top:3px; }
div.mini img   { border: solid #CC0000 2px; margin-top:3px; }

