/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #fcfcfc;
    color: #111111;
    }

.ContextualPopup a, .icon-browser a { color: #339999; }
.ContextualPopup a:visited { color: #006666; }
.ContextualPopup a:hover { color: ; }
.ContextualPopup a:active { color: #990000; }

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

}

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

a { color: #339999;
 }
a:visited { color: #006666;
 }
a:hover {  }
a:active { color: #990000;
 }

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: #eeeeee;
    color: #444444;

}

h1#title {
    
}

h2#subtitle,
h2#pagetitle {
    
}

#footer {
    background: #eeeeee;
}

#footer a { color: #444444;
 }
#footer a:visited { color: #666666;
 }
#footer a:hover {  }
#footer a:active { color: #990000;
 }

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

}

.entry .entry-title {
    
}

.entry .entry-title, .entry .entry-title a {
    color: #333333;
background-color: #cccccc;

}

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

}

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

}

.module a { color: #555555;
 }
.module a:visited { color: #777777;
 }
.module a:hover { color: #111111;
 }
.module a:active { color: #990000;
 }

.module h2 {
    color: #333333;
background-color: #cccccc;

    
}

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


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

             /* Don't add extra height at bottom of userpic box */
             .userpic a {
                display: block;
                line-height: 0;
                }
             

#header .module-wrapper {display: none;}
    
/* Lists CSS */

/* Spacing */

#primary > .inner:first-child {
    margin: .25em .25em .25em .25em;
    padding: .5em 1em;
}

@media only screen and (min-width: 45em) {
    .two-columns-left #primary > .inner:first-child,
    .three-columns-left #primary > .inner:first-child { margin-right: 0; }
    .two-columns-right #primary > .inner:first-child,
    .three-columns-right #primary > .inner:first-child { margin-left: 0; }

    .two-columns-left #header,
    .three-columns-sides #header { margin-left: 15em;
        padding-left: .25em; border: none;}
    .three-columns-left #header { margin-left: 30em;
        padding-left: .25em; border: none;}
    .two-columns-right #header,
    .three-columns-sides #header { margin-right: 15em;
        padding-right: .25em; border: none;}
    .three-columns-right #header { margin-right: 30em;
        padding-right: .25em; border: none;}

    .multiple-columns #secondary,
    .three-columns-left #tertiary,
    .three-columns-right #tertiary,
    .three-columns-sides #tertiary { position: absolute;
        top: 1em;
        margin: 0 !important;
    }

    .two-columns-left #secondary,
    .three-columns-sides #secondary { left: 0; }
    .three-columns-left #secondary { left: -.25em; }

    .two-columns-right #secondary,
    .three-columns-sides #tertiary { right: 0; }
    .three-columns-right #tertiary {right: -.25em; }

    .three-columns-right #secondary { right: 15em;  }
    .three-columns-left #tertiary { left: 15em; }

    .two-columns-left #tertiary .module,
    .two-columns-right #tertiary .module { margin: 0 .25em 0 0; }
}

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


#footer { margin-top: .25em; }

/* Canvas level */
blockquote {
    padding: 1em 1em .5em 2em;
    font-style: italic;
}
blockquote > p:first-child { margin-top: 0; }
q { font-style: italic; }
dl dt { font-weight: bold; }

a:hover { text-decoration: none; }

body {
    padding: 0;
    margin: 0;
}

#canvas {
    margin: 0 2%;
    padding: 1em 0;
    position: relative;
    background: #bbbbbb;
}

#header {
    padding: 1px;
    background: none;}

#header > .inner {
    padding: 1px 1em;
    background: #eeeeee;
    }

#content { border-color: #bbbbbb !important; }
#content-footer { clear: both; }

.navigation { text-align: right; }
.navigation ul { margin: .5em 0; }

.navigation a { color: #66cccc; }
.navigation a:visited { color: #99cccc; }
.navigation a:hover { color: ; }
.navigation a:active { color: #990000; }

#title,
#pagetitle,
#subtitle,
.entry-title,
.module-header,
.comment-title,
.tags-container h2,
#archive-year .month .header h3 {
    font-weight: normal;
    text-transform: capitalize;
}

#header h1,
#header h2,
#header h3 {
    margin: 0;
    padding: .15em 0;
}

#header h1 a {
    color: #444444;
    text-decoration: none;
}

.one-column #header .module-navlinks {width:100%;}

/* entry */

#primary > .inner:first-child { background:  #eeeeee; }

.entry-wrapper,
.comment-wrapper {
    background: #dddddd;
    margin: 0 0 1em 0;
}

