<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #ffffff;
    color: #000000;
    }

.ContextualPopup a, .icon-browser a { color: #8d070a; }
.ContextualPopup a:visited { color: #d31612; }
.ContextualPopup a:hover { color: #510204; }
.ContextualPopup a:active { color: #8d070a; }

H1, H2, H3 {
    margin: .25em 0;
    padding: .25em 0;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img {
    border: none;
}

hr {
    display: none;
}
.entry-content hr,
.comment-content hr {
    display: block;
    margin: 1em 10%;
}

body {
    font-family: 'Times New Roman', sans-serif; font-size: 1em;
    padding: 0;
    background: #000000;
    color: #000000;
background-color: #000000;

}

#canvas {
    margin-left: 0em;
    margin-right: 0em;
}

a { color: #8d070a;
 }
a:visited { color: #d31612;
 }
a:hover { color: #510204;
 }
a:active { color: #8d070a;
 }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 36em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 12em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 12em solid transparent;
    }
    .three-columns-left #content {
        border-left: 24em solid transparent;
    }
    .three-columns-right #content {
        border-right: 24em solid transparent;
    }
    .column-right #content {
        min-width: 12em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
    }
}

#content-footer {
    height: 0;
    font-size: 0; /*to make IE happy*/
    clear: both;
}

#header, #footer {
    margin: 0;
    clear: both;
    padding: .5em;
}

#header {
    background: #000000;
    color: #ffffff;

}

h1#title {
    font-family: 'Agency FB', 'Times New Roman', sans-serif; font-size: 2.8em;
}

h2#subtitle,
h2#pagetitle {
    font-family: 'Book Antiqua', 'Times New Roman', sans-serif; font-size: 1.5em;
}

#footer {
    background: #d31612;
}

#footer a {  }
#footer a:visited {  }
#footer a:hover {  }
#footer a:active {  }

#primary {
    width:100%;
    margin-right:-100%;
    margin-left: 0;
}

#primary &gt; .inner:first-child, #secondary &gt; .inner:first-child, #tertiary &gt; .inner:first-child {
    padding: 1em;
}

/* modules layout */
#primary { float: none; }
#secondary, #tertiary { width: 100%; }

@media only screen and (min-width: 36em) {
    .multiple-columns #primary {
        float: left;
    }

    .two-columns-left #secondary,
    .three-columns-sides #secondary {
        float: left;
        width: 12em;
        margin-left: -12em;
    }
    .two-columns-right #secondary {
        float: right;
        width: 12em;
        margin-right: -12em;
    }
    .three-columns-left #secondary {
        float: left;
        width: 12em;
        margin-left: -24em;
    }
    .three-columns-right #secondary {
        float: right;
        width: 12em;
        margin-right: -12em;
    }

    .two-columns #tertiary {
        clear: both;
        width: auto;
    }
    .two-columns-left #tertiary { margin-left: -12em; }
    .two-columns-right #tertiary { margin-right: -12em; }
    .two-columns #tertiary .module {
        float: left;
        width: 12em;
    }
    .three-columns-left #tertiary {
        float: left;
        width: 12em;
        margin-left: -12em;
    }
    .three-columns-right #tertiary {
        float: right;
        width: 12em;
        margin-right: -24em;
        margin-left: 12em; /* so that #tertiary won't overlay #secondary in IE7 */
    }
    .three-columns-sides #tertiary {
        float: right;
        width: 12em;
        margin-right: -12em;
    }
}

.navigation ul {
    margin-left: 0;
    padding-left: 0;
}
.navigation li {
    display: inline;
    padding: 0 .5em;
}
.noentries {
    padding: 0 .5em;
}

/* entries */

.entry {
    background: #ffffff;
    color: #000000;
background-color: #ffffff;

}

.entry .entry-title {
    font-family: 'Agency FB', 'Times New Roman', sans-serif; font-size: 2.25em;
}

.entry .entry-title, .entry .entry-title a {
    
}

.no-subject .entry .entry-title {
    background: none;
    border: none;
}

