/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #faf0e1;
    color: #080706;
    }

.ContextualPopup a, .icon-browser a { color: #6e5849; }
.ContextualPopup a:visited { color: #3d342c; }
.ContextualPopup a:hover { color: #835235; }
.ContextualPopup a:active { color: #6e5849; }


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

#lj_controlstrip {
    color: #080706;
    border-bottom: 1px solid #faf0e1;
}

#lj_controlstrip_statustext {
    color: #080706;
}

#lj_controlstrip a {
    color: #6e5849;
}

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

#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: Arial, sans-serif; font-size: 1em;
    padding: 0;
    background: #9c917b;
    color: #080706;
background-color: #9c917b;

}

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

a { color: #6e5849;
 }
a:visited { color: #3d342c;
 }
a:hover { color: #835235;
 }
a:active { color: #6e5849;
 }

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: #e6d3b8;
    color: #1e1a16;

}

h1#title {
    font-family: Arial, sans-serif; font-size: 1.667em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Arial, sans-serif; 
}

#footer {
    background: #e6d3b8;
}

#footer a { color: #6e5849;
 }
#footer a:visited { color: #3d342c;
 }
#footer a:hover { color: #835235;
 }
#footer a:active { color: #6e5849;
 }

#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: #faf0e1;
    color: #080706;
background-color: #faf0e1;
border: solid 1px #e6d3b8;

}

.entry .entry-title {
    font-family: Arial, sans-serif; font-size: 1.334em;
}

.entry .entry-title, .entry .entry-title a {
    color: #1e1a16;
background-color: #faf0e1;

}

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

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

.entry a { color: #6e5849;
 }
.entry a:visited { color: #3d342c;
 }
.entry a:hover { color: #835235;
 }
.entry a:active { color: #6e5849;
 }

/* 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: #835235;
 }
.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: Arial, sans-serif; font-size: 1.334em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    color: #1e1a16;
background-color: #faf0e1;

}

.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: #faefdc;
    color: #080706;
background-color: #faefdc;
border: solid 1px #faefdc;

}

.module a { color: #6e5849;
 }
.module a:visited { color: #3d342c;
 }
.module a:hover { color: #835235;
 }
.module a:active { color: #6e5849;
 }

.module h2 {
    color: #1e1a16;
background-color: #e6d3b8;

    font-family: Arial, sans-serif; font-size: 1.167em;
}

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

/* Dusty Foot */
/* by timeasmymeasure*/

/* Main
***************************************************************************/

* {
    margin: 0;
    padding: 0;
    }

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

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

img {
    border: none;
    }

p {
    margin: 1em 0;
    }

blockquote {
    background: #faefdc;
    color: #080706;
    border-left: 15px solid #e6d3b8;
    margin: 15px 15px 15px 50px;
    padding: 10px;
    width: 65%;
    }

code, kbd, pre, tt, textarea {
    font-family: monospace;
    }

ul {
    list-style-type: disc;
    margin-left: 50px;
    }

ol {
    list-style-type: decimal-leading-zero;
    margin-left: 50px;
    }

/* Page Containers
***************************************************************************/

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

#content {
    background-color: #faf0e1;
    color: #080706;
    }

#content a { color: #6e5849; }
#content a:visited { color: #3d342c; }
#content a:hover { color: #835235; }
#content a:active { color: #6e5849; }

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

#secondary,
.any-column #tertiary {
    background-color: #faefdc;
    color: #080706;
    }

@media only screen and (min-width: 45em) {
     .two-columns #tertiary {
        background-color: transparent;
     }
 }

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

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

h1#title {
    margin: 0;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
    }

h2#subtitle {
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: lowercase;
    }

h2#pagetitle {
    margin: 0;
    padding: 10px;
    font-variant: small-caps;
    font-weight: lighter;
    }

#header .module-navlinks {
    background: #e6d3b8;
    text-align: right;
    text-transform: uppercase;
    }

#header .module-navlinks ul {
    margin: 0;
    padding: 0;
    }

#header .module-navlinks li {
    display: inline;
    padding: 10px;
    }

#header h1#title a { color: #1e1a16; }
#header .module-navlinks li a { color: #6e5849; }
#header .module-navlinks li a:visited { color: #3d342c ; }
#header h1#title a:hover, #header .module-navlinks li a:hover {
    color: #835235; }
#header h1#title a:active, #header .module-navlinks li a:active {
    color: #6e5849; }

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

.navigation {
    margin: 0;
    font-size: .9em;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
    }

.navigation li {
    padding: 5px;
    }

.navigation .page-back a:before,
.navigation .page-forward a:after {
    vertical-align: 40%;
    }

/* Entries and Comments
***************************************************************************/

