/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #bdcb5c;
    color: #888888;
    }

.ContextualPopup a, .icon-browser a { color: #40a062; }
.ContextualPopup a:visited { color: #94a23a; }
.ContextualPopup a:hover { color: #00c0ba; }
.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-family: Verdana, sans-serif; font-size: 100%;
    padding: 0;
    background: #bdcb5c url("https://www.dreamwidth.org/img/styles/paperme/circus.jpg") repeat top center;
    color: #666666;
background-color: #bdcb5c;

}

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

a { color: #40a062;
 }
a:visited { color: #94a23a;
 }
a:hover { color: #00c0ba;
 }
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: #7d8a23;

}

h1#title {
    font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 8em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Verdana, sans-serif; font-size: 1em;
}

#footer {
    background: transparent;
}

#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: 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: transparent url("https://www.dreamwidth.org/img/styles/paperme/paperme_entry_background_light.png") repeat top center;
    color: #888888;

}

.entry .entry-title {
    font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 1.2em;
}

.entry .entry-title, .entry .entry-title a {
    color: #171a09;

}

.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 > :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: #94a23a;
 }
.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: Verdana, sans-serif; 
    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: #ffffff;
    color: #7d8a23;
background-color: #ffffff;

}

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

.module h2 {
    color: #666666;

    font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 1.2em;
}

.module-content {
    font-family: Verdana, sans-serif; font-size: 1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

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

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

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

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

.any-column .module-calendar table { margin: 0; }
.module-calendar .module-content { text-align: left; }
@media only screen and (min-width: 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;}
    /* ----------- Paper Me for Dreamwidth Style System 2 Core 2, by cimorene.dreamwidth.org ------------- */

 #primary { background: transparent url("https://www.dreamwidth.org/img/styles/paperme/paperme_entry_background_light.png") repeat top center; color: #888888;
 }

 #secondary, #tertiary { background: #ffffff; }

/* --------------------- Page header, entry titles, sidebar nav, & sidebar headers -------------------- */

/* Header position */
#header {
   padding-left:5%;
   margin-top: 2em;
   margin-bottom: 0px;
   }

/* Journal title */
#title {
   text-decoration: none;
   text-align: left;
   font-weight:normal;
   margin-bottom: 0px;
   }

/* Journal subtitle */
#subtitle,  #pagetitle {
   font-family: sans-serif; font-size: 1em;
   font-weight:bold;
   color: #666666;
   text-align: left;
   margin-left: 1em;
   margin-top: 0px;
   }

/* ------------------------------------------- Page Layout ------------------------------------------ */

body {
    font-family: Verdana, sans-serif; font-size: 100%;
    margin: 0;
    padding: 0;
    border-top: none;
    }

a {
    text-decoration: none;
    font-weight: bold;
    }

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

a:hover { text-decoration: underline; }

img, img a {
    border: 0!important;
    }

.tag ul, .tag ul li { display:inline; }

.page-top, .page-top a {
    text-align: center;
    color: #7d8a23;
    font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    background: ; }

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

.any-column #tertiary .module, .any-column #secondary .module {
    float:none;
    display:inline-block;
    width: 15em;
    vertical-align: top;
    background: none;
}
@media only screen and (min-width: 45em) {
    .multiple-columns #secondary .module, .three-columns #tertiary .module {
        display: block;
        width: auto;
    }
}

.module ul {
    list-style: none;
    }

.module a {
    font-weight:bold;
    }

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

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

.module .module-header {
    font-weight:bold;
    }

.module .module-header a {
    text-decoration: none;
    }

.module .manage-tags-link {
    text-align: center;
    font-size: smaller;
    text-transform: uppercase;
    }


/**-------------------- Sidebar modules --------------------**/

/*** --------- Profile --------- ****/

.module-userprofile .journal-name {
    text-align: center;
    font-weight:bold;
    }

.userlite-interaction-links ul {
    text-align: center;
    margin-left: 0.5em;
    padding:0;
}

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

/*** ----- Journal Navlinks ------ ***/

.module-navlinks {
    margin-top:1em;
    margin-left: 1em;
    }

.module-navlinks .current {font-style: italic; color: #7d8a23;}

.module-navlinks  ul {
    text-align: left;
    line-height:1.2em;
    }

.module-section-two  ul li {
    font-weight: bold;
    }



/* ---------------------------------- Entry --------------------------------- */

.entry{
    min-height: 110px;
    overflow:auto;
    }

.entry, .comment {
    min-height: 110px;
    padding:1%;
    background: none;
    }

.entry .userpic, .comment .userpic {
    padding: 5px;
    padding-top:0;
    margin-top: -3em;
    }

.entrysubject { width:100%; height:110px; }

.entry-title, .entry-title a {
    text-decoration: none;
    font-weight: normal;
    padding-top:0.5em;
    margin-bottom:0;
    text-align:left;
    }

.entry-content{ padding: 1em 2em;}

.restrictions, .access-filter {padding-top:0.5em; }

.datetime{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 1em;
    line-height:1em;
    font-weight: bold;
    }

.top-metadata {clear:both; padding-top: 0.5em;}

.metadata {
    font-size: smaller;
    font-weight: bold;
    }

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

.tag {text-align:left;
    font-weight: bold;
    padding-bottom: 1em;
    text-transform: none;
    }
.tag ul { display: inline; margin:0; padding:0; }

.tag ul li { display:inline; padding-left:0.8em; }

.entrytags ul li first { margin-left: -15em; }

.bottomcomment {
    padding: 1em;
    margin-top: 1em;
    text-align:right;
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #94a23a;
    padding-bottom: 2em;
    }

.comment-poster .anonymous {
    font-weight: bold;
    }

.footer {
     margin: 0 0 1em;
     font-weight: bold;
     font-size: 0.7em;
     text-transform: uppercase;
     text-align:right;
     }

.entry-management-links, .entry-management-links a,.entry-interaction-links, .entry-interaction-links a {
    padding: 0.5em 0.5em 0.5em 0;
    margin-top: 2em;
    display: inline;
    text-align: left;
    }

.entry-management-links a:hover, .entry-management-links a:active, .entry-interaction-links a:hover, .entry-interaction-links a:active {
    text-decoration: none;
    }

.entry-management-links ul, .entry-interaction-links ul {
    margin-left: 0;
    padding-left: 0;
    }

.entry-management-links li, .entry-interaction-links li {
    display: inline;
    }



/* -------------------------- Misc hacks & entry styling ----------------------- */

    /*separators*/
.page-separator { display:none; }


    q{
        font-style: italic;
    }

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

        .has-userpic .entry .header,
        .has-userpic .comment .header { margin-left: 110px; }

.no-userpic .userpic {margin-top:0;}


/* ---------------------- Secondary pages -------------- */
.page-archive .month .header, .tags-container .header, .icons-container .header {
    font-family: 'Century Gothic', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; font-size: 1.2em;
    background: ;
    color: #171a09;
    }


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

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

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

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


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


/* ---------------------- End CSS -------------- */
