
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Palatino", "Droid Serif", "Georgia", serif;
  font-size: 18px;
  color: rgb(33, 33, 33);
  background: rgb(250, 250, 250);
  margin-bottom: 16em;
}

article, footer, header, nav, main {
  display: block;
}

h1 {
  font-style: italic;
}
h1 a {
  color: inherit;
}
h1 a:hover {
  text-decoration: none;
}

h2 {
  font-style: italic;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 60px 0;
  padding-top: 45px;
  border-top: 1px solid rgb(99, 99, 99);
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a, nav a, nav a:visited {
  color: rgb(26, 13, 211);
}

p {
  line-height: 1.5em;
}

.page > footer {
  background-image: url('/images/bg.png');
  background-position: 0 -300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 50px 0;
}

footer {
  clear: both;
  text-align: center;
}
footer p {
  margin: 10px;
}

input[type="email"] {
  padding: 5px;
}
input[type="email"]:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: 1px solid blue;
  background: none;
  color: blue;
  padding: 5px;
}
button:active {
  background: #ddd;
}

blockquote p {
  font-style: italic;
  font-weight: normal;
  line-height: 1.25em;
}
blockquote cite {
  font-style: normal;
  font-variant: small-caps;
  font-size: 0.85em;
}

.hidden {
  visibility: hidden;
}

.image-header  {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 420px;
  background-image: url('/images/bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.page {
  z-index: 2;
  background: rgb(250, 250, 250);
  position: absolute;
  padding-top: 60px;
  width: 100%;
  top: 120px;
}

.page > header {
  text-align: center;
  margin: 0 auto 60px auto;
}
.page > header h1 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.page > header blockquote {
  font-size: 15px;
  margin: 30px auto 0 auto;
}
.page > header blockquote footer {
  font-weight: normal;
  text-align: center;
  padding: 5px;
  margin-left: 60px;
  margin-top: 10px;
}
.page nav {
  font-style: italic;
}

.home .page {
  top: 360px;
  padding-top: 90px;
}
.home .page > header {
  margin-bottom: 90px;
}

.fixed-nav {
  font-size: 13px;
  z-index: 5;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 90px;
  background-color: rgba(250, 250, 250, 0.9);
}
.fixed-nav a {
  height: 100%;
  padding: 5px 10px;
  display: block;
  color: rgb(33, 33, 33) !important;
}

#home, #article {
  width: 768px;
  margin: 0 auto;
  padding: 0 60px;
}

#greatest {
  width: 520px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.error .content {
  padding: 90px;
  font-style: italic;
}

.info {
  background-color: white;
  padding: 15px;
  line-height: 1em;
  margin: 30px auto;
  width: 520px;
}

.widget .player {
  border: none;
}

.copy {
  margin: 0px 0;
  font-size: 0.8em;
}
.text-muted {
  color: #ccc;
}
.bordered {
  border: 1px solid rgb(33, 33, 33);
}

.anchor:target + .bordered {
  border-width: 2px;
}

.post {
  width: 100%;
  margin-bottom: 120px;
}
.post > header {
  text-align: center;
  float: left;
  padding: 0;
  margin-bottom: 1em;
  width: 300px;
}
.post > header h1 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 0.2em;
}
.post > header iframe {
  margin-top: 5px;
  border-radius: 3px;
  opacity: 0.8;
  left: 3px;
  bottom: 3px;
  position: absolute;
  visibility: hidden;
}
.post > header:hover iframe {
  visibility: visible;
}
.post p {
  margin: 1em 0;
}
.post .body a {
  color: rgb(33, 33, 33);
  text-decoration: underline;
}
.post .content {
  text-align: left;
  float: left;
  padding: 30px 1px;
  width: 600px;
}
.post .content > header {
  position: relative;
  display: block;
}
.post .rating {
  font-size: 12px;
  line-height: 100%;
  position: relative;
  bottom: 2px;
  left: 10px;
  letter-spacing: -1px;
}
.post .rating a {
  color: inherit;
}
.post .rating a:hover {
  text-decoration: none;
}
.post ol {
  margin-left: 45px;
}
.post .date {
  font-style: italic;
}
.post .author {
  font-style: italic;
  float: right;
}
.post .image {
  width: 100%;
  height: 384px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.post > header, .post .content {
  width: 100%;
}
.post > header {
  margin-bottom: 0;
}

.back {
  margin-top: -90px;
  display: block;
  text-align: center;
}

.album-list li {
  position: relative;
  display: block;
  height: 90px;
  margin-bottom: 30px;
}

.album-list li > header {
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
}
.album-list li > header img {
  width: 100%;
  height: 100%;
}
.album-list li .title {
  font-size: 18px;
  font-weight: bold;
}
.album-list li .artist {
  font-variant: small-caps;
}
.album-list li .year {
  font-style: italic;
}
.album-list li main {
  padding-left: 30px;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 90px;
}
.album-list li main > header {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  body > header blockquote {
    width: auto;
  }
  #home, #greatest {
    width: 100%;
    padding: 0;
  }
  .post {
    width: 100%;
  }
  .post .image {
    background-clip: none;
    background-size: cover;
    background-position: 50% 50%;
  }
  .post .content {
    height: auto;
  }
  .info {
    width: 100%;
  }
  .bordered {
    border-left: none;
    border-right: none;
  }
}
