body {
    margin: 60px auto;
    width: 70%;
}

nav ul, footer ul {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}

nav ul li {
    display: inline;
    margin-right: 20px;
    font-size: 1.25em;
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
}

footer ul li {
    display: inline;
    margin-right: 20px;
    font-size: 1.5em;
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
}

a:hover {
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #FF7D33;
}

h1 {
    font-size: 3em;
    font-family: 'Roboto Condensed', sans-serif;
}

h2  {
    font-size: 1.75em;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
}

p.meta {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

span.datestring {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000000;
    font-size: 1em;
    font-weight: bold;
}

footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts {
    margin: 20px auto 40px;
    font-size: 1.5em;
    list-style: none;
    font-family: 'Roboto Condensed', sans-serif;
}

/*
ul.posts li {
    list-style: none;
}

ul.nav li {
    font-size: 1em;
}

ul.footer li {
    font-size: 0.8em;
}
*/

.post-footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: .8em;
}

.post {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
}

h1.page-title {
    font-family: 'Caveat Brush', cursive;
    text-transform: uppercase;
    font-size: 3em;
    color: #FF7D33;
}

.blurb {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
}

img {
   max-width:100%;
   height:auto;
   max-height:100%;
}

img.small-image {
  max-width: 100px;
  max-height: 100px;
  padding: 5px;
}