.entry,
.comment { margin: 0 0 0 35px; padding: 0;
    position: relative;
    border: none; }

.entry .header .datetime,
.comment .header .datetime { padding:0 10px; } /*so datetime et al has some padding */

.entry .header {padding-left: 10px;}

.entry-title,
.comment-title {
    padding: .25em .5em;
    margin: 0;
    margin-left: -45px;
    border-bottom: 1px solid #eeeeee;
}

.entry .datetime,
.comment .header .datetime { font-size: small; }

.entry .contents,
.comment .contents { padding: 0 .5em .5em;
    min-height: 100px; }

.entry-content,
.comment-content { padding: 1em .5em .5em; }

.entry .userpic,
            .comment .userpic { float: right; }

.entry .userpic,
.comment .userpic { margin: -.75em .25em .5em; }

.entry .tag { padding-left: .5em; }

.entry ul.text-links,
.comment-interaction-links {
    padding: 0 .5em .75em;
    margin: 0;
    text-align:right;}

.entry ul.icon-links,
.comment .icon-links {
    position: absolute;
    top: 3em;
    left: -30px;
    width: 25px;
}
.entry ul.icon-links,
.comment .icon-links {
    display: block;
    padding: 0 .25em;
}

.bottomcomment {
    background: #fcfcfc;
    padding: 1px;
    margin: .5em 0;
}
.bottomcomment ul.entry-management-links {
    position: static;
    width: auto;
}
.bottomcomment ul.entry-management-links li {
    display: inline;
    padding: 0 .25em;
}
.bottomcomment ul.entry-management-links {
    float: left;
    margin-top: .5em;
    margin-bottom: .25em;
}
.bottomcomment ul.entry-interaction-links {
    text-align: right;
    margin: .5em .5em .25em 0;
}

/* Comments */
.comment-pages {
    background: #fcfcfc;
    padding: .25em;
    margin: .5em 0;
    text-align: center;  /* links when paginated */
}
.comment-wrapper { padding: 0;  }

.comment { background:  #fcfcfc; }

.comment-title { background:  #cccccc; }
.comment-title a { color: #333333; }

.poster-ip { font-size: small; }

.comment .footer { padding: 1px; }

.comment .footer .multiform-checkbox {
    margin: 0 10px;
    font-size: small;
}

.comment-management-links { top: 2em; }

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

.partial .comment { padding: .25em; }
.partial .comment-title {
    display: inline;
    background: transparent;
    margin-left: 0;
}

/*-----------------------Generic Secondary Pages Styling----------------------------*/

#archive-year .header h3, .tags-container .header h2, .icons-container .header h2, #archive-month .header h3 {
    
    color: #333333;
background-color: #cccccc;
;
    border-bottom: 1px solid #eeeeee;
    padding: .20em .25em;
    margin: 0;
}

.tags-container,
.icons-container,
#archive-year .month,
#comments,
#archive-month .month {
    background-color: #fcfcfc;

}

.tags-container a,
.icons-container a,
#archive-year .month a,
#comments a,
#archive-month .month a {
    color:;
}

.tags-container a:visited,
.icons-container a:visited,
#archive-year .month a:visited,
#comments a:visited,
#archive-month .month a:visited {
    color:;
}

.tags-container a:hover,
.icons-container a:hover,
#archive-year .month a:hover,
#comments a:hover,
#archive-month .month a:hover {
    color:;
}

.tags-container a:active,
.icons-container a:active,
#archive-year .month a:active,
#comments a:active,
#archive-month .month a:active {
    color:;
}

/* Archive */

#archive-year .month-wrapper {margin: 0 0 1.5em; }

#archive-year .month .contents { padding-top: 1em; }

#archive-year .month .footer { padding: 1em; }

table.month td,
table.month th { padding: .25em .5em;
    vertical-align: top; }

table.month caption { display: none; }

#archive-month .month { padding: 1em; }

#archive-month .month .entry-title { border-bottom: none;
    font-weight: bold;
    margin-left: 0; }

#archive-month .navigation { text-align: center; }


/* Tags */


.tags-container .manage-tags-link { padding: 1em; }

/* Icons */

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;
}
.userprofile-userinfo {
    border-left: .5em solid #cccccc;
    background:  #dddddd;
    margin-bottom: 1px;
}

/*Sidebars*/
#secondary,
#tertiary { background:  #eeeeee; }

#secondary, #tertiary {
    background-color: #eeeeee;
    width: 100%;
    position: relative;
    text-align:center;
    margin: 1em 0;
    top: 0;
    }

.any-column .module {
    display: inline-block;
    vertical-align: top;
    width: 15em;
    margin: 0.5em;
    }

