/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #fae0b5;
    color: #1c1614;
    }

.ContextualPopup a, .icon-browser a { color: #ab2626; }
.ContextualPopup a:visited { color: ; }
.ContextualPopup a:hover { color: #472b1b; }
.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: Calibri; font-size: 100%;
    padding: 0;
    background: #6b211e;
    color: #1c1614;
background-color: #6b211e;

}

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

a { color: #ab2626;
 }
a:visited {  }
a:hover { color: #472b1b;
 }
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: #bf6f5f;
    color: #fae0b5;

}

h1#title {
    font-family: Calibri; 
}

h2#subtitle,
h2#pagetitle {
    font-family: Calibri; 
}

#footer {
    background: #e79f89;
}

#footer a { color: #bf6f5f;
 }
#footer a:visited {  }
#footer a:hover {  }
#footer a:active { color: #6b211e;
 }

#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: #fae0b5;
    background-color: #fae0b5;
border: solid 1px #bf6f5f;

}

.entry .entry-title {
    font-family: Calibri; 
}

.entry .entry-title, .entry .entry-title a {
    color: #6b211e;

}

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

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

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

/* ensure comment content stretches out horizontally so it's readable */
.comment-content:before {
    content: "";
    display: block;
    overflow: hidden;
    width: 10em;
}
.comment-content { border-top: 1px transparent solid; } /* for firefox */

/* Don't add space after last element in an entry/comment. Avoids extra gaps */
/* if there's paragraph tags (markdown) instead of text nodes (casual HTML). */
.entry-content > :last-child,
.comment-content > :last-child {
    margin-bottom: 0;
}

/* To prevent overlapping when icon's on the left */
/* and list is the first thing in content */
.entry-content li,
.comment-content li {
    list-style-position: inside;
    }

.metadata ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}
.metadata li {
    margin-bottom: .5em;
}
.metadata.top-metadata ul {
    margin: 0;
}
.metadata.top-metadata {
    margin-bottom: 1em;
}

.metadata-item, .poster-ip {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tag ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.tag ul li {
    display: inline;
} /* same for month view */

ul.entry-management-links {
    margin-left: 0;
    padding-left: 0;
}
ul.entry-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.entry-interaction-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}

.entry-interaction-links a, .entry-management-links a {  }
.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: Calibri; 
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #6b211e;

}

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

}

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

.module h2 {
    color: #6b211e;

    font-family: Calibri; 
}

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


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





/*-------------------------------------


    layout name: patsy
    layout type: tabularasa

    renoir.dreamwidth.org / vaisselle.livejournal.com


-------------------------------------*/



/*------------------------------------- basics -------------------------------------*/

html { font-size: 100%; }

body {line-height: 1.8em; text-align: center; margin: 0; }

a { text-decoration: none; }

#canvas {
    text-align: justify;
    padding: 0;
    }


#primary {
    background: #fae0b5;
    color: ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

.navigation {
    background:#fae0b5;
    border-left: 20px solid #bf6f5f;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
    text-transform: uppercase; }

li.page-back, li.page-forward {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    }

li.page-separator { display: none; }

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

@media only screen and (min-width: 45em) {
    #canvas {
        border-left: 100px solid ;
        }

    .column-left #content, .column-right #content {
        border-color: #ecd2ab;
        }
    .two-columns #secondary, .three-columns #secondary, .three-columns #tertiary {position:relative; top: -7em;}
}

/*------------------------------------- header & footer -------------------------------------*/

#header {
    border-left: 20px solid #472b1b;
    margin: 0 auto 0 auto;
    padding: 50px 20px 40px 20px;
    }

#footer {
    border-left: 20px solid #472b1b;
    margin: 0;
    padding: 20px;
    clear: both;
    text-align: right;
    text-transform: uppercase;
    }

h1#title {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0;
    margin: 0; }

h1#title a {
    color: #fae0b5;
    }

h2#subtitle {
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: .6em;
    padding: 0;
    margin: 0; }



/*------------------------------------- navigation -------------------------------------*/

#header .module-navlinks { text-align: left; padding-bottom: 1em; background: none;}

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

#header .module-navlinks .module-list {
    display: inline;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.1em;
    }

#header .module-navlinks .module-list li {
    display: inline;
    margin: 0 10px 0 0;
    list-style: none;
    padding: 0 5px 0 0;
    }

#header .module-navlinks a { color: #ecd2ab; }
#header .module-navlinks a:active { color: ; }
#header .module-navlinks a:hover { color: #fae0b5; }
#header .module-navlinks a:visited { color: ; }

#header .module-navlinks .current, .module-navlinks .current {color: ;}

/*------------------------------------- entry -------------------------------------*/
.entry {  padding: 20px;  border-left: 20px solid #bf6f5f;  border-bottom: 20px solid #bf6f5f; border-top:0; border-right:0;}

.entry-content {margin: 1em 0;}

.entry-title {
    padding: 0;
    margin: 0;
    text-transform: lowercase;
    letter-spacing: 0.2em;
    font-weight: normal; }

.datetime {  text-transform: uppercase; font-size: smaller; letter-spacing: 0.3em; }

.entry .userpic img, .comment .userpic img  { border: 10px solid #fae0b5; display:block}


            @media only screen and (min-width: 45em) {
                #primary, #header, #footer, #secondary, #tertiary {
                   border-right: 140px solid #6b211e;
                   }
                .has-userpic .entry .userpic {
                    float: right;
                    margin: -4em -160px 0 0;
                    border-left: 20px solid #bf6f5f;
                    }

                .has-userpic .comment .userpic {
                    float: right;
                    border-left: 20px solid #bf6f5f;
                    margin: -1em -160px 0 0;
                    }
            }
            
            .multiple-columns #secondary, .three-columns #tertiary { border: none; }
        

.poster { margin: 15px 0; }

.metadata {margin: 0; }

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

.metadata ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    }

