@font-face {
    font-family: 'Zag';
    src: url('../font/zag_regular-webfont.eot');
    src: url('../font/zag_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/zag_regular-webfont.woff') format('woff'),
         url('../font/zag_regular-webfont.ttf') format('truetype'),
         url('../font/zag_regular-webfont.svg#ZagRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ font: 0.813em/1.5 Tahoma, Geneva, Verdana, Arial, sans-serif; color: #1a1a1a}

a:link{
  color: #0071b8;
  text-decoration: none;
}

a:hover {
  color: #0071b8;
  text-decoration: none;
}

a:active, a:visited {
  color: #0071b8;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  /*letter-spacing: -0.05em;*/
  font-family:  Zag, Geneva, Verdana, sans-serif;
}

h1 {
  font-size: 2.250em;
}

h2 {
  font-size: 1.750em;
  font-weight: normal;
}

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

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size:1.846em;
  margin: 0;
  text-transform:uppercase;
}

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

h3 {
  font-size: 1.313em;
}

h4 {
  font-size: 1.188em;
}

h5 {
  font-size: 1.063em;
}

h6 {
  font-size: 0.938em;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

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

.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: 20px;
}

dt, .admin h3 {
  font-size: 1.125em;
  margin: 0;
}

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

