@charset "utf-8";

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/InterVariable.woff2") format("woff2");
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

html {
  color-scheme: light;
}

body {
  margin: 0 0 40px;
  padding: 0;
  color: #505050;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

a {
  color: #505050;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  color: #0089a1;
  font-style: normal;
  font-weight: 300;
}

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

blockquote {
  width: 410px;
  margin: 5px 5px 5px 0;
  padding: 5px 20px 10px;
  color: #000;
  font-weight: 300;
  text-align: left;
}

a,
.button,
#search-input,
#catapult-cookie-bar {
  transition: all .2s ease-out;
}

#top-box {
  position: relative;
  width: 860px;
  height: 133px;
  background: #ff9d00 url("theme/top-back.svg") top left no-repeat;
  box-shadow: 5px 5px 65px rgba(0, 0, 0, .25);
}

#top-box a {
  color: #000;
}

#site-title {
  position: absolute;
  top: 25px;
  right: 3px;
  margin: 0;
  padding-right: 3px;
  color: #000;
  font-size: 30px;
  line-height: 45px;
  text-align: right;
  text-decoration: none;
}

#site-title::first-letter {
  font-weight: 700;
}

#site-title:hover,
#site-title:focus {
  color: #f00;
}

#menu1 {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 100;
  width: 650px;
  line-height: 22px;
}

#menu1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#suckerfishnav {
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
}

#suckerfishnav li {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: .2px;
  line-height: 22px;
}

#suckerfishnav a {
  display: block;
  margin: 0;
  padding: 3px 5px 0;
  color: #000;
  border: 0;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
}

#suckerfishnav li ul {
  position: absolute;
  top: 25px;
  left: -999em;
  z-index: 200;
  width: 200px;
  background: rgba(96, 10, 0, .85);
  box-shadow: 5px 5px 65px rgba(0, 0, 0, .25);
}

#suckerfishnav li:hover > ul,
#suckerfishnav li:focus-within > ul {
  left: 0;
}

#suckerfishnav li li {
  width: 100%;
}

#suckerfishnav li ul a {
  color: #fff;
  white-space: normal;
}

#suckerfishnav li:hover > a,
#suckerfishnav li:focus-within > a,
#suckerfishnav a:hover,
#suckerfishnav a:focus {
  color: #fff;
  background: #f00;
}

#suckerfishnav li li:hover > a,
#suckerfishnav li li:focus-within > a {
  background: #000;
}

#suckerfishnav li.current > a,
#suckerfishnav li.current-section > a {
  color: #fff;
  background: #0089a1;
}

#suckerfishnav li.current-section:hover > a,
#suckerfishnav li.current-section:focus-within > a {
  background: #f00;
}

#suckerfishnav li.current-section ul a {
  color: #fff;
  background: transparent;
}

#suckerfishnav li.current-section ul li.current > a {
  color: #fff;
  background: #0089a1;
}

h1,
h2,
h3 {
  font-weight: 300;
  text-align: left;
}

h1 {
  margin-left: -138px;
  padding: 3px 3px 1px 138px;
  background: url("theme/text-h1-border.png") no-repeat bottom left;
  font-size: 28px;
  line-height: 28px;
}

h2 {
  margin: 28px 0 0 -138px;
  padding: 3px 3px 1px 138px;
  background: url("theme/text-h2-border.png") no-repeat bottom left;
  font-size: 28px;
  line-height: 28px;
}

h3 {
  margin-top: 18px;
  padding: 21px 3px 2px 0;
  font-size: 21px;
  line-height: 21px;
}

hr {
  margin-left: -138px;
  padding: 56px 3px 2px 138px;
  border: 0;
  background: url("theme/text-h2-border.png") no-repeat bottom left;
}

.text-box {
  z-index: 0;
  float: left;
  clear: left;
  width: 730px;
  padding: 10px 10px 10px 130px;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
}

.text-box ul,
.text-box ol {
  padding-left: 40px;
}

.text-box li {
  padding-top: 8px;
}

.text-box p {
  padding-top: 8px;
}

.text-box a {
  border-bottom: 1px solid #999;
  text-decoration: none;
}

.text-box a:visited {
  border-bottom: 1px solid #aaa;
}

.text-box a:hover,
.text-box a:active,
.text-box a:focus {
  color: #ff6700;
  border-bottom: 1px solid #ff6700;
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h1 a:visited,
h2 a:visited,
h3 a:visited {
  border-bottom: 4px solid #eee !important;
  font-size: 19px;
  text-align: left;
  text-decoration: none;
}

h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #ff6700;
  border-bottom: 4px solid #ff6700 !important;
}

h3 a:hover,
h3 a:active,
h3 a:focus {
  color: #098096;
  border-bottom: 4px solid #098096 !important;
}

.page,
.post {
  padding-bottom: 15px;
}

.page + .page {
  margin-top: 20px;
}

.content::after,
.entry::after,
.text-box::after {
  display: block;
  clear: both;
  content: "";
}

.content img,
.entry img {
  margin: 5px 0;
}

.left,
.content img.left,
img.left {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 3px;
  border: 1px solid #ccc;
}

.left-left {
  margin: 35px 5px 5px -130px;
  padding: 3px;
  border: 1px solid #ccc;
}

