/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #fff9e9;
    color: #000000;
    }

.ContextualPopup a, .icon-browser a { color: #b20c17; }
.ContextualPopup a:visited { color: #920c07; }
.ContextualPopup a:hover { color: ; }
.ContextualPopup a:active { color: #000099; }

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-size: 100%;
    padding: 0;
    background: #fff9e9;
    color: #000000;
background-color: #fff9e9;
border: solid 1px #968d85;

}

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

a { color: #b20c17;
 }
a:visited { color: #920c07;
 }
a:hover {  }
a:active { color: #000099;
 }

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;
    color: #62584f;

}

h1#title {
    
}

h2#subtitle,
h2#pagetitle {
    
}

#footer {
    background: #62584f;
}

#footer a { color: #e2d7c9;
 }
#footer a:visited { color: #e2d7c9;
 }
#footer a:hover {  }
#footer a:active { color: #e2d7c9;
 }

#primary {
    width:100%;
    margin-right:-100%;
    margin-left: 0;
}

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

/* modules layout */
#primary { float: none; }
#secondary, #tertiary { width: 100%; }

@media only screen and (min-width: 45em) {
    .multiple-columns #primary {
        float: left;
    }

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

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

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

/* entries */

.entry {
    background: transparent;
    border: solid 1px #62584f;

}

.entry .entry-title {
    
}

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

}

.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 {
    
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    
}

.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;
    border: solid 1px #62584f;

}

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

.module h2 {
    color: #000000;

    
}

.module-content {
    
    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; }
        
    

/* Boxes and Borders */
blockquote { border-left: 3px solid #62584f;
    padding-left: .5em; } 
dl dt { font-weight: bold; }

ul { list-style: square; }

a { text-decoration: underline; }
a:hover { text-decoration: none; }

body {
    border: none;
    margin: 0;
    }

#canvas { position: relative; 
    padding-top: 1px; /*margin collapse prevention*/
    float: left; width: 100%; /*asinine IE7 hack to keep left sidebar from sliding under #primary when #canvas is relative*/ }

/* header */

#header {
    padding: 0;
    margin-bottom: 1em;
    text-align: right;
    }

#title {
    font-size: x-large;
    font-weight: normal;
    padding-right: 20px;
    padding-top: 1em;
    }

#title a {
    color: #62584f;
    }

#subtitle {
    font-size: large;
    font-weight: normal;
    padding-right: 20px;
    }

#pagetitle {
    font-size:  medium;
    font-style: italic;
    font-weight: normal;
    padding-right: 20px;
    }

#header-decoration {
    background-color: #000000;
border: solid 1px #62584f;

    border-width: .65em;
    float: left;
    margin-left: 7em;
    margin-top: 1.5em;
}

#header-decoration-inner { margin: .5em;
    background-color: #968d85;
border: solid 1px #fff9e9;

    border-width: 0.5em;
    width: 1em;
    height: 1em;}


/* main column */
#primary > .inner:first-child {
   padding: 1em 2em;
}

@media only screen and (min-width: 45em) {
    .two-columns-left .navigation,
    .three-columns-left .navigation { text-align: right; }
}

/* entries */
.entry li { margin-left: 1em; }
.entry-content hr { display: block;
   margin: 1em 10%; }

.entry { margin-bottom: 3em;
border: none;
border-bottom: 10px dotted #62584f;
border-top: 10px dotted #62584f;
position: relative; }

.entry .entry-title { 
   padding: .25em 5px;
   margin-bottom: .5em;}

.entry .entry-title a, 
.entry .entry-title a:visited { color: #000000;

text-decoration: none }
.entry .entry-title a:hover { text-decoration: underline; }

