body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", trebuchet, monaco, arial;
    background-color: oklch(0.9644 0.0013 286.38);
    color: #282828;
}
a {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
#main {
    font-family: "Trebuchet MS", trebuchet, monaco, arial;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 650px;
}

#main img {
    max-width: 100%;
}
/* Projects will often specify what they were built with */
ul.media:before {
    content: "Media: ";
}
ul.media {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 80%;
    font-style: oblique;
}
ul.media li {
    display: inline;
    padding-left: 10px;
}

.year {
    font-style: oblique;
    color: #888888;
    font-size: 80%;
}

/* BLOG SPECIFIC */
.figure {
    text-align: center;
}
.figure .caption {
    font-size: 0.8em;
    font-style: oblique;
    margin: 2px 0 9px 0;
}
.blog_post h1 {
    font-size: 1.5em;
}
.footnote-reference {
    font-size: 50%;
    vertical-align: super;
}
.footnote {
    font-size: 80%;
}

/* HEADER STYLES */
header,
#header {
    position: relative;
    border: none;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
}

header h1 a {
    color: black;
}

header h1 {
    margin: 10px 0 10px 0;
}

#mylinks {
    margin: 0 0 10px 0;
    padding: 0;
}

#mylinks li {
    list-style-type: none;
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
}

#headertop {
    padding-left: 30px;
    border-bottom: 4px dashed black;
}
#headerbottom {
    padding-left: 25px;
}
#tipme {
    float: right;
    margin-top: -14px;
    font-size: 10px;
    font-family: "Trebuchet MS", trebuchet, monaco, arial;
}

/* FOOTER STYLES */
footer,
#footer {
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 9pt;
    padding-top: 20px;
}

#footer ul,
footer ul {
    list-style-type: none;
}
#footer li,
footer li {
    display: inline;
    padding: 2px 10px 2px 10px;
}
#footer address,
#footer .address {
    font-family: monospace;
    display: inline;
}
.hide {
    display: none;
}
