/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #637396;
    color: #010101;
    }

.ContextualPopup a, .icon-browser a { color: #fceec1; }
.ContextualPopup a:visited { color: #fceec1; }
.ContextualPopup a:hover { color: #2c2727; }
.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: Asap, sans-serif; font-size: 100%;
    padding: 0;
    background: #637396 url("https://www.dreamwidth.org/img/styles/fantaisie/page_warmwelcome.jpg") repeat top left;
    color: #010101;
background-color: #637396;

}

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

a { color: #2f210f;
 }
a:visited { color: #2f210f;
 }
a:hover { color: #fceec1;
 }
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: #141927 url("https://www.dreamwidth.org/img/styles/fantaisie/header_warmwelcome.jpg") repeat-x center;
            height: 240px;
    color: #fceec1;

}

h1#title {
    font-family: Rochester, Asap, sans-serif; font-size: 2.6em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Rochester, Asap, sans-serif; font-size: 1.25em;
}

#footer {
    background: #141927;
}

#footer a { color: #fceec1;
 }
#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;
    
}

.entry .entry-title {
    font-family: Rochester, Asap, sans-serif; font-size: 1.8em;
}

.entry .entry-title, .entry .entry-title a {
    color: #2c2727;

}

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

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

.entry a { color: #fceec1;
 }
.entry a:visited { color: #fceec1;
 }
.entry a:hover { color: #2c2727;
 }
.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 {  }
.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: Rochester, Asap, sans-serif; font-size: 1.8em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #2c2727;

}

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

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

.module h2 {
    color: #2c2727;

    font-family: Rochester, Asap, sans-serif; font-size: 1.8em;
}

.module-content {
    font-family: Asap, 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;
    }
}




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

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

/* Fantaisie
/* by ninetydegrees
******************************/

/* General
******************************/

body {
    line-height: 1.3em;
    margin: 0;
}

a { text-underline: none; }

a:hover { border-bottom: 1px dotted; }

blockquote {
    background-color: #141927;
    border: 1px dotted #fceec1;
    color: #fceec1;
    padding: .5em;
}

blockquote a {
    color: #fceec1 !important; /* needed */
}

.userpic a:hover,
.month td a:hover,
.module-calendar a:hover {
    border-bottom: none;
}

.separator { display: none; }

/* Header
******************************/

#header {
    background-image: url("");
    height: auto;
    margin-bottom: 2em;
    padding: 0;
}

#header a { color: #fceec1; }
#header a:visited { color: ; }
#header a:hover { color: ; }
#header a:active { color: ; }

#header-canvas { margin: 0 2%; }

#header-primary {
    padding: 1.5em 0 0 0;
}

#header-secondary {
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/coffeebean-brown_reversed.png") no-repeat center left;
    background-position: center right;
    min-height: 24px;
    padding: 1.5em 0;
    text-align: right;
}

@media only screen and (min-width: 45em) {
    #header-primary {
        float: left;
        padding: 1.5em 0;
    }

    #header-secondary {
        float: right;
    }
}
h1#title {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

h1#title a {
    text-decoration: none;
}

#header .module-navlinks ul {
    list-style: none;
    margin: 0;
    padding: 0 31px 2px 0;
}

#header .module-navlinks ul li { display: inline; }

#header .module-navlinks ul li::after { content: " ."; }

#header .module-navlinks ul li:last-child::after { content: ""; }

h2#subtitle,
h2#pagetitle {
    line-height: 1em;
    margin: 0;
    padding: 0 31px 0 0;
}

#header-footer {
    background: #141927 url("https://www.dreamwidth.org/img/styles/fantaisie/header_warmwelcome.jpg") repeat-x center;
    border-bottom: 10px solid #594a42;
    border-top: 10px solid #594a42;
    box-shadow: inset 5px 5px 5px #2f3847, inset -5px -5px 5px #2f3847;
    clear: both;
    height: 240px;
}

/* Posts & Sidebar Containers
******************************/

#content {
    margin-left: 14%;
    margin-right: 14%;
}

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

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

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

    .one-column #secondary,
    .one-column #tertiary,
    .two-columns #tertiary {
        margin: 0 auto;
        text-align: center;
    }

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

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

/* Navigation
******************************/

.navigation {
    
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/spoon-yellow.png") no-repeat ;
    background-position: center left;
    margin-left: -111px;
    min-height: 27px;
    padding-left: 111px;
    
    margin-bottom: 1em;
}

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

.navigation li {
    display: block;
    padding: 0;
}

.navigation .page-back::before { content: "<-- "; }

.navigation .page-forward::after { content: " -->"; }

.navigation li.page-separator { display: none; }

.page-archive .navigation .active span { border-bottom: 1px dotted; }

.navigation.empty { display: none; }

/* Entries & Comments
******************************/

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

.comment-wrapper { padding: 0; }

.entry { margin-bottom: 2.5em; }

.comment {
    background: transparent;
    
    margin-bottom: 1em;
}

