body {
  font: 82%/140% open sans, sans-serif, times new roman;
}

@font-face {
font-family: 'Unifg';
font-style: normal;
font-weight: 400;
src: url(../fonts/UnifgSolenneText.ttf) format('truetype');
} 

a:link, a:visited {
  color: #003c5f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-name a {
  font-family: Unifg, Abel;
  font-size: 1.6em;
  color: #000000;
  font-variant: small-caps;
} 
.site-name a:hover {
  text-decoration: none;
}

.not-front .site-name a {
  font-size: 1.1em;
}

.not-front h2.site-name {
 margin-top: 35px;
}

a:active {
  text-decoration: underline;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: normal;
 font-family: 'Abel', sans-serif;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.6em;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 1.7em;
  margin-top: 45px;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 1.4em;
  color: #ffffff;
  font-weight: normal;
  font-style: italic;
  background: none repeat scroll 0 0 #003C5F;
  display: inline-block;
  line-height: 150%;
  padding: 2px 10px 2px 6px;

}

h2.node-title {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.elencocorsi ul,
.node ol,
.node ul {
  padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 5px;
}

dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}


