/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #bd8876;
    color: #111111;
    }

.ContextualPopup a, .icon-browser a { color: #4a4747; }
.ContextualPopup a:visited { color: ; }
.ContextualPopup a:hover { color: #111111; }
.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: 'Trebuchet MS', sans-serif; font-size: 1em;
    padding: 0;
    background: #bd8876 url("https://www.dreamwidth.org/img/styles/summertime/bkg_sunset.jpg") repeat top left;
    color: #111111;
background-color: #bd8876;

}

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

a { color: #111111;
 }
a:visited {  }
a:hover { color: #ffefe9;
 }
a:active {  }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 51em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 17em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 17em solid transparent;
    }
    .three-columns-left #content {
        border-left: 34em solid transparent;
    }
    .three-columns-right #content {
        border-right: 34em solid transparent;
    }
    .column-right #content {
        min-width: 17em; /* 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: #9b7673;
    color: #111111;

}

h1#title {
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 2.875em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1.375em;
}

#footer {
    background: #d88e7f;
}

#footer a { color: #111111;
 }
#footer a:visited {  }
#footer a:hover { color: #ffefe9;
 }
#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: 51em) {
    .multiple-columns #primary {
        float: left;
    }

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

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

.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/summertime/entry-bkg_white.png") repeat top left;
    color: #111111;

}

.entry .entry-title {
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1.175em;
}

.entry .entry-title, .entry .entry-title a {
    color: #111111;

}

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

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

.entry a { color: #4a4747;
 }
.entry a:visited {  }
.entry a:hover { color: #111111;
 }
.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: Impact, 'Trebuchet MS', sans-serif; font-size: 1.175em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #111111;

}

.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: #d88e7f url("https://www.dreamwidth.org/img/styles/summertime/sidebar_sunset.png") no-repeat 15px 15px;
    color: #111111;
background-color: #d88e7f;

}

.module a { color: #111111;
 }
.module a:visited {  }
.module a:hover { color: #ffefe9;
 }
.module a:active {  }

.module h2 {
    color: #111111;

    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1.5em;
}

.module-content {
    font-family: 'Trebuchet MS', 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: 51em) {
    .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;
                }
             


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

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

/* Summertime
/* by ninetydegrees
******************************/

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

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

a {
   text-underline: none;
}

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

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

.separator {
    display: none;
}

blockquote {
    border: 1px dotted;
    padding: 15px;
}

pre {
    overflow: auto;
}

embed {
    max-width: 100%;
    max-height: auto;
}

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

#header {
    box-shadow: 3px 3px 3px #825b4e;
    margin: 0;
    min-height: 150px;
    padding: 0;
    text-shadow: 3px 3px 5px #816260;
    text-transform: uppercase;
}

#header-canvas {
    margin: 0 65px;
    padding-top: 52.5px;
}


#header-secondary {
    text-align: right;
}

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

    #header-secondary {
        float: right;
        width: 355px;
    }
}


h1#title {
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

h2#subtitle {
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 0 41px;
    padding: 0;
}

h2#pagetitle {
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 0 85px;
    padding: 0;
}

#header .module {
    background: none;
}

#header .module-content {
    padding: 0;
}

#header ul {
     margin: 0;
}

#header li {
    display: inline;
    margin: 0 -.25em 0 0;
    padding: 0 1.5px 0;
}

#header-primary a {
    color: #111111;
    text-decoration: none;
    }

#header-secondary a {
    background-color: #ffffff;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 3px 3px 5px #664d4b;
    display: inline-block;
    height: 45px;
    transition: all .65s ease-out;
    -moz-transition: all .65s ease-out;
    -o-transition: all .65s ease-out;
    -webkit-transition: all .65s ease-out;
    width: 45px;
}

#header-secondary a.current,
#header-secondary a:hover {
    background-color: #413130;
    transition: all .65s ease-out;
    -moz-transition: all .65s ease-out;
    -o-transition: all .65s ease-out;
    -webkit-transition: all .65s ease-out;
}

#header-secondary a:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

#header-secondary a.recent {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-recent_black.png") ;
}

#header-secondary a.current.recent,
#header-secondary a.recent:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-recent_white.png");
}

#header-secondary a.archive {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-archive_black.png");
}

#header-secondary a.current.archive,
#header-secondary a.archive:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-archive_white.png");
}

#header-secondary a.read {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-reading_black.png");
}

#header-secondary a.current.read,
#header-secondary a.read:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-reading_white.png");
}

#header-secondary a.network {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-network_black.png");
}

#header-secondary a.current.network,
#header-secondary a.network:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-network_white.png");
}

#header-secondary a.tags {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-tags_black.png");
}

