/* Cleaned CSS: */

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

.ContextualPopup a, .icon-browser a { color: #a8ef9d; }
.ContextualPopup a:visited { color: #cccccc; }
.ContextualPopup a:hover { color: ; }
.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: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; font-size: 100%;
    padding: 0;
    background: #000000 url("https://www.dreamwidth.org/img/styles/motion/bluemotion.jpg") no-repeat top center;
    color: #ffffff;
background-color: #000000;

}

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

a { color: #a8ef9d;
 }
a:visited { color: #cccccc;
 }
a:hover {  }
a:active {  }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 60em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 20em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 20em 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: 20em; /* 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;
    
}

h1#title {
    font-family: Rockwell, Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

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

#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: 60em) {
    .multiple-columns #primary {
        float: left;
    }

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

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

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

/* entries */

.entry {
    background: transparent;
    
}

.entry .entry-title {
    font-family: Rockwell, Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

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

}

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

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

.entry a { color: #a8ef9d;
 }
.entry a:visited { color: #cccccc;
 }
.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: Rockwell, Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
    margin: 0;
}

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

}

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

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

ul.comment-management-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}
ul.comment-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.comment-interaction-links {
    margin-left: 0;
    padding-left: 0;
}
ul.comment-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

textarea#commenttext {
    width: 100%; /* fix for FF form width glitch */
}

/* archive */

table.month {
    margin: 0 auto;
    border-collapse: collapse;
}
table.month td {
    height: 3.25em;
}
table.month td,
table.month th {
    border: 1px solid; /* ? */
    padding: 3px;
}
table.month td p {
    margin: 0;
    padding: 3px;
}

.month dl dt {
    font-weight: bold;
}
.month dl .time {
    padding-right: .5em;
}
.month dl h3 {
    display: inline;
    font-size: medium;
}
.page-month .month .entry-poster {
    margin-right: .5em;
}
.month dl .tag ul {
    margin-top: 0;
}

/* icons */

.sorting-options ul {
    margin-left: 0;
}

.sorting-options ul li {
    display: inline;
}

.icon-keywords ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.icon-keywords ul li {
    display: inline;
}

/* modules */

.module {
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    color: #ffffff;

}

.module a {  }
.module a:visited {  }
.module a:hover { color: #afdaff;
 }
.module a:active {  }

.module h2 {
    color: #ffffff;

    font-family: Rockwell, Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
}

.module-content {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, 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: 60em) {
    .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;}
    
   /*-------------------------------------------------
  Base: Tabula Rasa
  Title: Motion
  Theme: Original

  Note: This theme was originally designed and built for the WordPress CMS and is copyright 85ideas.com. (http://www.webdesigncompany.net/motion/)
  Modify, adapt, and customize for your own site at will!
  The CSS, XHTML and design of this theme are released under GPL:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Adapted for Dreamwidth by Li (wiring), 2011
---------------------------------------------------*/
/************************************************
* Resets *
************************************************/
div, p, span, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, label, input, table, th, td, a{margin:0; padding:0; border:0; vertical-align:baseline;}
body{line-height:1}
ul, ol{list-style:none}
h1, h2, h3, h4, h5, h6{font-size:1em}

#canvas * {
    box-sizing: border-box;
}

/************************************************
* General elements *
************************************************/
body {background-attachment: fixed;}

#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6, #primary p, #primary li, #primary dt, #primary dd, #primary blockquote, #primary label, #primary th, #primary td, #primary a {text-shadow: 0 0 4px #444444;}

#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6, #secondary p, #secondary li, #secondary dt, #secondary dd, #secondary blockquote, #secondary label, #secondary th, #secondary td, #secondary a {text-shadow: 0 0 4px #444444;}

#tertiary h1, #tertiary h2, #tertiary h3, #tertiary h4, #tertiary h5, #tertiary h6, #tertiary p, #tertiary li, #tertiary dt, #tertiary dd, #tertiary blockquote, #tertiary label, #tertiary th, #tertiary td, #tertiary a {text-shadow: 0 0 4px #444444;}

p { margin: 1em 0; }

input, textarea {
    border: 1px solid;
}

a{ text-decoration:none}
a img{border:0}

blockquote{
    font-style:italic;
    padding:.4em 1em .7em 1em;
    margin:.7em 0 .3em 0;
    }


pre{
    overflow:auto;
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    padding:1em 1.5em;
    margin:1em;
    white-space:pre-wrap; /* css3 */}

dt{font-weight:bold}

dd{padding-left:1em}

#canvas table{margin:.5em 0}

#canvas table th{color:#a8ef9d}

#canvas table td,#canvas table th{padding:.25em .30em}
#canvas table th{ background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_footer.png") repeat top left; text-transform:uppercase; border-bottom:1px transparent}
#canvas table td{ background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;  vertical-align:middle}

#canvas table tr:hover td{ background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_footer.png") repeat top left; }

