<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: #fefff0;
    color: #6c5c5c;
    }

.ContextualPopup a, .icon-browser a { color: #e86197; }
.ContextualPopup a:visited { color: ; }
.ContextualPopup a:hover { color: #82d4ba; }
.ContextualPopup a:active { color: ; }

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-size: 100%;
    padding: 0;
    background: #f4f5e6;
    color: #6c5c5c;
background-color: #f4f5e6;

}

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

a { color: #e86197;
 }
a:visited {  }
a:hover { color: #82d4ba;
 }
a:active {  }

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: transparent;
    color: #857575;

}

h1#title {
    font-size: 3em;
}

h2#subtitle,
h2#pagetitle {
    font-size: 2em;
}

#footer {
    background: transparent;
}

#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: 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: #fefff0;
    background-color: #fefff0;
border: solid 1px #857575;

}

.entry .entry-title {
    font-size: 2em;
}

.entry .entry-title, .entry .entry-title a {
    color: #fefff0;
background-color: #82d4ba;

}

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

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

.entry a {  }
.entry a:visited {  }
.entry a:hover {  }
.entry a:active {  }

/* 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: #857575;
 }
.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 {
    
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    
}

.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: #fefff0;
    background-color: #fefff0;
border: solid 1px #857575;

}

.module a { color: #5ba890;
 }
.module a:visited {  }
.module a:hover {  }
.module a:active {  }

.module h2 {
    color: #fefff0;
background-color: #e86197;

    
}

.module-content {
    
    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;
    }
}




        .module-navlinks li {
        display: inline-block; }

        .module-navlinks .module-header { display: none; }
        
    
/*-- Seamless (Tabula Rasa) --*/
/*--- main ---*/

        * {
        margin: 0px; 
        padding: 0px;
        }

        BODY { 
        font-family: arial, sans-serif;
        } 

        a { 
        text-decoration: none;
        }

        code, kbd, pre, tt, textarea {
        font-family: monospace;
        }

        q { 
        font-style: italic; 
        }

        blockquote {
        padding: 8px; 
        margin: 15px 55px 15px 15px; 
        text-align: justify;
        }

        ul {
        margin: 5px 0px 5px 25px;
        list-style: square;
        list-style-position: inside;
        }

        ol li {
        margin: 5px 0px 5px 15px;
        list-style-type: upper-roman;
        list-style-position: inside;
        }


/*--- containers and layout-specific styling ---*/

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

        .three-columns-left h2.module-header, .two-columns-left h2.module-header,
        .three-columns-sides #secondary h2.module-header, .one-column h2.module-header { border-right: 10px solid #857575; }

        .three-columns-left .module-header, .two-columns-left .module-header,
        .three-columns-sides #secondary .module-header, .one-column .module-header,
        .three-columns-left .module, .two-columns-left .module,
        .three-columns-sides #secondary .module, .one-column .module { text-align: right; }

        .three-columns-right h2.module-header, .two-columns-right h2.module-header,
        .three-columns-sides #tertiary h2.module-header { border-left: 10px solid #857575; }

        .three-columns-right .module-header, .two-columns-right .module-header,
        .three-columns-sides #tertiary .module-header,
        .three-columns-right .module, .two-columns-right .module,
        .three-columns-sides #tertiary .module { text-align: left; }

        /*---------inline-block one-column mode-----*/

.one-column #secondary, .one-column #tertiary {
    background-color: #fefff0;
    }

.one-column #secondary, .one-column #tertiary { width: 100%; }
.one-column .module {
    display: inline-block;
    vertical-align: top;
    width: 15em;
    }
.one-column #header .module-navlinks {width: 100%;}

/*--- titles ---*/

        #header { 
        padding: 5px;   
        margin: -15px 0px 0px 0px;  
        }

        h1#title { 
        letter-spacing: -0.07em;
        line-height: 55%;  
        text-align: right;
        text-transform: lowercase;
        font-weight: lighter; 
        }

        h1#title a {
        color: #857575;
        }

        h2#subtitle { 
        letter-spacing: -0.07em;
        color: #e86197;     
        text-align: right;
        text-transform: lowercase;
        font-weight: lighter; 
        }

        h2#pagetitle {
        letter-spacing: -0.07em;  
        text-align: right;
        text-transform: lowercase;
        font-weight: lighter; 
        }

