/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #f6f6f6;
    color: #141414;
    }

.ContextualPopup a, .icon-browser a { color: #ac3d98; }
.ContextualPopup a:visited { color: #ac3d98; }
.ContextualPopup a:hover { color: #33122d; }
.ContextualPopup a:active { color: ; }


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

#lj_controlstrip {
    color: #141414;
    border-bottom: 1px solid #f6f6f6;
}

#lj_controlstrip_statustext {
    color: #141414;
}

#lj_controlstrip a {
    color: #ac3d98;
}

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

#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: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, sans-serif; font-size: 100%;
    padding: 0;
    background: #edcce7;
    color: #282828;
background-color: #edcce7;

}

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

a { color: #ac3d98;
 }
a:visited { color: #ac3d98;
 }
a:hover { color: #33122d;
 }
a:active {  }

q { font-style: italic; }

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

}

h1#title {
    font-family: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, sans-serif; font-size: 1.9em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, sans-serif; font-size: 1.55em;
}

#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: 57em) {
    .multiple-columns #primary {
        float: left;
    }

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

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

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

/* entries */

.entry {
    background: #f6f6f6;
    color: #141414;
background-color: #f6f6f6;

}

.entry .entry-title {
    font-family: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, sans-serif; font-size: 1.41em;
}

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

}

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

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

.entry a { color: #ac3d98;
 }
.entry a:visited { color: #ac3d98;
 }
.entry a:hover { color: #33122d;
 }
.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: #141414;
 }
.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: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, sans-serif; font-size: 1.27em;
    margin: 0;
}

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

}

.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: #ac3d98;
    color: #141414;
background-color: #ac3d98;

}

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

.module h2 {
    color: #141414;

    font-family: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, sans-serif; font-size: 1.41em;
}

.module-content {
    font-family: Corbel, 'Century Gothic', 'Gill Sans MT', Verdana, Arial, 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: 57em) {
    .multiple-columns .module-calendar .module-content {
        text-align: center;
    }

    .multiple-columns .module-calendar table {
        margin: 0 auto;
    }

    .multiple-columns .module-syndicate .module-content {
        text-align: center;
    }
}

.module-calendar td {
    padding: 1px;
}
.module-calendar td a {
    display: block;
    padding: 2px;
}

.search-box {
    margin: .2em auto;
    max-width: 100%;
}

.search-form .search-box-item,
.search-form .search-button-item {
    display: block
}

.search-form .comment_search_checkbox_item {
    display: inline
}

/* wrap long content, particularly openid usernames */
.module-pagesummary .ljuser {
    white-space: normal !important;
}
.module-pagesummary .module-content {
    word-wrap: break-word;
}

.module-credit .category-title {
    font-weight: bold;
}

.tags_cloud li, .module-tags_cloud li { display: inline; }

/* avoid Dramatic Woodchuck zoom effect on form fields (polls, search, etc.) */
@media (pointer: coarse) {
    input[type="text"], select {
        font-size: 16px;
    }
}


             .entry .userpic,
             .comment .userpic {
                 text-align: right;
                 }

             /* Don't add extra height at bottom of userpic box */
             .userpic a {
                display: block;
                line-height: 0;
                }
             

#header .module-wrapper {display: none;}
    

/* For the Bold
/* by timeasmymeasure
******************************/

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

body {
    line-height: 140%;
    margin: 10px 0 0;
    }

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

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

input, textarea {
    background-color: #f6f6f6;
    color: #141414;
    border: 1px solid ;
    border-radius: 5px;
    }

::-moz-selection,
::selection {
    background-color:#eddfea;
    color: #141414;
    }

blockquote {
    background-color:#eddfea;
    border: 2px solid #ac3d98;
    border-radius: 5px;
    color: #141414;
    margin: 15px 30px;
    padding: 10px;
    }

ul {
    list-style: circle inside;
    margin: 5px 0 5px 15px;
    }

ol {
    list-style: decimal inside;
    margin: 5px 0 5px 35px;
    }

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

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

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

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

#secondary > .inner:first-child,
.any-column #tertiary > .inner:first-child {
    background-color: #ac3d98;
    border-radius: 5px;
    }

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

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

    .two-columns #tertiary > .inner:first-child {
        padding-top: 20px;
        border-radius: 0;
        background-color: transparent;
        }

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

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

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

#header {
    padding: 10px;
    margin-bottom: 10px;
    }

h1#title {
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    }

h2#subtitle,
h2#pagetitle {
    color: #141414;
    line-height: 80%;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    }

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

.navigation {
    margin: 5px 0;
    }

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

.entry {
    border: none;
    margin-bottom: 20px;
    padding: 5px;
    }

.entry-title {
    border: none;
    font-weight: lighter;
    margin: 0;
    padding: 3px;
    text-transform: uppercase;
    }

.datetime {
    color: #323232;
    font-size: .75em;
    }

.datetime a {
    color: #323232;
    }

.entry .userpic img {
    background-color: #ac3d98;
    border-radius: 5px;
    padding: 15px;
    }

.entry .poster {
    float: right;
    margin-top: -1.4em;
    margin-right: 125px;
    }
@media only screen and (min-width: 57em) {
    .entry .poster { margin-right: 0; }
}

.entry-content {
    border-top: 1px solid #b87aad;
    min-height: 100px;
    padding: 10px;
    }

.metadata {
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
    }

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

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

.tag {
    margin: 10px 0;
    text-transform: uppercase;
    }

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

.entry .footer {
    clear: both;
    }

ul.entry-management-links {
    margin: 15px 0 0;
    text-align: right;
    }

ul.entry-interaction-links {
    font-size: 1.30em;
    margin: 5px 0 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
    }

ul.entry-interaction-links li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    }

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

.comment-wrapper {
    margin: 10px 0;
    }

.comment {
    color: #141414;
background-color: #f6f6f6;

    margin-bottom: 20px;
    padding: 10px;
    }

.comment a { color: #ac3d98; }
.comment a:visited { color: #ac3d98; }
.comment a:hover { color: #33122d; }
.comment a:active { color: ; }

.comment-title {
    font-weight: lighter;
    text-transform: uppercase;
    }

.comment-title a {
    font-weight: lighter;
    }

.comment .userpic img {
    background-color: #ac3d98;
    border-radius: 5px;
    padding: 10px;
    }

.comment .poster {
    float: right;
    margin-top: -1.4em;
    margin-right: 100px;
    }
@media only screen and (min-width: 57em) {
    .comment .poster { margin-right: 0; }
}

.comment-content {
    border-top: 1px solid #b87aad;
    min-height: 60px;
    padding: 10px;
    }

.comment .footer {
    clear: both;
    margin-top: 15px;
    text-align: right;
    }

.comment-management-links li,
.comment-interaction-links li {
    display: inline;
    font-size: 1.22em;
    margin: 5px 0 0;
    text-transform: uppercase;
    }

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

.bottomcomment {
    color: #141414;
background-color: #f6f6f6;

    margin: 0 160px 15px 0;
    padding: 10px;
    }

.bottomcomment a { color: #ac3d98; }
.bottomcomment a:visited { color: #ac3d98; }
.bottomcomment a:hover { color: #33122d; }
.bottomcomment  a:active { color: ; }

table.talkform {
    color: #141414;
background-color: #f6f6f6;

    margin: 0 0 10px;
    padding: 10px;
    }

#postform a { color: #ac3d98; }
#postform a:visited { color: #ac3d98; }
#postform a:hover { color: #33122d; }
#postform a:active { color: ; }

textarea.textbox {
    border: 1px solid #323232;
    border-radius: 5px;
    }

@media only screen and (min-width: 57em) { 
        .entry {
            margin-right: 160px;
            }

        .comment {
            margin-right: 135px;
            }

        .has-userpic .entry .userpic {
            float: right;
            margin: 0 -146px 15px 0;
            }

        .has-userpic .comment .userpic {
            display: block;
            float: right;
            margin: 0 -116px 15px 0;
            }
         } 

/* Archive Pages
******************************/

.month {
    color: #141414;
background-color: #f6f6f6;

    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px;
    }

.month a { color: #ac3d98; }
.month a:visited { color: #ac3d98; }
.month a:hover { color: #33122d; }
.month a:active { color: ; }

.month h3 {
    margin: 0;
    padding: 0;
    }

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

table.month {
    margin: 5px auto;
    }

.month caption {
    display: none;
    }

table.month td,
table.month th {
    border: 1px solid #323232;
    height: auto;
    padding: 0;
    }

table.month th {
    background-color: #eddfea;
    color: #141414;
    margin: 0 2px;
    padding: 2px;
    text-align: center;
    }

table.month td.day {
    padding: 5px;
    font-weight: normal;
    text-align: left;
    }

.month td.day-has-entries {
    background-color: #eddfea;
    color: #141414;
    }

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

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

h3.day-date {
    color: #141414;
background-color: #f6f6f6;

    margin: 0 160px 0 0;
    padding: 5px 5px 0;
    }

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

.tags-container {
    color: #141414;
background-color: #f6f6f6;

    margin-bottom: 10px;
    padding: 5px;
    }

.tags-container a { color: #ac3d98; }
.tags-container a:visited { color: #ac3d98; }
.tags-container a:hover { color: #33122d; }
.tags-container a:active { color: ; }

.tags-container h2 {
    color: #141414;
border: solid 1px #b87aad;

    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: lighter;
    margin: 0;
    padding: 0 0 2px;
    text-transform: uppercase;
    }

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

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

.icons-container {
    color: #141414;
background-color: #f6f6f6;

    margin-bottom: 10px;
    padding: 5px;
    }

.icons-container a { color: #ac3d98; }
.icons-container a:visited { color: #ac3d98; }
.icons-container a:hover { color: #33122d; }
.icons-container a:active { color: ; }

.icons-container h2 {
    color: #141414;
border: solid 1px #b87aad;

    border-left: none;
    border-right: none;
    border-top: none;
    font-weight: lighter;
    margin: 0;
    padding: 0 0 2px;
    text-transform: uppercase;
    }

.sorting-options ul {
    padding-left: 0;
    }

.icons-container .icon {
    margin: 1em 0;
    }

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

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

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

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

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

.module {
    background-color: transparent;
    border: none;
    margin-bottom: 1em;
    text-align: right;
    }

h2.module-header {
    border-bottom: 1px solid #b87aad;
    font-weight: lighter;
    margin: 5px 0;
    text-transform: uppercase;
    padding: 5px;
    }

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

.any-column .module-userprofile .module-content, .any-column .module-syndicate .module-content { text-align: right; }
.any-column .module-calendar table { margin-left: auto; margin-right: 0; }
@media only screen and (min-width: 57em) {
    .multiple-columns .module-userprofile .module-content { text-align: center; }
    .multiple-columns  .module-calendar table { margin-left: auto; margin-right: auto; }

    .two-columns #tertiary .module {
        background-color: transparent;
        color: #282828;
        }

    .two-columns #tertiary .module a { color: #ac3d98; }
    .two-columns #tertiary .module a:visited { color: #ac3d98; }
    .two-columns #tertiary .module a:hover { color: #33122d; }
    .two-columns #tertiary .module a:active { color: ; }
}
li.module-list-item {
    list-style: none;
    margin: 0 0 2px;
    padding: 1px;
    }

.module-userprofile .userpic {
    margin-top: 10px;
    }

.module-userprofile .userpic img {
    background-color: #edcce7;
    padding: 10px;
    }

.module-userprofile .journal-name {
    margin-top: 5px;
    }

.module-userprofile .journal-website-name {
    text-align: center;
    }

ul.userlite-interaction-links li {
    list-style: none;
    }

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

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

.module-navlinks {
    font-size: 1.41em;
    text-transform: uppercase;
    text-align: right;
    }

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

.module-list-item .current,
.module-list-item .current:visited,
.module-list-item .current:hover,
.module-list-item .current:active {
    color: #141414;
    }

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

.module-calendar th {
    background-color: #f6f6f6;
    color: #141414;
    border: 1px solid ;
    margin: 0 2px;
    }

.module-calendar td.empty-day {
    background-color: #f6f6f6;
    color: #141414;
    border: 1px solid ;
    margin: 0 2px;
    padding: 1px;
    }

.module-calendar td.entry-day {
    background-color: #f6f6f6;
    color: #141414;
    border: 1px solid ;
    margin: 0 1px;
    }

.module-calendar td.entry-day a {
    color:#ac3d98;
    }

.module-calendar td.entry-day a:visited {
    color:#ac3d98;
    }

.module-calendar td.entry-day a:hover {
    color:#33122d;
    }

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

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

#footer {
    padding: 10px;
    }

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

.ContextualPopup {
    background: #f6f6f6;
    border: 1px solid #141414 !important;
    border-radius: 0;
    color: #141414;
    font-weight: lighter;
    }

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

.ContextualPopup a { color: #ac3d98; }
.ContextualPopup a:visited { color: #ac3d98; }
.ContextualPopup a:hover { color: #33122d; }
.ContextualPopup a:active { color: ; }

.ContextualPopup .Userpic {
    background-color: #141414;
    margin: 5px;
    padding: 5px;
    }


