a:link {
  color: #5588aa;
  text-decoration: none;
}

a:visited {
  color: #aa7755;
  text-decoration: none;
}

body {
  background: #ffecd9;
  color: #333333;
  font: Georgia Serif;
  margin: 0;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}

img {
  display: block;
  margin: 0.5em auto 0.5em;
  max-width: 75%;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
}

ul {
  block-size: fit-content;
  list-style-type: none;
  padding-left: 1em;
}

#header {
  color: #cc6600;
  border: 1px solid #cccccc;
  margin: 1em;
  text-align: center;
}

#header .description {
  color: #666666;
  font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  letter-spacing: .2em;
  line-height: 1.4em;
  max-width: 100em;
  margin: 0 0.5em 0.5em;
  padding: 0 1em 1em;
  text-align: center;
  text-transform: uppercase;
}

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header-wrapper {
  border: 1px solid #cccccc;
  margin: 0.5em auto 0.5em;
  width: 75%;
}

#right-gutter {
  float: right;
  margin: 0 0 0.75em;
  max-width: 30%;
  text-align: left;
}

#right-gutter h2 {
  font: normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #cc6600;
}

#right-gutter p {
  text-align: left;
}

#page {
  max-width: 97%;
  margin: 2rem 4rem;
}

.bio-p {
  font: normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #cc6600;
}

.bio-pic {
  height: 80px;
  aspect-ratio: auto 80 / 80;
  width: 80px;
  border: 1px solid #cccccc;
  float: left;
  padding: 4px;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  max-width: 50%;
}

.clear {
  clear: both;
}

.comments {
  margin-top: 4rem;
}

.comment {
  margin-bottom: 2rem;
}


.descriptionwrapper p {
  text-align: center;
}

.post {
  margin: 0 0 0.75em;
  max-width: 75%;
}

.post-header h1 {
  color: #cc6600;
  line-height: 1.4em;
  font-size: 140%;
  font-weight: normal;
  margin: 0.25em 0 0;
  padding: 0 0 0.5em;
  text-align: left;
}

.post-content {
  text-align: left;
}


.post-content h3 {
  text-align: center;
}

.post-content h4 {
  text-align: center;
}

.post-content p {
  line-height: 1.25em;
}

.post-footer {
  margin: 0.75em 0em;
  color: #cc6600;
  text-transform: uppercase;
  letter-spacing: .1em;
  font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  line-height: 1.4em;
}

.post-footer date {
  color: #5588aa;
  text-decoration: underline dotted;
}

.section {
  border-bottom: 1px dotted #cccccc;
  margin: 1em 1em;
}

/** archive list */
.sidebar input[type="radio"]{
  position: absolute;
  left: -9999px;
}

.sidebar input[type="radio"] ~ ul{
  height: 0;
  transform: scaleY(0);
}

.sidebar input[type="radio"]:checked ~ ul{
  height: 100%;
  transform-origin: top;
  transition: transform .2s ease-out;
  transform: scaleY(1);
}

.sidebar input[type="radio"]:checked + label:before{
  color: #777;
  content: '\25BC';
}

.sidebar input[type="radio"] + label:before{
  color: #777;
  content: '\25B6';
}