.entry,
.text_noentries_day {
    border: none;
    border-bottom: 5px solid #e6d3b8;
    margin: 0 10px 20px;
    padding: 10px 0;
    }

.text_noentries_day {
    margin-bottom: 20px;
    margin-top: 20px;
    }

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

.entry-title {
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    }

/* Restore colors overridden by #content */
#content .entry .entry-title,
#content .entry .entry-title a {
    color: #1e1a16;
    }

.datetime {
    font-size: .8em;
    color: #080706;
    text-transform: uppercase;
    }

#content .datetime a {
    color: #080706;
    }

.day-date { padding: 0 0 0 .5em; }

.entry-poster {
    border-bottom: 1px solid #e6d3b8;
    display: block;
    margin-bottom: 10px;
    }

.has-userpic .entry .userpic {
    margin-top: -1.5em;
    }

.entry .userpic img {
    border: 5px solid #e6d3b8;
    }

.entry .metadata.bottom-metadata {
    clear: both;
    }

.entry .footer {
    clear: both;
    text-align: center;
    text-transform: uppercase;
    }

.entry-management-links, .entry-interaction-links,
.comment-management-links, .comment-interaction-links {
    display: inline;
    text-align: right;
    }

.entry-management-links li, .entry-interaction-links li,
.comment-management-links li, .comment-interaction-links li {
    padding: 5px;
    }

#content .entry-management-links.text-links li a,
#content .entry-interaction-links li a,
#content .comment-management-links.text-links li a,
#content .comment-interaction-links li a {
    color: #835235;
    }

.entry-management-links.text-links li a,
.comment-management-links.text-links li a,
.comment-interaction-links.text-links .thread a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/permalink.gif");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 14px;
    }

.entry-management-links.text-links .edit_entry a,
.comment-management-links.text-links .delete_comment a,
.comment-management-links.text-links .edit_comment a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/edit.gif");
    }

.entry-management-links.text-links .edit_tags a,
.comment-interaction-links .parent a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/tag.gif");
    }

.entry-management-links.text-links .mem_add a,
.entry-management-links.text-links .watch_comments a,
.comment-management-links.text-links .watch_thread a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/memories.gif");
    }

.entry-management-links.text-links .link_prev a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/previous.gif");
    }

.entry-management-links.text-links .link_next a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/next.gif");
    }

.entry-interaction-links li a,
.comment-interaction-links li a,
.entry-management-links.text-links .tell_friend a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/comment.gif");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    display: inline;
    padding-left: 14px;
    }

.comment-management-links.text-links .delete_comment a {
    background-image: url("https://www.dreamwidth.org/img/styles/transmogrified/delete.gif");
    }

.text_noentries_day {
    margin-top: 20px;
    margin-bottom: 20px;
    }

.tag {
    border-bottom: 1px solid #e6d3b8;
    font-size: .8em;
    margin: 1em 0 1em .5em;
    text-align: left;
    }

.metadata {
    line-height: 100%;
    font-size: .8em;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    }

.metadata.bottom-metadata {
    border-top: 1px solid #e6d3b8;
    margin-top: 1em;
    }

.metadata.top-metadata {
    border-bottom: 1px solid #e6d3b8;
    }

.metadata .metadata-item,
#content .metadata a, #content .tag a {
    background-color: #faf0e1;
    color: #1e1a16;
    }

.footer li,
.entry .metadata li,
.tag li {
    margin-left: 0 !important;
    }

/* Comments
***************************************************************************/

.comment-wrapper .comment {
    border-bottom: 5px solid #e6d3b8;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px;
    background-color: #faf0e1;
    }

#content .comment-wrapper .comment-title,
#content .comment-wrapper .comment-title a {
    color: #1e1a16;
    font-variant: small-caps;
    letter-spacing: .1em;
    }

.has-userpic .comment .userpic {
    margin-top: -1em;
    }

.comment .userpic img {
    border: 5px solid #e6d3b8;
    }

.comment-poster {
    border-bottom: 1px solid #e6d3b8;
    display: block;
    margin-bottom: 10px;
    }

.comment .footer {
    margin-top: 15px;
    text-align: center;
    text-transform:uppercase;
    }

.page-reply .entry-wrapper {
    margin-top: 20px;
    }

#postform {
    border: 1px solid #e6d3b8;
    margin: 20px;
    }

#commenttext {
    width: 80%;
    }

.poster-ip {
    color: #080706;
    text-transform: uppercase;
    }

.comment-pages {
    padding: 5px;
    }

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

.month-wrapper,
#archive-month dl {
    border: 1px solid #e6d3b8;
    margin: 20px;
    padding: 10px;
    }

