/* Elementi HTML */

body {
  color: #000000;
  background-color: #ffffff;
}

a, a:link {
  color: #fc660c;
}

#content a:visited, #content a:hover, #content a:active,
#menu a:visited, #menu a:hover, #menu a:active {
  color: #fc660c;
}

#content input[type="submit"], #content input[type="reset"] {
  background-color: #fc660c;
  color: white;
}

/* Elementi del layout */

#content #logo a {
  background: url(/img/mestre_semplice.gif) no-repeat;
}

#menu {
  border-color: #fc660c;
}

#content h1,
#content h2,
#content legend,
#content address:hover,
#content fieldset strong,
#content select {
  color: #fc660c;
}

#content input,
#content textarea {
  border-color: #fc660c;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

#links, #footer {
  border-top-color: #fc660c;
}


/* Classi varie */

.riquadro,
.records li {
  border-bottom-color: #fc660c;
  border-left-color: #fc660c;
}

.records h3, .riquadro h3, .error {
  color: #fc660c;
}

.info {
  border-color: #fc660c;
  background-color: #fc660c;
  color: #fff;
}

@supports (text-shadow: 1px 1px #000) {
  h2 {
    background: linear-gradient(to right, #fc660c 0%, #ffffff 20%, #ffffff 80%, #fc660c 100%);
    text-shadow: 1px 1px #000;
  }
}
