body {
  /*background: #254054;*/
  background: #254054;
  color: #000;
  font-family: "Helvetica Neue", helvetica, verdana, sans-serif;
  font-size: 0.8125em;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section { display: block; }
h1 { font-size: 1.75em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
.main {
  background: #fff;
  box-shadow: 0px 0px 16px #000;
  margin: 0 auto;
  padding: 1em;
  position: relative;
  width: 80%;
}
.main > header {
}
.main > header > h1 {
}
.main > header > h1 > a {
  color: #85d35d;
}
.main > header > nav {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 0.9em;
  padding: 0.5em;
  position: absolute;
  right: -4em;
  top: 2em;
  width: 10em;
}
.main > header > nav h2 {
  font-size: 1.1em;
}
.main > header > nav ol, .main > header > nav ul {
  line-height: 1.5;
  list-style: none;
  margin: 0.25em 0 1em 0.5em;
  padding: 0;
}
.main > header > nav a {
  color: #d3985d;
}
.main > section {
}
.main > section > article {
  margin: 2em auto;
  width: 40em;
}
.main > footer {
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
article > header {
  text-align: center;
}
article > header a, article > footer a {
  color: #8f5dd3;
}
article > section .albums {
  float: left;
  margin: 1em 2em;
  width: 36em;
}
article > section .albums table {
  float: left;
}
article > footer {
  clear: both;
  text-align: right;
}