
* { 
   margin : 0;
   font-family: Verdana;
   font-size: 10px;

   scrollbar-arrow-color : #3f3f3f;
   scrollbar-base-color : #090909;
   scrollbar-face-color : #202020;
   scrollbar-highlight-color : #3f3f3f;
   scrollbar-shadow-color : #090909;
   scrollbar-track-color : #3f3f3f;
}

html,body{
   margin:0;
   padding:0;
   height:100%;
   border:none;
   background: #1F1F1F;
   color: #888888;
}

td {
   color: #888888;
}

b {
   font-weight: normal;
   color: #EEEEEE;
}

a:link, a:visited, a:active {
   color: #AAAAAA;
   text-decoration : none;
}

a:hover {
   color: #AAAAAA;
   text-decoration : underline;
}

.homelink {
   color: #CC0000;
}

.homelink a:link, .homelink a:visited, .homelink a:active  {
   color: #CC0000;
   text-decoration: none;
}

.homelink a:hover  {
   color: #CC0000;
   text-decoration: underline;
}

#postImage {
   position: absolute;
   top: 26px;
   left: 0px;
}

#postHeader {
   position: absolute;
   top: 0px;
   left: 0px;
   white-space: nowrap;
}

#comment p {
   padding: 8px 0px 0px 0px;
   line-height: 15px;
}

#commentAuthor {
   text-align: right;
   padding: 0px 0px 4px 0px;
}

#archive {
   position: absolute;
   top: 100px;
   left: 100px;
}

.dropdown {
   color: #CCCCCC;
   background-color : #010101;
   border-color: #666666;
   border-width: 0px;
   font-family: courier;
   font-size: 11px;
   width: 163px;
}

.textfield {
   color: #CCCCCC;
   background-color : #010101;
   border-color: #666666;
   border-width: 1px;
   font-family: courier;
   font-size: 12px;
   width: 300px;
}

.textarea {
   color: #CCCCCC;
   background-color : #010101;
   border-color: #666666;
   border-width: 1px;
   font-family: courier;
   font-size: 12px;
   width: 400px;
}

.button {
   background-color: #555555;
   color: #010101;
   border-color: #666666;
   font-family: verdana, geneva, arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   border-width: 1px;
   height: 20px;
}

#flashcontent img {
   padding: 3px;
   border: 1px solid #4F4F4F;
}

.thumbnails img {
   line-height: 140%;
   padding: 2px;
}

.thumbnails a img {
   border: 1px solid #1F1F1F;
}
.thumbnails a:hover img {
   border: 1px solid #4F4F4F;
}
