/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background:#f5f5f5 url(https://64.media.tumblr.com/9a8166e8089d86eaa6c1112411c106a0/32232e3b9faa2709-bb/s2048x3072/00ce85b778b37e36b9271e2ff6406c216751c05d.pnj) repeat-x fixed;
  font-family: lato, calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-shadow: 0px 0px 1px #bbb;
  color:#777;
  letter-spacing: 1px;}

p {
  line-height: 1.6em;
  text-align:center;/*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}
#content li {
  line-height: 1.6em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}

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;
}

/*LINK STYLE*/
a:link, a:visited, a:active { 
color:#444;text-decoration:none;}
      
a:hover {
color:#999;}

b {color:#D18E8C;font-weight:normal;}

/*The horizontal rule appears at the top of the footer to visually separate the footer from the content. You can also use <hr> to divide sections in the content!*/
hr {
  border-width: 10px 0 0 0;
  border-style: dotted;
  border-color: #fb95db; 
}

/*#CONTAINER is the rectangle that has contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 100%;
	max-width: 720px;
	background-color: white;
  color: #752a49; 
  outline-offset: 35px;
  outline-width: 15px;
  outline-style: dotted;
  outline-color: #fb95db;
  border-width: 3px;
  border-style: solid;
  border-color: #fb95db;
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  text-align: center;
}

#content1 {
     background:#f5f5f5;
     width: 660px;
    float: left;
    margin: 5;
    line-height:20px;
    text-align: justify;
}

#content2 {
    border-top: 1px solid #666;
    margin: 0px;
    padding: 4px;
    width: 660px;
    float: left;
    line-height:20px;
    text-align:justify;
}
/*HEADER STYLE*/
#header {
     background:#f5f5f5 url(https://anarcutiepie.neocities.org/art%20for%20website/premium_photo-1671478394586-5323d9aeb877.avif);
  padding: 0 5%;
  border-color: #fb95db;
  border-style: double;
  border-width: 0 0 5px 0;
border-radius: 5px;
background-clip: padding-box;
    width: 650px;
    float: left;
    margin: 0 auto;
    line-height:20px;
    text-align:center;
}

#header ul {
  border-color: #fb95db;
  list-style-type: none;
  padding: 2em 0;
  margin: 0;
    text-align:center;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
    text-align:center;
    }
#header li a {
  color: #6679e3;
  font-weight: bold;
  text-decoration: none;
    text-align:center;
}
#header li a::before {
  color: #6679e3;  
  content: "\1F338";
    text-align:center;
    }

/*POST LIST STYLE*/
#postlistdiv ol {
  font-size: 1.2em;
  padding: 10;
  list-style-type: none;
    text-align:center;
}
#recentpostlistdiv ol {
  font-size: 1.2em;
  padding: 10;
  list-style-type: none;
    text-align:center;
}
.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 {
    height: 40px;
    background: transparent;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px solid #999;border-top:0px;
    margin: 0px;font:10px calibri;}