/*
  Find open source fonts at http://kernest.com/styles/web-native
  and optimize them through http://fontsquirrel.com/fontface/generator
*/

@font-face {
  font-family: 'TheanoModernRegular';
  src: url('/TheanoModern-Regular.eot');
  src: local('Theano Modern'), local('TheanoModern-Regular'), url('/TheanoModern-Regular.woff') format('woff'), url('/TheanoModern-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('League_Gothic.eot');
  src: local('League Gothic'), local('LeagueGothic'), url('/League_Gothic.woff') format('woff'), url('/League_Gothic.ttf') format('truetype');
}

body {
  font-size: 100%;
}

h1 {
  font-size: xx-large;
  font-family: 'LeagueGothicRegular', sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#main {
  margin-left: auto;
  margin-right: auto;
  width: 40em;
  max-width: 760px;
  line-height: 1.75;
  text-align: justify;
  font-family: 'TheanoModernRegular', serif;
  font-size: 110%;
}

#main ul, #main ul li {
  padding-left: 0;
  margin-left: 0.6em;
}

p.timestamp {
  text-align: right;
  font-size: small;
}

#main ul#nav {
  border-top: 1px solid #ccc;
  margin: 2em 0 0 0;
  padding: 2em 0 1em 0;
  text-align: center;
  font-size: small;
  list-style: none;
}

#main ul#nav li {
  margin-left: 0;
  padding-left: 0;
}
