/* Enter Your Custom CSS Here */
.widget-title {
  text-align: center;
}

    

.site-inner {
  padding-top: 40px;
}

blockquote {
    border-left: 2px solid black;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.entry a {
    text-decoration: underline;
    color: #917b4b;
    font-weight: bold;
}

h2.entry-title a {
  text-decoration: none;
  color: #999999;
  font-weight: normal;
}
h2.entry-title a:hover {
  color: #917b4b;
}

p.entry-meta a {
  text-decoration: none;
  color: #999999;
  font-weight: normal;
}
p.entry-meta a:hover { 
  color: #917b4b;
}

.entry-content ol, .entry-content ul {
  line-height: 3em;
}

textarea.comment {
  text-transform: none;
}

textarea {
  text-transform: none;
}