/* Cleaned CSS: */

   /* Basic HTML */
   a {
      color: #5b79af;
      
      cursor: default;
   }
   a:visited {
      color: #5273af;
      
      cursor: default;
   }
    a:hover {
      color: #4a6698;
      text-decoration: underline; 
      cursor: default;
   }
   a:active {
      color: #4a6698;
      
      cursor: default;
   }
   blockquote {
      margin-left: 10px;
      padding: 5px;
      border-left: 1px groove #40486d;
      border-right: 1px groove #40486d;
   }
   hr {
      height: 1px;
      color: #40486d;
      background: #40486d;
      border: 0;
      width: 75%;
   }
   img {
      border: 0;
   }
   img.border {
      border: 1px groove #40486d;
   }
   ol {
      list-style-type: decimal;
   }
   ul {
      list-style-type: square;
   }
   ul ul {
      list-style-type: circle;
   }
   ul ul ul {
      list-style-type: disc;
   }
   q {
      font-style: italic;
   }

   /* Body and header */

   body {
      margin: 0;
      background: #5d7ab4;
      color: #40486d;
      font-family: ""Andale Mono", "Lucida Console"", monospace;
      font-size: medium;
      cursor: default;
      text-transform: none;

   }
   .wrapper {
      position: relative;
      }
   #header {
      margin: 0 0 30px 0;
      padding: 10px 10px 10px 0;
      height: 40px;
      max-height: 40px;
      background: #40486d;
      color: #f4f4f4;
      font-family: ""Andale Mono", "Lucida Console"", sans-serif;
      font-size: large;border-bottom: 2px groove #40486d;}
   #title {
      max-width: 33%;
      height: 40px;
      max-height: 40px;
      padding: 0;
      float: right;
      overflow: hidden;
   }
   #subtitle {
      font-size: 80%;
   }
   #gradient {
      position: absolute;
      top: 15px;
      left: 10px;
   }
   td.gradient {
      height: 50px;
      width: 50px;
      border: 2px groove #40486d;
   }

   td.gradient img {
      border: 0;
   }
   #td1 {
      background: #9dc9ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt9dc9ffffffff) center center;
   }
   #td2 {
      background: #7fb8ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt7fb8ffffffff) center center;
   }
   #td3 {
      background: #61a8ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt61a8ffffffff) center center;
   }
   #td4 {
      background: #4397ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt4397ffffffff) center center;
   }
   #td5 {
      background: #2586ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt2586ffffffff) center center;
   }
   #td6 {
      background: #0776ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt0776ffffffff) center center;
   }

   /* Content boxes */

   div.contentholder {
      width: 75%;
      min-height: 175px;
      margin: 0 5% 10px 15%;
      background: #40486d;border: 2px groove #40486d;}
   * html div.contentholder {
      height: 175px;
   }
   table.contentgradient {
      margin: 5px;
      float: right;
      overflow: hidden;
   }
   * html table.contentgradient {
      margin: 2px;
      padding: 0;
   }
   table.contentgradient td {
      height: 25px;
      width: 25px;
      border: 2px groove #40486d;
   }
   td.td1 {
      background: #9dc9ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt9dc9ffffffff) center center;
   }
   td.td2 {
      background: #7fb8ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt7fb8ffffffff) center center;
   }
   td.td3 {
      background: #61a8ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt61a8ffffffff) center center;
   }
   td.td4 {
      background: #4397ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt4397ffffffff) center center;
   }
   td.td5 {
      background: #2586ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt2586ffffffff) center center;
   }
   td.td6 {
      background: #0776ff url(https://l-stat.livejournal.com/palimg/textures/ice.png/pt0776ffffffff) center center;
   }
   div.contentbody {
      min-height: 175px;
      margin: 0 25px 0 0;
      padding: 10px 20px 10px 10px;
      background: #f4f4f4;
      line-height: 160%;text-align: justify;
   }
   * html div.contentbody {
      height: 175px;
   }

   /* Entry and comment metadata */

   div.entrymeta {
      min-height: 100px;
      margin: 0 0 10px 0;font-size: smaller;line-height: 120%;
      text-align: left;
   }
   div.entrymeta td {
      vertical-align: top;
   }
   div.entrymeta td img {
      vertical-align: top;
   }
   * html div.entrymeta {
      height: 100px;
   }
   div.entrymeta a, div.entrymeta a:visited {
      color: #40486d;
   }
   div.entrymeta a:hover, div.entrymeta a:active {
      color: #4a6698;
   }
   div.userpic {
      width: 100px;
      height: 100px;
      margin: 0 10px 0 0;
      float: left;
      text-align: center;
   }
   div.userpic img {
      border: 0;
   }
   td.metatitle {
      padding: 0 5px 0 0;
      font-weight: 700;
   }

   /* Comment links */

   div.commentlinks {
      margin: 5px 0 0 0;font-size: smaller;text-align: right;
   }
   div.comment {
      padding: 0 0 0 5px;
      margin: 0 0 5px 0;
      border-left: 1px groove #40486d;
      border-bottom: 1px groove #40486d;
   }

   /* Navigation boxes */

   div.navholder {
      background: #40486d;border: 2px groove #40486d;width: 75%;
      margin: 0 5% 10px 15%;
   }

   div.navbody {
      margin: 0 25px 0 0;
      padding: 10px 15px 10px 10px;
      background: #f4f4f4;
      text-align: center;}
   * html div.navbody {
      margin: 0 42px 0 0;
   }
   div.nextlink {
      margin: 0;
      float: right;
   }
   div.prevlink {
      margin: 0;
      float: left;
   }

   /* Year page */

   table.month {
      width: 100%;
      text-align: center;
   }
   td.dayfullwith {
      padding: 2px 0 2px 0;
      background: #f4f4f4;
      border: 1px groove #40486d;
   }
   td.dayfullwithout {
      padding: 2px 0 2px 0;
      background: #eaeaea;
      border: 1px groove #40486d;
   }
   td.dayfullwith hr, td.dayfullwithout hr {
      height: 1px;
      width: 75%;
      background: #40486d;
      color: #40486d;
      border: 0;
   }
   td.dayempty {
      padding: 2px 0 2px 0;

      border: 0;
   }

   /* Month page */

   table.subjects {
      width: 100%;
   }
   td.monthdays {
      padding: 5px 0 0 0;
      vertical-align: top;
      border: 0;
   }
   td.monthsubjects {
      padding: 0;
      background: #f4f4f4;
      border: 1px groove #40486d;
      text-align: left;
   }
   td.monthsubjects dl {
      margin: 5px;
   }

   /* Comment mass action */
   div.multiform {font-size: smaller;text-align: center;
   }

   /* Reply form */
   textarea.textbox {
      width: 100%;
      background: #f4f4f4;
      color: #40486d;
   }
   input {
      background: #f4f4f4;
      color: #40486d;
   }

   /* Adv */
   .j-adv {
        margin: 20px auto;
        text-align: center;
        }
        .j-adv-inner {
            display: inline-block;
            }
   

#lj_controlstrip {
    background-color: #40486d;
    background-image: url(https://l-stat.livejournal.com/palimg/controlstrip/bg.gif/pt40486d5a668e);
}

#lj_controlstrip td {
    color: #a7beef;
    border-bottom: 1px solid #5b79af;
}

