/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #ffffff;
    color: #aaaaaa;
    }

.ContextualPopup a, .icon-browser a { color: #0396a6; }
.ContextualPopup a:visited { color: #0396a6; }
.ContextualPopup a:hover { color: #d90404; }
.ContextualPopup a:active { color: #0396a6; }

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: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; font-size: 13px;
    padding: 0;
    background: #e0e0e0;
    color: #aaaaaa;
background-color: #e0e0e0;

}

#canvas {
    margin-left: 5%;
    margin-right: 5%;
}

a { color: #0396a6;
 }
a:visited { color: #0396a6;
 }
a:hover { color: #d90404;
 }
a:active { color: #0396a6;
 }

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: #d90404;

}

h1#title {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; 
}

h2#subtitle,
h2#pagetitle {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; 
}

#footer {
    background: #ffffff;
}

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

}

.entry .entry-title {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; font-size: 13px;
}

.entry .entry-title, .entry .entry-title a {
    color: #79a617;

}

.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: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; 
    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: #ffffff;
    background-color: #ffffff;

}

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

.module h2 {
    color: #79a617;

    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; 
}

.module-content {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, 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: 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;
    }
}



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

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


    layout name: leftovers
    layout type: tabularasa

    renoir.dreamwidth.org / vaisselle.livejournal.com


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



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

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

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

a:hover { text-decoration: underline; }

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

#primary { text-align: justify; -moz-box-sizing: border-box;    box-sizing: border-box;}

.navigation {
    background-color: #ffffff;

    padding: 20px;
    clear: both;
    text-align: right;
    text-transform: uppercase;
    margin: 0 0 20px;
}

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

li.page-separator { display: none; }

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



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

#footer {
    padding: 20px;
    text-align: right;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

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

#title a {
    color: #d90404;
}

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


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

.module-navlinks { padding: 0; margin: 0; background: none;}

.module-navlinks a  {color:#ffffff; padding: 0.3em 1em 0.3em 0.3em;}

.module-navlinks .current {font-weight: bold;}

.module-navlinks .recent  {
    background: #0396a6;
    border-right: 5px solid #52bcc8;
}
.module-navlinks .recent:hover {background: #52bcc8;}

.module-navlinks .archive {
    background: #f29f05;
    border-right: 5px solid #fab433;
}
.module-navlinks .archive:hover {background: #fab433;}

.module-navlinks .read {
    background: #d96704;
    border-right: 5px solid #ee862b;
}
.module-navlinks .read:hover {background: #ee862b;}

.module-navlinks .network {
    background: #54afbc;
    border-right: 5px solid #49c9dc;
}
.module-navlinks .network:hover {background: #49c9dc;}

.module-navlinks .tags {
    background: #79a617;
    border-right: 5px solid #9fc351;
}
.module-navlinks .tags:hover {background: #9fc351;}

.module-navlinks .memories {
    background: #0396a6;
    border-right: 5px solid #52bcc8;
}
.module-navlinks .memories:hover {background: #52bcc8;}

.module-navlinks .userinfo {
    background: #d90404;
    border-right: 5px solid #fb3f3f;
}
.module-navlinks .userinfo:hover {background: #fb3f3f;}

.module-navlinks ul.module-list { padding: 0; margin:0; list-style: none; font-size: 1.2em; text-transform: uppercase; letter-spacing: 0.15em; }
.module-navlinks ul.module-list li { padding: 0; margin: 0.75em 0; list-style: none; background-image: none; }


/*------------------------------------- entry -------------------------------------*/

.entry { padding: 20px; margin: 0 0 20px 0; }

.entry-content { margin: 10px 0 0 0; }

.entry .header {
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #d3d3d3;
}

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

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

.poster { margin: 15px 0; }

.metadata { margin: 20px 0 0 0; }

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

div.metadata ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}

.metadata-item-location { padding: 0 0 0 15px; margin: 0; display: inline; }

.metadata-item-music {  padding: 0 0 0 15px; margin: 0; display: inline; }

.metadata-item-mood {  padding: 0 0 0 15px; margin: 0; display: inline; }

.tag ul {  padding: 0 0 0 15px; margin: 0; display: inline; }

.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;
    display: inline;
    list-style: none;
    text-align: center;
}

ul.entry-interaction-links {
    padding: 0;
    margin: 10px 0 0 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 .userpic, .comment .userpic {
                display: block; float: left; margin: 0 10px 10px -60px;
                }

            .comment .userpic img, .entry .userpic img { border-left: 10px solid #f29f05; }

            #primary{ border-left: 60px solid transparent; }

            

/*-------------------------------Secondary Pages----------------------------*/
.month a, .icons-container a, .tags-container a, .comment a {color: ;}

.month a:active, .icons-container a:active, .tags-container a:active, .comment a:active {color: ;}

.month a:hover, .icons-container a:hover, .tags-container a:hover, .comment a:hover {color: ;}

.month a:visited, .icons-container a:visited, .tags-container a:visited, .comment a:visited {color: ;}

.month, .icons-container, .tags-container {
    background-color: #ffffff;

    margin: 0 0 20px 0;
    padding: 20px;
}

.month h3, .icons-container .header h2, .tags-container .header h2{
    padding: 0;
    margin: 0;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif; font-size: 13px;
    color: #79a617;

    text-transform: lowercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    border-bottom: 1px dotted #d3d3d3;
}

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

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

div.navigation ul { display: inline; }

div.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: #f9f9f9;
    color: ;
}

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

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

.month td.day-has-entries a {color:;}

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

.month caption { display: none; }

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

.comment {
    background-color: #ffffff;

    margin: 0;
    padding: 20px;
}

.comment-wrapper { margin: 20px 0; padding: 0; }

.comment-content { margin: 20px 0; }

.bottomcomment {
    background-color: #ffffff;

    border: 1px solid #d3d3d3;
    margin: 10px 0;
    padding: 10px;
}

.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-management-links ul, .comment-interaction-links ul { margin: 0; padding: 0; list-style: none; }

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

table.talkform {
    background-color: #ffffff;

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


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

.module-header {
    padding: 0;
    margin: 0 0 10px 0;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    border-bottom: 1px dotted ;
}

.module { padding: 20px; margin: 0 0 10px 0; }

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

div.module-content .userpic img { border: 5px solid #f29f05; }

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

.journal-website-name {
    text-transform: uppercase;
    letter-spacing: 0.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 { padding: 0; margin: 0; list-style: none; }

ul.module-list li { padding: 0 0 0 9px; margin: 0; list-style: none;  }

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: 0.15em;
}

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

.module-calendar th {
    text-transform: uppercase;
    background: #f9f9f9;
    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 {
    text-transform: uppercase;
    background: #f6f6f6;
    color: ;
    margin: 0 1px;
    border: 1px solid ;
}

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

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

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

hr { color: transparent; height: 1px; border-style : none;  border-bottom: 3px double ; }


