p.site-title {
  display: none;
}
header.site-header{
  border-color: #505050;
  border-style: solid;
  border-width: 0 0 3px 0;
}
li.menu-item {
  font-size: 1.5em;
  font-weight: bolder;
  color: gray;
  font-family: 'Stardos Stencil';
  text-shadow: 2px 2px 4px #000000;
}
li.menu-item a {
  color: white;
}
li.menu-item a:hover {
  color: gray;
  text-shadow: 2px 2px 4px DarkGray;
}

blockquote{
  font-style: italic;
  border-width: 0 0 0 2px;
  border-style: dotted;
  padding-left: 1em;
}