/* so this is from two sources. one is the default igal.css, and one   */ 
/* is from the "pure css popups" page by eric meyer.  it seems to work.*/
/* at first i just pasted everything together and changed bits at will */
/* now i'm acutally trying to make structured edits.  YMMV esp. on IE  */

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


div#links {
  position: absolute; 
  top: 81px; left: 0; 
  width: 170px; 
  height: 250px; 
  font: 16px Verdana, sans-serif; 
  z-index: 100;
}

div#links a {
  display: block; 
  text-align: center; 
  font: bold 1em sans-serif;
  padding: 5px 10px; 
  margin: 0 0 1px; 
  border-width: 0;
  text-decoration: none; 
  color: #cccccc; 
  background: #666699;
  border-right: 5px solid #505050;
}

div#links a:hover {
  color: #666699; 
  background: #cccccc;
  border-right: 5px double white;
}

div#links a span {display: none;}

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

div#amazwishlist {display:none;}

div#amazomakase {dispay:none;}
   
div#content {
  position: absolute; 
  top: 26px; 
  left: 165px; 
  right: 120px;
  max-width: 500px;
  color: #666699; 
  background: white;
  font: 14px Verdana, sans-serif; 
  padding: 10px;
  border-left: solid 5px #cccccc;
}

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

/* table {position: relative; margin: 0; padding: 0; font: 14px Verdana, */
/* sans-serif; background: white; color: #666699;}                       */


h1 {
  padding: 10px; 
  text-align: left;
  color: #cccccc; 
  letter-spacing: 0.1em; 
  text-transform: lowercase; font: 
  bold 25px Verdana, sans-serif; 
  height: 28px; 
  vertical-align: middle; 
  white-space: nowrap;
}

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

h2 {text-align: left;  
        background: #white; color: #666699;
        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;}

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


div#flickr_badge_source_txt {
font: 10px Verdana, sans-serif;}


/* end home.css                                                        */