/*--- sidebar ---*/

        .module {   
        text-align: right; 
        padding: 0px;           
        border: 0;
        }

        .module-header {   
        text-align: right;
        }

        .module-content { 
        padding: 10px; 
        }


        h2.module-header {  
        padding: 12px; 
        letter-spacing: -0.07em;
        font-size: 2em;
        text-transform: lowercase;
        font-weight: lighter;
        margin:0;  
        }

        h2.module-header a { 
        color: #fefff0;  
        }

        #header .module-navlinks { 
        font-size: 2em;
        margin: 20px 0px 20px 0px;  
        font-weight: lighter;
        text-transform: lowercase;
        background-color: transparent;
        }

        #header .module-navlinks ul.module-list {
        display: inline;
        padding: 0; 
        margin: 0;  
        }

        #header .module-navlinks ul.module-list li { 
        display: inline; 
        margin: 0px 5px 20px 0; 
        list-style: none; 
        padding: 5px 5px 10px 5px; 
        }

        #header .module-navlinks a { 
        color: #82d4ba;     
        }

        #header .module-navlinks a:hover { 
        color: #e86197;     
        }

        #header .module-navlinks a:visited { 
        color: ;     
        }

        #header .module-navlinks a:active { 
        color: ;     
        }

        .no-navstrip .module-navlinks {
        top: 0;
        }

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

        div.module-content div.userpic { 
        text-align: center; 
        }

        div.module-content div.userpic img { 
        background-color: #857575;
        border: 0px solid;  
        width: 50px;
        height: 50px;
        border-right: 5px solid #82d4ba;    
        border-left: 5px solid #e86197; 
        padding: 5px 5px 20px 5px;  
        }

        div.journal-name {  
        text-transform: lowercase; 
        margin: 5px 0px 0px 0px; 
        text-align: center; 
        }

        div.journal-website-name { 
        text-transform: lowercase; 
        text-align: center; 
        }

        ul.userlite-interaction-links { 
        margin: 5px 0px 0px 0px; 
        list-style: none; 
        text-align: center; 
        }

        ul.userlite-interaction-links li { 
        margin: 0px auto; 
        display: inline; 
        list-style: none; 
        text-align: center; 
        }

        .module-list-item { 
        padding: 2px; 
        margin: 5px 0px; 
        list-style: none; 
        }

        div.manage-tags-link { 
        margin: 10px 0px 0px 0px;
        text-transform: lowercase; 
        text-align: right; 
        }

        div.module-calendar table { 
        text-align: center; 
        margin: auto; 
        width: 55%; 
        }

        div.module-calendar td {
        padding: 3px; 
        }

        div.module-calendar th { 
        text-transform: lowercase; 
        background-color: #857575;
        border: 1px solid #857575; 
        color: #fefff0;
        }

        div.module-calendar td.empty-day { 
        text-transform: lowercase;
        border: 1px solid #857575; 
        }

        div.module-calendar td.entry-day { 
        text-transform: lowercase; 
        border: 1px solid #857575; 
        background-color: #f4f5e6;
        }

/*--- navigation (for entries) ---*/

        .navigation { 
        background-color: #82d4ba;  
        color: #fefff0;  
        text-align: center; 
        padding: 5px; 
        margin: 0px 0px 0px 0px;    
        letter-spacing: -0.07em;
        font-size: 1.2em;
        text-transform: lowercase;
        font-weight: lighter; 
        }

        .navigation a { 
        color: #fefff0;  
        }

        .topnav { 
        display: none;  
        }

        .bottomnav { 
        margin: 0px 170px 0px 0px;
        }

        .page-separator { 
        padding: 10px; 
        }

        div.navigation ul { 
        display: inline; 
        }

        div.navigation li { 
        display: inline; 
        list-style: none; 
        }

        li.page-back, li.page-forward {
        display: inline; 
        list-style: none; 
        }

