@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
:root {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 150%;
  font-family: Avenir, "Source Sans Pro", Helvetica, Arial, sans-serif;
  padding-bottom: 50px;
}

h1, h2, h3, #headerNav {
  font-family: Avenir, "Source Sans Pro", Helvetica, Arial, sans-serif;
}

#listingHeader {
  margin-top: 50px;
  font-size: 180%;
}

hr {
  width: 60%;
  border: 0px;
  border-top: 1px solid rgb(197, 197, 197);
}

article {
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
article a {
  text-underline-offset: 4px;
}
article img {
  display: block;
  height: auto;
  max-width: 600px;
  width: 90%;
  border: 1px solid #c5c5c5;
  margin-left: auto;
  margin-right: auto;
}
article .kai {
  font-style: normal;
  font-family: "Kaiti SC", "EmSimplifiedChinese", serif;
  font-weight: 500;
}
article .line {
  text-decoration: underline wavy;
  text-decoration-color: rgb(167, 176, 179);
  text-underline-offset: 4px;
}
article img {
  display: block;
  height: auto;
  max-width: 550px;
  width: 90%;
  border: 1px solid #c5c5c5;
  margin-left: auto;
  margin-right: auto;
}

article pre {
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  width: 100%;
  padding: 8px 4px 8px 4px;
  overflow-x: scroll;
}

article pre code {
  font-size: 90%;
  width: 100%;
  overflow-x: scroll;
}


.headerSpecificPage {
  width: 75vw;
  top: 0px;
  margin-top: -5px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "image title" "image navigation";
  color: rgb(221, 76, 79);
  background-color: rgb(251, 251, 251);
  z-index: 10;
  align-items: end;
}
.headerSpecificPage #headerAvatar {
  grid-area: image;
}
.headerSpecificPage #headerAvatar img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 20%;
}
.headerSpecificPage #headerBlogName {
  grid-area: title;
  font-family: "Fira Sans", Avenir, Helvetica, Arial, sans-serif;
  font-size: 110%;
  text-align: right;
  color: rgb(221, 76, 79);
  font-weight: 700;
}
.headerSpecificPage #headerBlogName a {
  text-decoration: none;
  color: rgb(221, 76, 79);
}
.headerSpecificPage #headerNav {
  text-align: right;
  grid-area: navigation;
  color: rgb(221, 76, 79);
}
.headerSpecificPage #headerNav a {
  text-decoration: none;
  color: rgb(221, 76, 79);
}
.headerSpecificPage #headerNav a:hover {
  text-decoration: underline;
  text-decoration-color: rgb(221, 76, 79);
  text-decoration-thickness: 2px;
}

#tags-list {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
#tags-list div {
  margin: 10px;
  padding: auto;
}
#tags-list div:hover a {
  background-color: rgb(221, 76, 79);
  color: rgb(50, 50, 50);
}
#tags-list div:hover span {
  background-color: rgb(221, 76, 79);
  color: rgb(50, 50, 50);
  border: 1px solid rgb(50, 50, 50);
}
#tags-list a {
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50vh;
  background-color: rgb(167, 176, 179);
  color: white;
}
#tags-list span {
  border-radius: 6px;
  font-size: 75%;
  border: 1px solid white;
  padding: 2px 8px;
  margin: 5px;
}

.dingbat {
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
  font-size: 90%;
  font-family: sans-serif;
}

.headerIndexPage {
  width: 75vw;
  top: 0px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 2fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "image" "title" "navigation";
  color: rgb(221, 76, 79);
  text-align: center;
  background-color: rgb(251, 251, 251);
  z-index: 10;
}
.headerIndexPage #headerAvatar {
  grid-area: image;
}
.headerIndexPage #headerAvatar img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 30%;
  margin: 10px;
}
.headerIndexPage #headerBlogName {
  grid-area: title;
  font-family: "Fira Sans", Avenir, Helvetica, Arial, sans-serif;
  font-size: 130%;
  color: rgb(221, 76, 79);
  font-weight: 700;
}
.headerIndexPage #headerBlogName a {
  text-decoration: none;
  color: rgb(221, 76, 79);
}
.headerIndexPage #headerNav {
  grid-area: navigation;
  color: rgb(221, 76, 79);
}
.headerIndexPage #headerNav a {
  text-decoration: none;
  color: rgb(221, 76, 79);
}
.headerIndexPage #headerNav a:hover {
  text-decoration: underline;
  text-decoration-color: rgb(221, 76, 79);
  text-decoration-thickness: 2px;
}