#header-secondary a.current.tags,
#header-secondary a.tags:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-tags_white.png");
}

#header-secondary a.memories {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-memories_black.png");
}

#header-secondary a.current.memories,
#header-secondary a.memories:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-memories_white.png");
}

#header-secondary a.userinfo {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-profile_black.png");
}

#header-secondary a.current.userinfo,
#header-secondary a.userinfo:hover {
    background-image: url("https://www.dreamwidth.org/img/styles/summertime/icon-profile_white.png");
}

#header-footer {
    clear: both;
}

/* Content Containers
******************************/

#content {
    clear: both;
    margin: 0 15px;
}

.page-entry #primary,
.page-reply #primary,
.page-tags #primary,
.page-icons #primary {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 1.4em 0;
    }

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

#secondary-container {
    background-color: #b39290;
    border-radius: 0 0 20px 20px;
    box-shadow: 3px 3px 3px #825b4e;
    clear: both;
    margin: 0 15px;
    min-height: 32px;
}

#tertiary-container {
    background-color: #d8a59a;
    border-radius: 20px 20px 0 0;
    box-shadow: 3px -3px 3px #825b4e;
    margin: 0 15px;
    min-height: 32px;
}

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

@media only screen and (min-width: 51em) {
    #content, #secondary-container, #tertiary-container {
        margin: 0 150px;
    }

    .two-columns-left #primary > .inner:first-child,
    .three-columns.column-left #primary > .inner:first-child {
        margin-left: 25px;
    }

    .two-columns-right #primary > .inner:first-child,
    .three-columns.column-right #primary > .inner:first-child {
        margin-right: 25px;
    }

    .two-columns #secondary,
    .three-columns #secondary,
    .three-columns #tertiary {
        margin-top: 40px;
        padding-top: 1.4em;
        }

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

    .two-columns-left #tertiary { margin-left: 0; }
    .two-columns-right #tertiary { margin-right: 0; }

    .three-columns-left #tertiary > .inner:first-child,
    .three-columns-right #tertiary > .inner:first-child {
        margin-left: 12.5px;
    }
}
/* Navigation
******************************/

.navigation {
    min-height: 60px;
}

.navigation ul {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.navigation li {
    padding: 0;
}

.page-archive .navigation li::after {
    content: " ." ;
}

.page-archive .navigation li:last-child::after {
    content: "" ;
}

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

.entry-wrapper {
    margin-bottom: 25px;
}

.entry {
    border-radius: 20px 20px;
    box-shadow: 3px 3px 5px #9c705e;
    padding: 1.5625em;
}

.entry-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.datetime {
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1.175em;
}

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

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

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

.entry .poster::before {
    content: 'Posted by ';
}

.poster.empty {
    display: none;
}



.has-userpic .entry .header {
    margin-right: 105px;
}
.has-userpic .comment .header {
    margin-right: 85px;
}

.has-userpic .entry .userpic,
.has-userpic .comment .userpic {
    float: right;
    margin-left: 10px;
}


.has-userpic .entry .userpic,
.has-userpic .comment .userpic {
    border: 1px dotted;
    margin-top: -3.5625em;
    padding: 2px;
    }

.has-userpic .entry .userpic:hover,
.has-userpic .comment .userpic:hover {
    border: 1px solid;
    }

.entry-content {
    min-height: 100px;
}

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

.metadata {
    clear: both;
}

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

.metadata-label,
.tag-text {
    font-style: italic;
}

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

.footer {
    clear: both;
    text-align: right;
}

.tag {
    text-align: left;
}

ul.entry-interaction-links,
ul.entry-management-links,
ul.comment-interaction-links,
ul.comment-management-links {
    display: inline;
    margin: 0;
    font-style: italic;
    text-transform: lowercase;
}

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

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

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

.comment-pages.toppages {
    margin-bottom: 25px;
}

.comment-pages.toppages + .comment-pages.toppages {
    margin-top: -20px;
}

.comment-pages.bottompages {
    margin: 25px 0;
}

.comment-pages.bottompages + .comment-pages.bottompages {
    margin-top: -20px;
}

.comment-wrapper {
    padding: 0;
}

.comment {
    background: transparent url("https://www.dreamwidth.org/img/styles/summertime/entry-bkg_white.png") repeat top left;
    border-radius: 20px 20px;
    box-shadow: 3px 3px 5px #9c705e;
    color: #111111;

    padding: 1.5625em;
    margin-bottom: 25px;
}

.comment a { color: #4a4747; }
.comment a:visited, .comment a:visited { color: ; }
.comment a:hover, .comment a:hover { color: #111111; }
.comment a:active, .comment a:active { color: ; }

.comment-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

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

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

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

.edittime { margin-top: 1em; }

.edittime .datetime { font: inherit; }

.multiform-checkbox { display: block; }

.bottomcomment {
    background: transparent url("https://www.dreamwidth.org/img/styles/summertime/entry-bkg_white.png") repeat top left;
    border-radius: 20px 20px;
    box-shadow: 3px 3px 5px #9c705e;
    color: #111111;

    padding: 1.5625em;
    text-align: right;
}

.bottomcomment a { color: #4a4747; }
.bottomcomment a:visited { color: ; }
.bottomcomment a:hover { color: #111111; }
.bottomcomment a:active { color: ; }

.bottomcomment label {
    display: block;
    margin-top: 25px;
}

.bottomcomment input[type='button'],
.bottomcomment input[type='submit'] {
    background: transparent;
    border: 1px dotted;
    margin: .1em;
}

.bottomcomment input[type='submit']:hover {
    border: 1px solid;
}

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

#qrdiv a { color: #4a4747; }
#qrdiv a:visited { color: ; }
#qrdiv a:hover { color: #111111; }
#qrdiv a:active { color: ; }

#qrdiv input[type='button'],
#qrdiv input[type='submit'] {
    background: transparent;
    border: 1px dotted;
    margin: .1em;
}

#qrformdiv #subject {
    border: none;
    width: 100%;
}

#qrdiv input[type='button']:hover,
#qrdiv input[type='submit']:hover {
    border: 1px solid;
}

#qrdiv textarea {
    border: none;
    padding: .2em;
}

#qrdiv td[align='center'] {
    padding-bottom: 0 !important;
    width: 100% !important;
    text-align: right !important;
}

