
body {
  background-image: url(background.jpg);
  color: black;
  font-family: Verdana;
}

h1 {
  color: black;
  font-family: Courier;
  text-align: center;
  background-color: #ba722f;
  border-style: solid;
  margin: auto;
  width: 100%;
}

.side {
  float: left;
  width: 280px;
  height: auto;
  padding: 10px;
  border: 5px solid black;
  background-color: #4f2c11;
  color: white;

}

.side1 {
  float: left;
  width: 280px;
  height: auto;
  padding: 10px;
  border: 5px solid black;
  background-color: #e67b29;
  color: black;
  position: sticky;
  top: 10px;
  margin-top: 5px;
}

.main {
  width: 950px;
  height:auto;
  padding: 10px;
  border: 5px solid black;
  background-color: #ba722f;
  
}

.parent {
  width: 50%;
  height: 100%;
}

.child {
      float: left; 
    width: 50%; 
    height: 500%;
}

.postbox {
  width: 940px;
  border: 4px dashed black;
  text-align: left;
  background-color: #db9758;
  margin-bottom: 10px;
}

.posttext {
 padding: 10px 10px;
}

.time {
  text-align: right;
  margin-right: 20px;
}
ul {
  list-style-image: url('blackmesa.png');
  list-style-type: square;  
}

.line {
 display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ba722f;
  margin: 1 0;
  padding: 0;
}