@charset "iso-8859-1";

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
#content a:focus, #content a:hover {
    background: #F8F101;
    border-bottom-color: #210A2F;
}
a img, a:hover img {border: 0;}

#footer {color: #aaa;}
#footer a {color: #aaa; border-color: #aaa;}


body {background: #210A2F; color: #000;}

#left {border-right-color: #aaa;}


h1, h1 a, h1 a:hover {color: #000; border-bottom: none;}
h2, h2 a, h2 a:hover {color: #210A2F; border-bottom: none;}
h3, h3 a, h3 a:hover {color: #000; border-bottom-color: #222;}
h4 {color: #333;}

.iconl a, .iconm a {color: #fff; border-bottom: none;}

table.red {border-color: #f00;}
table.red th {background-color: #ff6a6a; color: #fff;}
table.red td {background-color: #fdd;}
table.red tr.odd td {background-color: #fff;}

table.blue {border-color: #00f;}
table.blue th {background-color: #6a6aff; color: #fff;}
table.blue td {background-color: #ddf;}
table.blue tr.odd td {background-color: #fff;}

.comment {background-color: #9BB0D9;}
.comment-preview {background-color: #839ECF;}
.c-author {background-color: #C1CFE8;}

.comments-wrapper input, .comments-wrapper textarea {
  background-color: #D7E5F2;
  color: #102132;
  border-color: #284279;
}
.comments-wrapper input.button {
  background-color: #D7E5F2;
  color: #102132;
  border-color: #284279;
}
.comments-wrapper input.button:hover {
  border-color: #000; 
}

ul.comments_error, input.comments_error, textarea.comments_error {background-color: #ffa;}

