/* created blue.css to match color scheme in blue.jpg       */

body {
  position: relative; 
  margin: 0px; 
  padding: 0px;
  font: 14px Verdana, 
  sans-serif; 
  background: white; 
  color: #3c65f1;
  }

div#container { 
  position: relative;
  width: 85%;
  left: 6%;
  background: white; 
  padding: 0;
  }

div#adsense {position: relative;
   top: 25px;
   left: 720px;
   color: #000000;
   background: white;
   font: 14px Verdana, sans-serif;
   padding: 10px;
   z-index: 100;
   width: 65px
   }


#mast {
  padding: 0; 
  margin: 0; 
  overflow: hidden;
  height: 100px; 
  width: 100%; 
  border-bottom: 1px solid #000000;
  position: relative; 
  z-index: 1;
  }

#mast h1 {
  text-align: left; 
  margin-top: 43px;
  margin-left: 12.5%; 
  color: #FFFFFF; 
  letter-spacing: 0.1em; 
  text-transform: lowercase; 
  font: bold 30px Verdana, sans-serif; 
  white-space: nowrap;
  }

  /* hide-from-IE5/Mac hack \*/
  top: auto; bottom: 0;
  /* end hack */}

#mast h1 a {padding: 0em;}
#mast h1 a, .panel a {text-decoration: none;}
#mast {background: white url(/~smiley/headliners/blue.jpg) 10% no-repeat;}
#mast h1 a {color: #fodfcd;}


div#links {
   position: absolute; 
   top: 25px; 
   left: 35px; 
   width: 133px; 
   height: 300px; 
   font: 16px Verdana, sans-serif; 
   z-index: 1000;
   }

div#links a {
   display: block; 
   text-align: center;
   margin-right: 10px; 
   font: bold 1em sans-serif;
   padding: 5px 20px; 
   margin: 0 0 1px; 
   border-width: 0;
   text-decoration: none; 
   color: #3c65f1; 
   background: white;
   border-right: 3px solid #0033ff;
   }

div#links a:hover {
   color: #FFFFFF; 
   background: #3c65f1;
   border-right: 3px double white;
   }

div#links a span {display: none;}

div#links a:hover span {
   display: block;
   position: absolute; 
   top: 270px; 
   left: 5px; 
   width: 100px;
   padding: 5px; 
   margin: 5px; 
   z-index: 50;
   color: #3c65f1; 
   background: white;
   font: 11px Verdana, sans-serif; 
   text-align: center;
   }

div#amazwishlist{display: none;}
   

div#content {
   min-width: 350px;
   max-width: 490px;
   width:expression(document.body.clientWidth > 470? "470px": "auto" );
   position: absolute; 
   top: 0px; 
   left: 165px; 
   color: #3c65f1; 
   background: white;
   font: 14px Verdana, sans-serif; 
   padding: 0px 10px 10px 30px;
   margin-right: 20px;
   border-left: solid 3px #3c65f1;
   z-index: 120;   
}

div#content h1{
   position: relative;
   left: 15px; 
   top: 0px
}


div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

tr {text-align: center;}
td {
  text-align: center; 
  font: 14px Verdana, sans-serif; 
  background: white; 
  color: #666699;
  }

h2 {
  text-align: left;  
  background: white; 
  color: #3c65f1;
  font: bold 14px Verdana, sans-serif;
  }
span.small {font-size: 75%;}
span.lead {font: bold; font-size: 115%;}
span.large {font-size: 180%;}



dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
div#content a:link {color: #0033ff;}
div#content a:visited {color: #9900cc;}
div#content a:link:hover {color: #cc3333;}
div#content a:visited:hover {color: #cc3333;}
code, pre {color: #EDC; font: 110% monospace;}



/* end  blue.css                                               */
