@-webkit-keyframes stars {
  0% { background-position: left bottom; }
  100% { background-position: right bottom; }
}

@font-face {
  font-family: "Droid Sans";
  src: local("Droid Sans"), url("/DroidSans.ttf");
}

@font-face {
  font-family: "Droid Sans";
  font-weight: bold;
  src: local("Droid Sans Bold"), url("/DroidSans-Bold.ttf");
}

@font-face {
  font-family: "Droid Sans Mono";
  src: local("Droid Sans Mono"), url("/DroidSansMono.ttf");
}

body {
  background: #EFECE0; 
  color: #111;
  font-family: "Droid Sans", "Lucida Grande", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  margin: 0 auto;
  width: 960px;
  
}

a {
  color: #111;
  text-decoration: underline;
  border: none;
}

p {
  font-size: 0.95em;
  margin: 1.2em 0;
  padding: 0.4em 0;
}

ol, ul, blockquote {
  font-size: 0.95em;
  padding-left: 40px;
}

blockquote {
  font-style: italic;
}

h1, h2, h3, h4, h5 {
  margin: 1em 0;
  font-weight: bold;
}

h1 { font-size: 2.0em; line-height: 1.3em; }
h2 { font-size: 1.8em;}
h3 { font-size: 1.6em;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.2em;}

pre {
  overflow: auto;
}

pre, code {
  font-size: 0.95em;
  line-height: 1.3em;
  background-color: #fff;
  font-family: "Droid Sans Mono", "Inconsolata", monospace;
}

table {
  font-size: 80%;
  border: 1px solid #eee;
}

tr {
  border: 1px solid #eee;
}
th,td {
  text-align: left;
  padding: 5px 10px 5px 10px;
  border: 1px solid #333;
}


article {
  background-color: #EFECE0;
  width: 620px;
  margin: 50px 10px 50px 50px;
  padding: 0px 10px 0px 10px;
}

article h1 {
  padding: 15px 0 0 0;
  margin: 0 0 0 0;
}

article ul#blog_posts {
  padding-left: 0px;
  list-style-type: none;
}

article .byline {
  font-weight: normal;
}

nav {
  top: 30px;
  right: 25px;
  left: 70%;  
  position: fixed;
  float: right;
  text-align: right;
  width: 200px;
  font-weight: bold;
}

nav h1 {
  font-size: 2.4em;
  line-height: 1.1em;
}

nav h1 a {
  text-decoration: none;
}

nav p {
  font-size: 0.8em;
  line-height: 1.5em;
}

nav img {
  padding-right: 10px;
}