/*


Type Styles
*/
.content, .content p .content ul, .content li {
  color: #999;
}

#main h1.border, #main h2.border, #main h3.border, #main h4.border, #main h5.border, #main h6.border, .border {
  background: url(../images/header-border.png) no-repeat right bottom;
  padding-bottom: .25em;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
  color: #CCDCF6;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: lowercase;
}
h1, .content h1 {
  font-size: 24px;
  font-weight: normal;
}

div.content {
  font-size: 13px;
}

/*


Custom Classes
*/
.red { color:red; }
.abstract {
  font-size: 18px;
  line-height: 1.5em
}