body {background: radial-gradient(ellipse, black, #D75F00, #F9D162) fixed;
    color : black; margin: 0; padding: 0%; /*margin-left:auto; margin-right: auto;*/}

#logo {margin-top: 2%;} /*dopo le novita di fine agosto per lo scrolling no blink*/

#intestazione {background:
radial-gradient(farthest-side at 50% 90%, #F4E492 10%, #de7715 80%) !important;
}

 #intestazione span {font-size: 50%; top: 58%; left: 34%; }
 .linklogo {width: 100%;}
 
.ver {/* versetti, per testi on-line (ex Eneide) */
    display: inline;
    position: absolute;
    right: 200px;
    color: Gray;
    font-size: smaller;
  }
#menuauto {margin-left: 3%;} /*menu php automatico*/

/* pro multilingual */
body:not(.multilingual) *[lang='en'], body:not(.multilingual) *[lang="en"] {
  display: none;
}

.elegante {
	font-family : Book Antiqua;
	font-size : 110%;
}

#cookies {text-align: center; max-width: 100% !important;}

#logo h1:first-letter {text-transform: lowercase !important;}
@media screen and (min-width: 1024px) {
#container, #fondopagina p#cookies {min-width: 1024px;}
}

/* specifiche precedenti di digitalia */

/* multilanguage choice */

body[lang=it] *[lang]:not([lang="it"]) { display: none; }
body[lang=en] *[lang]:not([lang="en"]) { display: none; }
body[lang=en] #in-this-section *[lang="en"] { display: inline; }
/* body[lang=it] #in-this-section *[lang="it"] { display: inline; } */

code {background: #707070; color: #fed42c; padding: 3px; padding: 2px;}

pre code {
  display: block;
  padding: 10px;
  white-space: pre;
  overflow: auto;
  width: 95%;
  box-sizing: border-box;
}

.main {color: #CC6600;}
.main {display: none;}

.prog, .programma, #menuorizz, .progmenu a {
    background: #62627b;
  }
  
.headline a {text-decoration: none; color: white; }   

.feedburnerFeedBlock li {margin-top: 2%;}


ins {
    text-decoration : none;
    color : navy;
    display : inline;
  }

ins:before, ins:after {
    font-size: 70%;
    vertical-align: baseline;
  }


del, del p, del li {
    text-decoration: line-through;
    color: Red;
    display: inline;
  }


span[title], i[title], p[title], *[title] {
    border-bottom: dotted thin gray;
  }
.programma, .prog, .progmenu a {
    padding:1px;
    font-weight: bold;
    border-bottom: orange 2px solid;
    color: white !important;
  }
.warning {
    border: solid red thin;
    border-left: solid red 3px;
    padding: 0.5%;
  }
  
div.warning {
    margin-top: 1%;
    width: auto;
  }


.comando /* da terminale */ {
    background:black;
    color: white;
    border: solid #CC6600 2px;
    padding: 0.4%;
    display: block;
    width: auto;
  }

/*alert e' meno forte: non è un problema, ma una attenzione da avere*/
div.alert, p.alert {
    border: orange solid thin;
    border-left: orange solid 3px;
    padding: 1%;
  }


span.alert {
    border-right: orange solid 1px;
    border-left: orange solid 3px;
    border-bottom: dotted orange 1px;
    padding: 0%;
  }


kbd {
    color: #333333;
    background-color: #EFEFEF;
    font-weight: normal;
    font-size: 80%;
    text-align: center;
    border-top: 2px double #CFCFCF;
    border-left: 3px solid #BABABA;
    border-right: 4px solid #AAAAAA;
    border-bottom: 6px solid #909090;
    padding-left: 0.2em;
    padding-top: 0em;
    padding-right: 0.2em;
    padding-bottom: 0em;
    line-height: 1.6em;
    vertical-align: top;
    white-space: nowrap;
  }


.linkmenu li a, .progmenu li a {
    font-size: 140%;
    font-stretch: expanded;
  }

.progmenu li {
  padding-bottom: 2%;
}
  

/*--------- menu tendina BEGIN ----------*/  
#menu a {background: #E7D57F;
/*background-image: radial-gradient(#D75F00, #F9D162);*/
background-image: radial-gradient(
  ellipse 160% 90% at 145% 50%,
  #F9D162 0%,
  #E8842A 35%,
  #C85400 60%,
  #D75F00 100%
);

font-weight: bold;
font-size : 90%;
}

#menu {
/*background-image: radial-gradient(#D75F00, #F9D162);*/
/*background-image: radial-gradient(
  circle at center,
  #D75F00 0%,
  #D75F00 55%,
  #F9D162 100%
);*/
color: white;
border-radius: 8px;
}



/*--------- menu tendina END ----------*/

.colonne {/*sperimentale multicolonna in FF */
  -moz-column-count: 2; column-count: 2;
  -moz-column-gap: 2em; column-gap: 2em;
  -moz-column-rule: 1px dashed gray; column-rule: 1px dashed gray;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  -webkit-column-rule: 1px dashed gray; }

  /* ---- WebFonts ---- */
  @font-face {
    font-family: 'orange';
    src: url('multimedia/fonts/agentorange.ttf');
  }
  .orange{
    font-family: 'orange', Arial, sans-serif;
  }