.entry .contents {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.entry a { color: #8d070a;
 }
.entry a:visited { color: #d31612;
 }
.entry a:hover { color: #510204;
 }
.entry a:active { color: #8d070a;
 }

/* ensure comment content stretches out horizontally so it's readable */
.comment-content:before {
    content: "";
    display: block;
    overflow: hidden;
    width: 10em;
}
.comment-content { border-top: 1px transparent solid; } /* for firefox */

/* Don't add space after last element in an entry/comment. Avoids extra gaps */
/* if there's paragraph tags (markdown) instead of text nodes (casual HTML). */
.entry-content &gt; :last-child,
.comment-content &gt; :last-child {
    margin-bottom: 0;
}

/* To prevent overlapping when icon's on the left */
/* and list is the first thing in content */
.entry-content li,
.comment-content li {
    list-style-position: inside;
    }

.metadata ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}
.metadata li {
    margin-bottom: .5em;
}
.metadata.top-metadata ul {
    margin: 0;
}
.metadata.top-metadata {
    margin-bottom: 1em;
}

.metadata-item, .poster-ip {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tag ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.tag ul li {
    display: inline;
} /* same for month view */

ul.entry-management-links {
    margin-left: 0;
    padding-left: 0;
}
ul.entry-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.entry-interaction-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}

.entry-interaction-links a, .entry-management-links a {  }
.entry-interaction-links a:visited, .entry-management-links a:visited {  }
.entry-interaction-links a:hover, .entry-management-links a:hover {  }
.entry-interaction-links a:active, .entry-management-links a:active {  }

ul.entry-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

/* comments */

.comment-posted {font-weight:bold;}



.comment-wrapper {
    padding: .5em 0;
    min-width: 15em;
}

.comment .admin-poster {
    white-space: nowrap;
}

.comment .comment-title {
    font-family: 'Times New Roman', sans-serif; 
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    background-color: #d31612;

}

.no-subject .comment .comment-title {
    background: none;
    border: none;
}

.comment .contents {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul.comment-management-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}
ul.comment-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.comment-interaction-links {
    margin-left: 0;
    padding-left: 0;
}
ul.comment-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

textarea#commenttext {
    width: 100%; /* fix for FF form width glitch */
}

/* archive */

table.month {
    margin: 0 auto;
    border-collapse: collapse;
}
table.month td {
    height: 3.25em;
}
table.month td,
table.month th {
    border: 1px solid; /* ? */
    padding: 3px;
}
table.month td p {
    margin: 0;
    padding: 3px;
}

.month dl dt {
    font-weight: bold;
}
.month dl .time {
    padding-right: .5em;
}
.month dl h3 {
    display: inline;
    font-size: medium;
}
.page-month .month .entry-poster {
    margin-right: .5em;
}
.month dl .tag ul {
    margin-top: 0;
}

/* icons */

.sorting-options ul {
    margin-left: 0;
}

.sorting-options ul li {
    display: inline;
}

.icon-keywords ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.icon-keywords ul li {
    display: inline;
}

/* modules */

.module {
    background: #d31612;
    color: #ffffff;
background-color: #d31612;

}

.module a { color: #dedede;
 }
.module a:visited { color: #f0f0f0;
 }
.module a:hover { color: #adadad;
 }
.module a:active { color: #dedede;
 }

.module h2 {
    color: #ffffff;

    font-family: 'Book Antiqua', 'Times New Roman', sans-serif; font-size: 1.37em;
}

.module-content {
    font-family: 'Book Antiqua, 'Times New Roman', sans-serif; font-size: 1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.module-content ul {
    list-style: outside;
    margin-left: 1em;
    padding-left: 0;
}
.module-content li {
    margin: .5em 0;
}

ul.userlite-interaction-links.icon-links {
    margin-left: 0;
    padding-left: 0;
}

ul.userlite-interaction-links.icon-links li {
    display: inline;
    padding: 0 .20em;
}

ul.userlite-interaction-links.text-links {
    text-align: left;
}

.any-column .module-calendar table { margin: 0; }
.module-calendar .module-content { text-align: left; }
@media only screen and (min-width: 36em) {
    .multiple-columns .module-calendar .module-content {
        text-align: center;
    }

    .multiple-columns .module-calendar table {
        margin: 0 auto;
    }

    .multiple-columns .module-syndicate .module-content {
        text-align: center;
    }
}

