/* Cleaned CSS: */

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

.ContextualPopup a, .icon-browser a { color: #76c893; }
.ContextualPopup a:visited { color: #76c893; }
.ContextualPopup a:hover { color: #b5e48c; }
.ContextualPopup a:active { color: #76c893; }


#lj_controlstrip {
    background-color: #000000;
    background-image: none;
}

#lj_controlstrip {
    color: #ffffff;
    border-bottom: 1px solid #333333;
}

#lj_controlstrip_statustext {
    color: #ffffff;
}

#lj_controlstrip a {
    color: #62b6cb;
}

#lj_controlstrip_user,
#lj_controlstrip_actionlinks,
#lj_controlstrip_search,
#lj_controlstrip_login,
#lj_controlstrip_loggedout_userpic {
    border-right: 1px solid #333333;
}

#lj_controlstrip_login td {
    border-bottom: 0;
}

#lj_controlstrip td td {
    border-bottom: 0;
}
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: 'Noto Sans', Arial, sans-serif; font-size: 1em;
    padding: 0;
    background: #121212 url("https://i.imgur.com/jc2XvMn.png") repeat top left;
    color: #999999;
background-color: #121212;

}

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

a { color: #62b6cb;
 }
a:visited { color: #62b6cb;
 }
a:hover { color: #62b6cb;
 }
a:active { color: #62b6cb;
 }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 60em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 20em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 20em solid transparent;
    }
    .three-columns-left #content {
        border-left: 40em solid transparent;
    }
    .three-columns-right #content {
        border-right: 40em solid transparent;
    }
    .column-right #content {
        min-width: 20em; /* 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: #62b6cb;

}

h1#title {
    font-family: 'Smooch', 'Noto Sans', Arial, sans-serif; font-size: 3em;
}

h2#subtitle,
h2#pagetitle {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 0.9em;
}

#footer {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

/* entries */

.entry {
    background: #ffffff;
    color: #333333;
background-color: #ffffff;
border: solid 1px #cfcfcf;

}

.entry .entry-title {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
}

.entry .entry-title, .entry .entry-title a {
    color: #62b6cb;
background-color: #1b4965;

}

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

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

.entry a { color: #76c893;
 }
.entry a:visited { color: #76c893;
 }
.entry a:hover { color: #b5e48c;
 }
.entry a:active { color: #76c893;
 }

/* 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 > :last-child,
.comment-content > :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: #62b6cb;
 }
.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: 'Noto Sans', Arial, sans-serif; font-size: 1.2em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #ffffff;
background-color: #62b6cb;

}

.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: #ffffff;
    color: #333333;
background-color: #ffffff;
border: solid 1px #62b6cb;

}

.module a { color: #76c893;
 }
.module a:visited { color: #76c893;
 }
.module a:hover { color: #b5e48c;
 }
.module a:active { color: #76c893;
 }

.module h2 {
    color: #ffffff;
background-color: #62b6cb;

    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
}

.module-content {
    font-family: 'Noto Sans', Arial, sans-serif; font-size: 0.9em;
    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: 60em) {
    .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;}
    

/*--------------------*/
/*--- Practicality ---*/
/*--------------------*/

/*--- Main ---*/

body {
    margin: 0;
    }

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

p {
    margin: 1em 0;
    }

input, textarea {
    background: #ffffff;
    border: 1px solid #999999;
    color: #333333;
    }

blockquote {
    /*background: #ffffff;*/
    /*border-bottom: 3px solid #cfcfcf;*/
    border-left: 3px double #62b6cb;
    /*color: #999999;*/
    margin: 1em 1em 1em 1em;
    padding: 1em;
    }

ul {
    list-style: square inside;
    margin: .2em 0 0 .5em;
    }

ol {
    list-style: decimal inside;
    margin: .2em 0 0 .5em;
    }

/*--- Control Strip ---*/

#lj_controlstrip {
    justify-content: center;
    gap: 10px;
    }

#lj_controlstrip > div {
    flex-grow: 0;
    border-right: 0;
    padding: 10px;
    }

#lj_controlstrip a img {
    border-radius: 50%;
    margin-left: 4px;
    }

