/* 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." */
.darkstar {
  background-image: url('/meats/ditherstar.png');
}
.black{
  background-color: rgba(0,0,0,.7);
  color:#cbff0d;
}
.redtext{
  color:red;
}
.white{
  background-color: rgba(0,0,0,.7);
  color:#cbff0d;
}
.green{
  
	background-color: rgba(200,297,136,.85);
  outline-color: rgba(255,0,100,.9);
  outline-style: solid;
  outline-width: 5px;
  outline-offset: 0;
}
::selection {
  background-color: #f20051;
  color:white;
  mix-blend-mode: difference;
}
body {
  background-color: #436a7b;
  background-image: url('/meats/ditherstars.png');
	background-size: 800px;
  font-size: 18px;
  font-family:  verdana, arial;
  margin: 0;
  font-variant: small-caps;
  animation: bg-scroll 300s infinite linear;
  
}
@keyframes bg-scroll {
    0%{ background-position: 0 100%; }
    100%{ background-position: calc(1350px * 1.5) 100%; }

}
p{
  line-height: 1.5em;
  font-size: 16px;
}
hr {
  border: solid #c7b591;
  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:#7b00ff;
}
a:hover { 
  color:red;
}

h2, h3, h4, h5,h1 {
  color: #470094;
  font-weight: bold;
  font-family: "Courier New";
}
h2{
  text-decoration: underline;
  
}
h1{
  color:#7b00ff;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 2em auto;
  margin-left: 8em;
  width: 90%;
  height:100%;
	max-width: 800px;
  overflow: auto;
}
#darktainer {
  margin: 2em auto;
  margin-left: 8em;
  width: 90%;
  min-height: 38vw;
  height:100%;
	max-width: 800px;
	background-color: rgba(0,0,0,.8);
  color: #ff0f47; 
  overflow: auto;
}
/* (0,0,0,.8)
rgba(113,197,136,.8)
rgba(140,255,170,.8)

rgba(210,255,210,.9)
rgba(90,255,130,.9)*/
#blogheader {
  padding-left: 5%;
  align-content: center;
  width: auto;
	max-width: 800px;
  color: black;
  margin:0;
  
}

#content {
  padding: 10px 5% 20px 5%;
}


/*HEADER STYLE*/
#header {
  background-color: rgba(80,0,150,.8);
  padding: 0 5%;
  border-color: #a9a9a9;
  border-style: ridge;
  border-width: 0 0 4px 0;
  align-content: center;
  min-height:1vw;
  position: sticky;
  bottom:0;
  overflow: auto;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 3.5em;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

#posts{
  display:flex;
  justify-content: space-around;
  height:100%;
}
/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}

#recentpostlistdiv {
  width:80%;
  padding:1%;
  margin:1%;
  margin-top:0;
}

#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv li {
  width:70%;
  margin-bottom:2%;
}
#recentpostlistdiv li:hover {
  background-color:white;
  mix-blend-mode: difference;
  width:95%;
  align-content: center;
}
#recentpostlistdiv a {
  padding:2%;
  text-decoration: none;
  color:red;
}
#recentpostlistdiv a:hover {
  background:none;
}
#tags {
  width:50%;
  border:solid;
}
.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.8em;
  padding: 0 5% 10px 5%;
  font-family:"courier new"
}

#janlistdiv ul, #feblistdiv ul{
  padding-left:1%;
}
#janlistdiv li, #feblistdiv li{
  margin:1%;
  list-style-type: none;
  font-size: 1.1em;
}
#janlistdiv li:hover, #feblistdiv li:hover{
  background-color:#4d00f2;
  mix-blend-mode: difference;
  width:100%;
}
#janlistdiv a, #feblistdiv a{
  text-decoration: none;
  color:red;
}
#janlistdiv a:hover, #feblistdiv a:hover{
  background:none;
  color:yellow;
}
#janlistdiv a::selection, #feblistdiv a::selection{
  background:none;
  color:black;
}

#janlistdiv, #feblistdiv{
  width:60%;
  margin:1%;
}

#titlediv{
  background-color: white;
}
summary{
  font-family: "Courier New";
  font-weight: bold;
  font-size: 1.5em;
  color:#78011d
}
#commentbox{
  padding:2%;
  padding-top:1%;
  overflow: auto;
  margin-left:auto;
  margin-right:8%;
  width: 90%;
  height:100%;
	max-width: 800px;
}
 #HCB_comment_box #hcb_form_content,
  #HCB_comment_box #hcb_form_email,
  #HCB_comment_box #hcb_form_name,
  #HCB_comment_box #hcb_form_website {
    background-color:#cbff0d;
  }
#HCB_comment_box .text-blur {
    color:red;
  }
  #HCB_comment_box .text-focus {
    color:darkred;
  }
   #HCB_comment_box .submit {
    background-color:green;
    color: white;
  }
   #HCB_comment_box {
    color:white;
  }
@media only screen and (max-width: 750px) {
  #container{
    margin:0;
    margin:1em auto;
    max-width:90%;
    height:100%;
    
  }
  #posts{
    max-width: 100%;
    flex-wrap:wrap;
  }
  #recentpostlistdiv{
    order:1;
    width:100%;
  }
  #tags{
    order:2;
    width:100%;
  }
  #header li {
    margin-right:.8em;
    font-size:1em;
  }
  #commentbox{
    margin:0;
    margin:1em auto;
    max-width:85%;
    height:100%;
  }
}