.entry .datetime { font-size: small;
   padding: 0 5px;
   color: #999999; }

.entry .poster { display: block;
margin: .5em 0; }

.entry .contents { padding: 0 .5em; }

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

.metadata { margin: 1em 0 0 0; }
.metadata.top-metadata { margin-bottom: 2em; }
.metadata-label { font-weight: bold; }
.metadata ul li { margin-left: 0; padding-left: 0; }

.entry .footer { margin: .5em 0; }
.entry .footer > .inner:first-child { padding: 1px; } /*float uneveness fix */

.entry .tag { margin-left: .25em; }
.entry .tag li { margin-left: 0; padding: .25em 0; }
.entry .tag-text { font-weight: bold; }

ul.entry-management-links { float: left;
   margin-left: -1em;
   margin-top: 1em; }
ul.entry-interaction-links { text-align: right;
   margin-top: 1em;
   margin-bottom: .25em;
   min-height: 17px; } /* prevent entry-management icons from shoving quickreply aside */

/* comments */
.comment { margin-bottom: 1em; }

.partial .comment { margin-bottom: 0;} 

.comment .header { padding: 2px 5px;
    margin-bottom: .5em;
    border-left: 10px dashed #62584f; }
.comment .header a, 
.comment .header a:visited { color: #000000;
 }

.comment-title {
    font-weight: bold;
    padding: 0 0 .25em;
    }

.partial .comment-title {
   display: inline;
   margin-right: .2em;
   }

.partial .comment-poster:before {
   content: "- ";
   }

.comment .poster-ip { font-size: small;
   color: #999999; }

.comment-content { margin-top: 1em; }

.comment .edittime { margin-top: 1em; }
.comment .header .datetime { color: #000000; }

.comment .multiform-checkbox { display: block;
   text-align: right;
   font-size: small;
   color: ;
}

.comment .footer { margin: .5em 0; }
.comment .footer > .inner:first-child { padding: 1px; } /*float uneveness fix */

.comment-management-links { float: right; }
.comment-interaction-links { text-align: left; }

.bottomcomment, .comments-message { padding: 1px 1px 3px 1px;
    background-color: #968d85;
 }

.bottomcomment .entry-management-links,
.bottomcomment .entry-interaction-links { margin: .25em 0 .5em 0; }

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

#qrdiv { margin: 1em; }
#qrdiv table { width: 100%; }


/* archive */

/* year-by-month view */
#archive-year .navigation { text-align: left; }

div.month { margin: 0 0 2em 0; }

table.month td,
table.month th { border-color: #62584f;
   vertical-align: top; }

.month caption { display: none; }

#archive-year .month .footer { padding: .5em;
text-align: center; }

/* month-by-day view */
#archive-month .navigation { text-align: center; }

.month dl .tag-text { font-style: italic; }

.month dl h3.entry-title { font-weight: bold; }

/* day-by-entries view */
.day .inner > h3:first-child { text-align: center; }

/* icons */

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

.icon-keywords ul li {
    margin-left: 0;
    padding: .25em 0;
}

/* sidebars */

#secondary > .inner:first-child,
#tertiary > .inner:first-child {
   padding: 1em .5em !important;
}

#secondary, #tertiary { margin-top: 0; }

.module {  padding: 3px; 
    margin-bottom: 1em;
    border: none; } 

.module-header { 
   border-left: 8px dashed #62584f;
   font-size: large;
   padding: 1px 3px; }
.module-header a, 
.module-header a:visited { color: #000000;

text-decoration: none; }
.module-header a:hover { text-decoration: underline; }

.module-content ul { list-style: outside square; }

@media only screen and (min-width: 45em) {
    .two-columns #secondary .module-userprofile,
    .three-columns .module-userprofile {
        text-align: center;
        }
}

.module-userprofile .module-header { text-align: left; }

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


            .module-navlinks {
                background: #62584f;
                border: none;
                margin: 0;
                margin-top: 1em;
                padding: 0;
                text-align: left;
                width: 100%;
                }

            .module-navlinks ul {
                background: #62584f;
                margin: 0;
                padding-left: 1em;
                }

            .module-navlinks ul li {
                border-left: 1px solid #968d85;
                border-right: 1px solid #968d85;
                display: inline;
                margin: 0;
                padding: .25em .5em;
                }

            .module-navlinks a {
                color: #fff9e9;
                font-size: small;
                padding: .15em .5em;
                text-decoration: none;
                }

            .module-navlinks a:visited { color: ; }

            .module-navlinks a:hover {
                background-color: #fff9e9;
                color: #000000;
                text-decoration: underline;
                }

            .module-navlinks a:active { color: ; }
            

.module-customtext .module-content { padding: .25em 0; }

.module-calendar td { color: #62584f;
background-color: #968d85;
 }
.module-calendar td a { color: #fff9e9;
background-color: #62584f;

    text-decoration: none; }


            .has-userpic .entry .contents .userpic,
            .has-userpic .comment .contents .userpic { float: left;
                margin: 0 .5em .5em 0; }
            
    
