body
{
	margin: .25in .5in;
	padding: 0;
	font: 100%/1.3em "Times New Roman", serif;
	background-color: #fff;
}

a:link, a:visited, a:active 
{ 
	color: #000;
	text-decoration: none;
}

img a { border: none; }

/* Hide navigation, book info, search, chapter list */

#navigation, #book_navigation, #book, #search, #chapter_list, #footer_navigation
{
	display: none;
}

/* Clear backgrounds */

body, #banner, #main, #content, #sidebar, #main_div, #content div, #sidebar div, div#nutshell, #nutshell div, #about_book, #about_book_div
{
	background-color: #fff;
	background-image: none;
	border: none;
	float: none;
}

/* Set divs to page width */
#banner, #main, #main_div, #content, #content_div, #sidebar, #sidebar div, #nutshell, #nutshell div, #footer, #about_book, #about_book_div
{
	width: 100%;
	float: none;
}

/* Zero out margins */
#banner, #banner img, #main, #main_div, #content, #content_div, #sidebar, #sidebar div, #nutshell, #nutshell div, #footer, #about_book, #about_book_div
{
	margin: 0;
	padding: 0;
	float: none;
}

/* Text formatting */
h1, h2, h3, h4, h5
{
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: .3em;
}

p
{
	margin-top: 0;
	clear: left;
}

ul
{
	margin-left: 0;
	padding-left: 1.5em;
}

blockquote
{
	margin-bottom: 1.2em;
	margin-right: 1.2em;
	margin-left: 1.2em;
	padding: 0;
	line-height: 1.4em;
}

h1
{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 14px;
	padding-top: 12px;
	line-height: 1.3em;
}

#subtitle
{
	font-size: .9em;
	font-weight: normal;
}

h2
{
	font-size: 1em;
}

h3
{
	font-size: .9em;
	font-weight: bold;
	margin-bottom: .1em;
}

h4
{
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: .1em;
}

table, caption
{
	font: .9em/1.2em Arial, sans-serif;
	margin-top: 1.3em;
	text-align: left;
	border: none;
}

td, th
{
	border-bottom: 1px solid #bbb;
	padding: 4px 12px 4px 2px;
	margin: 0;
}

acronym { border-bottom: 1px dotted #888; }

.underline
{
	text-decoration: underline;
}

ul.references
{
	list-style: none;
	text-indent: -1.6em;
	margin-left: 1.6em;
	padding-left: 0;
}

ul.resources
{
	list-style: square;
}

/* Figure styles */
.figure-marker { font-weight: bold; }

.figure
{
	font: .8em/1.3em Arial, sans-serif;
	margin: 18px 0;
}

.figure p { margin-bottom: 4px; }

.figure img
{
	margin-bottom: 8px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #999;
}

/* List examples styles */
.left, .right, .right ol, .right ul, .right h2
{
	font: .9em/1.3em Arial, sans-serif;
}

.right h2
{
	font-weight: bold;
}

.right ul ul, .right ol ol
{
	font-size: 1em;
}

.left, .right
{
	width: 48%;
	float: left;
	line-height: 1.2em;
	margin: 0 0 .4em 0;
	padding: 0;
}

.right { float: right; }

.right h2, .right ul, .right ol
{
	margin-top: 0;
	margin-bottom: 4px;
}

.right ul, .right ol { padding-left: 1.5em;  }
.right ol ol { list-style-type: lower-latin; }

.suggested_by
{
	color: black;
}

/* Section nav styles for guideline home pages */
#toc_nav h2
{
	font-size: .9em;
	text-transform: none;
	letter-spacing: 0;
}

#toc_nav ul
{
	list-style: square;
	margin-top: .2em;
	margin-bottom: 1em;
	font: .9em/1.4em Arial, sans-serif;
	color: #8793D2;
}

#toc_nav a { text-decoration: none; }

/* Section nav styles for guideline home pages */
#section_nav
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#section_nav a { font: bold .9em/1.4em Arial, sans-serif; }
#section_nav li { margin-bottom: 12px; }

/* Book block */

#book_block
{
	width: 100%;
	font: .7em/1.4em Arial, sans-serif;
	margin-bottom: 8px;
}

#book_block img
{
	border: 1px solid #888;
	margin-bottom: 4px;
}

#about_book p
{
	font: 100%/1.3em "Times New Roman", serif;
	float: left;
}

/* Sidebar */
#sidebar
{
	font-size: 1em;
}

#sidebar li
{
	margin-bottom: 0;
}

#nutshell p, #nutshell ul, #nutshell blockquote
{
	font: .9em/1.4em Arial, sans-serif;
}

#sidebar h2 { font-size: 1em; }

#nutshell div
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 4px 2px;
	min-height: 0;
}

#nutshell blockquote p
{
	font-size: 1em;
	text-indent: 1.3em;
}

#nutshell blockquote p.no-indent
{
	text-indent: 0;
}

/* Footer styles */
#footer
{
	font: .7em/1.5em Arial, sans-serif;
	color: #333;
}

#footer a
{
	color: #333;
	text-decoration: none;
}