.module-calendar td {
    padding: 1px;
}
.module-calendar td a {
    display: block;
    padding: 2px;
}

.search-box {
    margin: .2em auto;
    max-width: 100%;
}

.search-form .search-box-item,
.search-form .search-button-item {
    display: block
}

.search-form .comment_search_checkbox_item {
    display: inline
}

/* wrap long content, particularly openid usernames */
.module-pagesummary .ljuser {
    white-space: normal !important;
}
.module-pagesummary .module-content {
    word-wrap: break-word;
}

.module-credit .category-title {
    font-weight: bold;
}

.tags_cloud li, .module-tags_cloud li { display: inline; }

/* avoid Dramatic Woodchuck zoom effect on form fields (polls, search, etc.) */
@media (pointer: coarse) {
    input[type="text"], select {
        font-size: 16px;
    }
}



#header .module-wrapper {display: none;}
    

/*--- Marginless ---*/
/*--- by momijizukamori ---*/
/*--- adapted from Paletteable ---*/
/*--- by branchandroot ---*/

/*--- Main ---*/

H1, H2, H3 {
    padding: 0;
    margin: 0;
}

h1#title a {
    color: #ffffff;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 1em 1em .5em 2em;
    }

blockquote &gt; p:first-child {
    margin-top: 0;
    }

dl dt {
    font-weight: bold;
    }

.userpic img {
    border: 10px solid #000000;
   }


/*--- Main Containers ---*/

#canvas {
    margin: 0;
    position: relative;
    }

#content {
    background-color: #ffffff;
    }

#primary {
    clear:both;
    }

/*--- Journal Header ---*/

h2#pagetitle {
     margin-top: -1em;
     font-style:italic;
     text-align:right;
}

#header {
    padding: .5em 1em;
    }

/*--- Journal Navigation ---*/

.navigation {
    text-align: right;
    }

.page-month .navigation {
    text-align: center;
    }

/*--- Entries &amp; Comments ---*/

.entry-wrapper {
    margin-bottom: 1em;
    }

#primary .separator-after {
    width: 100%;
    background-color:#d31612;
    height: 10px;
    }

@media only screen and (min-width: 36em) {
    .column-left #primary .separator-after {
        margin-left: -1em;
        }

    .column-right #primary .separator-after {
        margin-right: -1em;
        }

}

.entry .userpic, .comment .userpic {
    margin: 0 1em .5em 1em;
    }


        .entry .userpic, .comment .userpic {
            float: left;
            margin-left: 0;
            }
        

.datetime, .poster-ip {
    font-size: small;
    }

.entry .contents, .comment .contents {
    margin: 1em 0;
    }

.entry-content, .comment-content {
    margin-top: 1em;
    }

.entry-content { /*keeps entry metadata from shifting on very short entries */
    min-height: 3em;
    }

.entry .metadata-label, .entry .tag-text {
    font-weight: bold;
    }

.entry .metadata ul, .entry .metadata li {
    display: block;
    list-style: none;
    margin: 0;
}

.entry .metadata.bottom-metadata {
    margin-top:1em;
    margin-bottom: -1em;
    clear: left;
    }

.entry .footer, .comment .footer {
    clear: both;
    padding-bottom: .5em;
    }

.entry .tag {
    margin-bottom: .5em;
    }

ul.entry-management-links, ul.comment-management-links {
    display: block;
    float: left;
    margin-bottom: .5em;
    margin-top: 0;
    }

ul.entry-interaction-links, ul.comment-interaction-links {
    display: block;
    text-align: right;
    margin-bottom: .5em;
    margin-right: .5em;
    margin-top: .5em;
    }

.comment-wrapper {
    background-color: #ffffff;
    }

.comment-wrapper .header {
    padding: .25em .5em;
    }

.comment-wrapper-odd .header {
    background-color: #d31612;
    color: ;
    }

.comment-wrapper-odd .header a {
    background-color: transparent;
    color: ;
    }

.comment-wrapper-even .header {
    background-color: #d31612;
    color: ;
    }

.comment-wrapper-even .header a {
    background: transparent;
    color: ;
    }

.comment-wrapper-even .comment-title,
.comment-wrapper-odd .comment-title {
    background-color: transparent;
    font-size: large;
    margin-bottom: .25em;
    }