/*--- entries ---*/

        .entry {  
        border-style: solid;
        border-color: #857575;    
        }

        
        .bottomnav {
            margin: 0px 0px 0px 170px; 
            }
            
        .entry {
            margin: 0px 0px 0px 170px;          
            border-width: 0px 10px 0px 0px;
            }

        .comment {
            margin-left: 160px;
            }

        .has-userpic .entry .userpic {
            float: left;
            margin: -10px 0px 10px -140px;
            }

        .has-userpic .comment .userpic {
            display: block;
            float: left;
            margin: 0 0 15px -141px;
            }
        

        .entry .userpic img { 
        background-color: #857575;
        border: 0px solid;  
        border-right: 10px solid #82d4ba;    
        border-left: 10px solid #e86197;    
        padding: 10px 10px 50px 10px;   
        }

        .entry-content { 
        padding: 10px; 
        min-height: 100px; 
        margin: 10px 0px 0px 0px;
        }

        .entry .header { 
        background-color: #82d4ba;  
        padding: 5px 10px 5px 10px; 
        margin: 0px 150px 0px 0px; 
        margin-right: 0px; 
        text-align: right;
        font-weight: lighter;
        }


        .entry-title {
        letter-spacing: -0.07em;
        text-transform: lowercase;
        font-weight: lighter;
        }

        .entry-title a { 
        padding: 3px 5px 5px 5px;
        }

        .datetime {  
        color: #6C5C5C; 
        text-transform: lowercase;
        }

        .datetime a {  
        color: #6C5C5C; 
        }

/*--- currents and tags ---*/

        .metadata { 
        padding: 10px 15px 5px 15px; 
        margin: 0px;  
        text-transform: lowercase; 
        margin-right: 0px; 
        }

        div.metadata ul { 
        padding: 0px; 
        margin: 0px; 
        }

        div.metadata ul li { 
        list-style: none; 
        padding: 0px; 
        margin: 0px; 
        }

        span.metadata-item-location, span.metadata-item-music, span.metadata-item-mood { 
        color: #e86197;
        text-align: right; 
        text-transform: lowercase; 
        display: inline; 
        }

        .tag {  
        padding: 15px; 
        text-transform: lowercase;
        margin-right: 0px;  
        }

        span.tag-text { 
        text-transform: lowercase;
        }

        div.tag ul li { 
        text-align: right; 
        display: inline; 
        list-style: none; 
        font-weight: normal; 
        margin: 5px 5px 0px 0px; 
        }

        ul.entry-management-links {
        padding: 5px 5px 0px 5px; 
        list-style: none; 
        text-align: right;
        margin: 0px; 
        margin-right: 0px;  
        }

        ul.entry-management-links li { 
        margin: 0px auto; 
        display: inline; 
        list-style: none; 
        }

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

        .entry ul.text-links li { 
        display: inline; 
        list-style: none;  
        letter-spacing: -0.07em;
        font-size: 1.75em;
        text-transform: lowercase;
        font-weight: lighter;
        margin: 0px 5px x 0px;
        padding: 0px; 
        }


/*--- entry colors on secondary pages ---*/

#archive-year .header h3, .tags-container .header h2, .icons-container .header h2 {
    font-size: 2em;
    color: #fefff0;
background-color: #82d4ba;
;
}

.tags-container, .icons-container, #archive-year div.month, #comments .comment, #archive-month div.month { 
        background-color: #fefff0;
border: solid 1px #857575;

        margin: 0px 170px 0px 0px;
        border-width: 0px 0px 0px 10px;
        border-style: solid;
        border-color: #857575 }

.tags-container .contents, .icons-container .contents, #archive-year div.month .contents, #comments .comment .contents, #archive-month div.month  { padding: 1em; }

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

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

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

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


/*--- archive page ---*/

        .month {   
        margin: 0px 170px 0px 0px;
        border-width: 0px 0px 0px 10px;
        border-style: solid;
        border-color: #857575;   
        }

        table.month { 
        border: 0px;
        padding: 15px; 
        }

        .month table { 
        width: 70%; 
        margin: auto; 
        }

        .month caption { 
        display: none; 
        }

        #archive-year .month h3 { 
        background-color: #82d4ba;  
        padding: 12px; 
        color: #fefff0; 
        letter-spacing: -0.07em;
        font-size: 2em;
        text-align: right; 
        text-transform: lowercase; 
        font-weight: lighter; 
        }

        .day-date { 
        background-color: #82d4ba;  
        margin: 0px 170px 0px 0px; 
        padding: 5px; 
        color: #fefff0; 
        letter-spacing: -0.07em;
        font-size: 1.5em;
        text-transform: lowercase; 
        font-weight: lighter; 
        border-left: 10px solid #857575;
        }


        .month th { 
        background-color: #857575; 
        color: #fefff0; 
        margin: 0px 2px; 
        padding: 5px; 
        font-size: 1.5em; 
        font-weight: lighter; 
        text-transform: lowercase; 
        border: 1px solid #857575;
        width:14%;
        }

        .month td { 
        padding: 15px; 
        border: 1px solid #857575;
        }

        .month td.day { 
        border: 1px solid #857575; 
        font-weight: normal; 
        }

        .month td.day-has-entries {
        background-color: #f4f5e6;
        font-weight: normal; 
        }

        .month td.day-has-entries p { 
        text-align: right; 
        font-size: 1.5em; 
        font-weight: lighter; 
        padding: 0px 0px 0px 5px; 
        }

