/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
html {
  background-color: #f7f7f7;
}

body {
  font-size: 12px;
  font-family: 'Trebuchet W01 Regular', 'Trebuchet MS';
  color: #333333;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
  border: 0 #dfdfdf solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
}

p, ul {
  font-size: 1.167em;
  line-height: 1em;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3 {
  font-family:'Museo Slab W01 500';
}

h1 {
  font-size: 1.78em;
  font-weight: normal;
  color: #9ea8b5;
}

h2 {
  font-size: 2.37em;
  margin: 0 0 25px 0;
  color: #003c80;
  font-weight: normal;
  line-height: 1em;
}

h2.lg {
  font-size: 4.21em;
}


h3 {
  color: #333333;
  font-size: 1.78em ;
  padding: 15px 0 1px 0;
  font-weight: normal;
}

h4 {
  
}

h5 {
  
}

h6 {
  
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: none;
}

li {
  margin-left: 0;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {

}

/* `Links
----------------------------------------------------------------------------------------------------*/

a {
  color: #003c80;
}

a:hover {
  color: #608cbf;
}

a:active {
  color: #2a4666;
}


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

}



