/* 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 {
  font-family: 'lato', calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#fff;
  letter-spacing: auto;
  line-height:auto;
  }

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;
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

.title {
  font:17px monospace;
  text-transform:uppercase;
  color:#fff;
  background:#ff5afc;
  letter-spacing:3px;text-align:left;
  padding:5px;
  width: 770px;
  margin-bottom:0px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
      background:#1c0c50;
      border:1px solid #ff5afc;
      border-top:0px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
      padding:5px;
      width: 770px;
      margin-bottom:2px;
      color: #fff;
}

#content {
  padding: 10px 5% 20px 5%;
}

/*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;
}


a:link, a:visited, a:active { 
color:#22ffff;
text-decoration:none;
}
a:hover {
color:#6d3dfc;
}
b {color:#22ffff;font-weight:bold;}
i {font-style:italic;color:#9ea3fd;}
u {color:#daac5c;text-decoration:none;}
mark {background:#7b3ffd; color: #fff;}
textarea {font:10px calibri;letter-spacing:1px;}

::-webkit-scrollbar {
width: 8px; height: 0px; 
background: transparent;
}
h1, h2, h3, h4, h5 {
  font-family: Tahoma, Geneva, sans-serif;
  color: #fff;
}


/*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%;
}