/* 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-color: #988B8B;
background-image: url('');
}
 
#all{
background-color: #fff;
width: 420px;
margin: 0 auto;
}
 
#header{
width: 418px;
height: 489px;
background-color: #fff;
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #B2BFAA;
background-image: url('https://i.imgur.com/kPIVb5l.png');
}
 
#nav{
color: #a2b09b;
}
 
#nav ul{
margin: 0px;
padding: 0px;
list-style-type: none;
background-color: #fff;
opacity: 0.8;
text-align: center;
}
 
#nav li{
display: inline;
letter-spacing: 3px;
font-size: 14px;
}
 
a{
text-decoration: none;
color: #a2b09b;
}
 
a:visited{
color: #a2b09b;
}
 
a:hover{
font-style: italic;
}
 
a:active{
font-style: italic;
font-weight: bold;
color: #a2b09b;
}
 
#title{
font-weight: normal;
letter-spacing: 4px;
margin: 0px;
text-transform: uppercase;
text-align: right;
font-size: 28px;
font-family: 'Luxurious Roman', serif;
color: #fff;
text-shadow: 0px 0px 8px #fff;
}
 
#main{
background-color: #fff;
}
 
h2{
font-weight: normal;
margin: 0px;
background-color: #B2BFAA;
line-height: 12px;
letter-spacing: 4px;
font-size: 21px;
font-family: 'Luxurious Roman', serif;
padding-left: 5px;
color: #fff;
}
 
.maincontent{
padding: 15px;
font-size: 13px;
text-align: justify;
letter-spacing: 1px;
color: #544b4b;
}
 
#credit a{
text-decoration: none;
color: #d9d0d0;
}
 
#credit a:visited{
color: #d9d0d0;
}
 
#credit a:hover{
font-style: italic;
}
 
#credit a:active{
font-style: italic;
font-weight: bold;
}
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #706868;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}

/*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.8em;
  padding: 0 5% 10px 5%;
 