/* OTHER STYLESHEETS (import)
---------------------------------------------------------------------------- */

	/* -- Advanced Layout -- */
	@import url("spirit_layout.css");


/* COLOR SCHEME (background/foreground)
---------------------------------------------------------------------------- */
	
	/* -- Basic -- */
	
	body
	{
		color: #333;
		background: url("../images/spirit_stripe.gif") repeat-x #fff;
	}
	
	a { color: #063; }
	a:hover { color: #000; }
	
	/* -- Page Container -- */
	
	/* -- Header -- */
	
	/* -- Cover and Menu -- */
	
	/* -- Issue Contents -- */
	
	#issue_contents h3 { color: #063; }
	
	/* -- About the Spirit -- */
	
	/* -- Second Level Page -- */
	
	#article_contents h3 { color: #063; }
	
	.did_you_know 
	{
		background-color: #ffc;
		border-color: #063;
	}
	

/* TYPOGRAPHY (font/line-height/list-style)
---------------------------------------------------------------------------- */

	/* -- Basic -- */
	
	body { font: 80% Verdana, Arial, Helvetica, sans-serif; }
	
	dt { font-weight: bold; }
	
	ul { list-style: square; }
	
	h3 { font: bold 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
	
	/* -- Header -- */
	
	/* -- Cover and Menu -- */
	
	#archive
	{
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* -- Issue Contents -- */
	
	#issue_contents h3 { font: bold 1.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
	#issue_contents h4 { font: bold 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

	#transitions
	{
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* -- About the Spirit -- */
	
	#about_the_spirit ul
	{
		font-weight: bold;
		list-style: none;
	}
	
	#about_the_spirit ul ul 
	{
		font-weight: normal;
		list-style: square;
	}
	
	/* -- Second Level Page -- */
	
	#article_contents h3 { font: bold 1.8em/1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
	#article_contents h4 { font: bold 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
	#article_contents h5 { font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
	#article_contents h6 { font: bold 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }