/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #fefefb;
    color: #333333;
    }

.ContextualPopup a, .icon-browser a { color: #565f80; }
.ContextualPopup a:visited { color: #9b314f; }
.ContextualPopup a:hover { color: #d93361; }
.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: Georgia, 'Times New Roman', serif; font-size: 100%;
    padding: 0;
    background: #727ca2;
    color: #333333;
background-color: #727ca2;

}

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

a { color: #d93361;
 }
a:visited { color: #9b314f;
 }
a:hover { color: #d93361;
 }
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: #d93361;
    color: #fefefb;

}

h1#title {
    font-family: Georgia, 'Times New Roman', serif, Georgia, 'Times New Roman', serif; font-size: 1em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Georgia, 'Times New Roman', serif; font-size: 1em;
}

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

}

.entry .entry-title {
    font-family: Georgia, 'Times New Roman', serif; 
}

.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 { color: #565f80;
 }
.entry a:visited { color: #9b314f;
 }
.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: Georgia, 'Times New Roman', serif; 
    margin: 0;
}

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

}

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

}

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

.module h2 {
    color: #000000;

    font-family: Georgia, 'Times New Roman', serif; 
}

.module-content {
    font-family: Georgia, 'Times New Roman', 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; }
        
    
/*
Layout: LEFTY

CREDITS
CSS: Sarken @ rentals - https://rentals.dreamwidth.org/945.html
*/

* {
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


html body {
margin-top: 0;
margin-bottom: 0;
}

a {
text-decoration: none;
}

ul, ol {
list-style-type: none;
}

code {
font-family: monospace;
}

hr {
display: none;
}

#content blockquote, .poll-container {
background: #eeeeee;
border: 1px solid #c7c9c9;
margin: 0.875em auto;
padding: 1em;
width: 95%;
}

blockquote {
background: #eeeeee;
border: 1px solid #c7c9c9;
margin: 0.875em auto;
padding: 1em;
width: 95%;
}

#canvas {
background-color: #fefefb;
border-left: 0.75em solid #9b314f;
border-right: 0.375em solid #483a5f;
}

span.access-filter, span.restrictions {
display: none;
}

/* header */

#header {
padding: 1.25em 0 0;
}

#header h1 {
text-decoration: none;
display: inline-block;
background: #9b314f;
padding: 0.625em 1.25em 0.625em 4.5em;
margin:0;
}

#header h1 a {
color: #fefefb;
}

#header h2 {
text-decoration: none;
display: inline-block;
background: #9b314f;
padding: 0.625em 1.25em 0.625em 2.5em;
margin:0;
}

#header #pagetitle { display:none; }



  .module-navlinks {
    background: #483a5f;
    padding: 0 1.25em;
    text-align: right;
    }

/* User more specific selector to override other code */
  #header .module-navlinks h2 {
    display: none;
    }

  .module-navlinks ul {
    letter-spacing: .1em;
    margin: 0;
    padding:.5em 0;
    text-transform: lowercase;
    }

  .module-navlinks li {
    display: inline;
    }

  .module-navlinks li a {
    padding: .5em;
    }

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

  .module-navlinks li a:visited {
    color: #fefefb;
    }

  .module-navlinks li a:hover {
    background: #727ca2;
    color: #fefefb;
    }

  .module-navlinks li a:active {
    color: #fefefb;
    }

  .module-section-header li .current,
  .module-section-header a.current:hover {
    background: #d93361;
    font-style: italic;
    }
  

/* content */

#content {

padding: 0 1em;
width:100%;
}

.navigation {
position: relative;
text-align: center;
}

.navigation ul {
position: relative;
height: 4.5em;
}

.navigation li {
padding: 0 0.5em;
}

.navigation .page-back, .navigation .page-forward {
display: inline-block;
padding: 0;
width: auto;
position: absolute;
}

.navigation .page-back a, .navigation .page-forward a {
display: block;
font-style: italic;
font-weight: bold;
color: #483a5f;
font-family: Chalkboard, 'Comic Sans MS';
font-size: 4em;
}

.navigation .page-back a:visited, .navigation .page-forward a:visited {
color: #483a5f;
}

.navigation .page-back a:hover, .navigation .page-forward a:hover {
color: #9b314f;
}

