html
{
  padding-top: 15px;
}
body
{
  position:static !important;
  font-size: 12pt;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  padding-left:  10px;
  padding-right: 10px;
  width: 785px;
  min-height: none;
  min-height: 0%;
  border-radius: 8px;
}

figure
{
  float: right;
  width: 28%; 
  height: 85px;
  margin: 0 0 0px 0px;
  padding: 0px;
  border-left: 10px solid white;
  text-align: left;
}

figcaption
{
  display: none;
}


/* thumbnails */
img
{
  max-width: 140px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 4px;
}

/* headshot */
figure img
{
  width: 100%;
  max-width: none;
  border-radius: 8px;
}

img.award
{
  width: 100px;
  padding-top: 3px;
}

@media screen 
{
  div#hair
  {
    background: url(images/hair.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 208px;
    height: 208px;
    position: fixed;
    left: 1040px;
    bottom: 0px;
  }
}

hr
{
  display: none;
}

table tr td
{
  border: none;
}
table tr 
{
  border: none;
}
table tr th
{
  border: none;
}

p
{
  overflow: hidden;
}

a.secret
{
  text-decoration: none;
}
a.secret:hover::after
{
  content: "\00a0\00a0\2193\00a0\00a0";
}

p strong
{
  font-weight: normal;
  font-size: 1.04em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

a
{
  color: inherit;
}

a:hover
{
  color: #12f;
}

span.post-address
{
  display: inline-block;
  vertical-align: top;
}

span.entry
{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 80%;
  max-width: calc(100% - 140px - 10px - 5px);
}

h4
{
  font-size: 1.0em;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

div.note
{
  color: black;
  margin-bottom: 3px;
  box-shadow: 1px 1px 1px #888;
  background-color: #FEA;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

div.note:nth-child(4n+2)
{
  background-color: #efc550;
}
div.note:nth-child(4n+3)
{
  background-color: #f0995a;
}
div.note:nth-child(4n+0)
{
  background-color: #50c1e4;
}
div.note:nth-child(4n+1)
{
  background-color: #ea4949;
}

h4 em, h5 em, h6 em{
  font-style: italic;
  font-weight: inherit;
  font-family: inherit;
}

em a
{
  text-decoration: none;
}

ul li
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div#note_dropdown ul li
{
  margin-left: 20px;;
  padding: default;
  list-style-type: disc;
}

h3
{
  margin-bottom: 1em;
}

ul
{
  margin: 0px;
  padding: 0px;
}

@media (prefers-color-scheme: dark) {
  figure
  {
    border-left-color: #202124;
  }
  a:hover
  {
    color: #50c1e4;
  }
}
