*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

*[hidden] {
  display:none;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/ubuntu.woff') format('woff');
}

@font-face {
  font-family: 'Ubuntu Bold';
  src: url('/fonts/ubuntu-bold.woff') format('woff');
}

@font-face {
  font-family: 'Ubuntu Mono';
  src: url('/fonts/ubuntu-mono.woff') format('woff');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 75px;
}

strong {
  /*font-weight: bold;*/
  font-family: 'Ubuntu Bold';
}

em {
  font-style: italic;
}

p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

.trademark {
  vertical-align: super;
  font-size: 50%;
  line-height: 1em;
}

.page {
  font-family: Ubuntu, Tahoma, sans-serif;
  font-size: 18px;
  color: #333333;
}

.content {
  position: relative;
  padding-bottom: 2em;
  overflow: hidden;
}

.horizontal-margin {
  width: 930px;
  margin: auto;
}

.header {
  position: relative;
  padding: 10px 0 10px 0;
  margin-bottom: 40px;
  background-color: #466bb0;
  border-bottom: 2px solid gray;
}

.header nav.site {
  position: relative;
}

.header nav.site .links {
  color: white;
  font-size: 90%;
  text-transform: uppercase;
}

.header nav.site ul {
  line-height: 31px;
  float: right;
}

.header nav.site a {
  color: inherit;
}

.header nav.site li {
  display: inline;
  margin-left: 1em;
}

.header nav.site h2.site-id {

}

.body {
  position: relative;
}

/* http://mystrd.at/modern-clean-css-sticky-footer/ */
.page-footer {
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  text-align: center;
  color: #a0a0a0;
  font-size: 80%;
}

.page-footer a {
  color: #a0a0a0;
  text-decoration: none;
}

.page-footer img {
  margin-top: 10px;
}