#lj_controlstrip input, #lj_controlstrip select {
    border: 1px solid #CCC;
    padding: 1px 4px;
    border-radius: 0;
    background: #000000 !important;
    color: #ffffff !important;
    }

#lj_controlstrip .ljuser img {
    display: none;
    }

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

#canvas {
    width: 90%;
    margin: 0 auto;
    }

@media only screen and (max-width: 60em) {
    #canvas {
        width: calc(100% - 10px);
        }
    }

#primary > .inner:first-child {
    padding: 0;
    }

#secondary > .inner:first-child,
#tertiary > .inner:first-child {
    padding: 0;
    }

@media only screen and (min-width: 60em) {
    .column-left #primary > .inner:first-child {
        padding-left: 1em;
        }

    .column-right #primary > .inner:first-child {
        padding-right: 1em;
        }

    .three-columns-left #secondary > .inner:first-child,
    .three-columns-right #secondary > .inner:first-child {
        padding-right: .5em;
        }

    .three-columns-left #tertiary > .inner:first-child,
    .three-columns-right #tertiary > .inner:first-child {
        padding-left: .5em;
        }
}

/*--- Collapsed Sidebar ---*/

body { overflow-x: hidden; }

#secondary {
    float: none !important;
    width: 15em;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 0.7s;
    }

#secondary:hover {
    transform: translateX(0);
    }

#secondary:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 70px;
    height: 40px;
    width: 50px;
    }

#secondary:after {
    font-family: "Material Symbols Outlined";
    content: "settings";
    font-size: 22px;
    position: absolute;
    left: -50px;
    top: 70px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-clip: padding-box;
    background: #ffffff;
    color: #62b6cb;
    box-shadow: -5px 0 10px rgb(0 0 0 / 10%);
    border-radius: 50%;
    cursor: pointer;
    }

#secondary>.inner {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-left: 10px;
    background-color: #ffffff;
    border-left: 1px solid #62b6cb;
    box-shadow: -5px 0 10px rgba(0 0 0 / 10%);
    }

@media only screen and (min-width: 45em) {
    .two-columns-right #content, .three-columns-sides #content {
        border-right: 0 !important;
        }
    }

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

#header {
    padding: .1em .5em;
    margin-bottom: 1em;
    }

#header:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
    }

#header .header-title {
    /*max-width: 750px;*/
    margin: 2em auto;
    text-align: center;
    }

#header .header-image {
    margin: 0 auto;
    height: 150px;
    width: 150px;
    max-width: 100%;
    background:  url("") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

#header .header-links {
    margin-top: -1em;
    margin-bottom: 75px;
    }

#header .header-links ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    }

#header .header-links li {
    display: inline-block;
    margin: 1.5px 1.5px;
    }

#header .header-links li.heading {
    padding: 0 10px;
    font-family: 'Smooch';
    font-size: 1.5em;
    }

#header .header-links li.link a {
    display: inline-block;
    padding: 10px 14px;
    min-width: 50px;
    text-align: center;
    font-size: smaller;
    transform: skew(10deg, 5deg);
    }

#header .header-links li.link a>span {
    display: inline-block;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
    transform: skew(-10deg, -5deg);
    }

#header .header-links li.link a,
#header .header-links li.link a>span {
    /* fix for transform jagged edges */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    outline: 1px solid transparent;
    }

#header .header-links li.link a {
    box-shadow: inset 0 0 0 0 #62b6cb;
    color: #62b6cb;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
    }

#header .header-links li.link a:hover {
    box-shadow: inset 1000px 1em 0 0 #62b6cb;
    color: #121212;
    }

@media only screen and (min-width: 60em) {
    #header .header-title {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        }

    #header .header-image {
        flex-basis: auto;
        margin: 0;
        margin-right: 1em;
        }

    #header .header-text {
        flex-basis: auto;
        padding-right: 2em;
        }
    }

h1#title, h1#title a {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1em;
    font-weight: normal;
    color: #62b6cb;
    }

h2#subtitle,
h2#pagetitle {
    border: none;
    color: #62b6cb;
    font-weight: bold;
    }

