/* ----------------------------------------
Theme Name: basic
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: A totally stripped down and basic WordPress Theme
Version: 1.0
Author: Ron "eclip5e" Adams
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
@import 					url("design/styles/default/screen.css");
@import 					url("design/styles/default/print.css");

 body {
       font-size: 10px;
       background: #000000;
       font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
       color: #FFFFFF;
      }
 a:link { color: #9999FF; }
 a:visited { color: #9966FF; }
 a:hover, a:active { color: #3939CC; }
 .bold { font-weight: bold; }
 #DT_head {
           font-size: 10px;
           position: absolute;
           top: 0.5em;
           left: 4em;
           width: 90em;
           height: 2em;
           z-index: 2;
           text-align: center;
          }
 h1 {font-size: 1.8em; font-weight: normal; }
 h2 {font-size: 1.8em; font-weight: bold; }
// h4 {font-size: 20%; line-height:20%; }
 #DT_background {
                 font-size: 10px;
                 position: absolute;
                 top: 4em;
                 left: 4em;
                 width: 90em;
                 height: 50em;
                 border: thin solid #7f7f7f;
                 z-index: 0;
                }
  #DT_leftback {
                 font-size: 10px;
                 position: absolute;
                 top: 5em;
                 left: 5em;
                 width: 45em;
                 height: 36em;
                 z-index: 1;
               }

 #DT_bluebox {
               font-size: 10px;
               position: absolute;
               top: 4em;
               left: 4em;
               width: 90em;
               height: 50em;
               z-index: 2;
             }
  #DT_left {
             width: 43em;
             height: 34em;
             margin: 1em 1em 1em 1em;
             padding: 1em 1em 1em 1em;
             overflow: auto;
           }
  .DT_lefttext {
                font-size: 1.6em;
                color: #000000;
               }
 .DT_lefttext a:link {color: #000066; }
 .DT_lefttext a:visited {color: #330099; }
 .DT_lefttext a:hover, .DT_lefttext a:active {color: #3939CC; }
 .DT_title {font-size: 1.8em; font-weight: bold; }
 .DT_author { font-weight: bold; }
 .DT_ISBN {font-size: 0.7em; }

  #DT_right {
              
            }
  #DT_bottom {
              position: absolute;
              top: 37em;
              width: 45em;
              height: 13em;
             }
  #sidebar {
            padding: 1em;
            font-size: 1.5em;
            color: #FFFFFF;
           }
  a:link img.MEPlink {border: thin solid #9999FF; }
  a:visited img.MEPlink {border: thin solid #9966FF; }
  a:hover img.MEPlink, a:active img.MEPlink {border: thin solid #3939CC; }
 .MEPlink {font-size:10px; height:5em; width: 25em; }

  #DT_foot {
            position: absolute;
            top: 55em;
            bottom: 1em;
            left: 4em;
            text-align: center;
            width: 90em;
           }
  .floatright {
               float: right;
              }
  .alignleft {
               text-align: left;
             }