.navigation .page-back a:active, .navigation .page-forward a:active {
color: ;
}

.navigation .page-back a:before {
content: "<<";
}

.navigation .page-back {
left: 0;
}
.navigation .page-forward {
padding-left: 2em;
right: 0;
}

.navigation .page-forward a:after {
content: ">>";
}

.navigation .page-separator {
display: none;
}

@media only screen and (min-width: 45em) {
    .multiple-columns .navigation ul {
    height: auto;
    }

    .multiple-columns .navigation .page-back, .multiple-columns .navigation .page-forward {
    position: static;
    }
}


/* entries and comments */

.entry-wrapper, .comment-wrapper {
margin-bottom: 3.5em;
position: relative;
color: ;
background-color: #fefefb;
}

.page-entry #primary > .inner:first-child { padding: 1em 0; }
.page-entry .entry-wrapper { padding: 0 1em; }
.comment > .inner:first-child { padding: 0 1em; }

.no-userpic .entry .header, .no-userpic .comment .header {
margin-right: 0;
}

.entry .entry-title, .comment .comment-title {
border-bottom: 1px solid #c7c9c9;;
padding-right: 0.875em;
}

.datetime, .poster {
font: smaller 'Lucida Grande', 'Lucida Sans', Helvetica, sans-serif #666666;
text-transform: uppercase;
}

.datetime a, .poster a {
color: #666666;
}

.security-protected .entry .datetime:after {
content: " Access: Protected";
}

.security-private .entry .datetime:after {
content: " Access: Private";
}

.security-custom .entry .datetime:after {
content: " Access: Filtered";
}

.restrictions-18 .entry .datetime:after {
content: " 18+";
}

.restrictions-nsfw .entry .datetime:after {
content: " NSFW";
}

.entry .userpic img, .comment .userpic img {
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 5px;
border: 1px solid #c7c9c9;
}

.entry-content, .comment-content {
line-height: 1.75;
margin: 1.75em 0;
min-height: 6em;
text-align: justify;
}

.entry-content a, .comment-content a {
text-decoration: underline;
}

.entry-content ul {
list-style: disc inside;
}

.entry-content ol {
list-style: decimal-leading-zero inside;
}

.entry-content li {
display: list-item;
}

.entry-content h1, .comment-content h1 {
font-size: 1.625em;
}

.entry-content h2, .comment-content h2 {
font-size: 1.5em;
}

.entry-content h3, .comment-content h3 {
font-size: 1.375em;
}

.entry-content h4, .comment-content h4 {
font-size: 1.25em;
}

.entry-content h5, .comment-content h5 {
font-size: 1.125em;
}

.entry-content h6, .comment-content h6 {
font-weight: bold;
}

.entry .metadata li {
display: block;
}

.entry .metadata span {
font-size: smaller;
text-transform: lowercase;
}

.entry .metadata span.metadata-label {
font-weight: bold;
}

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

.entry .footer a{
color: #666666;
}

.comment .footer a {
color: #666666;
}

.tag {
font-size: smaller;
text-align: left;
text-transform: lowercase;
}

.tag-text {
font-weight: bold;
}

.footer .tag ul, .tag ul {
display: inline;
}

.footer ul {
display: inline-block;
}

.entry-management-links, .entry-interaction-links, .comment-management-links, .comment-interaction-links {
display: inline-block;
margin-top: 1.25em;
}

.entry-management-links li, .entry-interaction-links li, .comment-management-links li, .comment-interaction-links li {
margin-right: 0.25em;
text-transform: uppercase;
}

.entry-management-links li a, .entry-interaction-links li a{
font: 0.8125em 'Lucida Grande', 'Lucida Sans', Helvetica, sans-serif;
color: #666666;
}

.comment-management-links li, .comment-interaction-links li {
font: 0.8125em 'Lucida Grande', 'Lucida Sans', Helvetica, sans-serif;
color: #666666;
}

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

.entry-interaction-links li.first-item, .comment-interaction-links li.first-item {
padding-left: 0.1875em;
}

#comments .comment-pages {
margin-bottom: 3.5em;
padding: 0.5em;
text-align: center;
}

#comments .comment-pages a {
font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, sans-serif;
text-transform: uppercase;
}

#comments .bottompages {
margin-top: 3.5em;
}

