/* Cleaned CSS: */

   /* Basic HTML */
   a {
      color: #7e5aae;
      text-decoration: underline; 
      cursor: pointer;
   }
   a:visited {
      color: #7952ae;
      text-decoration: underline; 
      cursor: pointer;
   }
    a:hover {
      color: #6a4a96;
      text-decoration: underline; 
      cursor: pointer;
   }
   a:active {
      color: #6a4a96;
      text-decoration: underline; 
      cursor: pointer;
   }
   blockquote {
      margin-left: 10px;
      padding: 5px;
      border-left: 1px solid #52406d;
      border-right: 1px solid #52406d;
   }
   hr {
      height: 1px;
      color: #52406d;
      background: #52406d;
      border: 0;
      width: 75%;
   }
   img {
      border: 0;
   }
   img.border {
      border: 1px solid #52406d;
   }
   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: #7a1dd9;
      background-image: url(http://www.zigposters.co.uk/images/med/216-001.jpg);
      background-repeat: repeat-y;
      background-attachment: scroll;
      background-position: left center;
      color: #52406d;
      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: #52406d;
      color: #f4f4f4;
      font-family: "Arial", sans-serif;
      font-size: large;border-bottom: 1px solid #52406d;}
   #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: 1px solid #52406d;
   }

   td.gradient img {
      border: 0;
   }
   #td1 {
      background: #c29dff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/ptc29dffffffff) center center;
   }
   #td2 {
      background: #af7fff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/ptaf7fffffffff) center center;
   }
   #td3 {
      background: #9c61ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt9c61ffffffff) center center;
   }
   #td4 {
      background: #8a43ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt8a43ffffffff) center center;
   }
   #td5 {
      background: #7725ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt7725ffffffff) center center;
   }
   #td6 {
      background: #6407ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt6407ffffffff) center center;
   }

   /* Content boxes */

   div.contentholder {
      width: 65%;
      min-height: 175px;
      margin: 0 10% 10px 20%;
      background: #52406d;border: 1px solid #52406d;}
   * 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: 1px solid #52406d;
   }
   td.td1 {
      background: #c29dff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/ptc29dffffffff) center center;
   }
   td.td2 {
      background: #af7fff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/ptaf7fffffffff) center center;
   }
   td.td3 {
      background: #9c61ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt9c61ffffffff) center center;
   }
   td.td4 {
      background: #8a43ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt8a43ffffffff) center center;
   }
   td.td5 {
      background: #7725ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt7725ffffffff) center center;
   }
   td.td6 {
      background: #6407ff url(https://l-stat.livejournal.com/palimg/textures/brushed_metal.png/pt6407ffffffff) center center;
   }
   div.contentbody {
      min-height: 175px;
      margin: 0 25px 0 0;
      padding: 10px 20px 10px 10px;
      background: #f4f4f4;
      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: #52406d;
   }
   div.entrymeta a:hover, div.entrymeta a:active {
      color: #6a4a96;
   }
   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 solid #52406d;
      border-bottom: 1px solid #52406d;
   }

   /* Navigation boxes */

   div.navholder {
      background: #52406d;border: 1px solid #52406d;width: 65%;
      margin: 0 10% 10px 20%;
   }

   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 solid #52406d;
   }
   td.dayfullwithout {
      padding: 2px 0 2px 0;
      background: #eaeaea;
      border: 1px solid #52406d;
   }
   td.dayfullwith hr, td.dayfullwithout hr {
      height: 1px;
      width: 75%;
      background: #52406d;
      color: #52406d;
      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 solid #52406d;
      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: #52406d;
   }
   input {
      background: #f4f4f4;
      color: #52406d;
   }

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