<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: #f4f0f0;
    color: #343838;
    }

.ContextualPopup a, .icon-browser a { color: #006f7d; }
.ContextualPopup a:visited { color: #4b003d; }
.ContextualPopup a:hover { color: #007d2c; }
.ContextualPopup a:active { color: #00434b; }

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: 'News Gothic MT', sans-serif; font-size: 100%;
    padding: 0;
    background: #63cfdc;
    color: #343838;
background-color: #63cfdc;
border: solid 1px #49ccdc;

}

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

a { color: #006f7d;
 }
a:visited { color: #4b003d;
 }
a:hover { color: #007d2c;
 }
a:active { color: #00434b;
 }

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: #85d2dc;
    color: #24666e;

}

h1#title {
    font-family: Impact, 'News Gothic MT', sans-serif; 
}

h2#subtitle,
h2#pagetitle {
    font-family: Impact, 'News Gothic MT', sans-serif; 
}

#footer {
    background: #f4f0f0;
}

#footer a { color: #006f7d;
 }
#footer a:visited { color: #4b003d;
 }
#footer a:hover { color: #007d2c;
 }
#footer a:active { color: #00434b;
 }

#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: #f4f0f0;
    color: #343838;
background-color: #f4f0f0;
border: solid 1px #9fd5dc;

}

.entry .entry-title {
    font-family: Impact, 'News Gothic MT', sans-serif; 
}

.entry .entry-title, .entry .entry-title a {
    color: #102e32;
background-color: #9fd5dc;

}

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

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

.entry a { color: #006f7d;
 }
.entry a:visited { color: #4b003d;
 }
.entry a:hover { color: #007d2c;
 }
.entry a:active { color: #00434b;
 }

/* 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: #7d000e;
 }
.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: Impact, 'News Gothic MT', sans-serif; 
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #102e32;
background-color: #9fd5dc;

}

.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: #f4f0f0;
    color: #343838;
background-color: #f4f0f0;
border: solid 1px #b0d7dc;

}

.module a { color: #006f7d;
 }
.module a:visited { color: #4b003d;
 }
.module a:hover { color: #007d2c;
 }
.module a:active { color: #00434b;
 }

.module h2 {
    color: #102e32;
background-color: #b0d7dc;

    font-family: Impact, 'News Gothic MT', sans-serif; 
}

.module-content {
    font-family: 'News Gothic MT', 'News Gothic MT', 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;
    }
}


             .entry .userpic,
             .comment .userpic {
                 text-align: right;
                 }

             /* Don't add extra height at bottom of userpic box */
             .userpic a {
                display: block;
                line-height: 0;
                }
             

#header .module-wrapper {display: none;}
    
/* Fluid Measure */

blockquote { margin: 0 1em 1em 1em;
    padding: .5em;
    background-color: #9fd5dc;
    border-radius: 1em;
    }

dl dt { font-weight: bold; }

ul {  }

a { color: #006f7d; }
a:visited { color: #4b003d; }
a:hover {text-decoration: none; }

body { margin: 0;
    border: none; }

H1, H2, H3, H4, H5 { font-weight: normal; font-style: italic;}

#top-color { position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 25em;
    background-color: #b0d7dc;
    border-bottom: .5em solid #24666e; }

#lj_controlstrip { z-index: 200 !important;}

#title a { color: #24666e;
    text-decoration: none; }

#canvas { background-color: #9fd5dc;
    padding: 1px;}
#canvas &gt; .inner:first-child { 
    margin: 2em 4% 0 4%;
position: relative; z-index: 100;
float: left; width: 92%; /*asinine IE7 hack to keep left sidebar from sliding under #primary when #canvas is relative*/ }

#content { background-color: #63cfdc;
position: relative; z-index: 120;}

#content-footer { clear: both; }
#content-footer { height: 0; font-size: 0; } /* IE clearing fix */

/*to make the bottom curves */
.any-column #content {
    border-bottom-color: transparent;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
@media only screen and (min-width: 45em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 15em solid #49ccdc;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 15em solid #49ccdc;
    }
    .three-columns-left #content {
        border-left: 30em solid #49ccdc;
    }
    .three-columns-right #content {
        border-right: 30em solid #49ccdc;
    }
    .three-columns #content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .three-columns-sides #color-footer,
    .three-columns-left #color-footer,
    .three-columns-right #color-footer { background-color: #49ccdc;
        margin: 0 4%;
        border: 1em solid #49ccdc;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        clear: both;
        }
}

/* header */
#header { padding: .5em 1em;
    background-color: #85d2dc;
    color: #24666e;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    position: relative;
    z-index: 130;
    }

#pagetitle {  }


/* main column */
#primary &gt; .inner:first-child {
    padding: 2em;
}

.navigation { text-align:  right; clear: both; }
.navigation ul { margin: 0;
    padding: .25em;
    display: inline; }
.navigation li, .noentries { background-color: #9fd5dc;
    color: #102e32;
    padding: .5em;
    border-radius: 1em;
    }

