body
{
	margin: 0;
	padding: 0;
	font: 100%/1.5em Georgia, "Times New Roman", serif;
	background-color: #b4b8d0;
}

a:link { color: #03428a; }
a:visited { color: #72038a; }
img { border: none; }

/* Hide elements */
#chapter_list, #book_block
{
	display: none;
}

/* Banner */
#banner
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #8793D2;
}

#banner img
{
	margin: 0;
	padding: 2px;
}

/* Navigation */
#navigation
{
	float: none;
	padding-left: 12px;
	padding-right: 12px;
	background: #FFF5B4;
}

#navigation li
{
	display: list-item;
	font: bold .75em Verdana, Arial, sans-serif;
	color: #22317b;
}

#navigation a
{
	margin: 0;
	padding: 0;
	color: #22317b;
	text-decoration: none;
	background: none;
}

#navigation a#current
{
	background-color: #FFF5B4;
}

/* Book navigation */
#book_navigation
{
	margin: 0;
	padding: 8px 0 0 0;
	background: #FFF5B4;
	list-style: none;
	font: .75em Verdana, Arial, sans-serif;
	float: none;
	color: #666;
}

#book_navigation li
{
	display: list-item;
	padding: 0 12px;
}

#book_navigation a
{
	text-decoration: none;
	color: #020b3c;
}

/* Main */
#main
{
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

#main_div
{
	margin: 0;
	padding: 8px 0 0 0;
	background: #FFF5B4;
}


/* Content */
#content
{
	clear: left;
	float: none;
	width: 100%;
	margin-top: 0;
}

#content_div
{
	margin-left: 12px;
	margin-right: 12px;
}

h1, h2, h3, h4, h5
{
	font-family: Verdana, 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 Verdana, 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: .7em/1.3em Verdana, Arial, sans-serif;
	margin: 18px 0;
}

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

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

/* List examples styles */
.left, .right
{
	font: .9em/1.3em Verdana, Arial, sans-serif;
	width: 100%;
	float: none;
	line-height: 1.2em;
	margin: 0 0 .4em 0;
	padding: 0;
}

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

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

/* 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 Verdana, 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 Verdana, Arial, sans-serif; }
#section_nav li { margin-bottom: 12px; }

/* Sidebar */
#sidebar
{
	float: none;
	width: 100%;
	margin-top: 4px;
	font: .8em/1.4em Verdana, Arial, sans-serif;
}

#sidebar div
{
	margin: 0 12px 12px 12px;
	border-right: 2px solid #e0d592;
	border-bottom: 1px solid #e0d592;
	border-left: 1px solid #fefbeb;
}

div#chapter_list, div#nutshell, div#book, div#search, #chapter_list div, #nutshell div, #book div, #search div
{
	margin: 0;
	padding: 8px;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #e0d592;
	border-top: 1px solid #fefbeb;
}

div#chapter_list, div#nutshell
{
	background: #fff197 url(../graphics/tree-bg.gif) no-repeat right top;
	min-height: 200px;
}

div#book, div#search
{
	background-color: #fff197;
}

div#search div
{
	margin: 8px;
	padding: 2px 2px 0 0;
	background-color: #fff;
	border: 1px solid #bbb;
}

div#search form
{
	padding: 0 12px 12px 12px;
	background-color: #fff;
}

div#search form input
{
	margin: 0 6px 0 0;
}

#chapter_list div,#nutshell div, #book div, #search div
{
	border: none;
}

#nutshell p
{
	font: 1.1em/1.5em Verdana, Arial, sans-serif;
	margin-bottom: 22px;
}

#nutshell blockquote
{
	font: .9em/1.5em Verdana, Arial, sans-serif;
	margin: 0;
}

#nutshell blockquote p
{
	margin: 0;
	text-indent: 1.3em;
}

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

#sidebar h2, #sidebar ul, #search h2 { margin-top: 0; }
#sidebar li { margin-bottom: .5em; }

#book div
{
	min-height: 95px;
	overflow: auto;
}

#book cite
{
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px dotted #7B99AC;
}

#book a { text-decoration: none; }

#book img
{
	margin: 0 8px 0 0;
	float: left;
	border: 1px solid #bbb;
}

/* Footer styles */
#footer_navigation
{
	clear: both;
	margin: 6px 12px 0 12px;
	padding: 0;
	list-style: none;
	font: .75em Verdana, Arial, sans-serif;
	color: #666;
}

#footer_navigation li
{
	display: list-item;
	padding: 0 6px 0 0;
	border-right: none;
}

#footer_navigation li.last
{
	border-right: none;
}

#footer_navigation a
{
	text-decoration: none;
	color: #020b3c;
}

#footer
{
	font: .7em/1.5em Verdana, Arial, sans-serif;
	color: #333;
	margin: 6px 12px 0 12px;
	padding: 2px 0 4px 0;
}

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