#qrformdiv label {
    color: #111111;
    display: inline;
    text-align: left;
}

#postform {
    background: transparent url("https://www.dreamwidth.org/img/styles/summertime/entry-bkg_white.png") repeat top left;
    border-radius: 20px 20px;
    box-shadow: 3px 3px 5px #9c705e;
    color: #111111;

    padding: 1.5625em;
}

#postform a { color: #4a4747; }
#postform a:visited { color: ; }
#postform a:hover { color: #111111; }
#postform a:active { color: ; }

#postform #subject,
#postform textarea {
    width: 80%;
}

#postform input,
#postform textarea {
    border-color: transparent;
}

#postform input[type="button"],
#postform input[type='submit'] {
    background: transparent;
    border: 1px dotted;
}

#postform input[type='button']:hover,
#postform input[type='submit']:hover {
    border: 1px solid;
}

#postform input[type='button'],
#postform input[type='submit'] {
    margin: .2em .1em;
    }

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

.month,
.tags-container,
.icons-container {
    background: transparent url("https://www.dreamwidth.org/img/styles/summertime/entry-bkg_white.png") repeat top left;
    border-radius: 20px 20px;
    box-shadow: 3px 3px 5px #9c705e;
    color: #111111;

    padding: 25px;
    }

.month { margin-bottom: 25px; }

.month .month {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.month a, .tags-container a, .icons-container a { color: #4a4747; }
.month a:visited, .tags-container a:visited, .icons-container a:visited { color: ; }
.month a:hover, .tags-container a:hover, .icons-container a:hover { color: #111111; }
.month a:active, .tags-container a:active, .icons-container a:active { color: ; }

.month h3,
.tags-container h2,
.icons-container h2 {
    color: #111111;

    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1.175em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.month .contents,
.tags-container .contents,
.icons-container .contents  {
    margin: 15px 0;
}

.page-archive caption { display: none; }

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

table.month th {
    border: none;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 2px;
    text-align: center;
}

.page-archive .month td {
    border: none;
    vertical-align: top;
    width: 14%;
}

table.month td.day {
    padding: 2px 0;
    text-align: center;
}

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

table.month td.day-has-entries p { border: 1px dotted; }

table.month td.day-has-entries p:hover { border: 1px solid; }

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

.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: 106px;
    padding-right: 1em;
}

.icon-image img {
    border: 1px dotted;
    padding: 2px;
}

.icon-image img:hover { border: 1px solid; }

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

.icon-info span { font-style: italic; }

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

.icon-keywords ul { margin: 0; }

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

/* Modules
******************************/
#secondary-container .module-wrapper, #tertiary-container .module-wrapper {
    padding: 25px;
}

.module-time, .module-calendar.calendar-horizontal {
    padding-left: 35px;
}

#secondary-container .module-time, #tertiary-container .module-time,
#secondary-container .module-calendar.calendar-horizontal, #tertiary-container .module-calendar.calendar-horizontal {
    padding-left: 0;
}

@media only screen and (min-width: 51em) {
    #secondary-container .module-wrapper, #tertiary-container .module-wrapper {
        padding: 0;
    }

    .one-column #secondary .module-wrapper,
    .one-column #tertiary .module-wrapper,
    .two-columns #tertiary .module-wrapper {
        padding: 25px;
        text-align: center;
    }

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

    .one-column #secondary .calendar-horizontal.module,
    .one-column #tertiary .calendar-horizontal.module,
    .two-columns #tertiary .calendar-horizontal.module {
        display: block;
        width: 100%;
        }
}