.navigation .page-forward { margin-left: 1em; }
.navigation a { color: #102e32; }
.navigation .page-separator { display: none; }

.page-read .navigation.empty ul {
    display: block;
    }

.page-read .navigation.empty ul li {
    display: block;
    }

/* entries */
.entry-wrapper { margin-top: 2em;
    position: relative;
float: left; width: 100%; /*asinine IE7 hack*/ }
.entry-wrapper .separator-after { height: 2em; }

.entry li { margin-left: 1em; }
.entry-content hr { display: block;
    margin: 1em 10%; }

.entry { background-color: #f4f0f0;
    border: 1px solid #63cfdc !important;
    border-radius: 1em;
    padding: 3em 0 0 0;
    }

.entry .header { padding: 0 .5em; }
.entry .entry-title { background-color: #9fd5dc;
    border-radius: 1em;
    margin: -4em 15em 1em 1.5em;
    padding: .5em;
    float: left; }
.entry .entry-title a,
.entry .entry-title a:visited { color: #102e32; }

.entry .header .restrictions {position: absolute;
    top: 1.5em;
    left: .5em;}
.entry .header .access-filter { position: absolute;
    top: .5em;
    left: .5em; }
.entry .header .datetime { float: right;
    margin-top: -1.5em;
    white-space: nowrap; }

.entry .contents { padding: .5em .5em 0 .5em; }

.entry .contents .userpic { margin: 1em .5em .5em .5em;
position: relative; /*more asinine IE7 hackish fixing*/ }

.entry .contents .entry-poster { display: block;
    margin-top: -.5em; }

.entry-content { margin: 1em .5em; }

.metadata { margin: 1em 0 0 0; }
.metadata.top-metadata { margin-bottom: 2em; }
.metadata-label { font-weight: bold; }
.metadata ul li { margin-left: 0; padding-left: 0; }

.entry .footer { margin: .5em 0 0 0;
    padding-bottom: .5em;
    background-color: #9fd5dc;
    clear: both;
    overflow: auto; /* keep floated elements inside the footer */
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    }

.entry .footer &gt; .inner:first-child { padding: 1px; } /*float uneveness fix */

.entry .tag { padding: .5em .5em 1em .5em;
    background-color: #f4f0f0;
    margin-top: -2px; }
.entry .tag-text { font-weight: bold; }
.entry .tag ul li { margin-left: 0; }

ul.entry-management-links { float: left;
    margin-left: -.5em;
    margin-top: 1em;
    margin-bottom: .5em; }
ul.entry-interaction-links { text-align: right;
    margin-right: .5em;
        margin-top: 1em;
    margin-bottom: .5em; }

/* comments */
#comments { clear: both;
float: left; width: 100%; /*yet more asinine position fixing*/ }

.comment-wrapper { min-width: 10em;
margin-bottom: 1em;
padding-top: 2em; } /*die in a fire, IE7*/

.comment { 
    background-color: #f4f0f0;
    border-radius: 1em;
    padding: 3em .5em .5em .5em;
    }

.partial .comment { margin-bottom: 0; padding: 1em;} 

.comment .comment-title {
    background-color: #9fd5dc;
    border: 1px solid #9fd5dc;
    border-radius: 1em;
    color: #102e32;
    float: left;
    margin: -4.5em 14em 1em 1em;
    padding: .5em;
    }

.comment-title a { color: #102e32; }

.partial .comment-title {
    display: inline;
    margin: -.5em 0 0;
    }

.partial .comment-poster:before {
    content: "- ";
    }

.full .comment .datetime { float: right;
    margin-top: -1.5em;
    white-space: nowrap; }

.edittime .datetime {
    float: none;
}

.comment .contents {  }

.comment .poster-ip { font-size: small;
    color: #343838; }

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

.comment .edittime { margin-top: 1em; }

.comment .multiform-checkbox { display: block;
    text-align: right;
    font-size: small;
    color: #343838;
}

.comment .footer { margin: .5em 0;
    clear: both; }
.comment .footer &gt; .inner:first-child { padding: 1px; } /*float uneveness fix */

.comment-management-links { float: right; }
.comment-interaction-links { text-align: left; }

.bottomcomment, .comments-message { padding: .5em;
    margin-bottom: 2em;
    background-color: #f4f0f0;
    border-radius: 1em;
    }

.bottomcomment .entry-management-links,
.bottomcomment .entry-interaction-links { margin: .25em 0 .5em 0; }

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

#qrformdiv table { margin: .5em; }

table.talkform { background-color: #f4f0f0;
    padding: .5em;
    border-radius: 1em;
    clear: both;
    display: block;
    }


/* archive */

/* year-by-month view */
#archive-year .navigation { text-align: left;
    margin-bottom: 2em; }

div.month { margin: 1em 0 2em 0;
    background-color: #f4f0f0;
    padding: .5em;
    border-radius: 1em;
    }

table.month td,
table.month th { border-color: #343838;
    vertical-align: top; }

.month caption { display: none; }

#archive-year .month .footer { padding: .5em;
text-align: center; }

/* month-by-day view */
#archive-month .navigation { text-align: center; }
#archive-month .navigation li { background-color: transparent; }
#archive-month .navigation .month-back,
#archive-month .navigation .month-forward { background-color: #9fd5dc; }

.month dl .tag-text { font-style: italic; }

.month dl h3.entry-title { font-weight: bold; }

/* day-by-entries view */
.day h3.day-date { text-align: center;
    background-color: #f4f0f0;
    padding: .5em;
    margin-bottom: 3em;
    width: 14em;
    border-radius: 1em;
    }


/* tags page */
.tags-container { background: #f4f0f0;
    padding: .5em;
    margin: 1em 2em;
    border-radius: 1em;
    }

/* icons */

.icons-container {
    background: #f4f0f0;
    border-radius: 1em;
    color: #343838;
    margin-top: 2em;
    }

.icons-container a {
    color: #006f7d;
    }

.icons-container a:visited {
    color: #4b003d;
    }

.icons-container a:hover {
    color: #007d2c;
    }

.icons-container a:active {
    color: #00434b;
    }

.icons-container &gt; .inner:first-child {
    padding: 3em 0 0 0;
    }

.icons-container .header {
    padding: 0 .5em;
    }

/* Reset font size to H3 */
/* But use entry title font if set */
.icons-container .header h2 {
    background-color: #9fd5dc;
    border-radius: 1em;
    float: left;
    clear: left;
    font-size: 1.17em;
    font-family: Impact, 'News Gothic MT', sans-serif; 
    margin: -4em 15em 1em 1.5em;
    padding: .5em;
    }

.icons-container .contents {
    padding: 0 1em 1em;
    }

.icons-container .footer {
    padding: 0 .5em 1em;
    }

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

.icons-container .icon {
    margin: 1em 0;
    }

.icon-image {
    float: left;
    clear: left;
    margin-bottom: .25em;
    min-width: 100px;
    padding-right: 1em;
    }

.icon-info {
    min-height: 100px;
    }

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

.icon-info .default {
    text-decoration: underline;
    }

/* sidebars */

#secondary,
#tertiary { background-color: #49ccdc;
    border-radius: 1em;
    }

