/*			StableStrategies/about.css

for: Stable Strategies and Others by Eileen Gunn
www.eileengunn.com
This page contains publication info about the book.

*/


#pagewrapper
{
	width: 720px;
	margin-left: 50px;
	margin-right: 50px;
	/* xbackground-color: Yellow; */
}

/*=============================
navigation bar
=============================*/
#nav
{
	margin-bottom: 0;
	padding-bottom: 0;
}
#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;
	margin-left: 2em;
	margin-bottom: 1em;
	width: 222px;
	height: 300px;
	background: url("../images/book17-222x300.jpg") no-repeat;
	border: 1px solid black;
}

/*=============================
heads
=============================*/
h1
{
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	font-size: 36pt;
	color: gray;
}
h2
{
	font-size: 18pt;
	color: black;
}
h3
{
	margin-bottom: 0em;
	font-size: 24pt;
	color: red;

	/* xwidth: 24pt;
	xmargin-right: auto;
	xmargin-left: auto; */
}
h3 span
{
	font-size: 24pt;
	margin-left: 2em;
}

/*=============================
details
=============================*/
#details
{
	margin-top: 20px;
	margin-left: 2em;
}
#details p
{
	margin-bottom: 0.4em;
	font-size: 10pt;
	font-weight: bold;
}

/*=============================
blurbs
=============================*/
#blurbs
{
	clear: both;
	margin-top: 20px;
}

#blurbs #innerbox
{
	text-align: right;
}

#blurbs p
{
	font-size: 12pt;
	line-height: 1.5;
	margin-bottom: 0.8em;
}


#blurbs dd cite
{
	font-size: 10pt;
	font-style: normal;
	text-transform: none;
	color: rgb(226,9,4);			/* cover dark red; */
}
#blurbs dd span
{
	/* xtext-transform: uppercase; */
	font-variant: small-caps;
}

p.footer
{
	
	width: 40em;
	margin-top: 2em;
	margin-bottom: 100px;
	padding-bottom: 100px;
	padding: 1em;
	font-size: 10pt;
	line-height: 1.3;
	border: 2px solid red;
	background-color: white;
}


