#navList a {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
   transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#navList a:hover {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #000;
}
#navigator #MyLinks1_HomeLink {
    display: none;
}

#topics .postTitle {
   border-left: 3px solid #21759b;
}

.postBody blockquote {
    border: none;
  border-left: 4px solid #dddddd;
  padding: 0 12px;
  color: #777777;
  background: none;
  margin: 0;
  margin-top: 12px;
}
#topics .postTitle {
   padding-left: 12px;
}

#under_post_news, #google_ad_c2, #under_post_kb, #HistoryToday, #site_nav_under, #ad_under_post_holder, #lnk_RefreshComments {
   display: none;
}

#comment_nav a:nth-of-type(0), #comment_nav a:nth-of-type(1), #comment_nav a:nth-of-type(2) {
  display: none;
}
#comment_nav a:nth-of-type(3) {
    width: 70px;
  height: 70px;
  text-align: center;
    background: rgba(204, 204, 204, 0.6);
  display: inline-block;
  line-height: 70px;
  padding: 0;
  position: relative;
  bottom: -75px;
   transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#comment_nav {
   margin-bottom: -75px;
}

#nav_next_page {
   text-align: center;
}
#nav_next_page a {
  border: 1px solid #21759b;
  color: #21759b;
  padding: 2px 4px;
}
.fs21-self {
margin: 10px 0;
}
.fs21-says {
line-height: 18px;
}