@charset "utf-8";

* {
  box-sizing: border-box;
}

body.archive-post {
  margin: 0;
  min-height: 100vh;
  padding: 20px 0 70px 20px;
  background: #fff url("/assets/vintage-blog/topbg.jpg") no-repeat top left;
  color: #111;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
}

a {
  color: #005a94;
  text-decoration: none;
}

a:hover {
  color: #005a94;
}

a:focus {
  outline: 3px solid #111;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 10;
  padding: 10px 14px;
  background: #111;
  color: #fff;
}

.skip-link:focus {
  left: 12px;
}

.vintage-main {
  width: 1000px;
  max-width: calc(100vw - 20px);
}

.vintage-top {
  position: relative;
  height: 150px;
  margin: 0;
}

.vintage-top img {
  display: block;
  max-width: 316px;
  height: auto;
}

.vintage-top ul {
  position: absolute;
  bottom: 22px;
  left: 316px;
  display: flex;
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 25px;
}

.vintage-top li {
  margin: 0;
}

.vintage-top a {
  color: #000;
}

.vintage-top a:hover {
  color: #494949;
}

.sitecontent {
  width: 755px;
  max-width: calc(100vw - 40px);
  margin: 4px 0 0 130px;
}

.post,
.archive-card {
  margin: 10px 0 18px;
  padding: 10px;
  border: 3px dashed #ccc;
  background: #eee;
}

.post h2,
.archive-card h1 {
  margin: 0 0 10px;
  color: #000;
  font-size: 150%;
  line-height: 1.05;
  text-transform: capitalize;
}

.post h2 a {
  color: #000;
}

.post h2 a:hover {
  color: #005a94;
}

.post h2 img {
  display: block;
  width: 100%;
  max-width: 525px;
  height: auto;
  margin: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 2px solid #ccc !important;
}

.post h2 a:hover img {
  border-bottom-color: #59a4d6 !important;
}

.post small,
.archive-meta {
  display: block;
  margin: 0 0 4px;
  color: #111;
  font-size: 14px;
}

.entry p,
.archive-content p {
  margin: 0;
  padding: 0 0 10px;
  line-height: 18px;
}

.jumplink {
  display: block;
  padding: .8em 0 0;
}

.archive-note {
  margin: 0 0 18px;
  color: #333;
  font-style: italic;
}

.archive-card h2 {
  margin: 24px 0 10px;
  font-size: 132%;
}

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

.archive-card pre {
  overflow-x: auto;
  padding: 12px;
  border-left: 1px solid #333;
  background: #f7f7f7;
  white-space: pre-wrap;
}

@media (max-width: 760px) {
  body.archive-post {
    padding: 12px;
    background-size: 900px auto;
  }

  .vintage-top {
    height: auto;
  }

  .vintage-top ul {
    position: static;
    gap: 22px;
    padding: 12px 0 20px;
    font-size: 22px;
  }

  .sitecontent {
    width: auto;
    max-width: none;
    margin: 0;
  }
}
