/*			StableStrategies/aboutgunn.css

for: Stable Strategies and Others by Eileen Gunn
www.eileengunn.com
*/

#pagewrapper
{
	width: 720px;
	margin-left: 50px;
	margin-right: 50px;

}

/*=============================
navigation bar
=============================*/
#nav a
{
	display: block;
	width: 100%;
	height: 60px;
	margin: 0;
	background: url("../images/StableStratsBomb50x49.jpg") no-repeat top left;
	background-color: black;
	color: black;
}
#nav span
{
	visibility: hidden;
}


/*=============================
portrait
=============================*/
#portrait
{
	float: right;
	margin-top: 0px;
	padding-top: 0px;x;
	margin-left: 2em;
	margin-bottom: 1em;
	width: 222px;
	height: 300px;
	background: url("../images/gunn8j-222x300.jpg") no-repeat;
	border: 1px solid black;
}

/*=============================
heads
=============================*/
h1
{
	margin: em 0;
	font-size: 24pt;
	margin-top: 25px;
}
h2
{
	margin: 0.5em 0;
	margin-bottom: 2em;
	font-size: 16pt;
	
}

/*=============================
quote from the book
=============================*/
#ssquote
{
	xfloat: left;
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 242px;
	margin-bottom: 2em;
	padding: 1ex;
	font-size: 11pt;
	border: 1px solid blue;
	background-color: white;
	color: Blue;
}
#ssquote cite
{
	display: block;
	font-size: 10pt;
	text-align: right;
}

/*=============================
biography
=============================*/
#bio
{
	xdisplay: none;
	xclear: left;

}
#bio p
{
	margin-bottom: 0.6em;
	font-size: 11pt;
	line-height: 1.5;
}
#bio em
{
	font-weight: bold;
	xfont-style: normal;
}

#bio .dropcap
{
	float: left;
	font-size: 50pt;
	line-height: 1;
	margin-top: -2.5px;
	margin-right: 12px;
	padding-bottom: 0px;
	xbackground-color: White;
}
#bio .smallcaps
{
	font-variant: small-caps;
	margin-left: -12px;
	xtext-transform: uppercase;
}
