/* Change right column's appearance for this section */
#column_primary div {
  margin-left: 20px;
}

#column_primary ul li {
  text-align: left;
  padding-left: 20px;
  font-size: 1.2em;
  padding-top: .75em;
  padding-bottom: .75em;
}

#column_primary ul li a {
  letter-spacing: .05em;
}

#column_primary ul li.active a, #column_primary ul li a:hover {
  color: #81A4B8;
}

/* Style news posts */
.newspost {
  margin-bottom: 1.5em;
}

.newspost .date {
  font-size: 1.0em;
  /*margin-right: .5em;*/
  font-weight: bold;
}

.newspost .title a {
  font-size: 1.25em;
  color: #81A4B8;
}

.newspost .readmore a {
  color: #81A4B8;
  font-weight: bold;
}


.newspost .framed {
  float: left;
  width: 180px;
  height: 135px;
  margin-right: 12px;
}

.newspost .story {
  float: left;
  width: 400px;
}


#presscontent img {
  margin-left: 1.0em;
  margin-bottom: 1.0em;
}

#presscontent {
  margin-bottom: 3em;
}

#presscontent h2 {
  margin-bottom: .5em;
}

#presscontent span.date {
  font-weight: bold;
  font-size: 1.1em;
}

.nav-bottom a {
}

.nav-bottom .previous {
  float: left;
}

.nav-bottom .next {
  float: right;
}

/*
.pagination .pages a span {
  font-weight: normal;
  font-size: .85em;
}*/