/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #1d1f33;
    color: #fefefe;
    }

.ContextualPopup a, .icon-browser a { color: #48a4c3; }
.ContextualPopup a:visited { color: #74aec2; }
.ContextualPopup a:hover { color: #48a4c3; }
.ContextualPopup a:active { color: ; }


#lj_controlstrip {
    background-color: #1d1f33;
    background-image: none;
}

#lj_controlstrip {
    color: #fefefe;
    border-bottom: 1px solid #1b1b1b;
}

#lj_controlstrip_statustext {
    color: #fefefe;
}

#lj_controlstrip a {
    color: #48a4c3;
}

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

#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: Iceland, 'Courier New', monospace; font-size: 1.3em;
    padding: 0;
    background: #0f1125;
    color: #fefefe;
background-color: #0f1125;

}

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

a { color: #fefefe;
 }
a:visited { color: #74aec2;
 }
a:hover { color: #48a4c3;
 }
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 url("https://www.dreamwidth.org/img/styles/database/cyan.png") no-repeat bottom center;
            height: 31px;
    
}

h1#title {
    font-family: Iceland, 'Courier New', monospace; font-size: 2.5em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Iceland, 'Courier New', monospace; font-size: 1.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: #1d1f33;
    color: #fefefe;
background-color: #1d1f33;

}

.entry .entry-title {
    font-family: Iceland, 'Courier New', monospace; font-size: 1.25em;
}

.entry .entry-title, .entry .entry-title a {
    color: #48a4c3;

}

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

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

.entry a { color: #48a4c3;
 }
.entry a:visited { color: #74aec2;
 }
.entry a:hover { color: #48a4c3;
 }
.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: #4c4f68;
 }
.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: Iceland, 'Courier New', monospace; font-size: 1.25em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #48a4c3;

}

.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 { color: #fefefe;
 }
.module a:visited { color: #74aec2;
 }
.module a:hover { color: #48a4c3;
 }
.module a:active {  }

.module h2 {
    
    font-family: Iceland, 'Courier New', monospace; font-size: 1.25em;
}

.module-content {
    font-family: Iceland, 'Courier New', monospace; 
    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; }
        
    

/* Database
/* by ninetydegrees
******************************/

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

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

#canvas { margin: 1.5em auto; }
.has-navstrip #canvas { margin-top: 2.5em; }

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

a:hover { text-decoration: underline; }

.separator { display: none; }

.ljuser { font-style: italic; }

.has-userpic .userpic,
.module .userpic,
.icon-image,
.ContextualPopup .Userpic {
    box-shadow: -.1em -.1em .4em #dddddd;
    border: none;
    padding: 0;
    }

.userpic img,
.icon-image img,
.ContextualPopup .Userpic img {
    box-shadow: .1em .1em .4em #dddddd;
    display: block;
    }

.has-userpic .userpic:hover,
.module .userpic:hover {
    position: relative;
    left: 1px;
    top: 1px;
    }

blockquote {
    background: #0f1125 url("https://www.dreamwidth.org/img/styles/database/icon-blockquote_blue.png") no-repeat 10px 15px;
    color: #fefefe;
    margin: 1em;
    padding: 15px 15px 15px 39px;
    border-radius: .6em;
    }

blockquote a { color: #fefefe; }
blockquote a:visited { color: #74aec2; }
blockquote a:hover { color: #48a4c3; }
blockquote a:active { color: ; }

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

#header {
    background-image: url("");
    height: auto;
    margin: 0 5% 1.75em;
    padding: 0;
    }


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

#header-secondary {
    padding-bottom: 1.75em;
}

@media only screen and (min-width: 45em) {
    #header {
        border-right: 15em solid transparent;
        min-width: 15em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
    }

    #header-primary {
        float: left;
        width: 100%;
        margin-right: -100%;
        margin-left: 0;
        padding-bottom: 1.75em;
        }

    #header-secondary {
        float: right;
        width: 15em;
        margin-right: -15em;
        padding-bottom: 1.75em;
        }

    #header-primary > .inner:first-child { margin-right: 3.5em; }
}


#header .module {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    }


h1#title {
    line-height: 1em;
    letter-spacing: .1em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #555555;
    }

h1#title a {
    color: #fefefe;
    }

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