.right,
.content img.right,
img.right {
  float: right;
  margin: 5px 0 5px 5px;
  padding: 3px;
  border: 1px solid #ccc;
}

.end {
  margin-top: 10px;
  padding: 5px;
  border-right: 5px solid #098096;
  text-align: right;
}

.more-link {
  font-weight: 700;
}

.page-meta,
.postmetadata,
.related {
  clear: both;
  margin: 0;
  padding-top: 15px;
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

body > .page-meta {
  float: left;
  width: 730px;
  padding-right: 10px;
  padding-left: 130px;
}

.page-meta ul,
.postmetadata ul,
.page-meta li,
.postmetadata li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-meta a,
.postmetadata a,
.related a {
  margin: 0 0 0 3px;
  padding: 0;
  color: #aaa;
}

.tag-cloud-link {
  display: inline-block;
  margin: 0 8px 8px 0;
}

#footer {
  float: left;
  clear: both;
  width: 730px;
  margin: 56px 0 28px;
  padding-left: 130px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

#footer a {
  color: #aaa;
  border-bottom: 1px solid #aaa;
}

#footer a:hover,
#footer a:focus {
  color: #ff6700;
  border-color: #ff6700;
}

.archive-notice {
  margin: 0 0 12px;
  padding: 0 0 0 8px;
  border-left: 4px solid #098096;
  color: #777;
  background: transparent;
  font-size: 12px;
  line-height: 18px;
}

.archive-notice strong {
  color: #505050;
}

.archive-index-note {
  margin: 0 0 12px;
  padding: 0 0 0 8px;
  border-left: 4px solid #098096;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.archive-index-note strong {
  color: #505050;
}

.topic-paths {
  clear: both;
  margin: 18px 0 8px;
  padding: 0 0 0 8px;
  border-left: 4px solid #098096;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.topic-paths p {
  padding-top: 0;
}

.topic-paths strong {
  color: #505050;
}

.topic-paths a {
  margin: 0 2px;
}

#forum-archive,
.forum-archive {
  margin-bottom: 12px;
  text-align: left;
}

.forum-breadcrumb,
.forum-topic-tags {
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}

.forum-breadcrumb p,
.forum-topic-tags p {
  padding-top: 0;
}

.forum-breadcrumb-sep {
  padding: 0 4px;
  color: #098096;
}

.forum-list,
.forum-thread {
  margin: 8px 0 22px;
  padding: 0;
  list-style: none;
}

.forum-list-body,
.forum-thread-body {
  margin: 0;
  padding: 0;
  list-style: none;
}

.forum-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px 170px;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid #eee;
  text-align: left;
}

.forum-list-main a:first-child,
.forum-list-latest > a {
  color: #000;
  font-weight: 700;
}

.forum-topic-meta,
.forum-list-latest,
.forum-list-stats {
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}

.forum-topic-meta span + span::before {
  color: #aaa;
  content: " / ";
}

.forum-list-stats {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 6px;
  align-self: start;
}

.forum-list-stats dt {
  color: #aaa;
}

.forum-list-stats dd {
  margin: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.forum-post {
  padding: 12px 0;
  border-top: 1px solid #eee;
  text-align: left;
}

.forum-post:first-child {
  border-top: 0;
}

.forum-post-meta {
  margin-bottom: 6px;
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}

.forum-post-author,
.forum-author-name {
  color: #000;
  font-weight: 700;
}

.forum-post-link {
  color: #aaa;
  font-variant-numeric: tabular-nums;
}

.forum-post-content {
  text-align: justify;
}

.button {
  padding: 5px 10px;
  border: 0 !important;
  border-radius: 28px;
  color: #fff !important;
  background: #0089a1;
  cursor: pointer;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: lowercase;
  text-decoration: none;
}

.button:hover,
.button:focus {
  background: #ff6600;
}

@media screen and (max-width: 960px) {
  body {
    margin-right: 0;
  }

  #top-box {
    width: 100%;
    background-position: center 60%;
    background-size: 200% 200%;
  }

  #menu1 {
    position: relative;
    top: 38px;
    left: auto;
    width: auto;
    padding-left: 20px;
    padding-right: 110px;
  }

  #suckerfishnav {
    flex-wrap: wrap;
  }

  #suckerfishnav a {
    margin: 0;
  }

  #site-title {
    top: 0;
    right: 10px;
    font-size: 20px;
  }

  .text-box,
  body > .page-meta,
  #footer {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  h1,
  h2,
  hr {
    margin-left: 0;
    padding-left: 0;
    background-position: bottom left;
  }

  .left-left {
    margin: 35px 0 5px;
  }
}

@media screen and (max-width: 640px) {
  #top-box {
    height: auto;
    min-height: 133px;
    padding-bottom: 18px;
  }

  #menu1 {
    top: 44px;
    padding-right: 20px;
  }

  #suckerfishnav a {
    padding: 2px 4px 1px;
    font-size: 13px;
    line-height: 20px;
  }

  #suckerfishnav li ul {
    top: 23px;
    width: 190px;
  }

  .text-box {
    text-align: left;
  }

  blockquote {
    width: auto;
  }

  .left,
  .right,
  .content img.left,
  .content img.right,
  img.left,
  img.right {
    float: none;
    max-width: 100%;
    margin: 5px 0;
  }

  .forum-list-row {
    grid-template-columns: 1fr;
  }
}