/*--- tags page ---*/

        .page-tags .tags-container {
        background-color: #fefff0;   
        margin: 0px 170px 0px 0px;
        border-width: 0px 0px 0px 10px;
        border-style: solid;
        border-color: #857575;  
        }

        .page-tags .tags-container h2 { 
        background-color: #82d4ba;
        padding: 12px; 
        color: #fefff0; 
        letter-spacing: -0.07em;
        font-size: 2em;
        text-transform: lowercase; 
        font-weight: lighter; 
        }

        .page-tags .ljtaglist { 
        padding: 10px; 
        }

        .manage-tags-link { 
        padding: 10px; 
        }


/*--- icon page ---*/

        .icons-container {
        background-color: #fefff0; 
        margin: 0px 170px 0px 0px;
        border-width: 0px 0px 0px 10px;
        border-style: solid;
        border-color: #857575;  
        }

        .icons-container h2 { 
        background-color: #82d4ba;
        padding: 12px; 
        color: #fefff0; 
        letter-spacing: -0.07em;
        font-size: 2em;
        text-transform: lowercase; 
        font-weight: lighter; 
        }


        .manage-icons-link { 
        padding: 10px; 
        }

        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;
}

/*--- comments ---*/

        .comment-content { 
        padding: 15px; 
        min-height: 70px; 
        }

        div.comment div.header { 
        background-color: #82d4ba;
        padding: 5px 10px 5px 10px;  
        letter-spacing: -0.07em;
        color: #fefff0; 
        text-align: right;
        text-transform: lowercase;
        font-weight: lighter;
        }

        .comment-title { 
        color: #fefff0; 
        letter-spacing: -0.07em;
        font-weight: lighter;
        font-size: 2em;
        text-transorm: lowercase;
        }

        .comment-title a { 
        color: #fefff0; 
        font-weight: lighter;
        }

        hr.above-entry-interaction-links, hr.below-reply-container { 
        display: none; 
        }

        textarea.textbox  { 
        width: 85% !important; 
        border: 1px solid #857575;
        }

        .poster-ip { 
        margin-top: 5px;
        display: none; 
        }

        div.comment div.userpic { 
        float: right; 
        margin: 0px -130px 10px 0px; 
        }

        div.comment div.userpic img { 
        background-color: #857575;
        border: 0px solid;  
        border-right: 10px solid #82d4ba;    
        border-left: 10px solid #e86197;     
        padding: 10px 10px 50px 10px;   
        }

        .bottomcomment { 
        background-color: #fefff0; 
        padding: 10px; 
        margin: 0px 170px 0px 0px;  
        border-left: 10px solid #857575;
        }

        div.comment div.footer { 
        margin-right: 0px; 
        padding: 0px 10px 0px 10px; 
        font-weight: lighter; 
        text-transform: lowercase; 
        }

        .comment-management-links ul, .comment-interaction-links ul {
        list-style: none; 
        }

        ul.comment-management-links {
        padding: 2px; 
        list-style: none; 
        text-align: right;
        margin: 0px;
        }

        ul.comment-management-links li { 
        margin: 0px auto; 
        display: inline; 
        list-style: none; 
        }

        ul.comment-interaction-links { 
        padding: 2px; 
        text-align: right; 
        margin: 0px; 
        }

        .comment ul.text-links li { 
        display: inline; 
        list-style: none;  
        letter-spacing: -0.07em;
        font-size: 1.75em;
        text-transform: lowercase;
        font-weight: lighter; 
        margin: 0px 5px 0px 0px;
        padding: 0px; 
        }

        .comment ul.text-links a { 
        color:#857575; 
        }

        .comment ul.text-links a:hover { 
        color:; 
        }

        .comment ul.text-links a:active { 
        color:; 
        }

         .comment ul.text-links a:visited { 
        color:; 
        }

        #qrform table { 
        border: 0!important; 
        }

        table.talkform { 
        margin: 0px 0px 10px 0px; 
        padding: 10px; 
        }



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