.tag ul li {
    list-style: none;
    font-weight: normal;
    padding: 0;
    margin: 0 5px 0 0;
    }

ul.entry-management-links {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    text-align: center;
    }

ul.entry-management-links li {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    }

ul.entry-interaction-links {
    padding: 0;
    margin: 10px 0;
    text-align: center;
    }

ul.entry-interaction-links li {
    display: inline;
    list-style: none;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    padding: 0;
    }

.entry {background:none;}


/*------------------------------------- archive & calendar page -------------------------------------*/

li.active { list-style: none; display: inline; padding: 0; margin: 10px; }

.month, .tags-container, .icons-container {
    padding: 20px;
    margin-bottom: 0 0 20px 0;
    border-left: 20px solid #bf6f5f; }

.month h3, .tags-container h2, .icons-container h2 {
    padding: 0;
    margin: 0;
    font-size: ;
    text-transform: lowercase;
    letter-spacing: .2em;
    font-weight: normal;
    color: #6b211e;
    background: ; }

.navigation ul { display: inline; }

.navigation li { display: inline; list-style: none; }


table.month { border: 0; }

.month th {
    text-align: center;
    margin: 0 2px;
    text-transform: lowercase;
    font-weight: normal;
    background: #fae0b5;
    color: ;
    }

.month td.day { font-weight: normal; }

.month td.day-has-entries { font-weight: normal; background: #fae0b5 }

.month td.day-has-entries p { padding: 0 0 0 5px; margin: 0; }

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

td.day { padding: 10px; border: 0; text-align: center; }



/*------------------------------------- tags page -------------------------------------*/

.page-tags .ljtaglist {
    margin: 0;
    padding: 0;
    }

.page-tags .ljtaglist li {
    padding: 0 0 0 10px;
    margin: 0;
    text-transform: lowercase;
    letter-spacing: 0;
    list-style: none;
    }

/*--- Icon Page ---*/

div.icons-container div.icon:nth-of-type(2n) {
    clear: both;
}

.icons-container .icon {
    float: left;
    margin-bottom: 15px;
    min-width: 350px;
    vertical-align: bottom;
    width: 50%;
    display:table;
}

.icon-image {
    display: inline;
    float: left;
    margin-right: 1em;
    min-width: 100px;
    margin-top: 0;
}

.icon-info {
    overflow: auto;
    vertical-align: bottom;
    word-wrap: break-word;
    display:table-cell;
    width:100%;
}

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

.icons-container .inner .footer, .icon-pages {
    clear: both;
    text-align: center;
}
/*------------------------------------- read comments & write a comment -------------------------------------*/

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

textarea.textbox  { width: 80% !important; }

#primary #comments {background:#6b211e;}


.comment {
    background: #fae0b5;
    border-left: 20px solid #bf6f5f;
    padding:20px;
    border-bottom: 20px solid #bf6f5f;
    }

.dwexpcomment {margin-top:0 !important;}

.bottomcomment, .comment-pages {
    background: #fae0b5;
    padding: 20px;
    border-left: 20px solid #bf6f5f;
    border-bottom: 20px solid #bf6f5f;
    text-align: center;
    }

.comment-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }

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

#qrform table { border: 0!important; }

.comment-poster {  text-transform: uppercase; }

.comment-wrapper {padding: 0;}

.comment-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }

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

.talkform {
    padding: 20px;
    margin: 0;
    border-left: 20px solid #bf6f5f;
    }


/*------------------------------------- sidebar (minus the navigation)  -------------------------------------*/

.any-column #secondary, .any-column #tertiary {
    width: auto;
}

@media only screen and (min-width: 45em) {
    .multiple-columns #secondary, .three-columns.column-right #tertiary {
        width: 15em;
    }

    .two-columns #tertiary .module, .one-column #tertiary .module, .one-column #secondary .module {
        display: inline-block;
        width: 15em;
        float: none;
     }

    .two-columns #tertiary, .one-column #tertiary, .one-column #secondary  {
         border-left: 20px solid #bf6f5f;
         background: #ecd2ab;
        }

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

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

.module-content .userpic img { padding: 5px; background:  !important; }

.journal-name {
    text-transform: uppercase;
    letter-spacing: .15em;
    margin: 5px 0 0 0;
    text-align: center;
    }

.journal-website-name {
    text-transform: uppercase;
    letter-spacing: .15em;
    margin: 0;
    text-align: center;
    }

ul.userlite-interaction-links {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
    text-align: center;
    }

ul.userlite-interaction-links li {
    padding: 0;
    margin: 0 auto;
    display: inline;
    list-style: none;
    text-align: center;
    }

ul.module-list-item {
    padding: 0;
    margin: 0;
    list-style: none;
    }

ul.module-list-item li {
    padding: 0 0 0 9px;
    margin: 0;
    list-style: none;
    }
.manage-tags-link {
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: .15em;
    }

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

.module-calendar th {
    text-transform: uppercase;
    background: #fae0b5;
    color: ;
    margin: 0 1px;
    padding: 3px 8px;
    border: 1px solid ;
    }

.module-calendar td {
    text-transform: uppercase;
    margin: 0 1px;
    border: 1px solid ;
    }

.module-calendar td.entry-day {background: #fae0b5; }



/*------------------------------------- extras  -------------------------------------*/

blockquote { font-style: italic; padding: 40px 20px; margin: 20px; }



 