.multiform-checkbox {
    clear: both;
    display: block;
    }

.partial .comment {
    padding: .25em .5em;
    }

.partial .comment-title {
    display: inline;
    font-size: medium;
    margin-bottom: 0;
    }

.comment-wrapper-even.partial .comment-title,
.comment-wrapper-odd.partial .comment-title,
.comment-wrapper-even.partial .comment-title a,
.comment-wrapper-odd.partial .comment-title a {
    background-color: transparent;
    color: inherit;
    }

#qrdiv {
    clear: both;
     }

/*--- Archive Pages ---*/

.month {
    margin-bottom: 2em;
    }

.month .contents {
    padding: 1em .5em 0;
    }

.month .footer {
    padding: 0 .5em 1em;
    text-align: center;
    }

.month .header {
    background-color: ;
    color: ;
    font-family: 'Agency FB';
    padding: 1px .25em;
    }

table.month td, table.month th {
    vertical-align: top;
    padding: .25em .5em;
    background: ;
    }

table.month caption {
    color: #ffffff;
    }

td.day-has-entries {
    background:  !important;
    }

#archive-month .month {
    padding: 0 1em;
    }

#archive-month .entry-title {
    font-weight: bold;
    }

h3.day-date {
    text-align: center;
    margin-bottom: 2em;
    }

/*--- Icon Page ---*/

div.icons-container div.icon:nth-of-type(2n) {
    clear: both;
}

.icons-container .icon {
    float: left;
    margin-bottom: 15px;
    min-width: 350px;
    vertical-align: bottom;
    width: 50%;
    display:table;
}

.icon-image {
    display: inline;
    float: left;
    margin-right: 1em;
    min-width: 100px;
    margin-top: 0;
}

.icon-info {
    overflow: auto;
    vertical-align: bottom;
    word-wrap: break-word;
    display:table-cell;
    width:100%;
}

.icon-info .label,
.icon-info span {
    font-weight: bold;
}

.icons-container .inner .footer, .icon-pages {
    clear: both;
    text-align: center;
}
/*--- Sidebars ---*/

#secondary, #tertiary { width: 100%; }
#header .module-navlinks { background: #000000;}
#secondary, #tertiary,
.module-wrapper {
    background-color: #d31612;
    }
#content .module { display: inline-block; vertical-align: top; width: 12em;
        }
@media only screen and (min-width: 36em) {
    .multiple-columns .module-wrapper {
        background-color: transparent;
    }

    .multiple-columns #content .module {
        display: block; width: auto;
    }

    .column-left #content, .column-right #content {
        border-color: #d31612;
        }

    .multiple-columns #secondary, .multiple-columns #tertiary {
        width: 12em;
    }

    .multiple-columns #tertiary {
        background-color: transparent;
    }

    .two-columns #tertiary .module {
        background-color: transparent;
        color: #000000;
        }

    .two-columns #tertiary .module a  {
        color: #8d070a;
        }

    .two-columns #tertiary .module a:visited {
        color: #d31612;
        }

    .two-columns #tertiary .module a:hover {
        color: #510204;
        }

    .two-columns #tertiary .module a:active {
        color: #8d070a;
        }

    .two-columns #tertiary .module h2 {
        color: ;
        }

    .two-columns #tertiary .separator-after {
        clear: both;
        }

    .two-columns-left #tertiary {
        margin-left: 0;
        }

    .two-columns-right #tertiary {
        margin-right: 0;
        }
}

.module {
    border: none;
    margin-bottom: 1em;
    }

.module-content ul, .module-list {
    list-style: none;
    margin: 0;
    padding: 0;
    }

.module-content ul ul {
    margin-left: 1em;
    }

.module-header {
    font-size: 1.2em;
    }
.module-header a {
    color: #ffffff;
    }

.module .userlite-interaction-links {
    margin-top: .5em;
    }

.module-navlinks a.current {
    color: #ffffff;
    text-decoration: none;
    }

.any-column .module-calendar .module-content {
    text-align: left;
    }

.any-column .module-calendar table {
    margin: 0;
    font-size:0.9em;
    }

.search-box {
    width:100%;
    }



/*--- Footer ---*/

#footer {
    text-align: center;
    }

    
</pre></body></html>