body {
  font-family: Sorts Mill Goudy, Baskerville, Times, Times New Roman;
  font-size: 12pt;
  line-height: 16pt;
  color: #333;
  background-color: #f6f6f6;
}

p {
  margin: 0.5em 0;
}

abbr, .caps {
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-shadow: #333 0px 0px 0px;
}


body>header {
  font-family: League Gothic, HelveticaNeue-CondensedBold, Impact;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #eee;
  background-color: #404040;
  padding: 1em 15%;
}

body>header h1 {
  font-size: 48pt;
  line-height: 60pt;
  font-weight: normal;
  letter-spacing: 0.025em;
}

body>header nav li {
  display: inline;
  margin-left: 2em;
}
body>header nav li:first-child { margin-left: 0; }
body>header a:link, body>header a:visited, body>header a:hover {
  text-decoration: none;
  color: #bbb;
  font-size: 18pt;
}
body>header a:hover {
  color: #ccc;
}




#main {
  padding: 1.5em 15%;
}

#main>header {
  font-size: 14pt;
  line-height: 18pt;
}
#main>header h1 {
  font-weight: normal;
  font-size: 24pt;
  line-height: 30pt;
  font-family: Sorts Mill Goudy, Baskerville, Times, Times New Roman;
  text-transform: none;
}
/*
#main>header blockquote {
  width: 75%;
}
#main>header blockquote:before { content:'“'; }
#main>header blockquote:after { content:'”'; }
#main>header cite {
  float: right;
}
*/

#main h1 {
  font-family: League Gothic, HelveticaNeue-CondensedBold, Impact;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 21pt;
  line-height: 36pt;
}

#main article {
  margin: 0.5em 0 1.5em 0;
}

#main article header h1 {
  font-weight: normal;
  font-size: 21pt;
  line-height: 21pt;
  font-family: Sorts Mill Goudy, Baskerville, Times, Times New Roman;
  text-transform: none;
  font-variant-numeric: lining-nums;
}
#main article header h1 a:link {
  color: #333;
}
#main article header h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 18pt;
  line-height: 21pt;
}

#frontblog {
  width: 74%;
  float: left;
}

#sidebar {
  width: 24%;
  float: right;
}
#sidebar p {
  margin-bottom: 0;
}
#sidebar p, #sidebar a {
  font-size: 11pt;
}

a:link, a:visited, a:hover, a:active {
  color: #5B6D7C;
  text-decoration: none;
}
a:hover, a:active {
  color: #414F5A;
}

footer {
  padding: 1em 15%;
  clear: both;
  font-style: italic;
  text-align: center;
  
}


@media only screen and (device-width: 768px) and (orientation: portrait) {
  body>header { padding-left: 1em; padding-right: 1em; }
  #main { padding-left: 1em; padding-right: 1em; }
  footer { padding-left: 1em; padding-right: 1em; }
}