@charset "utf-8";
/* CSS Document */

/* 
	Based on a tutorial at 
	http://www.maxdesign.com.au/presentation/definition/dl-image-gallery.htm
*/
* {margin:0;padding:0;}
.bio dl {
	/*background-color: #ddd;*/
	width: 252px;
	padding: 5px;
	margin-right: 1em;
	float:left;
}
.bio dt,dd {
	/*background:#020;*/
	width: 252px;
	font-size:.95em;
}
.bio dt {
	margin: 2px 0;
}
.bio dd {
	/*background:#a00;*/
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing:0.04em;
	line-height:1.3em;
}
.bio img {
	text-align:center;
	float:right;
	margin:10px 0 2px 100px;
	border-top:2px dotted #600;
	border-bottom:1px dotted #600;
}
.bio b img {
	/* border:2px solid #00F; */
		margin-top:50px;
}
.bio dt em {
	letter-spacing:0.05em;
	font-style:normal;
	font-stretch:extra-expanded;
	color:#B00;
}

/* Based on technique shown at http://www.cssplay.co.uk/menu/tooltips */
.layout #container a.tip b {display:none;}
.layout #container a.tip:hover {
	border:0;
	position:relative;
	z-index:500;
	text-decoration:none;
}
.layout #container a.tip:hover b {
	display:block;
	position:absolute;
	margin-top:5px;
	top:20px;
	left:-25px;
	padding:10px 5px;
	font-weight:normal;
	color:#f3f2dc;
	background:#300;
	width:125px;
	border:1px dotted #f3f2dc;
}