/* module section two */

#secondary {background: #fefefb;}

#secondary .module h2 a { color: #000000; }

.module-section-one .module {
padding: 0;
}

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

/* module shared */

.module-section-one .module, .module-section-two .module {
color: #111;
margin-bottom: 1em;
}

.module-section-one h2, .module-section-two h2 {
border-bottom: 1px solid #c7c9c9;
margin-bottom: 0.625em;
padding-left: 1em;
}


.module-section-one .module-list, .module-section-two .module-list {
margin: 1.25em 0 1em;
}

.module-section-one ul.module-list li, .module-section-two ul.module-list li {
border-bottom: 1px solid #c7c9c9;
display: list-item;
letter-spacing: 0.1em;
margin-bottom: 0.625em;
padding: 0 0.625em 0 0.875em;
text-align: left;
}

.module-calendar .module-content, .module-credit .module-content, .module-cuttagcontrols .module-content, .module-search .module-content, .module-syndicate .module-content, .module-userprofile .module-content, .module .manage-link {
text-align: center;
}

.module-userprofile .userpic img {
border: 1px solid #c7c9c9;
padding: 3px;
}

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

.module-calendar table th, .module-calendar table td {
font-size: smaller;
}

.module-calendar table .entry-day, .module-calendar table .empty-day {
background: #eeeeee;
border: 1px solid #c7c9c9;
padding: 2px;
}

.module-tags_multilevel ul.module-list li ul {
list-style: disc inside;
}

.module-tags_multilevel ul.module-list li li {
border-bottom: none;
}

.module-tags_cloud div.module-list {
font-size: 65%;
margin-left: 0.875em;
margin-bottom: 1em;
}

.module-wrapper .inner .module-powered.module, .module-wrapper .inner .module-time.module {
margin-bottom: 0;
padding-bottom: 0.875em;
width: 100%;
}

/* footer */

.page-top {
padding: 0.75em 1.25em;
text-align: right;
}

/* forms */

span.multiform-checkbox {
padding-right: 0.5em;
text-transform: uppercase;
}

#postform, #qrform {
margin-top: 1.25em;
}

#qrform table td b, #postform table.talkform td {
vertical-align: top;
}

.module-section-one input, .module-section-one select {
border: 1px solid #c7c9c9;
font-size: smaller;
}

#content input, #content select {
border: 1px solid #c7c9c9;
font-size: smaller;
}

input[type="submit"], input[type="button"], input[type="search"], input[type="text"], input[type="password"] {
padding: 0.25em 0.5em;
}

.search-box { width: 80%; }

.module-section-one textarea {
border: 1px solid #c7c9c9;
}

#content textarea {
border: 1px solid #c7c9c9;
}

/* entry and reply */

.page-entry .entry, .page-reply .comment {
margin-top: 0.875em;
}

/* archive and month */

.page-archive #archive-year, .page-month #archive-month {
margin-top: 0.875em;
}

.page-archive .navigation, .page-month .navigation {
}

.page-archive .navigation li, .page-month .navigation li {
}

.page-archive .navigation li a, .page-month .navigation li a {
}

.page-archive .month-wrapper {
margin: 1.25em 0;
}

.page-archive .month .header {
border-bottom: 1px solid #c7c9c9;
}

.page-archive .month table {
border-collapse: collapse;
margin: 0.875em auto;
}

.page-archive .month table th, .page-archive .month table .day {
text-align: center;
padding: 0.5em 0.75em;
width: 10%;
}

.page-archive .month table .day {
border: 1px solid #c7c9c9;
}

.page-archive .month .footer {
padding: 0 0 0.875em 0;
text-align: center;
}

.page-month .month dt {
font-weight: bold;
}

.page-month .month dd {
margin-left: 1em;
}

.page-month .month .entry-title {
display: inline;
margin-left: 0.5em; }

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

.page-icons .icons-container {
margin-top: 0.875em;
}

.page-icons .icons-container h2 {
border-bottom: 1px solid #c7c9c9;
margin-bottom: 0.625em;
}


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

/* tags */

.page-tags .tags-container {
margin-top: 0.875em;
}

.page-tags .tags-container h2 {
border-bottom: 1px solid #c7c9c9;
margin-bottom: 0.625em;
}

