/*
 * html/css/about.css 
 * (html/about.phpt)
 */

/* generic wrappers */

.about #content {
  padding: 0px; 
}

.about .panel {
  background: #f7f7f7;
  padding: 10px 10px 5px 10px;
}

/* columns */

.about .column.main {
  float: left;
  width: 405px;
}

.about .column.side {
  float: right;
  padding: 6px 0 0 0;
  width: 175px;
}
/* headers for sets */

.about #content h2 {
  border-bottom: 1px solid #D8DFEA;
  color: #333333;
  font-size: 14px;
  padding: 0 0 2px 0;
  margin: 0 0 5px;
}

.about #content .side h2 {
  font-size: 11px;
}


/* sets of main column */
.about .main .set {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 20px 20px 20px;
  line-height: 16px;
  margin-bottom: 5px;
}
.about #content .main .set.blog .entry .note_content div {
  line-height: 16px;
}

.about #content .main .set.blog h2 {
  margin-bottom: 2px;
}

.about .main .set.blog .link a {
  color: gray;
  padding-bottom: 10px;
}

.about .main .set.blog .entry {
  padding: 10px 0 0px 0;
}

.about .main .entry .title {
  font-size: 12px;
  font-weight: bold;
}

.about .main .entry .byline {
  color: #666;
  padding: 0 0 10px 0;
}

.about .main .set.blog .more {
  text-align: right;
}

.about .intro h4 {
  margin-left: 0px; 
}
  

/* sets of side column */

.about .side .set {
  padding: 9px 10px 4px 10px;
}

.about .set.news .title,
.about .set.archive .title {
  padding-top: 7px;
}

.about #content .set.news h2 {
  margin-bottom: 0;
}

.about #content .side .set.archive h2 {
  float: left;
  width: 100%;
}

.about .set.archive .all {
 margin-left: 15px;
 display: inline;
}

.about .set.archive .all a {
  font-weight: normal;
}