.any-column .module-list {text-align: left;}

@media only screen and (min-width: 45em) {
    .two-columns-left #tertiary .separator-after,
    .two-columns-right #tertiary .separator-after  {clear: both; }

    .two-columns-left #tertiary { margin-left: .25em; }
    .two-columns-right #tertiary { margin-right: .25em; }

    .multiple-columns #secondary, .multiple-columns #tertiary {
        text-align: left;
        margin-bottom: 0;
        margin-top: 0;
    }

    .multiple-columns .module {
        display: block;
        width: auto;
        margin: 0 0 4px 0;
    }
}

.module {
    border: none;
    background:  transparent;
}

.module-header {
    font-size: large;
    padding: .25em;
    margin: 0;
}

/* Extra specificity needed to override .module a */
.module .module-header a { color: #333333; }
.module .module-header a:visited { color: #333333; }
.module .module-header a:hover { color: #111111; }
.module .module-header a:active { color: #990000; }

.module-content ul,
.module-list,
.module dl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-content li,
.module-list-item,
.module-syndicate a,
.module .manage-link a,
.module dt,
.module dd,
.module-search input {
    margin: 1px 0;
}

.module-content li a,
.module-list-item a,
.module-syndicate a,
.module .manage-link a,
.module-calendar td a,
.journal-website-name a,
.module-credit li,
.module-search input {
    display: block;
    padding: .25em .5em;
    background:  #dddddd;
    border-left: .5em solid #cccccc;
    color: #555555;
}

.module-credit .module-list-item a, .module-credit .module-content li a, .module-credit .module-content li a:hover {
    display: inline;
    background: none;
    border: none;
    padding: 0; }

.module-calendar td { font-size: small; }
.module-calendar td.empty-day { padding: .25em; }
.module-search input.search-box { margin-top: 2px; }

.module-content li a:hover,
.module-list-item a:hover,
.module-syndicate a:hover,
.module .manage-link a:hover,
.module-calendar td a:hover,
.journal-website-name a:hover,
.module-search input.search-button:hover,
.module-search input.search-box:focus {
    background:  #f9f9f9;
    border-left: .5em solid #339999;
    color: #111111;
}



.manage-link { font-style: italic; }

.module-calendar td a:hover {
    border: .05em solid #339999;
    padding: .20em .5em;
}

.module-calendar td a {
    border: .05em solid transparent;
    padding: .20em .5em;
}

.module-userprofile .module-content {
    text-align: left;
    padding-top: 1px;
}

.module-user-links .module-content {
    text-align: left;
}
ul.userlite-interaction-links {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.userlite-interaction-links li {
    display: block !important;
    padding: 0 !important;
}

.module-userprofile .journal-name {
    padding-left: .5em;
}

.module-powered,
.module-time,
.module-tags_cloud .module-content .module-list{
    background:  #dddddd;
    padding: .5em;
}

.module-pagesummary li {
    background:  #dddddd;
    padding: .25em .5em;
    border-left: .5em solid #cccccc;
}

.module-pagesummary li:hover {
    background:  #f9f9f9;
    border-left: .5em solid #339999;
}

.module-pagesummary a {
    display: inline !important;
    border-left: none !important;
    padding: 0 !important;
}

.module-pagesummary li:hover a {
    background:  transparent;
    color: #111111;
}

.module-tags_multilevel .non-link-tag {
    display: block;
    padding: .25em .5em;
    background:  #dddddd;
    border-left: .5em solid #cccccc;
}

.module-tags_multilevel ul ul a { padding-left: 2em; }

.module-tags_cloud .module-list-item a,
.module-tags_cloud .manage-tags-link a {
    display: inline;
    background:  transparent;
    border-left: none;
    padding: .25em;
}

.module-tags_cloud .module-list-item a:hover,
.module-tags_cloud .manage-tags-link a:hover {
    background:  transparent;
    border-left: none;
}

.module-tags_cloud .manage-tags-link  { margin-top: 1em; }

.module-active .active-entry-label { display:none; }

/* Footer */

#footer .inner {
    background: #eeeeee;
    padding: .5em;
}

#footer {border: none; background: none; padding: 0;
}

@media only screen and (min-width: 45em) {
    .two-columns-left #footer,
    .three-columns-sides #footer { margin-left: 15em;
        padding-left: .25em; }
    .two-columns-right #footer,
    .three-columns-sides #footer { margin-right: 15em;
        padding-right: .25em; }
    .three-columns-left #footer { margin-left: 30em;
        padding-left: .25em; }
    .three-columns-right #footer { margin-right: 30em;
        padding-right: .25em; }
}



