   /*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: Nunito, 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 {
  font-family: 'RoundedPixel';
  color: #b00a0a;
  font-size: 12px;
  line-height: 12px;
}

.status h2 {
  font-family: 'RoundedPixel';
  font-size: 14;
}


/*Table styling*/
.status table, th, td {
  text-align: left;
  width: 50%;
  border: 1px solid;
  padding: 10px;
  border-collapse: collapse; 
}

tr:nth-child(even) {
  background-color: #fff8f4;
}

/* 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;
}

