<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('media-icons.css');

body, html { margin:0; padding: 0;
font-family: 'Open Sans', sans-serif;
background-color: white;
}
#site {
font-size: 0.8em; font-weight: bold; 
}
#top {
background: #e3001b;
color: white;
height: 160px;
margin: 0; padding: 0;
}
a {
text-decoration: none;
color: #B60015;
}
a:visited {
color: #7C000F;
}
#top a {
color: white;
}
#top h1 {
margin: 0; padding: 0;
}
#top p {
padding: 0; margin: 0;
position: relative;
width: 60%;
left: 20%;
top: 46px;
}
#navlinks {
text-align: right;
font-size: 0.8em;
}
#top {
}
h2.post-title {
border-bottom: solid 1px #e3001b;
text-transform: uppercase;
font-size: 12pt;
}
h2.post-title a {
color: black;
}
p.post-info {
font-size: 0.6em;
}
p {
font-size: 1em;
line-height: 1.3em !important;
}
#main {
margin: auto;
width: 60%;
}
div.post {
margin-bottom: 2em;
}
.post-content {
margin-bottom: 2em;
}
.tags p {
padding:0;margin:0.6em 0 0 0 ;
font-size: 0.8em;
}
.widget {
margin: 0 0 0.8em 0;
}
#sidebar {
margin: auto;
width: 60%;
background-color: #575759;
color: white;
padding: 12px 2ch 12px 2ch;
}
#sidebar a {
color: #abe39c;
}
#sidebar li, .post-tags li, #attachments li {
display: inline;
}
#sidebar li a:after {
content: ", ";
}
#sidebar li:last-child a:after {
content: "";
}
.post-tags li a:after {
content: ", ";
}
.post-tags li:last-child a:after  {
content: "";
}
#sidebar h2 {
margin: 0; padding: 0;
font-size: 1em;
}
#sidebar ul, ul.post-tags, #attachments ul, p.post-info-co {
margin:0;padding:0;
list-style-type: none;
}
#sidebar ul, ul.post-tags, p.post-info-co {
font-size: 0.8em;
}
fieldset {
border: none;
}
#c_content { 
width: 80ch;
display: block;
clear: both;
}
#comment-form, #comments, #attachments {
font-size: 0.8em;
}
#attachments {
margin-bottom: 1em;
}
#comments {
border-top: solid 2px #e3001b;
}
#comments dt {
font-size: 0.8em; font-weight: bold;
}
#comments dd {
margin:0; padding: 0 0 0 3ch;
}
.post-excerpt {
font-weight: bold;
}
#comments-feed {
font-size: 0.8em;
}
#pr.message, #pr.error {
font-size: 1em;
font-variant: small-caps;
font-weight: bold;
text-decoration: underline;
text-align: center;
}
#pr.error {
color: #e3001b;
}
</pre></body></html>