.page-tags .tags-container > .ljtaglist {
margin-bottom: 1em;
}

.page-tags .tags-container ul.tags_list, .page-tags .tags-container ul.tags_multilevel {
list-style: disc inside;
}

.page-tags .tags-container ul.tags_multilevel ul {
margin-left: 3em;
}

.page-tags .tags-container ul.tags_list li, .page-tags .tags-container ul.tags_multilevel li {
display: list-item;
margin: 0.5em 0;
}

.page-tags .tags-container .tags_cloud {
text-align: center;
}

.page-tags .tags-container .manage-link {
text-align: center;
}

.module-section-one {
padding: 3.5em 1.25em 0;
width: 100%;
}

#secondary .module, #tertiary .module {
    display:inline-block;
    text-align:left;
    vertical-align: top;
    float:none;
    width: 15em;
}

#secondary, #tertiary{
text-align: center;
}

@media only screen and (min-width: 45em) {
    /* two columns */

    .two-columns #secondary {
    text-align: left;
    }

    .two-columns #secondary .module {
    display: block;
    }

    .two-columns #secondary .module-section-one .module-userprofile {
    float: left;
    }

    .two-columns .module-section-one {
    padding: 0;
    width: auto;
    }

    .two-columns .module-section-one .module-userprofile h2 {
    display: none;
    }

    .two-columns .module-section-one .module-userprofile .module-content {
    background: #eeeeee;
    border: 1px solid #c7c9c9;
    float: left;
    padding: 1.125em 1em;
    width: 15em;
    }

    .two-columns .module-section-one .journal-name, .two-columns .module-section-one .journal-website-name {
    line-height: 1.25;
    font-size: smaller;
    }

    .two-columns .module-section-one .module-userprofile .userpic {
    display: inline-block;
    float: left;
    }

    .two-columns .module-section-one .module-userprofile ul {
    padding: 0.25em 0 0 0;
    }

    .two-columns .module-section-one .module-userprofile li {
    padding: 0 0.25em;
    }

    .two-columns .module-section-one .module-userprofile li:last-of-type {
    padding: 0 0.25em 0 0;
    }

    .two-columns .module-section-one .module-userprofile li:last-of-type {
    padding: 0 0 0 0.25em;
    }

    .two-columns .module-section-one .module-userprofile + .module {
    clear: both;
    }

    .two-columns .module-section-one .module-customtext .module-content, .two-columns .module-section-one .calendar-horizontal {
    padding: 0 0.625em 0 0.875em;
    }

    .two-columns .module-section-one .module-powered.module, .two-columns .module-section-one .module-time.module {
    margin-bottom: 0;
    }

    .two-columns .module-section-one .module-powered .module-content, .two-columns .module-section-one .module-time .module-content {
    padding: 0 0.625em 0 0.875em;
    text-align: left;
    }

    .page-recent.two-columns .module-section-one, .page-day.two-columns .module-section-one, .page-read.two-columns .module-section-one, .page-network.two-columns .module-section-one {
    margin-top: 100px;
    }

    /* two columns left */
    .two-columns-left #content {
    float:right;
    }

    .two-columns-left .module-section-one {
    float: right;
    width: 15em;
    }

    .two-columns-left .module-section-one .module-userprofile .module-content {
    border-left: none;
    }

    .two-columns-left #entries .topnav {
    padding-left: 0;
    left: -15em;
    }

    .two-columns-left #entries .navigation {
    text-align: left;
    }

    /* two columns right */

    .two-columns-right #content {
    float: left;
    }

     .two-columns-right .module-section-one {
    float: left;
    width: 15em;
    }

    .two-columns-right #entries .topnav {
    padding-right: 0;
    right: -15em;
    }

    .two-columns-right #entries .navigation {
        text-align: right;
    }

    .two-columns-right .module-section-one .module-userprofile .module-content {
    border-right: none;
    }
}


            .has-userpic .entry .userpic {
                float: right;
                margin: -4em 0 0 1em;
                }
            .has-userpic .entry .header {
                margin-right: 112px;
                }
            .has-userpic .comment .header {
                margin-right: 112px;
                }
            .has-userpic .comment .userpic {
                float: right;
                margin: -1em 0 0 1em;
                }
            

