/* style.css */
/* pastelartist.com style sheet */

/*#info p {margin-left:15px; margin-right:20px;}*/

a.popup, a.popup:visited {
  color:#c00; 
  position:relative; 
  z-index:1;
  }
a.popup b {
  position:absolute;
  visibility:hidden; /* hide the image */
  width:200px; /* give it a width */
  height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
  /*border:1px solid #000; *//* add a border */
  left:10; /* position:the image */
  top:-150;
  margin:-6em 0 0 0;
  }
a.popup:hover {
  text-decoration:none; 
  border:0; /* needed for this to work in IE */ 
  z-index:1000;
  }
a.popup:hover b {
  visibility:visible; /* make the image visible */
  height:150px; /* now give it a height */
  cursor:pointer; /* for IE */
  z-index:500; 
}
a.popup:hover b img {
  border:0; /* remove the link border */
}
span.no_link_border {
  height:auto;
  margin:0;
	}
/* for browsers that understand */
span.no_link_border a {
	outline:0;
	}
span.no_link_border a:focus, p.no_link_border a:active {
  text-decoration:none;
	}  
span.no_link_border a:visited {
  text:decoration:underline;
	}
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {
  width:8em; /* change to suit */
	} 
h4 {
  font-weight:bold; 
	color:#000;
	}
.copyright {
	padding:36px;
	font-size:7pt;	
	color:rgb(200,200,200);
	text-align:center;
	line-height:10pt;
	font-style:italic;
	}	