h2#subtitle {
    margin: -1em 0 0;
    color: #999999;
    font-weight: normal;
    letter-spacing: 2px;
    cursor: default;
    }

#header .module-navlinks {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 0.9em;
    background: transparent;
    border: none;
    color: #62b6cb;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    margin: -1em 0 0;
    text-align: center;
    }

#header .module-navlinks li {
    display: inline;
    padding: 0 1em;
    }

#header .module-navlinks li a {
    color: #62b6cb;
    }

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

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

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

/*--- Journal Footer ---*/

#footer {
    margin-bottom: 1em;
    background: transparent;
    text-align: right;
    text-transform: uppercase;
    }

.page-top {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    text-shadow: none;
    }

.page-top a {
    color: #62b6cb;
    }

.page-top a:hover {
    color: #62b6cb;
    }

.page-top a:before {
    content: "arrow_upward";
    display: block;
    font-family: "Material Symbols Outlined";
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    }


@media only screen and (min-width: 60em) {
    .page-top {
        position: fixed;
        left: 0; bottom: 0;
        margin: 0 0 1em 1em;
    }
}

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

.navigation {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
    /*background: #121212;*/
    color: #999999;
    font-size: 1.2em;
    margin: 0 0 15px 0;
    padding: 5px;
    text-align: center;
    }

.topnav a, .bottomnav a {
    color: #62b6cb;
    }

.navigation.empty {
    display: none;
    }

.page-read .navigation.empty {
    /* display: block; */
    /* padding: 10px; */
    }

.page-read .navigation.empty ul {
    margin: 0;
    padding: 0;
    }

.page-read .navigation.empty ul li {
    margin: 0;
    padding: 0;
    }

/*--- Sidebar ---*/

li.page-separator {
    display: none;
    }

.module {
    border: none;
    margin-bottom: 2em;
    padding: 0 10px;
    }

h2.module-header {
    /* border-bottom: 1px solid #62b6cb; */
    background-color: #62b6cb;
    color: #ffffff;
    font-weight: normal;
    margin: 0 -10px 10px;
    padding: 0 20px;
    }

h2.module-header a,
h2.module-header a:active,
h2.module-header a:hover,
h2.module-header a:visited {
    color: #ffffff;
    }

ul.module-list {
    list-style: none;
    }

ul.module-list li,
ul.module-list-item li {
    padding: 0 0 0 5px;
    }

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

.module-content .userpic img {
    background: #76c893;
    border: none;
    padding: 10px;
    }

.journal-name {
    margin-top: 5px;
    text-align: center;
    }

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

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

ul.userlite-interaction-links.icon-links li {
    margin: 0 auto;
    }

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

.module-navlinks {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 1px;
    list-style: none;
    text-align: center;
    padding-top: 1em;
    }

.module-navlinks a {
    color: #ffffff;
    }

.module-navlinks .module-list {
    margin: 0;
    }

.manage-link {
    margin: 10px 0 0;
    text-align: right;
    }

.module-calendar table {
    text-align: center;
    }

.module-calendar th {
    background: #62b6cb;
    color: #ffffff;
    border: 1px solid #62b6cb;
    padding: 0;
    }

.module-calendar td.empty-day {
    padding: 0 5px;
    border: 1px solid #62b6cb;
    }

.module-calendar td.entry-day {
    padding: 0 5px;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #62b6cb;
    }

