/* Headers */

h2.article,
h2.pagetitle {
  color: #C40000;
  margin: 0;
  border-bottom: 1px solid #333;
}

h2.article a,
h2.pagetitle {
  color: #c40000;
}

h2.article a {
  text-decoration: none;
}

/* Side bar */
      
#column-one {
  position: absolute;
  top: 170px;
  width: 185px;
}

#bodyContent {
  padding-top: 20px;
}

.post {
  margin-bottom: 30px;
}

p.author {
  margin: 5px 0 0 0;
  font-style: italic;
  font-size: 11px;
}

.postmetadata {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #777;
}

.portlet ul {
  margin-left: 0;
  padding-left: 10px;
}

.portlet ul li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

html>body .portlet ul li:before {
  content: "\00BB \0020";
}

/* Footer */

p#back_to_top {
  margin: -16px 20px 0 0;
}
