/*			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;
	margin-left: 2em;
	margin-bottom: 1em;
	width: 222px;
	height: 300px;
	background: url("../images/Gunn2-222x300.jpg") no-repeat;
	border: 1px solid black;
}

/*=============================
heads
=============================*/
h1
{
	margin: 0.5em 0;
	font-size: 24pt;
	margin-bottom: 1em;
}
h2
{
	margin: 0.5em 0;
	font-size: 16pt;
	margin-bottom: 1em;
}
h6
{
	margin: 0.5em 0;
	font-size: 11pt;
	margin-bottom: 1em;
}


/*=============================
interview
=============================*/
#interview
{
	margin-top: 1em;
	
}
#interview dt
{
	margin-top: 2em;
	margin-bottom: 0.6em;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3;
}
#interview dd
{
	margin-bottom: 0.6em;
	font-size: 11pt;
	line-height: 1.5;
}
#interview dd cite
{
	margin-right: 10px;
	font-weight: bold;
	font-style: normal;
}
#interview em
{
	font-weight: bold;
	xfont-style: normal;
}

p.footer
{
	
	width: 30em;
	margin-top: 2em;
	margin-bottom: 100px;
	xpadding-bottom: 100px;
	padding: 1em;
	font-size: 10pt;
	line-height: 1.3;
	border: 2px solid red;
	background-color: white;
}

