/* Cleaned CSS: */

   /* Basic HTML */
   a {
      color: #c779e8;
      
      cursor: pointer;
   }
   a:visited {
      color: #c779e8;
      
      cursor: pointer;
   }
    a:hover {
      color: #95e866;
      
      cursor: pointer;
   }
   a:active {
      color: #95e866;
      
      cursor: pointer;
   }
   blockquote {
      margin-left: 10px;
      padding: 5px;
      border-left: 1px dashed #ed6475;
      border-right: 1px dashed #ed6475;
   }
   hr {
      height: 1px;
      color: #ed6475;
      background: #ed6475;
      border: 0;
      width: 75%;
   }
   img {
      border: 0;
   }
   img.border {
      border: 1px dashed #ed6475;
   }
   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: #f5c887;
      color: #73aceb;
      font-family: "Arial", sans-serif;
      font-size: medium;
      cursor: default;
      text-transform: none;

   }
   .wrapper {
      position: relative;
      }
   #header {
      margin: 0 0 30px 0;
      padding: 10px 10px 10px 0;
      height: 65px;
      max-height: 65px;
      background: #ed6475;
      color: #faf6b9;
      font-family: "Arial", sans-serif;
      font-size: medium;border-bottom: 2px dashed #ed6475;}
   #title {
      max-width: 33%;
      height: 65px;
      max-height: 65px;
      padding: 0;
      float: right;
      overflow: hidden;
   }
   #subtitle {
      font-size: 80%;
   }
   #gradient {
      position: absolute;
      top: 15px;
      left: 10px;
   }
   td.gradient {
      height: 75px;
      width: 75px;
      border: 2px dashed #ed6475;
   }

   td.gradient img {
      border: 0;
   }
   #td1 {
      background: #dc89ff url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptdc89ff333333) center center;
   }
   #td2 {
      background: #89c1ff url(https://l-stat.livejournal.com/palimg/textures/chalk.png/pt89c1ff333333) center center;
   }
   #td3 {
      background: #b3ff89 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptb3ff89333333) center center;
   }
   #td4 {
      background: #fff889 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptfff889333333) center center;
   }
   #td5 {
      background: #ffce89 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptffce89333333) center center;
   }
   #td6 {
      background: #ff8997 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptff8997333333) center center;
   }

   /* Content boxes */

   div.contentholder {
      width: 65%;
      min-height: 175px;
      margin: 0 10% 10px 20%;
      background: #ed6475;border: 2px dashed #ed6475;}
   * 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 dashed #ed6475;
   }
   td.td1 {
      background: #dc89ff url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptdc89ff333333) center center;
   }
   td.td2 {
      background: #89c1ff url(https://l-stat.livejournal.com/palimg/textures/chalk.png/pt89c1ff333333) center center;
   }
   td.td3 {
      background: #b3ff89 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptb3ff89333333) center center;
   }
   td.td4 {
      background: #fff889 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptfff889333333) center center;
   }
   td.td5 {
      background: #ffce89 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptffce89333333) center center;
   }
   td.td6 {
      background: #ff8997 url(https://l-stat.livejournal.com/palimg/textures/chalk.png/ptff8997333333) center center;
   }
   div.contentbody {
      min-height: 175px;
      margin: 0 25px 0 0;
      padding: 10px 20px 10px 10px;
      background: #faf6b9;
      line-height: 120%;text-align: left;
   }
   * 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: #73aceb;
   }
   div.entrymeta a:hover, div.entrymeta a:active {
      color: #95e866;
   }
   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 dashed #ed6475;
      border-bottom: 1px dashed #ed6475;
   }

   /* Navigation boxes */

   div.navholder {
      background: #ed6475;border: 2px dashed #ed6475;width: 65%;
      margin: 0 10% 10px 20%;
   }

   div.navbody {
      margin: 0 25px 0 0;
      padding: 10px 15px 10px 10px;
      background: #faf6b9;
      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: #faf6b9;
      border: 1px dashed #ed6475;
   }
   td.dayfullwithout {
      padding: 2px 0 2px 0;
      background: #f9f4a7;
      border: 1px dashed #ed6475;
   }
   td.dayfullwith hr, td.dayfullwithout hr {
      height: 1px;
      width: 75%;
      background: #ed6475;
      color: #ed6475;
      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: #faf6b9;
      border: 1px dashed #ed6475;
      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: #faf6b9;
      color: #73aceb;
   }
   input {
      background: #faf6b9;
      color: #73aceb;
   }

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