/*make the sidebar wider
#secondary.widget-area {
  width: 32%;
}

/*make the sidebar titles match content titles*/
.widget-area .widget h3 {
  font-size: .9rem;
  font-weight: bold;
}

/*page background color*/
.site {
  background-color: #bfbfbf;
}

/*make the Upcoming Speakers text darker*/
.widget-area .widget a:visited {
  color: #444444;
  text-decoration: none;
}

.widget-area .widget a:hover {
  color: #21759b;
  text-decoration: none;
  margin-bottom: 10px;
}

.widget-area .widget a {
  color: #444444;
  text-decoration: none;
}

.widget-area .widget li {
  text-decoration: none;
  padding-bottom: 10px;
}

.widget-area .widget {
  margin-bottom: 15px;
}

.site-info {
  display: none;
}

/*change link color*/
.entry-content a:visited, .comment-content a:visited {
  color: #b20b38;
}
/*don't show avatar*/
.format-status .entry-header img {
    display: none;
}