@media (prefers-reduced-motion) {
  * {
    animation: none !important;
  }
  html {
    cursor: url("dustysword.png") 4 4, auto;
  }
}
html {
  cursor: url("dustysword.ani") 4 4, url("dustysword.png") 4 4, url("dustysword.gif") 4 4, auto;
}

a {
  color: #FFF;
}

a:visited {
  color: #CCC;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 1000px;
  width: 100%;
  background-color: #000;
  background-image: url("bg.png");
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: repeat-x;
  color: #FFF;
  font: 16px/1.6em sans-serif;
}
body h1 {
  font-size: 2em;
}
body h1, body h2, body h3, body h4, body h5 {
  line-height: initial;
}
@media screen and (min-width: 1000px) {
  body {
    margin-left: auto;
    margin-right: auto;
  }
}
body header, body footer {
  margin: 8px;
}
body header nav > *, body footer nav > * {
  display: inline-block;
  margin: 0 8px 0 8px;
}

main, header, footer {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-content {
  padding: 16px;
}

.box {
  border: 1px dotted #EF0178;
  padding: 16px;
  margin: 16px;
  min-width: 250px;
}

.box.solid {
  border-image: linear-gradient(0deg, #7e3279 10%, #EF0178 100%) 1;
  background-image: linear-gradient(0deg, #351533 10%, #890145 100%);
  border-style: solid;
  border-width: 8px;
}

.box h1 {
  margin: 0;
}

q {
  font-style: italic;
}

.float-clear {
  clear: both;
}

.home_content {
  width: 100%;
}
.home_content .animated-pixelart {
  display: inline-block;
  margin: 16px;
  image-rendering: crisp-edges;
}
@media (prefers-reduced-motion) {
  .home_content .animated-pixelart {
    display: none;
  }
}
.home_content #links {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .home_content #links {
    width: 400px;
    float: right;
  }
}
.home_content #post-header {
  grid-area: postheader;
}
.home_content #posts {
  padding-bottom: 16px;
}
.home_content #posts .box:last-of-type {
  margin-bottom: 0;
}
.home_content .post h1 {
  float: left;
  font-size: 2em;
}
.home_content .post .post-meta {
  float: right;
  margin: 0;
  text-align: right;
  line-height: normal;
}
.home_content #me .avatar-image {
  float: left;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .home_content #me .avatar-image {
    float: none;
  }
}
.home_content #me img {
  height: 250px;
  width: 250px;
}

article.post {
  border: 1px dotted #EF0178;
  background-color: #1c1c1c;
}
article.post header {
  border: 8px solid;
  border-image: linear-gradient(0deg, #7e3279 10%, #EF0178 100%) 1;
  background-image: linear-gradient(0deg, #351533 10%, #890145 100%);
  padding: 8px;
}
article.post header h1 {
  margin: 0;
}
article.post header p.post-meta {
  margin: 16px 0 0 0;
}
article.post .post-content {
  margin: 16px;
}
article.post .post-content img {
  max-width: 100%;
}

.fake-table {
  display: flex;
  flex-direction: column;
}
.fake-table .fake-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #FFF;
}
.fake-table .fake-table-row:nth-last-child(1) {
  border-bottom: 1px solid #FFF;
}
.fake-table .fake-table-row > * {
  margin: 4px;
}
.fake-table .fake-table-row .fake-table-th {
  grid-column: 1/span 1;
  font-weight: bold;
}
.fake-table .fake-table-row .fake-table-td {
  grid-column: 2/span 1;
}

.character-box {
  clear: both;
}
.character-box:nth-of-type(even) .box.solid {
  float: right;
  margin-left: 32px;
}
.character-box .box.solid {
  float: left;
  width: 250px;
  margin-right: 32px;
}
.character-box .box.solid > * {
  margin-bottom: 16px;
}
.character-box .box.solid > .character-quote {
  margin-bottom: 0;
}
.character-box .character-text {
  padding: 1px 16px 0 16px;
}
.character-box .character-fun-fact {
  display: block;
  padding: 16px;
}
.character-box .character-quote {
  display: block;
}
.character-box .character-art-credits {
  font-size: x-small;
}

.artwork .artwork-header {
  margin-bottom: 16px;
  border: 8px solid;
  border-image: linear-gradient(0deg, #7e3279 10%, #EF0178 100%) 1;
  background-image: linear-gradient(0deg, #351533 10%, #890145 100%);
  padding: 8px;
}
.artwork .artwork-header .artwork-title {
  float: left;
  font-size: 2em;
  line-height: normal;
  margin: 0;
}
.artwork .artwork-header .artwork-meta {
  float: right;
  text-align: right;
  line-height: normal;
  margin: 0;
}
.artwork img {
  max-width: 100%;
}
.artwork .commentary {
  padding: 16px;
  border: 1px dotted #EF0178;
  background-color: #1c1c1c;
}

.artwork-list-content {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
.artwork-list-content .artwork-list-entry {
  width: 200px;
  height: 200px;
  margin: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-image: linear-gradient(0deg, #7e3279 10%, #EF0178 100%) 1;
  background-image: linear-gradient(0deg, #351533 10%, #890145 100%);
  position: relative;
}
.artwork-list-content .artwork-list-entry .artwork-list-meta {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 5px;
  bottom: 5px;
  padding: 5px;
  height: 3.3em;
  line-height: 1.1em;
}
.artwork-list-content .artwork-list-entry img {
  max-width: 200px;
  max-height: 200px;
}

pre {
  line-height: initial;
  overflow-x: auto;
  background-color: #1f1f1f;
  color: #cccccc;
  border: 1px solid #454545;
  padding: 8px;
}

.highlighter-rouge.language-yaml .na, .highlighter-rouge.language-yaml .kc {
  color: #569CD6;
}
.highlighter-rouge.language-yaml .s2, .highlighter-rouge.language-yaml .s {
  color: #CE9178;
}

#cuties #cutiebuttons, #cuties #otherbuttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#cuties #cutiebuttons > *, #cuties #otherbuttons > * {
  margin: 4px;
  height: 31px;
}
.status-page h1 {
  font-size: 8em;
  text-align: center;
}
.status-page p {
  font-size: larger;
  text-align: center;
}
.status-page p:first-of-type {
  font-weight: bold;
}

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