a {
  color: rgb(221, 76, 79);
}

body {
  margin: 10px;
  width: 75vw;
  background-color: rgb(251, 251, 251);
  color: rgb(50, 50, 50);
}

h1 {
  font-weight: bolder;
}

h3 a {
  color: rgb(50, 50, 50);
  text-decoration: none;
}
h3 a:hover {
  text-decoration: underline;
  text-decoration-color: rgb(221, 76, 79);
  text-decoration-thickness: 2px;
}

.articleDateLine {
  font-size: 12px;
}
.articleDateLine span {
  margin-right: 10px;
}
.articleDateLine .articleDate {
  font-style: italic;
}
.articleDateLine a {
  background-color: rgb(167, 176, 179);
  border-radius: 12px;
  padding: 2px 10px 2px 10px;
  margin: 5px 1px 5px 1px;
  text-decoration: none;
  color: rgb(251, 251, 251);
}

div#footer {
  margin-bottom: 50px;
}
div#footer #blogrollTicker {
  padding-left: 5px;
  padding-top: 5px;
  font-size: 70%;
  font-style: italic;
}

div#footerEntries {
  color: rgb(187, 187, 187);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: rgb(51, 53, 56);
  border-radius: 5px;
  padding: 5px;
}
div#footerEntries .footerBlock {
  padding: 5px;
  font-size: 80%;
  border-radius: 5px;
  max-width: 160px;
}
div#footerEntries .footerBlock:link {
  background-color: rgb(51, 53, 56);
}
div#footerEntries .footerBlock:hover {
  background-color: rgb(61, 63, 66);
}
div#footerEntries .footerTitleLink {
  font-weight: bold;
}

#titles-under-rubric p {
  text-indent: -2em;
  padding-left: 2em;
}
#titles-under-rubric a.listing-item-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
#titles-under-rubric a.listing-item-arrow {
  text-decoration: none;
  color: rgb(221, 76, 79);
}
#titles-under-rubric a.listing-item-title:hover {
  text-decoration: underline;
  text-decoration-color: rgb(221, 76, 79);
  text-decoration-thickness: 2px;
}
#titles-under-rubric a.listing-item-arrow:hover {
  text-decoration: underline;
  text-decoration-color: rgb(221, 76, 79);
  text-decoration-thickness: 2px;
}
#titles-under-rubric .listing-item-date {
  font-size: 90%;
  margin-left: 8px;
  margin-right: 8px;
  color: rgb(50, 50, 50);
}
#titles-under-rubric .archiveListingTags {
  margin-right: 8px;
  white-space: nowrap;
}
#titles-under-rubric .archiveListingTags a {
  font-size: 80%;
  background-color: rgb(167, 176, 179);
  border-radius: 12px;
  padding: 2px 10px 2px 10px;
  margin: 5px 1px 5px 1px;
  text-decoration: none;
  color: rgb(251, 251, 251);
}

#pagination {
  text-align: center;
  margin-top: 40px;
  font-size: 150%;
}
#pagination a {
  text-decoration: none;
  color: rgb(221, 76, 79);
  margin-left: 20px;
  margin-right: 20px;
}
#pagination a:hover {
  text-decoration: underline;
  text-decoration-color: rgb(221, 76, 79);
  text-decoration-thickness: 2px;
}
@media (min-width: 1001px) {
  body {
    width: 700px;
  }
  .headerSpecificPage {
    width: 700px;
  }
  .headerIndexPage {
    width: 700px;
  }
}
@media (max-width: 790px) and (min-width: 601px) {
  body {
    width: 85vw;
  }
  .headerSpecificPage {
    width: 85vw;
    grid-template-columns: 1fr 4fr;
  }
  .headerIndexPage {
    width: 85vw;
  }
}
@media (max-width: 600px) {
  body {
    width: 95vw;
  }
  .headerSpecificPage {
    width: 95vw;
    grid-template-columns: 1fr 4fr;
  }
  .headerIndexPage {
    width: 95vw;
  }
}
@media (max-width: 400px) {
  article pre {
    white-space: pre-wrap;
  }
  #headerNav {
    font-size: 90%;
  }
  .headerIndexPage {
    width: 95vw;
    grid-template-rows: 3fr 1fr 1fr;
    margin-top: 50px;
  }
  .headerIndexPage #headerAvatar img {
    max-width: 100px;
    height: auto;
  }
}

/*# sourceMappingURL=template.css.map */