#lj_controlstrip_statustext {
    color: #a7beef;
}

#lj_controlstrip a {
    color: #5273af;
}

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

#lj_controlstrip_login td {
    border-bottom: 0;
}

#lj_controlstrip td td {
    border-bottom: 0;
}

#lj_controlstrip_userpic {
    background-image: url(https://l-stat.livejournal.com/palimg/controlstrip/ljlogo.gif/pt40486da7beef);
}

#lj_controlstrip_loggedout_userpic {
    background-image: url(https://l-stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/pt40486da7beef);
}/* Cleaned CSS for new ControlStrip */
.w-cs {
    background: #40486d;
    color: #a7beef;
    background-image: url(https://l-stat.livejournal.com/palimg/controlstrip/bg.gif/pt40486d5a668e);
}
 @media screen and (max-width: 1080px) {
                .w-cs .w-cs-menu {
    background: #40486d;
}
              }
.w-cs A:link,
.w-cs A:visited,
.w-cs A:hover,
.w-cs A:active, 
.w-cs A:link B,
.w-cs A:visited B,
.w-cs A:hover B,
.w-cs A:active B, 
.w-cs .w-cs-status P {
    color: #5273af !important;
}
/* User info */
.w-cs .w-cs-userinfo {
    background: #40486d;
    border-color: #5b79af;
    background-image: url(https://l-stat.livejournal.com/palimg/controlstrip/bg.gif/pt40486d5a668e);
}
/* Summary */
.w-cs .w-cs-summary {
    background: #40486d;
}
.w-cs .w-cs-summary LI.w-cs-i-tokens {
    border-color: #5b79af;
}