.comment a { color: #fceec1; }
.comment a:visited, .comment a:visited { color: #fceec1; }
.comment a:hover, .comment a:hover { color: #2c2727; }
.comment a:active, .comment a:active { color: ; }

.entry .header { margin-bottom: 1em; }

.entry-title {
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/coffeebean-brown.png") no-repeat center left;
    line-height: 1em;
    margin: 0 0 .2em;
    min-height: 24px;
    padding: 0;
    padding-left: 31px;
    text-transform: lowercase;
}

.comment-title {
    line-height: 1em;
    margin: 0 0 .2em;
    min-height: 24px;
    padding: 0;
    text-transform: lowercase;
}

.partial .comment-title { display: inline; }

.entry .time::before { content: ". "; }

.poster {
    display: block;
    margin-bottom: 1em;
}

.poster.empty { display: none; }

.partial .comment-poster { display: inline; }

.partial a { text-transform: lowercase; }

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


    .has-userpic .entry-content,
    .has-userpic .entry .poster {
        padding-left: 85px;
    }

    .page-read .has-userpic .entry-content,
    .has-userpic .entry .poster {
        padding-left: ;
    }

    .has-userpic .comment-content,
    .has-userpic .comment .poster,
    .has-userpic .comment .poster-ip {
        padding-left: 85px;
    }

    .has-userpic .userpic { float: left; }
    

.entry-content,
.comment-content {
    margin-bottom: 1em;
    min-height: 85px;
    text-align: justify;
}

.poster-ip {
    display: block;
    margin-bottom: 1em;
}

.edittime { margin-top: 1em; }

.edittime .datetime { font: inherit; }

.multiform-checkbox { display: block; }

.metadata,
.tag,
.footer,
.bottomcomment {
    clear: both;
    text-transform: lowercase;
}

.metadata.top-metadata { margin-bottom: 1em; }

.metadata-label,
.tag-text {
    border-bottom: 1px dotted;
}

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

.footer,
.bottomcomment {
    margin: 1em 0;
    text-align: center;
}

.footer ul,
.bottomcomment ul {
    margin: 0;
    text-align: center;
}

ul.entry-interaction-links,
ul.entry-management-links,
ul.comment-interaction-links,
ul.comment-management-links {
    font-style: italic;
}

ul.entry-management-links.text-links li,
ul.comment-management-links.text-links li,
ul.entry-interaction-links li,
ul.comment-interaction-links li {
    padding: 0;
}

/* Only management links can be printed as icons too */
ul.entry-management-links.text-links li::after,
ul.comment-management-links.text-links li::after,
ul.entry-interaction-links li::after,
ul.comment-interaction-links li::after {
    content: " .";
}

ul.entry-management-links.text-links li:last-child::after,
ul.comment-management-links.text-links li:last-child::after,
ul.entry-interaction-links li:last-child::after,
ul.comment-interaction-links li:last-child::after,
ul.comment-interaction-links li.cmt_hide::after {
    content: "";
}

.bottomcomment {
    background: transparent;
    
}

.bottomcomment a { color: #fceec1; }
.bottomcomment a:visited { color: #fceec1; }
.bottomcomment a:hover { color: #2c2727; }
.bottomcomment a:active { color: ; }

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

/* Reply Forms
******************************/

#qrdiv a { color: #fceec1; }
#qrdiv a:visited { color: #fceec1; }
#qrdiv a:hover { color: #2c2727; }
#qrdiv a:active { color: ; }

#postform {
    background: transparent;
    
}

#postform a { color: #fceec1; }
#postform a:visited { color: #fceec1; }
#postform a:hover { color: #2c2727; }
#postform a:active { color: ; }

/* Other Pages
******************************/

.month,
.tags-container,
.icons-container {
   background: transparent;
   
   margin-bottom: 3em;
}

.month a, .tags-container a, .icons-container a { color: #fceec1; }
.month .footer a, .tags-container .footer a, .icons-container .footer a { color: ; }
.month a:visited, .tags-container a:visited, .icons-container a:visited { color: #fceec1; }
.month a:hover, .tags-container a:hover, .icons-container a:hover { color: #2c2727; }
.month a:active, .tags-container a:active, .icons-container a:active { color: ; }

.month h3,
.tags-container h2,
.icons-container h2 {
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/coffeebean-brown.png") no-repeat center left;
    color: #2c2727;

    font-family: Rochester, Asap, sans-serif; font-size: 1.8em;
    line-height: 1em;
    margin: 0 0 .2em;
    min-height: 24px;
    padding: 0;
    padding-left: 31px;
    text-transform: lowercase;
}

.day-date {
    font-family: Rochester, Asap, sans-serif; font-size: 1.8em;
    text-align: center;
    text-transform: lowercase;
}

.page-archive caption { display: none; }

.page-archive .month table { width: 80%; }

.page-archive table.month {
    border-collapse: separate;
    border-spacing: 2px;
}

.page-archive .month table,
.page-archive table.month td,
.page-archive table.month th {
    border: 1px dotted #fceec1;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

.page-archive table.month th {
   background-color: #141927;
   color: #fceec1;
   padding: .5em 0;
}

.page-archive .month td { width: 14%; }

.page-archive .month td.day-has-entries {
    font-weight: bold;
}

.page-month .entry-title {
    font-family: Rochester, Asap, sans-serif; font-size: 1.8em;
}

.tags-container ul {
   list-style-type: none;
}

.month .footer,
.manage-link {
    font-style: italic;
    text-align: center;
    text-transform: lowercase;
}

.sorting-options ul {
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    text-transform: lowercase;
}

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

.icon-pages b { font-weight: normal; }

.icons-container .icon { margin-bottom: 1.25em; }

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

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

.keywords-label, .comment-text, .description-text { border-bottom: 1px dotted; }

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

.icon-keywords ul { margin: 0; }

.icon-keywords ul li { padding: 0; }

/* Modules
******************************/

@media only screen and (min-width: 45em) {
    .two-columns #secondary .module,
    .three-columns #secondary .module,
    .three-columns #tertiary .module {
       background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/croissant-yellow.png") no-repeat bottom right;
       margin-bottom: 1.5em;
       padding-bottom: 39px;;
    }

    .one-column #secondary .module,
    .one-column #tertiary .module,
    .two-columns #tertiary .module {
        display: inline-block;
        float: none;
        margin: .75em 1em;
        width: 15em;
        vertical-align: top;
        text-align: left;
    }
}

.module-header {
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/coffeebean-brown.png") no-repeat center left;
    line-height: 1em;
    margin: 0 0 .2em;
    min-height: 24px;
    padding: 0;
    padding-left: 31px;
    text-transform: lowercase;
}

.module-header a {
    color: #2c2727;

}

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

.module-navlinks .current { border-bottom: 1px dotted; }

.module-userprofile .module-content,
.any-column .module-calendar .module-content,
.any-column .module-syndicate .module-content {
    text-align: center;
}

.module-calendar table {
    margin: 0 auto;
    width: 100%;
}

.module-calendar table td { width: 14%; }

.module-calendar .entry-day a {
   background-color: #8f796d;
   box-shadow: inset 1px 1px 2px #000000;
   border-radius: 50%;
   color: #2f210f;
   font-weight: bold;
   height: 1.4em;
   transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   -webkit-transition: all .3s ease-out;
   width: 1.4em;
}

.module-calendar .entry-day a:visited {
   background-color: ;
   box-shadow: inset 1px 1px 2px ;
   color: ;
}

.module-calendar .entry-day a:hover {
   background-color: #fceec1;
   box-shadow: 1px 1px 2px ;
   color: #2c2727;
   transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   -webkit-transition: all .3s ease-out;
}

.module-calendar .entry-day a:active {
   background-color: ;
   box-shadow: 1px 1px 2px ;
   color: ;
}

.module-search .module-content {
   margin: 0 auto;
   text-align: center;
}

.module-search .search-box {
   background: transparent;
   border: none;
   border-radius: 3em;
   box-shadow: inset 1px 1px 2px #000000;
   color: ;
   padding: 4px;
}

.module-search .search-button {
   background-color: #8f796d;
   border: none;
   border-radius: 3em;
   box-shadow: inset 1px 1px 2px #000000;
   color: #2f210f;
   font-weight: bold;
   padding: 3px 4px;
   transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   -webkit-transition: all .3s ease-out;
}

.module-search .search-button:hover {
   background-color: #fceec1;
   box-shadow: 1px 1px 1px ;
   color: #2c2727;
   transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   -webkit-transition: all .3s ease-out;
}

/* Footer
******************************/

#footer {
    background: none;
    padding: 0;
}

.page-top { margin: 1em 14% 0; }

.page-top .inner {
    
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/spoon-yellow.png") no-repeat ;
    background-position: center left;
    margin-left: -111px;
    min-height: 27px;
    padding-left: 111px;
    
}

.page-top .inner::before { content: "^ "; }

#footer .module-wrapper {
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/coffeecup-yellow.png") no-repeat ;
    font-family: Rochester, Asap, sans-serif; font-size: 1.25em;
    background-color: transparent;
    background-position: 99% top;
    padding-top: 40px;
    text-align: right;
}

#footer .module-section-footer {
    color: #fceec1;
background-color: #141927;

}

#footer .module-section-footer .inner {
    background: transparent url("https://www.dreamwidth.org/img/styles/fantaisie/coffeecup-yellow.png") no-repeat ;
    background-position: 99% -40px;
    padding-right: 95px;
}

#footer .module {
    color: #fceec1;
background-color: #141927;

    display: inline-block;
    padding: 15px 0;
}

#footer .module a { color: #fceec1; }
#footer .module a:visited { color: ; }
#footer .module a:hover { color: ; }
#footer .module a:active { color: ; }

#footer .module-content {
    font-family: Rochester, Asap, sans-serif; font-size: 1.25em;
    font-size: 1em;
}

#footer .module-credit h2 { display: none; }

#footer .module-credit li { display: inline; }

#footer .module-credit .category-title { font-weight: normal; }

#footer .module-credit li img { vertical-align: middle !important; }

#footer .module-credit li:after,
#footer #site-branding:after {
    content: ".";
    padding-right: 2px;
}


