body {
    background-color: #fff;
    background-image: linear-gradient(to right, #000, #ffffff00, #ffffff00), linear-gradient(to left, #000, #ffffff00, #ffffff00);
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
}

#main {
    background-color: #fff;
    margin: 10px 40px 0 0;
    width: 780px;
    border: 2px solid #000;
    float: left;
    position: relative;
    left: calc(330px + 5vw);
}

#side {
  float: left;
  position: fixed;
  width: 330px;
  background-color: #fff;
  margin: 10px 0 0 40px;
  border: 2px solid #000;
  padding: 0 4px 0 4px;
}

#main > .top {
    display: block;
    width: 770px;
    margin: auto;
    border-bottom: 1px solid #202020;
    padding-bottom: 10px;
    background-color: #fff;
}

#side > .top {
  border-bottom: 1px solid #202020;
  padding-bottom: 10px;
  background-color: #fff;
}

#postTable {
  border-collapse: collapse;
  width: 90%;
  text-align: right;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
td {
    width: 16%;
}

td > a {
  color: #202020;
  text-decoration: none;

}
#toc > a {
  color: #202020;
  text-decoration: none;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
}

h1 {
  color: #202020;
  font-family: Georgia;
  font-size: 72px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -3px;
  text-decoration: none;
  margin: 0;
}

h3 {
  color: #202020;
  font-family: Georgia;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
  margin: 0;
}

.container {
    display: block;
    width: 770px;
    margin: auto;
    border-bottom: 1px solid #202020;
    padding-bottom: 20px;
    background-color: #fff;
}

img {
    max-width: 764px;
    /* border: 1px solid #8E8E8E; */
    padding: 1px;
}

.date {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}

.post {
  font-family: Georgia;
  font-size: 14px;
  line-height: 1.6em;
  margin: 20px 0 20px 0;
  color: #202020;
}

.ask {
    font-weight: bold;
}

.bottom {
  width: 100%;
  color: #444444;
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

.time {
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
}

.url > a, .tags > a {
  color: #444444;
  text-decoration: underline;
}

a:hover, #toc > a:hover {
  color: #D00000;
  cursor: pointer;
}