legend{padding:.2em .8em; text-transform:capitalize}

input, textarea{padding:.10em}


form label{font-weight:bold; display:inline}

form label.subscribe-label{display:inline}


/************************************************
* Header *
************************************************/
#title, #subtitle, #pagetitle { margin-bottom: .15em; }

#pagetitle span{color: #a8ef9d}

#title{
    text-shadow:0 0 6px #555555}

#pagetitle{font-weight:normal;
    padding-bottom:.15em;
    }

#header .module-navlinks {
    background: none;
    padding-left: 0;
    margin: 1em 0 0 0;
    }

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

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

#header .module-navlinks li a {
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;;
    color: ;
    display: block;
    margin-right: .75em;
    line-height: 2em;
    padding: .5em 1em;

    }

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

#header .module-navlinks li a:hover {
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_link.png") repeat top left;;
    color: ;
    }

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

/**********************************************
 * Content
 *********************************************/
#content {padding:2em 0}

/************************************************
 * Entry &Comments *
 ***********************************************/
.sticky-entry-wrapper {
    padding:.5em;
    margin:0 0 2em;
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    }

.entry .header, .comment .header{ background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;  padding:.5em}

.entry .header a, .comment .header a{color: #afdaff;}
.entry .header a:hover, .comment .header a:hover{ border-bottom:1px dashed #a8ef9d}

.access-filter, .restrictions, .datetime{
    line-height:1.5em;
    position:relative;
    top:5px
    }

.datetime{
    overflow:hidden;
    font-size:smaller;
    width:100%;
    padding-top: .4em;
    }

.contents {margin:.8em 0;}

.entry .contents {min-height: 150px;}

.contents h1{padding:.8em 0; font-size:1.5em}
.contents h2{padding:.8em 0; font-size:1.4em}
.contents h3{padding:.8em 0; font-size:1.3em}
.contents h4{padding:.8em 0; font-size:1.2em}
.contents h5{padding:.8em 0; font-size:1.1em}
.contents h6{padding:.8em 0; font-size:1em}

.contents a{border-bottom:1px dashed #a8ef9d}

.contents a:hover{ background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left; }

.contents a img{background:none; border-bottom:0}
.contents ul,
.contents ol{padding:.4em 0 .5em 2em}
.contents ul li{list-style:disc}
.contents ol li{list-style:decimal}
.contents .metadata ul li { list-style: none; }

.footer{ background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_footer.png") repeat top left;
    padding:1em 0 0;
    margin:1em 0
    }

.footer .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .tag{
    line-height:1em;
    margin: 0 1em;
    width: 100%;
    }

.footer .tag .tag-text{
    margin:0 .5em 0 0
    }

.footer li{ display:inline}


.footer .entry-management-links{ margin:1em 1em .5em; }

.footer hr{ display:none}

/*----- MANAGEMENT/INTERACTION LINKS -----*/
ul.entry-interaction-links, ul.comment-interaction-links{
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: .5em;
    margin-left: auto;
    }

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

.entry-interaction-links li a, .comment-interaction-links li a, .bottomcomment .entry-interaction-links li a {
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    padding:.5em;
    line-height:3em;
    font-size:smaller;
    }

.entry-interaction-links li a:hover, .comment-interaction-links li a:hover, .bottomcomment .entry-interaction-links li a:hover { background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_link.png") repeat top left; }

.entry-interaction-links li:hover, .comment-interaction-links li:hover{color: #a8ef9d}

/*----- USERPICS -----*/


        #primary .userpic{
            float:left;
            margin:0 1em 1em 0;
        }
        

.userpic {
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    padding:1em;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px
    }

.module .userpic { display: inline-block;}

.userpic a{
    border: 0;
    display: block;
    line-height: 0;
    }

.userpic a:hover{ background:none}

/*----- COMMENTS -----*/
#comments {width:100%}

#comments ul.commentlist li ul.children li { margin:1.5em 0 0 1.5em}

.comment .contents {min-height: 148px; } /* icon, padding, margin */

.comment h3{font-weight:normal}

.comment .poster, .comment .poster-ip {
    font-size:smaller;
    margin-bottom:10px;
    }

.comment-poster a {color:#b9ff9d}

#comments .footer {
    font-size:smaller;
    padding:1em
    }

#comments .footer .inner .multiform-checkbox{ margin:.5em 0 0}

#comments .footer .inner .comment-management-links { margin:.5em 0 0 1em}

#comments h3#trackbacktitle{padding-top: .75em}

#comments ul.trackback {
    margin:.75em 0 0 0;
    padding:1em;
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    }

#comments ul.trackback li{margin-bottom:1.5em; font-size:smaller}

#comments ul.trackback li .commentbody .author{margin:0}

.bottomcomment{
    margin:2.5em 0;
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_footer.png") repeat top left;
    padding:1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }

.bottomcomment label[for="multiform_mode"] {
    flex-basis: 100%; /* Don't cozy up into the previous line. */
}

.bottomcomment .entry-management-links li{ display:inline}

/************************************************
* Navigation (page turns) *
************************************************/
.navigation{
    width:100%;
    line-height:1.7em;
    margin-bottom:1.5em;
    }

.navigation li { line-height: 2em; }

.navigation li a {
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left; line-height:2em;
    padding:.5em 1em;
    color: #ffffff;
    font-size:smaller;
    }

.navigation li a:hover{background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_link.png") repeat top left; text-decoration:none}


/************************************************
* All Modules *
************************************************/
#secondary .module, #tertiary .module {
    width: 20em;
    margin: 0 1em 0 1em;
    }
@media only screen and (min-width: 60em) {
    .multiple-columns #secondary .module,
    .multiple-columns #tertiary .module {
        width: auto;
        margin: 0 0 1em 0;
    }
}

.module {
    padding: .75em;
    line-height:1.4em;
    }

.module ul {
    width:100%;
    list-style: none;
    margin-right: 0;
    }

.module table{width:100%}

.module li {margin: .5em .25em}

.module li ul{margin-bottom:0}

.module h2{
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    padding:.5em .75em;
    line-height:1.3em;
    font-weight:normal;
    margin-bottom:.75em
    }

.module h2 a { color: #ffffff;}

.module ul ul li a{display:block; padding: .15em .5em}

.module ul ul ul li{
    line-height:1.5em;
    padding:0 0 0 .75em;
    margin:0 0 0 .75em
    }

.module img{
    background:none;
    border:none;
    margin: 0 .5em;
    }

.module .ljuser img { padding-left: 0; }

/*----- SPECIFIC MODULE TWEAKS -----*/
.module-userprofile .journal-website-name, .module-userprofile .userlite-interaction-links{  margin: 1em 0 0;}

.module-userprofile .journal-name {
    margin: 1em 0 0;
    }

.module-userprofile li {display:inline}

.module-navlinks .current { font-style: italic; }

.module-syndicate ul li span {padding: .15em .5em}

.module-search .search-button{
    background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_entry_module.png") repeat top left;
    color: #ffffff;
    padding:1em;
    margin:0 0 0 1em;
    vertical-align:top;
    }

.module-search .search-button:hover{background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_footer.png") repeat top left; }

.module-search .search-box{ padding:0.10em; width:100%;}

/************************************************
* Page Footer *
************************************************/
@media only screen and (min-width: 60em) {
    .two-columns #tertiary .module {margin: 0 .25em; min-height: 3em; }
}

/************************************************
* Reading Page *
************************************************/
.page-read .poster, .page-network .poster{display: block; text-align:left; margin:.5em 1em 1em 0; background: transparent url("https://www.dreamwidth.org/img/styles/motion/motion_footer.png") repeat top left; overflow:hidden; padding:1em; font-size:smaller; line-height:1.1em}
.page-read .poster a, .page-network .poster a{ border:0}
.page-read .poster a:hover, .page-network .poster a:hover{ border:0;  background:none; color: #afdaff;}

/************************************************
* Secondary Page styling Page *
************************************************/

#archive-year .header h3, .tags-container .header h2, .icons-container .header h2 {
    font-family: Rockwell, Georgia, 'Palatino Linotype', Palatino, 'Times New Roman', Times, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; 
    color: #afdaff;
;
}

.tags-container, .icons-container, #archive-year, #comments, #archive-month { padding: 1em;  }

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

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

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

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

/************************************************
* Archive Page *
************************************************/
.page-archive .month-wrapper{ margin:0 0 2em}

.page-archive .month-wrapper caption{ display:none}

.page-archive .month{ width:100%}

.page-archive table.month, .page-archive .month td, .page-archive .month th { border-color: transparent !important; }

.page-archive .month .day a { padding: .25em .5em; }

.page-archive .month .footer .inner{ padding:0 1em 1em}

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

.icons-container .icon {
    margin-bottom: 15px;
    min-width: 350px;
    vertical-align: bottom;
    width: 50%;
}

.icon-image {
    display: table-cell;
    min-width: 100px;
}

div.icon-image a {
	display: block;
	line-height: 0;
	text-decoration: none;
	border-bottom: 0;
}

.icon-info {
    display: table-cell;
    padding-left: 1em;
    vertical-align: bottom;
    word-wrap: break-word;
}

.icon-info .label,
.icon-info span {
    font-weight: bold;
}

.icons-container .inner .footer, .icon-pages {
    text-align: center;
}

/************************************************
* Tags Page *
************************************************/
.page-tags ul ul.tags_multilevel{ margin:0 1em}

.tags-container ul li { line-height: 1.5em; }

/************************************************
* Reply Page *
************************************************/
.page-reply table{ font-size: smaller}

    