.month-wrapper h3 {
    color: #1e1a16;
    font-variant: small-caps;
    }

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

.month table th {
    border: 1px solid #e6d3b8;
    color: #6e5849;
    padding: 5px;
    text-align: center;
    }

.month table td {
    border: 1px solid #e6d3b8;
    border: none;
    }

.month caption {
    display: none;
    }

.month .day {
    border: 1px solid #e6d3b8;
    padding: 5px;
    }

.day-has-entries {
    background-color: #faefdc;
    color: #080706;
    padding: 2px;
    }

#content .day-has-entries a {
    color: #6e5849;
    }

#content .day-has-entries a:visited {
    color: #3d342c;
    }

#content .day-has-entries a:hover {
    color: #835235;
    }

#content .day-has-entries a:active {
    color: #6e5849;
    }

.day-empty {
    border: 1px solid #e6d3b8;
    }

.month .day-has-entries a {
    font-size: 1.25em;
    font-weight: bold;
    }

.day-has-entries p {
    margin: 3px !important;
    text-align: right;
    }

.month .footer {
    margin: auto;
    text-align: center;
    width: 90%;
    }

#archive-month dt {
    font-weight: bold;
    }

#archive-month .entry-title {
    display: inline-block;
    padding-left: 5px;
    }

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

.page-tags .tags-container {
    margin: 10px 10px 0 10px;
    }

.page-tags .tags-container h2 {
    border-bottom: 1px solid #e6d3b8;
    color: #1e1a16;
    font-variant: small-caps;
    margin-bottom: 10px;
    }

.page-tags .tags-container ul li {
    list-style: disc;
    margin-left: 50px;
    padding: 5px;
    }

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

.icons-container {
    margin: 10px 10px 0 10px;
    }

.icons-container h2 {
    border-bottom: 1px solid #e6d3b8;
    color: #1e1a16;
    font-variant: small-caps;
    margin-bottom: 10px;
    }

.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-header {
    border-bottom: 1px solid #e6d3b8;
    font-variant: small-caps;
    }

/* Restore colors overridden by #content */
#content .module a { color: #6e5849; }
#content .module a:visited { color: #3d342c; }
#content .module a:hover { color: #835235; }
#content .module a:active { color: #6e5849; }

#content .module-header a {
    color: #1e1a16;
    }

.module-section-one ul,
.module-section-two ul {
    list-style: none;
    margin: 0;
    }

.module-section-one li,
.module-section-two li {
    padding: 2px 0 0 5px;
    text-transform: lowercase;
    }

.module-section-one .module,
.module-section-two .module {
    margin: 10px 10px 10px 20px;
    }

@media only screen and (min-width: 45em) {
    .two-columns #tertiary .module-section-two .module-header,
    .two-columns #tertiary .module-section-two .module-content {
        margin: 10px 10px 10px 20px;
        }
}

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

.module-userprofile .userpic img {
    border: 5px solid #e6d3b8;
    text-align: center;
    }

.module-userprofile ul {
    margin-top: 20px;
    }

.module-userprofile .icon-links li {
    padding: 5px;
    }

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

.module-calendar table {
    font-size: .7em;
    margin: auto;
    text-align: center;
    width: 100%;
    }

.empty-day {
    padding: 5px;
    }

.entry-day {
    background-color: #e6d3b8;
    color: #1e1a16;
    padding: 5px;
    }

#content .entry-day a {
    color: #6e5849;
    text-decoration: none;
    }

#content .entry-day a:visited {
    color: #3d342c;
    }

#content .entry-day a:hover {
    color: #835235;
    text-decoration: underline;
    }

#content .entry-day a:active {
    color: #6e5849;
    text-decoration: underline;
    }

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

#footer {
    text-align: center;
    }

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

.ContextualPopup {
    background: #faf0e1;
    border: 1px solid #e6d3b8 !important;
    border-radius: 0;
    color: #080706;
    }

div.ContextualPopup div.Inner a,
div.ContextualPopup div.Inner a:visited {
    text-decoration: none;
    }

.ContextualPopup a { color: #6e5849; }
.ContextualPopup a:visited { color: #3d342c; }
.ContextualPopup a:hover { color: #835235; }
.ContextualPopup a:active { color: #6e5849; }

.ContextualPopup .Userpic {
    background: #e6d3b8;
    margin:  5px;
    padding: 5px;
    }

.ContextualPopup .Relation { text-transform: lowercase; }


        .has-userpic .entry .header {
           margin-right: 130px;
           }
        .has-userpic .comment .header {
           margin-right: 105px;
           }
        .has-userpic .entry .userpic,
        .has-userpic .comment .userpic {
           float: right;
           margin-left: 10px;
           margin-right: 10px;
           }
        