#secondary a,
#tertiary a { color: #006f7d; }
#secondary a:visited,
#tertiary a:visited { color: #4b003d; }

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

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

.any-column #secondary, .any-column #tertiary { padding: .5em 0; }
.any-column #tertiary { margin-top: 2em; }
.one-column-split #tertiary { margin-top: 0; }
@media only screen and (min-width: 45em) {
    .multiple-columns #secondary,
    .multiple-columns #tertiary {
        padding: 0;
        }

    .multiple-columns #tertiary {
        margin-top: 0;
        }

    .two-columns #tertiary {
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        }

    .two-columns #tertiary .module { margin: 1em 1.5em; }
    .two-columns-left #tertiary .module { float: right !important; }

    .two-columns #secondary .module-search .search-form,
    .three-columns .module-search .search-form {
        text-align: right;
        }
}

.module {  padding: 1em .25em .5em .25em; 
    margin: 2.5em 1.5em;
    background-color: #f4f0f0;
    border-color: transparent !important;
    border-radius: 1em;
    }

.module-header { background-color: #b0d7dc;
    font-size: medium;
    padding: .5em;
    margin: -2.5em .5em 1em .5em;
    float: left;
    color: #102e32;
    border-radius: 1em;
    }

#secondary .module-header a,
#tertiary .module-header a,
#secondary .module-header a:visited,
#tertiary .module-header a:visited { color: #102e32; }

.module-userprofile { text-align: center; }
.module-userprofile .module-header { text-align: left; }
.module-userprofile .module-content { padding-top: 1em; }

.module-navlinks ul,
.module-typelist ul { list-style: none; }

.module-calendar .module-content { padding-top: 1em; }
.module-calendar table { font-size: small; }
.module-calendar .entry-day a { display: block;
    background-color: #49ccdc;
    padding: 2px;
    border-radius: 4px;
    }

.module-calendar table a { text-decoration: none; }
.module-calendar table a:hover { text-decoration: underline; }

.module-syndicate .module-content { margin-top: 1em; }
.module-customtext .module-content { padding: 1em .5em .5em .5em; }

.module-time,
.module-powered { padding: .5em; }

.module-search .search-box, .module-search .search-button {
    border-radius: 1em;
    background-color: #f4f0f0;
    color: #343838;
    border: 1px solid #b0d7dc;
}
.module-search .search-form { margin: .2em auto; }
.module-search .search-box { margin: .2em; }

.module-search .module-content,
.module-cuttagcontrols .module-content {
    padding-top: 1em;
    }

/* footer */

#footer { background-color: #9fd5dc;
    height: 4em;  }
#footer .page-top {background-color: #f4f0f0;
    padding: .5em;
    margin: 1em 2em;
    float: left;
    border-radius: 1em;
    }


            .has-userpic .entry .contents .userpic { float: right; }
            .has-userpic .comment .contents .userpic { float: right;
                margin: .5em 0 .5em .5em; }
            .has-userpic .entry .contents .entry-poster { clear: left; /* Fixes display bug in Chrome. Keeps username below entry title. */ }
            

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