.module-header {
    font-weight: normal;
    margin: 0;
    padding: 25px 25px 0 50px;
    text-align: right;
    text-transform: uppercase;
}

#secondary-container .module-header, #tertiary-container .module-header {
    padding: 0;
    text-align: left;
}

.any-column #secondary .module, .any-column #tertiary .module {
    border-radius: 0 20px;
    box-shadow: 3px 3px 5px #855d50;
    margin-bottom: 25px;
}

.any-column #secondary-container .module, .any-column #tertiary-container .module {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background: none;
}

#secondary-container .module {
    
}

#secondary-container .module a {  }
#secondary-container .module a:visited { ; }
#secondary-container .module a:hover { ; }
#secondary-container .module a:active { ; }

#secondary-container .module h2 {
    
}

#tertiary-container .module {
    
}

#tertiary-container .module a {  }
#tertiary-container .modulea:visited { ; }
#tertiary-container .module a:hover { ; }
#tertiary-container .module a:active { ; }

#tertiary-container .module h2  {
    
}

.module-content {
    padding: 1.5625em;
}

.module-content ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}

.module-content ul ul {
    margin-left: 25px;
}

.module-content li {
    margin: 2px;
}

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

.module-userprofile .userpic {
    display: inline-block;
}

.module-userprofile .journal-name,
.module-userprofile .journal-website-name {
    font-style: italic;
}

.module-userprofile .userlite-interaction-links {
    margin-top: 15px;
}

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

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

.module-calendar .entry-day { border: 1px dotted; }

.module-calendar .entry-day:hover {border: 1px solid; }

.module-calendar.calendar-horizontal .module-content { text-align: center; }

.calendar-horizontal .module-content > a:first-child {
    margin-right: .5em; font-weight: bold;
}

.calendar-horizontal .module-content > a:last-child {
    margin-left: .5em; font-weight: bold;
}

.module-calendar.calendar-horizontal .entry-day,
.module-calendar.calendar-horizontal .entry-day:hover {
    border: none;
    font-weight: bold;
}

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

.search-box {
    border: none;
    margin: 0 auto .3em;
    width: 90%;
}

.search-button {
    background-color: transparent;
    border: 1px dotted;
    color: #111111;
}

.search-button:hover { border: 1px solid; }

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

#footer {
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1em;
    margin: 0;
    min-height: 100px;
    padding: 0;
    text-shadow: 3px 3px 5px #d29c6e;
    text-transform: uppercase;
}

#footer-shadow-left {
    width: 15px;
    box-shadow: 0 -3px 3px #825b4e;
    height: 3px;
}

#footer-shadow-right {
    box-shadow: 0 -6px 3px #825b4e;
    height: 3px;
    margin-right: 0;
    margin-left: auto;
    width: 15px;
}

@media only screen and (min-width: 51em) {
    #footer-shadow-left, #footer-shadow-right {
        width: 150px
    }
}

.page-top {
    margin: 42px 65px 0;
    text-align: center;
}

#footer .module-wrapper {
    margin-right: 65px;
}

#footer .module {
    background: none;
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1em;
    text-align: right;
}

#footer .module-content {
    font-family: Impact, 'Trebuchet MS', sans-serif; font-size: 1em;
    padding: 10px 0;
}

#circle-poweredby {
    background: #ffffff url("https://www.dreamwidth.org/img/styles/summertime/icon-poweredby_black.png") no-repeat center;
    border-radius: 50%;
    box-shadow: 3px 3px 5px #a07754;
    display: inline-block;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
    width: 25px;
}

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

.ContextualPopup {
    border: none;
    border-radius: 20px 20px;
    font-size: 1em !important;
    padding: 8px;
}

.ContextualPopup a,
.ContextualPopup a:visited {
    font-weight: normal;
    text-decoration: none;
}

/* Navigation Strip
******************************/

#lj_controlstrip {
    border: none;
    padding: 4px;
    box-sizing: border-box;
    }

#lj_controlstrip select,
#lj_controlstrip input,
#lj_controlstrip input#xc_user,
#lj_controlstrip input#xc_password,
#lj_controlstrip input#xc_remember {
    border: 1px solid;
    padding: 1px 0;
    }

#lj_controlstrip input#search {
    border: none;
    padding: 2px;
    }


