/*			StableStrategies/scheduled_appearances.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: 0em;
	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/gunn86-222x300.jpg") no-repeat;
	border: 1px solid black;
}

/*=============================
heads
=============================*/
h1
{
	margin: 0em;
	font-size: 24pt;
	margin-top: 25px;
}
h2
{
	margin: 0.5em 0;
	margin-bottom: 2em;
	font-size: 16pt;
	
}

/*============================
a different paragraph for each month
=============================*/
#monthly_info
{
	/* xdisplay: none;
	xclear: left; */

}
#monthly_info p
{
	margin-bottom: 0.6em;
	font-size: 11pt;
	line-height: 1.5;
}
#monthly_info em
{
	font-weight: bold;
	/* font-style: normal; */
}

#monthly_info .month
{
	float: left;
	font-size: 14pt;
	line-height: 1;
	/* xmargin-top: -2.5px; */
	margin-right: 12px;
	padding-bottom: 0px;
	/* xbackground-color: White; */
}
#monthly_info .smallcaps
{
	font-variant: small-caps;
	margin-left: -12px;
	/* xtext-transform: uppercase; */
}
