#header-text-nav-wrap {
    padding: 0;
}
.byline {
  display: none;
}
.posted-on {
    display: none !important;
}
.comments {
  display: none;
}
.wp-caption-text {
    font-size: 12px;
  	text-align: left;
}
.wp-caption {
	border: none;
}
.page .entry-title {
  display: none;
}
.page .widget .entry-title {
  display: block;
}

div#header-logo-image img{margin-top:10px;}

/*
details {
  font: 16px;
  width: 620px;
}

details > summary {
  font: 20px;
  padding: 2px 6px;
  width: 30em;
  background-color: #f5f0dd;
  border: none;
  box-shadow: 3px 3px 4px #9cccee;
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details > p {
  border-radius: 0 0 10px 10px;
  background-color: #f5f0dd;
  padding: 2px 6px;
  margin: 2px;
  box-shadow: 3px 3px 4px #9cccee;
}
*/