/* Enter Your Custom CSS Here */
.secondary-navigation a {
  border-left: 0 !important;
  border-right: 0 !important;
  color: #fff !important;
  min-height: 25px !important;
}

#header:after{
  background: #888
}

.secondary-navigation a:hover{
  border-radius: 17px;
  background: #858585 !important;
}
#header{
  background: #515151 !important;
}

#header .pad{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#header .pad{
  padding: 0px !important;
}

.headerlogo {
     padding: 0px !important;
}

.site-title {
     padding: 0px !important;
}

#post-meta group {
  background: #555555 !important;
}