@import url('/hashover/comments.css');
   /*FONTS*/

   @font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
    font-style: italic;
    font-weight: bold;
}

@font-face {
  font-family: Valentine Cute;
  src: url('/fonts/Valentine Cute.ttf');
}


body {
  background-color: #FFEEE8;
  background-image: url('/images/bg/strawberry mint bg.png');
	background-position: top;
	background-size:35%;
	background-repeat:repeat;
	font-family: Nunito, sans-serif;
	color: #ac1e44;
  font-size: 16px;
  margin: 0;
}

p {
  line-height: 1.6em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}

hr {
  border: solid #ac1e44;
  border-width: 2px 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

a {
  color: #8c108e;
}

a:hover { 
  color: #ff70be;
  background-color: transparent;
}

a:visited {
  color: #b5a0bf;
}

h1 {
  font-family: Valentine Cute, sans-serif;
  color: #b00a0a;
  text-align: center;
}

h2, h3, h4, h5 {
  font-family: Mali, sans-serif;
  color: #b00a0a;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 900px;
	/* main background area*/
	background-color: #FFEEE8;
  color: #722F37; 
 /* outline-color: #b00a0a;
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 0;*/
  border: 14px solid transparent;
  border-image: url('/images/borders/pink lace 1.png') 11 round;
  border-image-outset: 8px;
}

#content {
  padding: 10px 5% 20px 5%;
}

/*HEADER STYLE*/
#header {
  background-color: #ffe3e0;
  padding: 0 5%;
  border-color: #FFC1B6;
  border-style: dashed;
  border-width: 2px;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: #ac1e44;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.9em;
  padding: 0 5% 10px 5%;
}

/*STATUS STYLING*/
.status {
  background-image: url('/images/bg/lapin\ oldweb\ fx\ pink\ grid.gif');
  border: 1px solid;
  border-radius: 4px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 5px;
  max-width: 500px;
  margin: auto;
  color: #b00a0a;
  font-family: Mali, sans-serif;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
}

.status h2 {
  font-family: Mali, sans-serif;
  font-size: 14;
  text-shadow: white 1px 1px 2px;
}

/*Table styling*/
.status table, th, td {
  text-align: left;
  border: 1px solid;
  padding: 10px;
  border-collapse: collapse; 
  margin: auto;
}

tr:nth-child(even) {
  background-color: #fff8f4;
}

tr:nth-child(odd) {
  background-color: #FFEEE8;
}

@media only screen and (max-width: 600px) { 
  .status table,  td {
    margin: none;
    width: 100%;
  }

}

/* CUSTOM FONTS*/
@font-face {
    font-family: "RoundedPixel"; 
    src: url("/fonts/roundedpixel.ttf") format("truetype");
}

@font-face {
    font-family: "Starlight"; 
    src: url("/fonts/starlight.ttf") format("truetype");
}

 
 @font-face {
  font-family: Dogica;
  src: url('/fonts/Dogica/dogica.otf');
}
 
@font-face {
  font-family: Dogica;
  src: url('/fonts/Dogica/dogicabold.otf');
  font-weight: bold;
}

@font-face {
  font-family: Mali;
  src: url('https://fonts.googleapis.com/css2?family=Mali')
}


/*SCROLLBAR*/

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffe3e4;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #d63843;
 
    border: 1px solid #ffffff;
  }

  .graphic {
    text-align: center;
  }

  .graphic {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-right: 15px;
  }

  .graphic img {
    max-width: 100%;
    display: block;
    margin: auto;
    padding-right: 15px;
}

.emoji {
  vertical-align: middle;
  max-height: 20px;
}

/*CURSORS*/
body {
  cursor: url("/cursors/pinkcowstunning.png"), auto;
}
a {
  cursor: url("/cursors/heartclick.gif"), auto;
}

@media only screen and (max-width:800px){
    .graphic {
        max-width: 100%;
        height: auto;
        padding: 0%;
    }
}
