/*----------------------------------------------------------------
 * BlogNomic Dynastic Styles
 *
 * The following styles define visual flair which is applied
 * on top of the core styles. Feel free to edit them to fit
 * the theme of the dynasty.
---------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

html, body, body { font-family: "Inter", Verdana, sans-serif; }

h1, .post-title {
  font-family: "Rock Salt", sans-serif;
  font-size: 2.2em;
  line-height: 130%;
  text-align:center;
  padding: 0em 1em 0em 1em;
}

.dynastic-banner {   padding: 10px 10px 0px 10px; width: 480px;}
#header { margin: 0 auto 0; }

body {
  background-image: url(https://wiki.blognomic.com/images/b/bf/Pegboard.png);
  background-color: #421;
  color:#fff;
}

.date-header {
  color: #fff;
  font-size: 1.5em;
  background-color: #000;
  font-family: monospace;
  padding: 0.2em 2em;
  filter: drop-shadow(1px 1px 1px black);
  text-transform: uppercase;
  background-image: linear-gradient(-20deg, black, #333, black, black);
  max-width: 400px;
  rotate: -1deg;
  margin: 0em -0.5em;
  line-break: unset;
  white-space: nowrap;
  text-align: center;
  }

.post {
  background-image: url(https://wiki.blognomic.com/images/c/cd/Verylightpaperbackground.jpg);
  /* background-color: #fffa; */
  border: 1px solid #000;
  border-radius: 0px;
  box-shadow: 5px 5px 5px;
}

blockquote {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

.flavourtext {
  background-color: #DED0B5;
  border: 2px solid #000;
}

.adminEdit {
  background-color: #AEB095;
  border: 2px solid #000;
}

a {color:#930;}
a:hover {color:#fb0;}
.post-title a {color:#000;}
.post-title a:hover {color:#640;}

pre { line-height: 1em; padding:0.75em; font-size:0.9em; text-transform: uppercase; }
