﻿/* global colors */
/* GRID DEFINITION: 

unit:              68px
gutter:            14px
first-column:     +24px ( = 92px)
cells:             12
totalwidth:       (12*68) + (11*14) = 970px + 24px = 994px
       
*/
/* (12*68 + 11*14 + 24) */
/* (2*68 + 14) */
/* (2*68 + 14 + 24) */
/* 8*68 + 7*14 */
/* 680px */
/* 830px */
/* spacing helpers */
/* font-sizes */
/* fonts, sizes, everything text */
@font-face {
  font-family: 'FedraSansBookRegular';
  src: url('../fonts/fesabo__-webfont.eot');
  src: url('../fonts/fesabo__-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fesabo__-webfont.woff') format('woff'), url('../fonts/fesabo__-webfont.ttf') format('truetype'), url('../fonts/fesabo__-webfont.svg#FedraSansBookRegular') format('svg');
  font-weight: normal;
  font-style: normal; }

html {
  background-color: #222222;
  /* Extend the footer color to the bottom of the page to fix the look of the page. */ }

body {
  /*font: 13px/1.125 Arial, Helvetica, sans-serif;*/
  font: 81.25%/1.125 Arial, Helvetica, sans-serif;
  /* basic font-size: 16/13 */
  color: #222; }

h1, h2, h3, h4, h5, .h5, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: normal; }

h1, .h1 {
  font-family: FedraSansBookRegular;
  font-size: 2.46154em;
  font-weight: normal;
  /*line-height:1.0em;*/
  color: #222;
  padding: 0 4px 20px 0;
  line-height: 1.2em; }

.stronger {
  font-size: 2.76923em;
  line-height: 1em; }

h2, .h2 {
  font-family: 'FedraSansBookRegular';
  font-size: 2.07692em;
  color: #222;
  margin: 0 0 20px 0; }

h3, .h3 {
  font-size: 1.69231em;
  color: #0d2f38;
  margin: 0 0 15px 0; }

h4, h5, .h5, .h4, .cms h3 {
  font: 1.23077em/1.125 Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #222; }

h5, .h5 {
  font-size: 1em; }

p, table th {
  line-height: 1.3; }

.cms p + h3, .cms p + table th, table .cms p + th {
  margin-top: 20px; }

a {
  color: #6b6a64;
  text-decoration: none; }
  a:hover {
    color: #009ae0;
    border: none; }
    a:hover > * {
      color: #009ae0; }
  a.special {
    text-decoration: underline; }
    a.special:hover {
      text-decoration: none; }

.hovered {
  color: #009ae0; }

*:focus, .focused {
  /*outline: none 1px solid $blue; outline-offset: 5px;*/
  /*background-color: rgba(0, 154, 224, .1);*/
  outline: none; }

strong, table th, .strong {
  font-weight: bold; }

em {
  font-style: italic; }

::-webkit-input-placeholder, :-moz-placeholder {
  color: #6b6a64; }

figure {
  display: block; }
  figure figcaption {
    font-size: 0.69231em;
    background: #fff; }

table th {
  padding-bottom: 10px; }

.body-copy {
  line-height: 1.6em; }

#serverInfo {
  position: fixed;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #FEFEE7;
  border-bottom: 1px solid #736F65;
  color: #000000;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  z-index: 9999;
  display: block; }

/*# sourceMappingURL=base.css.map */