/* TEMPLATE CUSTOM FONTS */
@font-face {
  font-family: 'Abel';
  src: url("../webfonts/Abel-Regular.eot");
  src: url("../webfonts/Abel-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Abel-Regular.woff") format("woff"), url("../webfonts/Abel-Regular.ttf") format("truetype"), url("../webfonts/Abel-Regular.svg#CamboRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Didot';
  src: url("../webfonts/Didot.eot");
  src: url("../webfonts/Didot.eot?#iefix") format("embedded-opentype"), url("../webfonts/Didot.woff") format("woff"), url("../webfonts/Didot.ttf") format("truetype"), url("../webfonts/Didot.svg#CamboRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Didot';
  src: url("../webfonts/DidotBold.eot");
  src: url("../webfonts/DidotBold.eot?#iefix") format("embedded-opentype"), url("../webfonts/DidotBold.woff") format("woff"), url("../webfonts/DidotBold.ttf") format("truetype"), url("../webfonts/DidotBold.svg#CamboRegular") format("svg");
  font-weight: bold;
  font-style: normal; }

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

/* BASE TYPOGRPHY */
body {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: black;
  font-family: "Abel", Verdana, Arial, Helvetica, sans-serif; }
  body a {
    text-decoration: none;
    outline: none; }
  body a:link {
    -webkit-tap-highlight-color: #ed7e51; }

/* HEADERS */
.typography h1, .typography h2, .typography h3, .typography h4 {
  font-family: "Didot", Georgia, "Times New Roman", serif;
  font-family: "Abel", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: black; }
.typography h1 {
  font-size: 58px;
  line-height: 45px;
  margin: 0 0 25px 0;
  padding-bottom: 5px; }
.typography h2 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px; }
.typography h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px; }
.typography h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px; }
.typography h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px; }
.typography h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px; }

/* PARAGRAGHS */
.typography {
  /* LINKS */ }
  .typography p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0px; }
  .typography em {
    font-style: italic; }
  .typography a {
    color: black;
    border-bottom: solid 1px #ed7e51;
    text-decoration: none; }
    .typography a:hover {
      border-bottom: 1px dashed black; }

/* NAVIGATION */
#mainNav .primary li a {
  font-family: "Abel", Verdana, Arial, Helvetica, sans-serif;
  color: #888888;
  font-size: 26px;
  padding: 6px 8px;
  font-weight: normal;
  display: block; }

.year {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 1px black; }

.title {
  font-size: 20px;
  font-weight: bold; }

::selection,
::-moz-selection {
  background: #ed7e51;
  color: #fff;
  text-shadow: none; }

/* LIST STYLES
-------------------------------------------- */
.typography ul, .typography ol, .typography dl {
  margin: 0 0 20px 25px; }
.typography ul li {
  list-style-type: disc; }
.typography li {
  margin-bottom: 5px; }

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 0 10px;
  text-align: left; }
  .typography table td, .typography table th {
    vertical-align: top; }
  .typography table th {
    font-weight: bold; }

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
  text-align: left; }
.typography .center {
  text-align: center; }
.typography .right {
  text-align: right; }

/* IMAGES
-------------------------------------------- */
.typography img {
  height: auto;
  background: transparent url(../images/ajax-loader.gif) no-repeat center center; }
  .typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0; }
  .typography img.right {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 20px; }
  .typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both; }
  .typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both; }
