<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: #e0d5b7;
    color: #000000;
    }

.ContextualPopup a, .icon-browser a { color: #640008; }
.ContextualPopup a:visited { color: #640008; }
.ContextualPopup a:hover { color: #e1434e; }
.ContextualPopup a:active { color: #640008; }

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: Arial, sans-serif; font-size: 100%;
    padding: 0;
    background: #340004;
    color: #e0d5b7;
background-color: #340004;

}

#canvas {
    margin-left: 5%;
    margin-right: 5%;
}

a { color: #e1434e;
 }
a:visited { color: #e1434e;
 }
a:hover { color: #920307;
 }
a:active { color: #e1434e;
 }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 45em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 15em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 15em solid transparent;
    }
    .three-columns-left #content {
        border-left: 30em solid transparent;
    }
    .three-columns-right #content {
        border-right: 30em solid transparent;
    }
    .column-right #content {
        min-width: 15em; /* 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: #340004;
    color: #e0d5b7;

}

h1#title {
    font-family: Georgia, Arial, sans-serif; font-size: 3em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Arial, sans-serif; 
}

#footer {
    background: #640008;
}

#footer a { color: #e0d5b7;
 }
#footer a:visited { color: #e0d5b7;
 }
#footer a:hover { color: #e1434e;
 }
#footer a:active { color: #e0d5b7;
 }

#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: 45em) {
    .multiple-columns #primary {
        float: left;
    }

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

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

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

/* entries */

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

}

.entry .entry-title {
    font-family: Helvetica, Arial, sans-serif; font-size: 1.25em;
}

.entry .entry-title, .entry .entry-title a {
    background-color: #e0d5b7;

}

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

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

.entry a { color: #640008;
 }
.entry a:visited { color: #640008;
 }
.entry a:hover { color: #e1434e;
 }
.entry a:active { color: #640008;
 }

/* 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 { color: #e0d5b7;
 }
.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: Arial, sans-serif; 
    margin: 0;
}

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

}

.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: #920307;
    color: #000000;
background-color: #920307;
border: solid 1px #340004;

}

.module a { color: #e0d5b7;
 }
.module a:visited { color: #e0d5b7;
 }
.module a:hover { color: #e1434e;
 }
.module a:active { color: #e0d5b7;
 }

.module h2 {
    color: #000000;
background-color: #920307;

    font-family: Arial, sans-serif; font-size: 1.25em;
}

.module-content {
    font-family: Arial, sans-serif; 
    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: 45em) {
    .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;}
    

/* Page-wide */
body {
    padding: 0;
    margin: 0;
}

a, a:link, a:active, a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }

#primary {
    color: #000000;
background-color: #e0d5b7;

    border-radius: 2em;
}

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

.navigation {padding: 1em;}

.navigation ul {
    margin: 4px 0 0 0;
    padding: 0;
    text-align: right;
}

.navigation li {
    display: inline;
    padding: 0 10px 0 10px;
}

/* Header and Titles */

#header, #footer {
    margin: 0;
    clear: both;
    border-radius: 2em;
    padding:1em;
}


#title { text-transform: uppercase; padding: 0; margin: 0;}

#subtitle, #pagetitle {color: #e0d5b7; padding: 0; margin: 0;}


/* Entries */

.entry {
    background: transparent;
    border:0;
}

.entry .header { padding: 1em 1em 0;}

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

.entry-content {
min-height: 150px; padding: 1em 0;
}

.entry-title, .module-header {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0.25em -0.25em;
    padding: 0.25em;
}

.datetime { text-transform: uppercase; }

.top-metadata {padding-top:1em;}

.tag-text, .metadata-label {
    text-transform: uppercase;
    font-family: 'Lucida Grande';
    color: ;
}

ul.entry-management-links {
    margin: 0;
    margin-top: 1em;
    padding-left: 0;
    text-align: right;
    padding: 6px;
    color: #e0d5b7;
    background: #640008;
}
ul.entry-management-links a { color: #e0d5b7; }
ul.entry-management-links a:visited { color: ; }
ul.entry-management-links a:hover { color: ; }
ul.entry-management-links a:active { color: ; }

.entry-interaction-links a, .entry-management-links a {
    font-family: Georgia;
    text-transform: uppercase;
}


ul.entry-interaction-links {
    margin: 0;
    padding-left: 0;
    margin-bottom: 1em ;
    text-align: right;
    padding: 6px;
    background: #920307;
}

ul.entry-interaction-links a:visited { color: ; }
ul.entry-interaction-links a:hover { color: ; }
ul.entry-interaction-links a:active { color: ; }

.entry .userpic img {
    margin: 10px;
    padding: 8px;
    border: 5px solid #920307;
}

.entry-wrapper-odd .entry .userpic img {
    border: 5px solid #920307;
}



/* Comments */

.comment { min-height: 138px; color: #000000;
background-color: #e0d5b7;
 border-radius: 2em; }

.comment-pages { text-align:center;}

.bottompages {padding: 1em 0;}

.bottomcomment label { padding-left: 1em;}

.comment-wrapper {
    border-bottom: 5px solid #920307;
}

.comment .userpic {
    margin: 5px;
}

.comment .comment-content {
    margin: 1em 0;
}
/* Secondary pages: Archive, Icons, Tags */

#archive-year .header h3, .tags-container .header h2, .icons-container .header h2 {
    font-family: Helvetica, Arial, sans-serif; font-size: 1.25em;
    text-transform: uppercase;
    font-weight:normal;
    padding: 3px;
    background-color: #e0d5b7;
;
}

.tags-container, .icons-container, #archive-year { padding: 1em; }

.tags-container a, .icons-container a, #archive-year a { color:#640008; }

.tags-container a:active, .icons-container a:active, #archive-year a:active { color:#640008; }

.tags-container a:hover, .icons-container a:hover, #archive-year a:hover { color:#e1434e; }

.tags-container a:visited, .icons-container a:visited, #archive-year a:visited { color:#640008; }

.month caption {
    display: none;
}

table.month {
    width: 80%;
    text-align: center;
}

.month th {
    padding: 10px 0 0 0;
}

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

.month .footer {padding: 0.5em;}


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 and Modules */

.module {
    padding: 1em;
    margin: 0 0 1em 1em;
    border-radius: 2em;
}

.any-column .module {
    display:inline-block;
    width:15em;
    vertical-align: top;
    text-align: left;
}

.any-column .module-userprofile { text-align: left; }
#secondary, #tertiary, .any-column .module-navlinks {text-align: center;}

@media only screen and (min-width: 45em) {
    .two-columns-left .module, .three-columns-left .module, .three-columns-sides #secondary .module { margin: 1em;}

    .multiple-columns .module {
        display: block;
        width: auto;
        vertical-align: baseline;
    }

    .multiple-columns #secondary, .multiple-columns #tertiary {
        text-align: left;
    }

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

.module .userpic {display:inline-block; float: none;}

.module-navlinks {
    background: #640008;
    padding: 2em 0;
}

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

.module-navlinks li {
    margin: 0;
    line-height: 25px;
}

.module-navlinks .module-list-item .recent { border-top: 2px solid ;}

.module-navlinks .current {font-style: italic;}

.module-navlinks a {
    color: ;
    padding: 3px;
    text-decoration: none;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: Georgia;
    border-bottom: 2px solid ;
    display: block;
}

.module-navlinks a:visited {
    color: ;
    background: ;
}

.module-navlinks a:hover {
    color: ;
    background: #340004;
    text-decoration: none;
}

.module-navlinks a:active {
    color: ;
    background: ;
    text-decoration: none;
}


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