/*
 * $Id: stripe.css,v 1.1 2005/12/08 19:40:54 ste Exp $
 */


@page { margin-right: 0.67in; margin-top: 2.17in; margin-bottom: 1.5in }


BODY { 
  background: #000;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
} 

a   {
  color: #000; 
  text-align: center; 
  text-decoration: none;
  font-size: x-small;
  
}


img { 
  border: solid 1px black ;
}


#menu {	
  color: yellow;
  font-family: verdana;
  font-size: small;
  position: absolute;
  top: 10px;
  left: 10px;
  
 /*
  letter-spacing: 20px;
  visibility: hidden; 
  clear: both;
  */
}


/*
 90bade
 2175bc
 
*/
#caption {
  width: 60px;
  height: 20px;
  border: 1px solid #000;
  background: #90bade;
  text-align: center;
  padding-top: 10px;
  
  color: #000; 

  -moz-border-radius: 6px;
}

#caption a {
  font-size: 8pt;
  font-family: Verdana;
  
}

#caption:hover {
  background: #2175bc;
}

#caption img {
  visibility: hidden;  
  width: 0px;
  border: none; 
}

/* superseeded by js
#caption:hover  img {
  width: 100px;
  visibility: visible;
  
  position: fixed;
  bottom: 170px;
  left: 60px;
  color: #000;
  background: orange;
  font-family: verdana;
  font-size: x-large;
  letter-spacing: 10px;
  border: 1px solid orange;
  text-align: center;
  

}
*/

/*
#caption:hover  {
  position: fixed;
  bottom: 100px;
  left: 10px;
  color: #000;
  background: orange;
  font-family: verdana;
  font-size: x-large;
  letter-spacing: 10px;
  border: 1px solid orange;
  text-align: center;
  width: 200px;
}
*/


/*
.loc {
  position: fixed;
  bottom: 100px;
  left: 10px;
  color: #000;
  display: block;

  background: orange;
  font-family: verdana;
  font-size: x-large;
  letter-spacing: 10px;
  border: 1px solid orange;
  text-align: center;
  width: 200px;
  
}
*/

#words {
    visibility: hidden;
    
}

#loc {
  position: absolute;
  top: 250px;
  left: 10px;
  height: 200px;
  width: 200px;
  
  color: #000;
  /*
  display: block;
  */
  background: #90bade;
  background: #fff;
  font-family: verdana;
  font-size: x-large;
  /*letter-spacing: 10px;*/
  border: 3px solid #000;
  text-align: center;
  
  /*
  -moz-border-radius: 16px;
  */
  
  visibility: hidden;
}

/*
#location {
  position: absolute;
  bottom: 250px;
  left: 10px;
}
*/


/*
 * fondo...
 */
#navigator {
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 200px;
  
  color: #000; 
  text-align: center; 
  text-decoration: none;
  font-size: x-small;

}

#big a {
	font-size: x-large;
	color: orange;
}

