@font-face {
    font-family: Arvo;
    src: url(/fonts/Arvo-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(/fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: IBMPlexMono-Medium;
    src: url(/fonts/IBMPlexMono-Regular.ttf);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arvo;
}

p, li, #comments div, input, textarea, table {
    font-family: Montserrat;
}

tt, code, pre {
    font-family: IBMPlexMono-Medium;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2.post-header {
    margin-bottom: 0px;
}

body {
    background-color: #e6e6e6;
    margin: 0px;
}

pre {
    padding: 1ex;
    overflow-x: auto;
}

blockquote {
    border-left: 1ex solid #eee;
    margin-left: 0;
    padding-left: 1ex;
    border-right: 1ex solid #eee;
    margin-right: 0;
    padding-right: 1ex;
}

img {
    max-width: 100%;
}

th {
    border-bottom: 2px solid black;
}

th, td {
    border-right: 1px solid lightgrey;
}

th:last-child, td:last-child {
    border-right: none;
}


tr:nth-child(even) {
    background-color: #f9f9f9;
}

.site-header a, .links-bar a, .post-header a, .post-subhead a {
    text-decoration: none;
    color: inherit;
}

.site-header a:hover, .links-bar a:hover, .post-header a:hover, .post-subhead a:hover {
    text-decoration: underline;
}

.site-header {
    margin: 0px;
    font-size: 24pt;
    font-family: Arvo;
    border-bottom: 1px solid #aaa;
    margin-bottom: 1ex;
    padding-bottom: 0.25ex;
}

.site-header .links {
    float: right;
}

.site-header .links img {
    width: 24pt;
    height: 24pt;
}

.links-bar .links-bar-link:not(:last-child) {
    border-right: 1px solid #aaa;
    padding-right: 1ex;
}

.links-bar .links-bar-link:not(:first-child) {
    padding-left: 1ex;
}

.content {
    background-color: #ffffff;
    padding: 2ex;
    max-width: 50em;
    margin: 0 auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.main-content {
}

.links-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.index-page-post:not(:first-child) {
    margin-top: 4ex;
}

.post-subhead {
    color: #aaa;
}

#comments {
    border-top: 1px solid #ddd;
    padding-top: 2ex;
    margin-top: 2ex;
}

.older-newer-footer {
    border-top: 1px solid #ddd;
    padding-top: 2ex;
    margin-top: 2ex;
    display: flex;
    justify-content: space-between;
}

.comments-comment {
    margin-top: 1ex;
}

.comments-author-name {
    font-weight: bold;
}

.comments-date {
    font-style: italic;
    color: #888;
}

.comment-new form label {
    display: block;
}

.comment-new input, .comment-new textarea {
    display: block;
    padding: 1ex;
    margin-bottom: 2ex;
}

.comment-new input:not([type="submit"]), .comment-new textarea {
    width: 100%;
}

.footer {
    border-top: 1px solid #ddd;
    padding-top: 2ex;
    margin-top: 2ex;
    color: #aaa;
    font-size: x-small;
}
