@media all and (max-width: 370px) {
  .site-title {
    font-size: 36px !important;
  }
}

#main-content {
  margin: 15px 0 10px !important;
}

.entry-headline {
  margin: 10px 0 3px !important;
}

.post-info-category {
  display: none !important;
}

.site-title {
  font-family: "Lucida Grande",Arial,Helvetica,sans-serif !important;
  font-size: 42px;
  width: 550px !important;
  margin: 30px 0 20px !important;
}

.site-title a:hover {
  color: #76a934 !important;
}

.entry-headline:empty {
  display: none !important;
}

.menu-box ul ul {
  top: 75px !important;
  right: -13px !important;
  width: 192px !important;
}

.menu-box ul li {
  height: 95px;
  margin-left: 20px !important;
}

.menu-box ul ul li {
  width: 192px !important;
  margin: 0 !important;
}

.menu-box ul ul a {
  width: 180px !important;
}

#comments ol li {
  margin: 22px 0 0 !important;
}

.log-out-button {
  background-color: #76a934;
  border: 1px solid #76a934;
  color: white !important;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  margin: 8px 0 3px;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 1s ease 0s;
}

.log-out-button:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #76a934 !important;
}