body {
  font-family: sans-serif; /* 1 */
  /* Added by ferrinweb start */
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Added by ferrinweb end */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  font-size: 14px;
  color: #636363;
}
#blogTitle h1{
  font-size: 36px;
  font-weight: lighter;
}
#sideBar{
  font-size: 14px;
  width: 260px;
}
#navList a:link, #navList a:visited, #navList a:active {
  font-size: 16px;
  font-weight: lighter;
  padding-top: 17px;
}
.postTitle a:hover {
  color: #0f3647;
  text-decoration: none;
}
#topics .postTitle{
  font-weight: lighter;
  border-left: 3px solid #21759b;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 3px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
  margin-left: 10px;
  transition: all 0.2s 0s;
}
.postBody p, .postCon p{
  font-size: 15px;
  text-indent: 0;
}
.postBody li, .postCon li{
  margin-bottom: .6em;
}
.postDesc{
  padding-bottom: 35px;
  border-bottom: #e2e2e2 1px dotted;
  margin-bottom: 10px;
}