body {
  padding: 1rem;
  max-width: 150rem;
  margin: auto;
  font:14px/1.5 "Liberation Sans", Arial, sans-serif;
  color: #000000;
  font-weight:300;
  /* background: url("/https/corrupted.io/img/bg1.jpg") 0 0 no-repeat fixed; */
  background: #eeeeee 0 0 no-repeat fixed;
}
main {
  padding: 1rem;
  max-width: 80%;
  margin: auto;
}

h1, h2, h3, h4, h5, h6{
  color: #005500;
}
div.bgunderlay {
  /* background: url("/https/corrupted.io/img/bg1.jpg") 0 0 no-repeat fixed; */
  background: #eeeeee 0 0 no-repeat fixed;
}
div.overlay {
  opacity: .98;
  filter:alpha(opacity=99.9);
  z-index: 2;
  background: #eeeeee 0 0 no-repeat fixed;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* Header */
div.header {
  width:100%;
  height: 50px;
  top: 0;
  left: 0;
  position:fixed;
  z-index: 20;
  background-color: #eeeeee;
  box-shadow: 0 1px 5px gray;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div.headerleft {
  float: left;

}

div.headerright {
  float:right;
  margin: auto;
  position: absolute; 
  right: 10px; 
  bottom: 0; 
}

ul.nav {
  list-style-type:none;
  padding:0;
  margin: 0;
}
ul.nav li {
  display: inline;
}
ul.nav a {
    color: #005500;
    font-size: 1.5em;
    text-decoration: none;
}

/* footer */
div.footer {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 5px 5px 5px;
  z-index: 20;
  border-radius: 10px;
  background-color: #fefefe;
}

/* Content */
div.section {
    margin: 55px auto;
    width: 98%;
    position: relative;
    z-index: 10;
    background-color: #eeeeee;
    box-shadow: 0px 2px 10px gray;
    padding: 5px 5px 5px 5px
}

div.pagination {
   margin-left: auto;
   margin-right: auto;
   text-align: center; 
   width: 25%; 
}

/* Post list Formatting */
postheading {
  font-size:25px;
}
postheading a {
  color: #005500;
  text-decoration: none;
}


/* misc formatting */
a small {
  font-size:11px;
  color:#777;
  margin-top:-0.6em;
  display:block;
}

small {
  font-size:10px;
}
