/*
 * Footer
 */
.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: rgb(170, 170, 170);
}


/*
 * Forms
 */

input[type="submit"], button {

  background-color: #5cb8e7;
  color: #fff;
}

input[type="submit"]:hover, button:hover {

  background-color: rgb(80, 80, 80);
}

input[type="submit"]:disabled, button:disabled {

  color: #ddd;
  background-color: rgb(92, 184, 231);
  border-color: rgb(204, 204, 204);
}

/* Single Post */
.post footer.entry-meta {
  display: none;
}

.post .byline {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
}