/*silviozalambani.com*/

/* questo perchè tutti i browsers assegnano di default margini e/o padding
ad alcuni elementi, inclusi html e body*/

html,body {
margin: 0;
padding: 0;
}

body {
font-family: Arial;
color: white;
text-align: center;                  /*centra in IE 5.x */
background-color: #E74C00;
background-image: url(immagini/sfondopagina.gif);
background-attachment: fixed;
background-repeat: no-repeat;
}

div#container {
text-align: left;                   /*ripristina l'allineamento*/
margin: 0px auto;                   /*centra negli altri browsers*/
width: 778px;
border-left-style: solid;
border-left-width: 3px;
border-left-color: white;
border-right-style: solid;
border-right-width: 3px;
border-right-color: white;
background-image: url(immagini/sfondorighe.gif);
height: 100%;
}

div#header {
height: 164px;
background-image: url(immagini/top.jpg);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: white;
}

div.clear{
clear: both;
}

.content{
margin: 12px;
padding: 10px 24px 12px 24px;     /*occhio al padding inf quando si restringe la finestra*/
background-color: #181818;
border: solid 1px black;
background-image: url(immagini/lineatitolo.gif);
background-repeat: repeat-x;
}


h1   {
font-family: Times New Roman, serif;
line-height: 0px;
font-size: 18px;
font-weight: 100;
color: #F4530F;
text-align: center;
margin-bottom: 30px;
}

h2   {
font-size: 15px;
font-weight: 100;
color: #F4530F;
text-align: left;
}

h2.anno {
padding-top: 8px;
color: #E22904;
text-align: left;
font-size: 15px;
line-height: 1;
}

p   {
font-size: 13px;
line-height: 1.4;
text-align: justify;
color: #F5F5F5;
}

.top1   {
padding-top: 68px;
text-align: center;
font-size: 15px;
font-weight: 200;
line-height: 0.8;
word-spacing: 14px;
color: white;
}

.top   {
text-align: center;
font-size: 15px;
font-weight: 200;
line-height: 0.8;
word-spacing: 14px;
color: white;
}

.topspa   {
text-align: center;
font-size: 15px;
font-weight: 200;
line-height: 0.8;
word-spacing: 10px;
color: white;
}

em      {
color: #FCB201;
font-style: normal;
}

 /*per i puntini nel menu*/
.nero
 {
color: black;
}

table {
font-family: Arial;
font-size: 13px;
border: 1px solid black;
border-collapse: collapse;
width: 100%;
}


td,th{
padding:3px 5px
}
td{
text-align:right;
border: 1px solid black;
background: #1E1E1E;
}
td.left{
text-align:left;
width: 50%;
}
th{
text-align: center;
width: 30%;
font-weight: normal;
border: 1px solid black;
background: #1E1E1E;
}
tr.odd td,tr.odd th{
background: #2B2B2B;
}
tr.anno td,tr.anno th{
height: 16px;
padding: 0px;
border: 0px;
background-image: url(immagini/linea_conc.gif);
background-repeat: repeat-x;
color: white;
text-align: left;
}

td.titproposte {
border-bottom: 1px solid white;
padding-top: 8px;
height: 24px;
color: #E22904;
text-align: left;
font-size: 15px;
line-height: 1;
}

.tango      {
color: #379921}
.candombe      {
color: #F87811}
.altri      {
color: #E23804}

.nota        {
font-size: 11px;
text-indent: 0px;
}

.notadx        {
font-size: 10px;
text-indent: 0px;
text-align: right;
line-height: 0;
}

.brani        {
font-size: 12px;
line-height: 1.4;
text-align: left;
text-indent: 0px;
color: #F5F5F5;
}

.right  {
text-align: right;
padding-right: 10px;
}

img {border: 1px solid #D8D7D7}

a {  text-decoration:none}

/* per i link interni alle pagine: */
a:link      { color: #C6C6C6 }
a:visited   { color: #C6C6C6 }
a:hover     { color: white; }

/* per i link del menu: */
a.menu:link     { color: #F4530F;  }
a.menu:visited  { color: #F4530F; }
a.menu:hover    { color: white; }

a.menu2:link     { color: #F87811;  }
a.menu2:visited  { color: #F87811; }
a.menu2:hover    { color: white; }

a.menu3:link     { color: #379921;  }
a.menu3:visited  { color: #379921; }
a.menu3:hover    { color: white; }

a.menu4:link     { color: #E23804;  }
a.menu4:visited  { color: #E23804; }
a.menu4:hover    { color: white; }