h2#subtitle,
h2#pagetitle {
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    font-family: Iceland, 'Courier New', monospace; font-size: 1.1em;
    }

#header .module {
    background: transparent;
    border: none;
    margin: .75em 0 0;
    }

#header ul { margin: 0; }

#header li {
    color: #fefefe;
background-color: #1d1f33;

    border-radius: .6em;
    margin: 4px 0;
    padding: .1em .5em;
    }

#header li:hover {
    background-color: #48a4c3;
    text-decoration: none;
    }

#header li .module a:visited { color: #74aec2; }

#header .module li:hover > a,
#header .module li a:hover {
    color: #0e0e0e;
    text-decoration: none;
    }

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

#header .module li.current { background-color: #48a4c3; }
#header .module li.current a { color: #0e0e0e; }

#header .module li { list-style: none; }

#header-footer {
    background: transparent url("https://www.dreamwidth.org/img/styles/database/cyan.png") no-repeat bottom center;
    clear: both;
    height: 31px; margin-bottom: 1.5em;;
    }

/* Content
******************************/

#content { clear: both; }

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

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

@media only screen and (min-width: 45em) {
    .two-columns-left #primary > .inner:first-child { margin-left: 3.5em; }
    .two-columns-right #primary > .inner:first-child { margin-right: 3.5em; }

    .three-columns.column-left #primary > .inner:first-child { margin-left: 2em; }
    .three-columns.column-right #primary > .inner:first-child { margin-right: 2em; }
}

#secondary,
#tertiary {
    margin-top: 1.9em;
    width: auto;
    }

.page-entry #secondary,
.page-entry #tertiary,
.page-reply #secondary,
.page-reply #tertiary,
.page-tags #secondary,
.page-tags #tertiary {
    margin-top: 0;
    }

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

@media only screen and (min-width: 45em) {
    .one-column #secondary,
    .one-column #tertiary,
    .two-columns #tertiary {
        text-align: center;
        margin: 0px auto;
    }

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

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

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

.navigation {
    margin: 1.5em 0;
    min-height: 1.5em;
    text-align: center;
    text-transform: capitalize;
    }

.navigation ul { margin: 0; }

.navigation li { padding: 0; }

.page-month .navigation input,
.page-month .navigation select {
    color: #fefefe;
background-color: #1d1f33;

    border: 1px solid #1b1b1b;
    border-radius: .6em;
    padding: .3em 1em;
    }

.page-month .navigation input:hover {
    background-color: #48a4c3;
    border-color: transparent;
    color: #0e0e0e;
    }

.navigation.empty {
    display: none;
    }

/* Entries
******************************/

.entry {
    background: none;
    border: none;
    margin-bottom: 1.75em;
    }

.page-entry .entry,
.page-reply .entry {
    margin-top: .6em;
    }

.entrybox-wrapper {
    background: #1d1f33;
    border-radius: 2em;
    color: #fefefe;
background-color: #1d1f33;

    padding: 1em 1.5em;
    }

.entry-title {
    font-weight: normal;
    letter-spacing: .1em;
    margin: 0;
    margin-right: 1em;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333333;
    }

.entry-info {
     font-style: italic;
     display: inline-block;
     margin-top: .5em;
     }

.date,
.time,
.poster,
.access-filter,
.restrictions {
     display: block;
     }