.module-calendar td.entry-day a { color: #76c893; }
.module-calendar td.entry-day a:visited { color: #76c893; }
.module-calendar td.entry-day a:hover { color: #b5e48c; }
.module-calendar td.entry-day a:active { color: #76c893; }


.module-customtext {
    padding: 0;
    margin-bottom: 0;
    }

.module-customtext h2.module-header {
    margin: 0;
    }

.module-customtext .sidebar-image {
    margin: 0 auto;
    height: 240px;
    width: 100%;
    max-width: 100%;
    background: #CCC no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -1px;
    border-top: 1px solid #62b6cb;
    border-bottom: 1px solid #62b6cb;
    }

.module-customtext .sidebar-text {
    padding: 1em;
    margin-top: -1px;
    border: 1px solid #62b6cb;
    background: #62b6cb;
    color: #ffffff;
    }

.module-customtext img {
    max-width: 100%;
    }

.module-content a, .module-typelist a, .module-pagesummary a,
div[class*='module-tags'] .module-content a {
    box-shadow: inset 0 0 0 0 #76c893;
    color: #76c893;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    letter-spacing: 0;
    border-radius: 6px;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
    }

.module-content a:hover, .module-typelist a:hover, .module-pagesummary a:hover,
div[class*='module-tags'] .module-content a:hover {
    box-shadow: inset 1000px 2em 0 0 #76c893;
    color: #ffffff !important;
    }

/*--- Entries ---*/

.entry {
    border: none;
    padding: 25px;
    margin-bottom: 75px;
    }

/* Provide an anchor for absolute positioning of descendents like userpic */
.entry .header,
.entry .contents {
    position: relative;
    }

/* Don't allow one overflowing flist entry to trash the whole page's layout */
.entry .contents > .inner {
    overflow-x: auto;
    }

.entry-content {
    margin: 1em 0;
    min-height: 100px;
    line-height: 1.5;
    }

.entry-content td, .entry-content th {
    /*border: 1px solid #cfcfcf;*/
    }

.entry .header {
    font-size: 1em;
    padding: 0;
    min-height: 80px; /* prevent icon from flowing onto contents */
    }

.entry .header .datetime {
    display: block;
    margin: 0.5em 0;
    }

h3.entry-title {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
    font-weight: normal;
    display: inline;
    line-height: 1.5;
    }

h3.entry-title a,
h3.entry-title a:active,
h3.entry-title a:hover,
h3.entry-title a:visited {
    color: #62b6cb;
    }

h3.entry-title a img {
    margin-bottom: 0.25em;
    }

.entry .entry-title, .entry .entry-title a {
    background-color: transparent;
    }

.access-filter, .restrictions {
    margin: 0.25em;
    }

h3.day-date {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
    text-align: center;
    }
.text_noentries_day {
    text-align: center;
    }

.datetime, .edittime {
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

.edittime {
    margin-top: 1em;
    }

.datetime a,
.datetime a:active,
.datetime a:hover,
.datetime a:visited {
    color: #333333;
    }

.has-userpic .entry .userinfo,
.has-userpic .comment .userinfo {
    max-width: 120px;
    text-align: center;
    }

@media only screen and (max-width: 60em) {
    .has-userpic .entry .userinfo,
    .has-userpic .comment .userinfo {
        margin-right: -30px;
        }
    }

.has-userpic .entry .userpic {
    border: none;
    }

.entry .userpic img {
    background: #62b6cb;
    border: none;
    padding: 10px;
    }

.entry-poster {
    color: #62b6cb;
    display: block;
    font-size: .75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 1em;
    cursor: default;
    }

.entry-poster a,
.entry-poster a:active,
.entry-poster a:hover,
.entry-poster a:visited {
    color: #ffffff;
    }

.entry .entry-poster {
    color: #ffffff;
    background: #62b6cb;
    margin: -25px -25px 25px;
    padding: 1rem;
    }

.display-name {
    padding: 2px 6px;
    margin: 0 2px;
    border-radius: 6px;
    text-shadow: none;
    text-transform: none;
    background: #1b4965;
    color: #ffffff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    }

.metadata {
    font-size: .85em;
    text-transform: uppercase;
    margin: 1em 0 0;
    text-align: right;
    }

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

.metadata ul li {
    padding: 0;
    margin: 0;
    }

.metadata-item-location, .metadata-item-music, .metadata-item-mood, .tag ul {
    color: #76c893;
    text-align: right;
    }

.entry .entry-content a, .entry .tag a {
    box-shadow: inset 0 0 0 0 #76c893;
    color: #76c893;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
    }

.entry .entry-content a:hover, .entry .tag a:hover {
    box-shadow: inset 1000px 2em 0 0 #76c893;
    color: #ffffff !important;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    border-radius: 6px;
    }

.entry .footer {
    clear: both;
    text-align: right;
    margin-top: 1em;
    }

.tag {
    margin: 2em 0 .5em 0;
    font-size: 11px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    }

.tag ul li {
    margin: .5em 0 0;
    text-align: right;
    }

ul.entry-management-links {
    display: inline;
    margin: .5em 0 0;
    padding: .5em 0 0;
    text-align: center;
    }

ul.entry-management-links li {
    margin: 0 auto;
    text-align: center;
    }

ul.entry-interaction-links {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center;
    }

ul.entry-interaction-links li,
ul.entry-management-links li {
    color: #62b6cb;
    text-transform: uppercase;
    font-size: .8em;
    margin: 0 .5em 0 0;
    padding: 0;
    display: inline-block;
    }

ul.entry-interaction-links a,
ul.entry-interaction-links a:active,
ul.entry-interaction-links a:hover,
ul.entry-interaction-links a:visited,
ul.entry-management-links a,
ul.entry-management-links a:active,
ul.entry-management-links a:hover,
ul.entry-management-links a:visited {
    color: #62b6cb;
    }

/*--- Archive Page ---*/

.month {
    background: #ffffff;
    color: #333333;
    margin: 0 0 25px 0;
    padding: 50px;
    }

.month a { color: #76c893; }
.month a:visited { color: #76c893; }
.month a:hover { color: #b5e48c; }
.month a:active { color: #76c893; }

table.month {
    border-bottom: none;
    }

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

table.month td, table.month th {
    border: 1px solid #cfcfcf;
    }

.month caption {
    display: none;
    }

.month h3 {
    color: #62b6cb;
    font-size: 1.2em;
    font-weight: normal;
    }

.month th {
    background: #121212;
    color: #999999;
    border: 1px solid #cfcfcf;
    text-align: center;
    }

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

td.day {
    padding: 1em;
    }

.month td.day-has-entries {
    /* background: #121212;
    color: #999999; */
    font-weight: normal;
    text-align: left;
    }

.month td.day-has-entries p {
    font-size: 1.14em;
    font-weight: bold;
    text-align: right;
    }

.month td.day-has-entries p a { color: #62b6cb; }
.month td.day-has-entries p a:visited { color: #62b6cb; }
.month td.day-has-entries p a:hover { color: #62b6cb; }
.month td.day-has-entries p a:active { color: #62b6cb; }

.month dl, .month dt, .month dd {
    margin: 0;
    padding: 0;
    }

/*--- Tags Page ---*/

.page-tags .tags-container {
    background: #ffffff;
    color: #333333;
    padding: .5em;
    }

.page-tags .tags-container a { color: #76c893; }
.page-tags .tags-container a:visited { color: #76c893; }
.page-tags .tags-container a:hover { color: #b5e48c; }
.page-tags .tags-container a:active { color: #76c893; }

.page-tags .tags-container h2 {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
    border-bottom: 1px solid #cfcfcf;
    color: #62b6cb;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 .5em 0;
    }

.page-tags .tags-container .ljtaglist {
    list-style: none;
    margin-left: 0;
    }

.page-tags .non-link-tag {
    display: inline-block;
    margin-top: 1em;
    font-weight: bold;
    }

/*--- Icons Page ---*/

.icons-container {
    background: #ffffff;
    color: #333333;
    padding: .5em;
    }

.icons-container a { color: #76c893; }
.icons-container a:visited { color: #76c893; }
.icons-container a:hover { color: #b5e48c; }
.icons-container a:active { color: #76c893; }

.icons-container h2 {
    font-family: 'Playfair Display', 'Noto Sans', Arial, sans-serif; font-size: 1.5em;
    border-bottom: 1px solid #cfcfcf;
    color: #62b6cb;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 .5em 0;
    }

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

/*--- Comments ---*/

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

.comment-pages {
    margin: 1em auto;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    }

.comment-wrapper {
    min-width: 14em;
    }



.comment {
    background: #ffffff;
    color: #333333;
    padding: 1em;
    }

/* Provide an anchor for absolute positioning of descendents like userpic */
.comment .contents {
    position: relative;
    }

/* Don't allow one overflowing comment to trash the whole page's layout */
.comment .contents > .inner {
    overflow-x: auto;
    }

.comment a { color: #76c893; }
.comment a:visited { color: #76c893; }
.comment a:hover { color: #b5e48c; }
.comment a:active { color: #76c893; }

.comment .comment-title, .comment .comment-title a {
    background-color: transparent; /* override default stylesheet */
    }

.comment-title, .comment-title a {
    color: #62b6cb;
    }

.no-subject .comment .comment-title {
    min-height: 1em;
    }

.comment .header {
    color: #ffffff;
    background-color: #62b6cb;
    margin: -1em -1em 0;
    padding: 1em;
    }

.has-userpic .comment .header {
    min-height: 50px;
    }

.comment .header a,
.comment .header a:visited,
.comment .header a:hover,
.comment .header a:active,
.comment .header .comment-poster,
.comment .header .datetime {
    color: #ffffff;
    }

.comment .footer {
    margin-top: 1em;
    font-size: .7em;
    text-transform: uppercase;
    }

.comment-content {
    /*border-bottom: 1px solid #cfcfcf;*/
    /*border-top: 1px solid #62b6cb;*/
    padding: 10px 0;
    }

.comment-poster {
    color: #62b6cb;
    margin-right: .5em;
    margin-bottom: .5em;
    font-size: .8em;
    text-transform: uppercase;
    }

.comment-poster a {
    color: #62b6cb;
    }

.comment-poster img {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
    }

.poster-ip {
    margin: 0 1em;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

textarea.textbox {
    background: #ffffff;
    color: #333333;
    width: 80% !important;
    }

.has-userpic .comment .userpic {
    border: none;
    display: block;
    }

.comment .userpic img {
    background: #62b6cb;
    border: none;
    padding: 10px;
    }

ul.comment-management-links,
ul.comment-interaction-links {
    display: inline-block;
    margin-right: .5em;
    text-align: left;
    }

.comment-management-links ul, .comment-interaction-links ul {
    display: inline;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    }

.comment-management-links li, .comment-interaction-links li {
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
    }

.comment-interaction-links li a,
.comment-management-links li a {
    color: #62b6cb;
    }

#qrform table {
    border: none !important;
    }

.bottomcomment {
    background: #ffffff;
    color: #333333;
    margin: .5em 0;
    padding: .7em;
    }

.bottomcomment a { color: #76c893; }
.bottomcomment a:visited { color: #76c893; }
.bottomcomment a:hover { color: #b5e48c; }
.bottomcomment a:active { color: #76c893; }

.bottomcomment label {
    display: block;
    margin-top: 1em;
    }

#comments .comment {
    min-width: 28em;
    }

@media only screen and (max-width: 60em) {
    #comments .comment {
        min-width: 75vw;
        }
    }

/*--- Contextual Pop-ups ---*/

.ContextualPopup {
    background: #ffffff;
    border: 1px solid #cfcfcf !important;
    border-radius: 0;
    color: #333333;
    }

.ContextualPopup div.Inner a,
.ContextualPopup div.Inner a:visited,
.ContextualPopup div.Inner a:active {
    text-decoration: none;
    }

.ContextualPopup a { color: #76c893; }
.ContextualPopup a:visited { color: #76c893; }
.ContextualPopup a:hover { color: #b5e48c; }
.ContextualPopup a:active { color: #76c893; }

.ContextualPopup .Userpic {
    border: 5px solid ;
    margin: .5em;
    padding: 0;
    }


            /* Float placeholder for userpic */
            .has-userpic .entry .header > .inner::before,
            .has-userpic .comment .contents > .inner::before {
                content: "";
                display: block;
                position: static;
                width: 130px;
                height: 120px;
                margin-top: -40px;
                float: right;
                }

            .has-userpic .entry .userinfo,
            .has-userpic .comment .userinfo {
                position: absolute;
                right: 0;
                top: -40px;
                }
            .has-userpic .comment .contents > .inner::before {
                margin-top: -105px;
                }
            .has-userpic .comment .userinfo {
                right: 0;
                top: -105px;
                }
            .has-userpic .entry .header .datetime {
                /*margin-right: 135px;*/
                }
            .has-userpic .comment .header {
                padding-right: calc(1em + 135px);
                }
            .has-userpic .comment .header .datetime {
                display: inline-block;
                /*margin-right: 135px;*/
                }
            


