  body, html {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", serif;
    text-align: center;
    line-height: 140%;
    padding-bottom: 40px;
  }
  
  #top {
    border-bottom: 1px solid #999;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    background-color: #fc6;
    background-image: none;
    color: inherit;
  }
  
  #content {
    background-image: url(/2003-blog/i/sidebar.png);
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    width: 770px;
    border: 1px solid #999;
    border-top: 0;
  }
  
  #sidebar {
    float: right;
    width: 245px;
    text-align: left;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 90%;
  }
  
  #sidebar .cont {
    padding: 5px;
  }
  
  #contentbar {
    padding: 0 5px;
    margin: 0;
    width: 500px;
    float: left;
    overflow: hidden;
  }
  
  img {
    border: 0;
  }
  
  .spacer {
    clear: both;
  }

  .post, .comments {
    padding: 0 16px;
    margin-bottom: 1em;
  }
  
  .post a {
    font-weight: bold;
    font-size: 90%;
    color: #606;
    background-color: inherit;
    background-image: none;
  }
  
  .descr a {
    text-decoration: none;
    color: #006;
    background-color: inherit;
    background-image: none;
  }
  
  h2, h2 a {
    margin: 20px 0 0;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 105%;
    color: #963;
    background-color: inherit;
    background-image: none;
    text-decoration: none;
  }
  
  h2 a {
    border: 0;
  } 
  
  p.descr {
    margin: 0;
    padding: 2px 0;
    background-color: #f6f6f6;
    background-image: none;
    line-height: 100%;
    border-bottom: 1px solid #ccc;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 80%;
    color: #999;
  }
  
  strike, del,
  del a:link,
  del a:visited {
    color: #999;
    background-color: inherit;
    background-image: none;
  }
  
  #sidebar h2 {
    font-size: 120%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
    background-color: #f9f9f9;
    background-image: none;
    color: #666;
    font-family: "Trebuchet MS", serif;
  }
  
  #sidebar h2 small {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 70%;
  }
  
  .linkprev {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left;
  }
  
  .linknext {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: right;
  }
  
  .noday {
    width: 14%;
    color: #ccc;
    background-color: inherit;
    background-image: none;
    text-align: center;
  }
  
  .day {
    border: 1px solid #fff;
    width: 14%;
    text-align: center;
  }
  
  .currday {
    border: 1px solid #c00;
    background-color: #ffd;
    background-image: none;
    color: inherit;
    width: 14%;
    text-align: center;
  }
  
  .day a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  .readmore {
    font-weight: bold;
  }
  
  blockquote {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    border-left: 1px solid #ccc;
    font-size: 80%;
    padding: 5px;
    margin: 5px;
    color: #006;
    background-color: inherit;
    background-image: none;
  }
  
  blockquote p {
    padding-top: 0;
    margin-top: 0;
  }
  
  code {
    font-family: monospace;
    font-size: 90%;
    color: #009;
    background-color: #f0f0f0;
    background-image: none;
  }
  
  pre {
    line-height: 100%;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    background-image: none;
    font-size: 90%;
    padding: 5px;
    margin: 5px;
    color: #006;
  }
  
  .locbar {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 80%;
    color: #666;
    background-color: inherit;
    background-image: none;
  }
  
  .locbar a {
    color: #666;
    background-color: inherit;
    background-image: none;
  }
  
  form {
    padding: 0;
    margin: 0;
  }
  
  .login {
    border: 1px solid #fc6;
    background-color: #fc6;
    background-image: none;
    color: inherit;
    width: 100px;
    font-size: 10px;
  }
  
  .cinfo {
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 80%;
    border-top: 1px solid #ccc;
    border-bottom: 1px dashed #ccc;
    background-color: #fafafa;
    background-image: none;
    color: inherit;
    margin-bottom: 5px;
  }
  
  .ccomm {
    margin-left: 1em;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
    font-size: 80%;
    line-height: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  
  .np a {
    font-size: 80%;
    font-family: tahoma, verdana, helvetica, arial, sans-serif;
  }
  
  .c, .srch {
    border-left:   1px solid #999;
    border-top:    1px solid #999;
    border-bottom: 1px solid #fff;
    border-right:  1px solid #fff;
    background-color: #eaeaea;
    background-image: none;
    color: inherit;
  }

  p.c {
    background-color: #fff;
    text-align: center;
    border: 0;
    width: 100%;
    color: inherit;
  }
  
  .c {
    width: 400px;
  }
  
  textarea.c {
    height: 150px;
  }
  
  .s, .srchs {
    border-left:   1px solid #fff;
    border-top:    1px solid #fff;
    border-bottom: 1px solid #999;
    border-right:  1px solid #999;
    background-color: #eaeaea;
    background-image: none;
    color: inherit;
  }
  
  .s {
    width: 100px;
  }
  
  .srch {
    width: 150px;
  }
  
  .srchs {
    width: 50px;
  }
  
  .warn {
    font-weight: bold;
    color: #f00;
    background-color: inherit;
    background-image: none;
  }


  acronym, abbr span, abbr {
    border-bottom: 1px dashed #333;
    cursor: help;
  }
 
  acronym:after, abbr span:after {
    content: " (" attr(title) ")";
  }

  .sentby {
    font-family: verdana, helvetica, sans-serif;
    color: #666;
    background-color: inherit;
    background-image: none;
    font-size: 80%;
  }

  .sentby a {
    color: navy;
    background-color: inherit;
    background-image: none;
    font-weight: normal;
  }
  
  a.cutid {
    font-family: verdana, helvetica, sans-serif;
    color: #999;
    font-size: 80%;
    font-weight: normal;
  }
  .hilite { background-color: #FF9;     background-image: none; }

  .clink {
    white-space: nowrap;
  }

    
  #ads {
    border-bottom: 1px solid #999;
    font-family: verdana, helvetica;
    font-size: 9pt;
    padding: 2px;
    margin: 0;
    line-height: 120%;
    background-color: #FF9933;
    background-image: none;
    cursor: pointer;
  }
  
  #ads strong,
  #ads strong a:link,
  #ads strong a:visited,
  #ads strong a:active,
  #ads strong a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  #ads a:link, 
  #ads a:visited {
    color: #fff;
  }
