/* Cleaned CSS: */

   /* Basic HTML */
   a {
      color: #000000;
      
      cursor: pointer;
   }
   a:visited {
      color: #000000;
      
      cursor: pointer;
   }
    a:hover {
      color: #56381d;
      
      cursor: pointer;
   }
   a:active {
      color: #56381d;
      
      cursor: pointer;
   }
   blockquote {
      margin-left: 10px;
      padding: 5px;
      border-left: 1px solid #56381d;
      border-right: 1px solid #56381d;
   }
   hr {
      height: 1px;
      color: #56381d;
      background: #56381d;
      border: 0;
      width: 75%;
   }
   img {
      border: 0;
   }
   img.border {
      border: 1px solid #56381d;
   }
   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: #c47633;
      color: #56381d;
      font-family: "Arial", sans-serif;
      font-size: small;
      cursor: default;
      text-transform: none;

   }
   #header {
      margin: 0 0 30px 0;
      padding: 10px 10px 10px 0;
      height: 65px;
      max-height: 65px;
      background: #56381d;
      color: #faf7e6;
      font-family: "Arial", sans-serif;
      font-size: medium;border-bottom: 1px solid #56381d;}
   #title {
      max-width: 33%;
      height: 65px;
      max-height: 65px;
      padding: 0;
      float: right;
      overflow: hidden;
   }
   #subtitle {
      font-size: 80%;
   }
   #gradient {
      position: absolute;
      top: 70px;
      left: 10px;
   }
   td.gradient {
      height: 75px;
      width: 75px;
      border: 1px solid #56381d;
   }

   td.gradient img {
      border: 0;
   }
   #td1 {
      background: #faf7e6 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptfaf7e6ffffff) center center;
   }
   #td2 {
      background: #f5efcd url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptf5efcdffffff) center center;
   }
   #td3 {
      background: #f0e7b4 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptf0e7b4ffffff) center center;
   }
   #td4 {
      background: #ebdf9b url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptebdf9bffffff) center center;
   }
   #td5 {
      background: #e6d782 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/pte6d782ffffff) center center;
   }
   #td6 {
      background: #e1cf69 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/pte1cf69ffffff) center center;
   }

   /* Content boxes */

   div.contentholder {
      width: 65%;
      min-height: 175px;
      margin: 0 10% 10px 20%;
      background: #56381d;border: 1px solid #56381d;}
   * 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 #56381d;
   }
   td.td1 {
      background: #faf7e6 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptfaf7e6ffffff) center center;
   }
   td.td2 {
      background: #f5efcd url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptf5efcdffffff) center center;
   }
   td.td3 {
      background: #f0e7b4 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptf0e7b4ffffff) center center;
   }
   td.td4 {
      background: #ebdf9b url(http://l-stat.livejournal.com/palimg/textures/canvas.png/ptebdf9bffffff) center center;
   }
   td.td5 {
      background: #e6d782 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/pte6d782ffffff) center center;
   }
   td.td6 {
      background: #e1cf69 url(http://l-stat.livejournal.com/palimg/textures/canvas.png/pte1cf69ffffff) center center;
   }
   div.contentbody {
      min-height: 175px;
      margin: 0 25px 0 0;
      padding: 10px 20px 10px 10px;
      background: #eddf9e;
      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;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: #56381d;
   }
   div.entrymeta a:hover, div.entrymeta a:active {
      color: #56381d;
   }
   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;text-align: right;
   }
   div.comment {
      padding: 0 0 0 5px;
      margin: 0 0 5px 0;
      border-left: 1px solid #56381d;
      border-bottom: 1px solid #56381d;
   }

   /* Navigation boxes */

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

   div.navbody {
      margin: 0 25px 0 0;
      padding: 10px 15px 10px 10px;
      background: #eddf9e;
      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: #eddf9e;
      border: 1px solid #56381d;
   }
   td.dayfullwithout {
      padding: 2px 0 2px 0;
      background: #eada8e;
      border: 1px solid #56381d;
   }
   td.dayfullwith hr, td.dayfullwithout hr {
      height: 1px;
      width: 75%;
      background: #56381d;
      color: #56381d;
      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: #eddf9e;
      border: 1px solid #56381d;
      text-align: left;
   }
   td.monthsubjects dl {
      margin: 5px;
   }

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

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

#lj_controlstrip {
    background-color: #eddf9e;
    background-image: url(http://l-stat.livejournal.com/palimg/controlstrip/bg.gif/pteddf9ec7b57e);
}

#lj_controlstrip td {
    color: #56381d;
    border-bottom: 1px solid #56381d;
}

#lj_controlstrip_statustext {
    color: #56381d;
}

#lj_controlstrip a {
    color: #000000;
}

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

#lj_controlstrip_login td {
    border-bottom: 0;
}

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

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

#lj_controlstrip_loggedout_userpic {
    background-image: url(http://l-stat.livejournal.com/palimg/controlstrip/ljlogo-loggedout.gif/pteddf9e56381d);
}