.restrictions { color: #48a4c3; }

.date::before { content: 'Date: '; }
.time::before { content: 'Time: '; }
.entry .poster::before { content: 'Posted by: '; }
.poster.empty { display: none; }
.access-filter::before { content: 'Security: '; }
.restrictions::before { content: 'Warnings: '; }

.has-userpic .userpic {
    float: left;
    margin: .5em 0;
    margin-right: 1em;
    }

.contents {
    clear: both;
    margin: 1em 0;
    }

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

.entry a { color: #fefefe; }
.entry-content a { color: #48a4c3; }
.entry-content a:visited { color: #74aec2; }
.entry-content a:hover { color: #48a4c3; }
.entry-content a:active { color: ; }

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

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

.footer { text-align: left; }

.footer ul,
.footer ul li {
    margin: 0;
    padding: 0;
    }

/* Comment Page
******************************/

.comment-pages {
    margin: 2em 0 1em 0;
    text-align: center;
    }

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

.comment-wrapper { padding: 0; }

.comment { margin-bottom: 1.75em; }

.commentbox-wrapper {
    background: #1d1f33;
    border-radius: 2em;
    color: #fefefe;
background-color: #1d1f33;

    padding: 1em 1.5em;
    }

.comment a { color: #fefefe; }
.comment-content a { color: #48a4c3; }
.comment-content a:visited, .comment a:visited { color: #74aec2; }
.comment-content a:hover, .comment a:hover { color: #48a4c3; }
.comment-content a:active, .comment a:active { color: ; }

.comment-title {
    font-weight: normal;
    letter-spacing: .1em;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333333;
    }

/* Margin already set to 0 in Tabula Rasa */
.comment .comment-title { margin-right: 1em; }

.comment-info {
     font-style: italic;
     display: inline-block;
     margin-top: .5em;
     }

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

.partial .comment {
    background: none;
    border-radius: 0;
    color: #fefefe;
    margin-top: -1.25em;
    padding: 0;
    }

.partial .comment a { color: #fefefe; }
.partial .comment-title, .partial .comment-title a { color: #48a4c3; }
.partial .comment a:visited { color: #74aec2; }
.partial .comment a:hover { color: #48a4c3; }
.partial .comment a:active { color: ; }

.partial .comment-title {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: left;
    }

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

.edittime { margin-top: .5em; }

.multiform-checkbox { display: block; }

.bottomcomment {
    background: #1d1f33;
    border-radius: 2em;
    color: #fefefe;
background-color: #1d1f33;

    margin-bottom: 2em;
    padding: 1em;
    text-align: right;
    }

.bottomcomment a { color: #fefefe; }
.bottomcomment a:visited { color: #74aec2; }
.bottomcomment a:hover { color: #48a4c3; }
.bottomcomment a:active { color: ; }

.bottomcomment input,
.bottomcomment select {
    color: #fefefe;
background-color: #0f1125;

    border: 1px solid #1b1b1b;
    border-radius: .6em;
    padding: .2em;
    }

.bottomcomment input[type='submit']:hover {
    background-color: #48a4c3;
    border-color: transparent;
    color: #0e0e0e;
    }

.bottomcomment label {
    display: block;
    margin-bottom: .25em;
    text-align: right;
    }

/* Entry & Comment Links
******************************/

.entry .entry-management-links.icon-links,
.comment-management-links.icon-links {
    display: inline;
    }

.entry .entry-interaction-links.icon-links,
.comment-interaction-links.icon-links {
    float: right;
    clear: both;
    }

.bottomcomment ul {
    display: inline-block;
    margin: 0 0 .2em;
    }

.bottomcomment .entry-interaction-links.icon-links { margin-left: 1em; }

#primary .text-links {
    display: block;
    text-align: right;
    }

#primary .partial .text-links {
    display: inline;
    text-align: left;
    }

#primary .text-links li,
#primary .icon-links li {
    padding: 0 .25em;
    }

#primary .text-links {
    text-transform: capitalize;
    }

#primary .icon-links img {
    vertical-align: middle;
    }

#primary .text-links a { color: #4c4f68; }

#primary .icon-links a { color: #fefefe; }

#primary .text-links a:visited,
#primary .icon-links a:visited {
    color: #74aec2;
    }

#primary .text-links a:hover,
#primary .icon-links a:hover,
.partial .icon-links img:hover {
    color: #48a4c3;
    position: relative;
    left: 1px;
    text-decoration: none;
    top: 1px;
    }

#primary .text-links a:active,
#primary .icon-links a:active{
    color: ;
    }

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

#qrdiv a { color: #48a4c3; }
#qrdiv a:visited { color: #74aec2; }
#qrdiv a:hover { color: #48a4c3; }
#qrdiv a:active { color: ; }

#qrdiv input,
#qrdiv select,
#qrdiv textarea {
    color: #fefefe;
background-color: #0f1125;

    border: 1px solid #1b1b1b;
    border-radius: .6em;
    padding: .2em;
    }

#qrdiv textarea:focus { border: 1px solid #fefefe; }

#qrdiv input[type='button'] { margin: .1em; }

#qrdiv input[type='button']:hover,
#qrdiv input[type='submit']:hover {
    background-color: #48a4c3;
    border-color: transparent;
    color: #0e0e0e;
    }

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

#qrformdiv #subject { width: 99%; }

#qrdiv #subject:focus { border: 1px solid #fefefe; }

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

span.de {
    color: #48a4c3;
    display: block;
    padding-top: .2em;
    }

#postform {
    background: #1d1f33;
    border-radius: 2em;
    color: #fefefe;
background-color: #1d1f33;

    margin-bottom: 0;
    padding: 1em;
    }

#postform a { color: #48a4c3; }
#postform a:visited { color: #74aec2; }
#postform a:hover { color: #48a4c3; }
#postform a:active { color: ; }

#postform input,
#postform select,
#postform textarea {
    background-color: #0f1125 !important;
    border: 1px solid #1b1b1b;
    border-radius: .6em;
    color: #fefefe !important;
    padding: .2em;
    }

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

#postform #subject:focus,
#postform textarea:focus,
#postform input.textbox:focus {
    border: 1px solid #fefefe;
    }

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

#postform input[type='button']:hover,
#postform input[type='submit']:hover {
    background-color: #48a4c3 !important;
    border-color: transparent;
    color: #0e0e0e !important;
    }

#postform strong { color: #48a4c3; }

/* Archive&Tags&Icons Pages
******************************/

.month,
.tags-container,
.icons-container {
    margin-bottom: 1.75em;
    margin-top: .6em;
    }

.page-month .month { margin: 0; }

.month a, .tags-container a, .icons-container a { color: #48a4c3; }
.month .footer a, .tags-container .footer a, .icons-container .footer a { color: #fefefe; }
.month a:visited, .tags-container a:visited, .icons-container a:visited { color: #74aec2; }
.month a:hover, .tags-container a:hover, .icons-container a:hover { color: #48a4c3; }
.month a:active, .tags-container a:active, .icons-container a:active { color: ; }

.yearbox-wrapper,
.page-month .month,
.tagsbox-wrapper,
.iconsbox-wrapper {
    background: #1d1f33;
    border-radius: 2em;
    color: #fefefe;
background-color: #1d1f33;

    padding: 1em 1.5em;
    }

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

    font-family: Iceland, 'Courier New', monospace; font-size: 1.25em;
    font-weight: normal;
    letter-spacing: .1em;
    margin: 0;
    margin-right: 1em;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #333333;
    }

.page-archive .active { color: #48a4c3; }

.page-archive caption { display: none; }

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

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

.page-archive .month table,
.page-archive table.month td,
.page-archive table.month th {
    border: none;
    padding: 0;
    text-align: center;
    vertical-align: top;
    }

.page-archive .month th {
    background-color: #0f1125;
    border-radius: .6em;
    color: #fefefe;
    padding: .1em .2em;
    }

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

.page-archive td.day-has-entries a {
    background-color: #48a4c3;
    border-radius: .6em;
    color: #0e0e0e;
    padding: .1em .6em;
    }

.page-archive td.day-has-entries a:visited {
    background-color: #74aec2;
    color: #0e0e0e;
    }

.page-archive td.day-has-entries a:hover {
    background-color: #fefefe;
    color: #0e0e0e;
    position: relative;
    left: 1px;
    text-decoration: none;
    top: 1px;
    }

.page-archive td.day-has-entries a:active {
    background-color: ;
    color: ;
    }

.page-archive .month .footer,
.tags-container .footer,
.icons-container .footer {
    font-style: italic;
    text-align: right;
    }

.month-back,
.month-forward {
    color: #0f1125;
    }

.page-month .month h3 {
    margin-left: 0;
    margin-right: 0;
    }

.page-month .month .tag a { color: #fefefe; }
.page-month .month .tag a:visited { color: #74aec2; }
.page-month .month .tag a:hover { color: #48a4c3; }
.page-month .month .tag a:active { color: ; }

.day-date { display: none; }

.tags-container li { list-style: square; }
.tags-container li li { list-style: none; }

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

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

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

.icon-info .default { text-decoration: underline; }

.icon-keywords ul {
    color: #48a4c3;
    margin: 0;
    }

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

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

#secondary .module,
#tertiary .module {
    background: transparent;
    border: none;
    margin: 0 0 1.75em;
    }

@media only screen and (min-width: 45em) {
    .one-column #secondary .module,
    .one-column #tertiary .module,
    .two-columns #tertiary .module {
        display: inline-block;
        float: none;
        margin: 1.75em 1em 0;
        width: 15em;
        text-align: left;
        vertical-align: top;
        }

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

}

.module h2 {
    letter-spacing: .1em;
    text-shadow: 1px 1px 1px #555555;
    }

.module h2,
.module h2 a {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    }

#secondary .module .module-content,
#tertiary .module .module-content {
    background: transparent;
    
    }



.module ul { margin-bottom: 0; }

.module li {
    list-style: square;
    margin: 0;
    }

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

.module-navlinks li.current,
.module-navlinks li.current a {
   color: #48a4c3;
   }

.module-userprofile .userpic {
    display: inline-block;
    margin: 1em 0 1em 1em;
    }

.module-userprofile .journal-name,
.module-userprofile .journal-website-name {
    font-style: italic;
    margin-left: 1em;
    }

ul.userlite-interaction-links.icon-links {
    margin-left: 1em;
    }

ul.userlite-interaction-links.icon-links img:hover {
    position: relative;
    left: 1px;
    top: 1px;
    }

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

.calendar-horizontal .module-content > a:first-child { margin-right: .5em; }
.calendar-horizontal .module-content > a:last-child { margin-left: .5em; }

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

.module-calendar th {
    background-color: #1d1f33;
    border-radius: .6em;
    color: #fefefe;
    text-align: center;
    }

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

.module-calendar .entry-day a {
    background-color: #fefefe;
    border-radius: .6em;
    color: #0e0e0e;
    padding: .05em .15em;
    }

.module-calendar .entry-day a:visited {
    background-color: #74aec2;
    color: #0e0e0e;
    }

.module-calendar .entry-day a:hover {
    background-color: #48a4c3;
    color: #0e0e0e;
    position: relative;
    left: 1px;
    text-decoration: none;
    top: 1px;
    }

.module-calendar .entry-day a:active {
    background-color: ;
    color: ;
    }

.module-customtext .module-content { text-align: justify; }

.any-column .module-syndicate .module-content {
    margin-left: 15px;
    text-align: left;
    }

.module .manage-link {
    font-style: italic;
    text-align: right;
    }

.module-tags_cloud .manage-link { margin-top: 1em; }

.module-search .search-form {
    margin: 0 auto;
    text-align: right;
    }

.module-search .search-box,
.module-search .search-button {
    background-color: #1d1f33;
    border: 1px solid transparent;
    border-radius: .6em;
    color: #fefefe;
    }

.module-search .search-box {
    padding: .2em;
    width: 90%;
    }

.module-search .search-button {
    margin-top: .3em;
    padding: .2em;
    }

.module-search .search-box:focus { border: 1px solid #fefefe; }

.module-search .search-button:hover {
    background-color: #48a4c3;
    border: 1px solid transparent;
    color: #0e0e0e;
    }

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

#footer {
    background: transparent url("https://www.dreamwidth.org/img/styles/database/cyan.png") no-repeat top center;
    margin-top: 1.5em;
    padding: 31px 0 0;
    text-align: left;
    }

#footer #tertiary {
    margin-left: 5%;
    margin-right: 5%;
    }

.page-top {
    clear: both;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2em;
    text-align: center;
    }

.module-section-footer {
    margin-top: 1.5em;
    margin-left: 5%;
    margin-right: 5%;
    }

.module-section-footer .module {
    background: transparent;
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    text-align: right;
    }

.module-section-footer .module-powered a {
    color: #48a4c3;
    font-style: italic;
    }

.module-section-footer .module-powered a:visited { color: #74aec2; }
.module-section-footer .module-powered a:hover { color: #48a4c3; }
.module-section-footer .module-powered a:active { color: ; }

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

.ContextualPopup {
    background: #1d1f33;
    border: none !important;
    border-radius: .6em;
    color: #fefefe;
    font-family: Iceland, 'Courier New', monospace !important;
    font-size: 1em !important;
    padding: .6em;
    }

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

.ContextualPopup a { color: #48a4c3; }
.ContextualPopup a:visited { color: #74aec2; }
.ContextualPopup a:hover { text-decoration: underline !important; }
.ContextualPopup a:active { color: ; }


