@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700|Noto+Sans:400,700,400italic,700italic);

body {
  font-family: 'Noto Sans', sans-serif !important;
}

a:link    { color: #664b20; text-decoration: underline; }
a:hover   { color: #d6a970; text-decoration: underline; }
a:visited { color: #664b20; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif !important;
}

.container {
  max-width: 1024px;
}

header#banner {
  background-image: url(../img/fall.jpg);
  height: 180px;
  padding-left: 2em;
  font-weight: bold;
}
header#banner h1 a {
  color: rgb(255, 255, 170);
  text-decoration: none;
}

header#banner small {
  color: rgba(255, 255, 170, .8);
}

/* main content */
.content {
    line-height: 1.6;
}
h2.entry-title a {
    text-decoration: underline;
}
article.bordered {
    border-bottom: 1px solid #888;
}
.post-info {
    background-color: #dde;
    margin-left: 2em;
    padding: .4em .4em .2em .6em;
    margin-bottom: .5em;
}
blockquote p {
  font-size: 14px;
  font-style: italic;
}
/* submenu */
.submenu h2 {
    font-size: 130%;
}
.submenu h3 {
    font-size: 105%;
}

/* page footer */
#contentinfo {
    margin-top: 2em;
    border-top: 1px solid #361b00;
}
