/* ----- CSS ----- */
*
{
	margin: 0;
	font-family: Verdana, sans-serif;
}

body
{
	margin: 0;
	font-size: 1em;

}

/* ----- IDS ----- */
#container { }

#titleBar
{
	/* This color matches the book background
background-color: #617FA1;
*/
	background-color: #006;
	padding: 5px;
}

#navigation
{
	width: 200px;
	float: left;
}

#navigation img { padding: 10px 25px 25px; }
#navigation ul { margin: 0 0 0 0; }

#navigation li
{
	list-style-type: none;
	margin: 5px 0 5px 10px;
}

#navigation ul ul li
{
	font-size: .7em;
	margin: 5px 0 5px 5px;
}

#navigation a
{
	text-decoration: none;
	color: #069;
}

#navigation img { border-style: none; }

#navigation a:hover { color: #F33; }

#primaryContent
{
	padding: 10px;
	font-size: .9em;
	position: absolute;
	left: 200px;
}

#sampleChapter li
{
	margin: 10px 0 0 0;
}

#sampleChapter h4
{
	font-size: 1.2em;
	margin: 15px 0 0 0;
}

#sampleChapter h5
{
	font-size: 1em;
	font-style: italic;
	margin: 6px 0 6px 0;
}

#sampleChapter td
{
	padding: 5px;
	vertical-align: top;
	font-size: 90%;
	line-height: 150%;
}

h5.variation
{
	font-style: italic;
	font-size: 1.1em;
}

#secondaryNavigation { }

#tableOfContents li
{
	list-style-type: none;
	list-style-position: default;
	margin: .4em 0 .4em 0 ;
}

/* ----- LINKS ----- */
a { text-decoration: none; }

/* ----- TYPOGRAPHY ----- */
h1
{
	font-family: Georgia, Times, serif;
	font-size: 2em;
}

h1 a { color: white; }

h2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: white;
}

h3
{
	font-size: 1.5em;
	margin: 0 0 1.5em 0;
}

p { margin: 8px 0 8px 0; }

h3.blogDate
{
	color: maroon;
	font-size: 1.1em;
	font-style: italic;
	margin: 50px 0 10px 0;
	text-decoration: underline;
	display: block;
}

h4.blogTitle { font-size: 1.1em; }