#navList a:link, #navList a:visited, #navList a:active {
  color: #fff;
}

#navigator {
  background-color: #006ea4;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  clear: both;
}

#blogTitle {
  height: 120px;
  background: #f2f2f2;
  clear: both;
}

#navList li:first-child {
  display: none;
}

#navList a:hover {
  color: #fff;
  background-color: #004162;
  text-decoration: none;
  text-shadow: 0 0 1px #000609;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
  color: #006ea4;
}


.catListTitle {
  background: #006ea4;
  border-bottom: 1px solid #006ea4;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #fff;
  font-size: 1.2em;
  height: 1.8em;
  line-height: 1.8em;
  padding: 5px;
  text-indent: .5em;
  text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

.blogStats {
  float: right;
  color: #fff;
  padding-right: 10px;
  text-align: right;
}