/*********************
  LAYOUT
*********************/

#leftColumn {
  width: 180px;
  float: left;
  margin-right: 20px;
  height: 100px;
}

#article {
  width: 580px;
  margin-right: 20px;
  float: left;
}

.relatedArticlesBox ul {
  background: #e7d9da;
  width: 170px;
  list-style: none;
  color: #A3111F;
  margin: -10px 0 15px 0;
  font-size: 1.5em;
  padding: 10px 5px;
}

.relatedArticlesBox ul li {
  background: transparent url(/images/v2/bullet.gif) no-repeat left .35em;
  padding-left: 10px;
}

/*********************
  FONTS
*********************/

h1.articleHeader {
  font-size: 3.6em;
  font-family: Georgia, Garamond, serif;
  color: #A3111F;
}

#article h1.articleHeader {
  line-height: 36px;
}

.articleInfo {
  background: #333;
  padding: 10px 7px;
  color: white;
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 10px 0;
}

.articleInfo dl dt {
  float: left;
  margin-right: 5px;
}

#article .articleText {
  font-size: 1.3em;
  line-height: 1.4em;
}

#article .articleText p {
  font-size: 1em;
  margin-bottom: 20px;
}
