
.buttons ul {
  list-style:none;
  height:45px;

  padding:0;

  background: #eee;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
  background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%);
  background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%);

  border-radius:5px;
  border:1px solid #d2d2d2;
  box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0;
  /*width:270px;*/
  width:200px;
}

.buttons li {
  width:99px;
  float:left;
  border-right:1px solid #d2d2d2;
  height:40px;
}

.buttons ul a {
  line-height:1;
  font-size:11px;
  color:#999;
  display:block;
  text-align:center;
  padding-top:6px;
  height:40px;
}


.buttons ul li + li {
  width:98px;
  border-left:1px solid #fff;
}

/*header ul li + li + li {
  border-right:none;
  width:89px;
}*/

.buttons ul a strong {
  font-size:14px;
  display:block;
  color:#222;
}

/* style the newsfeed */
#newsfeed {
  font:11px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.postlist h3{
  margin:0 0 5px;
}

#nav.affix ul {
  margin-left: -20px;
}
