/* ========================================================================== */
/*                          Common Style Definitions                          */
/* ========================================================================== */

*  {margin: 0; padding: 0;}

body {
	background: #426046;
	color: #fff;
	font: 100.01% Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 0; padding: 0 0 20px 0;
	}

img, img a {border: none;}

/* -------------------------------------------------------------------------- */
/* Typography */
/* -------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; font-weight: bold; margin: 0;}

h1 {font-size: 1em;
	color: #FFFFFF;
	margin-bottom: 1em;}
h2 {font-size: 0.95em;
	color: #3CB371;
	margin: 0 0 0.7em 0;}
h3 {font-size: 0.9em;
	color: #FFFFFF;}
h4 {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	}
h5 {font-size: 0.9em;}
h6 {font-size: 0.9em;}

p, li, dt, dd, td, th, blockquote {font-size: 0.9em;}

ul, ol, dl {margin-left: 1.5em;}
li, dd {
	margin-left: 1em;
	margin-bottom: 0.8em;
	padding-left: 0.3em;
	}
li p, li li, li dt, li dd, li td, li th, li blockquote {font-size: 1em;}

ul {list-style-type: disc;}

p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	}
blockquote {
	padding: 0 2em;
    margin: 0.8em 0;
	quotes: "\201C" "\201D";
	}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }
hr {
    margin: 0.8em 0;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	}

a:link {color: #fff; text-decoration: underline;}
a:visited {color: #cc6; text-decoration: underline;}
a:hover {color: #9fc; text-decoration: underline;}

/* wrapper */
/* -------------------------------------------------------------------------- */

#wrapper {
	background: #426046;
	margin: 0;
	padding: 0;
	border: 0;
	width: 56em;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	}

/* -------------------------------------------------------------------------- */
/* [start] main header */

#main_header {
	margin: 0; padding: 0;
	font-size: 0.7em;
	}

/* tabs (nav lvl1) */
#header_tabs {
	float: right;
	margin: 15px 0px 2px 0px;
	padding: 0;	
	color: #fff;
	}
#header_tabs a, #header_tabs a:link,
#header_tabs a:visited {
	background: #66c;
	margin: 0 0 0 0.3em;
	padding: 0.1em 1em;
	text-decoration: none;
	border: 1px solid #33c;
	letter-spacing: 0.15em;
	font: normal 1em Arial, sans-serif;
	color: #fff;
	}
#header_tabs a:hover {
	background: #33c;
	border: 1px solid #66c;
	text-decoration: none;
	}

#header_bar {
	background: #33c;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 0px 10px;
	border-bottom: 1px solid #fff;
	}
body#teaching #header_bar {
	background: #c00021;
	}
body#misc #header_bar {
	background: #030;
	}

/* volume label */
#volume_label {
	float: right;
	}
#volume_label a:link,
#volume_label a:visited, #volume_label a:active,
#volume_label a:hover {
	color: #ffffff;
	text-decoration: none;
	}

/* [end] main header */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* [start] sub header */

#sub_header {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	padding: 0 10px 0 15px;
	}
#sub_header hr {border:0; border-bottom: 1px dotted #CCCCCC; margin:0;}
#sub_header #section_id {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	padding-bottom: 3px;
	margin-top: 0.5em;
	}
#sub_header #title {
	font-weight: normal;
	text-align: left;
	margin: 0.5em 0 0.9em 0;
	}
#sub_header #review_title {
	font-weight: normal;
	text-align: left;
	margin: .5em 0 0 0;
	}
#sub_header #review_title_note {
	margin: 0; padding: 0;
	font-size: 0.8em;
	color: #CFCFCF;
	}
#sub_header a:link,
#sub_header a:visited, #sub_header a:active,
#sub_header a:hover {
	color: #fff;
	text-decoration: none;
	}

/* [end] sub header */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* [start] sub nav */

#sub_nav {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
	margin: 10px 10px 5px 10px;
	padding: 0em 0em 0em 0em;
	border-bottom: 2px solid #030;
	}
#sub_nav a, #sub_nav a:link,
#sub_nav a:visited {
	background: #314734;
	margin: 0;
	padding: 0em 1em 0em 1em;
	text-decoration: none;
	color: #fff;
	border-top: 1px solid #030;
	border-right: 1px solid #030;
	border-left: 1px solid #030;
	}
#sub_nav a:hover {
	background: #030;
	text-decoration: none;
	}
#sub_nav #current {
	background: #030;
	text-decoration: none;
	}

/* [end] sub nav */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Main Content */

#maincontent {
	background: #314734;
	margin: 0 1em;
	padding: 0.8em;
	}
#maincontent h1 {
	font-size: 1em;
	color: #FFFFFF;
	margin-bottom: 0.9em;
	font-weight: normal;
	letter-spacing: 0.15em;
	border-bottom: 1px solid #EFEFEF;
	}

/* -------------------------------------------------------------------------- */
/* [start] column layout */

#primary_col {
	border-right: 0.1em solid #426046;
	margin-right: 248px;
	padding-right: 1em;
	}
#aux_col {
	vertical-align: top;
	float: right;
	width: 240px;
	}

/* [end] column layout */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* [start] page toc */

.page_toc {
	background: #243325;
	margin: 0 0 1em 0;
	padding: 0.8em 0.8em 0 0.8em;
	}
.page_toc li {margin-bottom: 0; padding-bottom: 0.8em;}
.page_toc h2 {
	border-bottom: 1px solid #314734;
	padding-bottom: 0.2em;
	}

.findfast {float: right; font-size: 0.8em;}
.findfast select {font-size: 1em;}
.findfast select option {padding: 0 0.4em;}

/* [end] page toc */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* [start] search page */

#search {
	padding: 3px 100px 3px 100px;
	background: #426046;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	}
.condensed_list {
	list-style: none;
	padding: 0;
	}
.condensed_list li {
	padding: 0;
	margin: 4px 0;
	}
.button a, .button a:link,
.button a:visited {
	margin: 0 0 0 2px;
	padding: 0em 1em 0em 1em;
	text-decoration: none;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.2em;
	border: 1px solid #030;
	}
.button a:hover {
	background: #030;
	border: 1px solid #030;
	text-decoration: none;
	}

/* [end] search page */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Table of Contents */

.toc {
	background-color: #243325;
	border: 1px solid #243325;
	margin: 0.8em;
	padding: 0.6em 0 0 0;
	}
.toc_header {
	text-align: center;
	}
.toc_header h1 {font-size: 1.1em;}
.toc_header #tagline {
	font: 0.9em bold arial, helvetica, sans-serif;
	margin: 0.5em 0;
	}
.toc_header #volume_label {
	float: none;
	font: 0.9em normal arial, helvetica, sans-serif;
	}
.toc_section {
	background: #314734;
	margin: 0.8em;
	padding: 1em;
	}
.toc .toc_section {margin: 0.8em 0 0 0;}
.toc_section h2 {margin-bottom: 0.9em;}
.toc_section h3 {margin-bottom: 0.8em; padding-left: 1em; font-weight: bold;}
.toc_section ul {list-style-type: disc;}
.toc .toc_section ul {
	list-style-type: none;
	margin-left: 0;
	}
.toc .toc_section ul li {margin-left: 0;}
.toc .toc_section a {text-decoration: none;}
.toc .toc_section .author {
	display: block;
	color: #DFDFDF;
	font-style: italic;
	}

.logo {vertical-align: middle; padding-left: 3em;}

cite.article {font-style: normal;}

/* -------------------------------------------------------------------------- */
/* figures */

.figure {
	padding: 0.2em;
	margin: 1em 2em;
	border-top: 1px dotted #8B9F8D;
	border-bottom: 1px dotted #8B9F8D;
	}
.figure p {margin: 0.5em;}
.figure .image {text-align: center;}

/* -------------------------------------------------------------------------- */
/* photo */

.photo {
	padding: 0.2em;
	margin: 1em 2em;
	border-top: 1px dotted #8B9F8D;
	border-bottom: 1px dotted #8B9F8D;
	text-align: center;
	}
.photo p {margin: 0.5em;}
.photo .image {text-align: center;}

/* table */
/* -------------------------------------------------------------------------- */

.table {
	padding: 0.2em;
	margin: 1em 2em;
	border-top: 1px dotted #8B9F8D;
	border-bottom: 1px dotted #8B9F8D;
	}
.table table {
	border-collapse: collapse;
	margin: 0.8em auto;
	font-size: 0.9em;
	}
.table table caption {
	margin: 0.5em auto;
	text-align: left;
	}
.table table th {
	border: 1px solid #EFEFEF;
	background: #475F4A;
	padding: 0.3em 0.4em;
	}
.table table td {
	border: 1px solid #EFEFEF;
	padding: 0.3em 0.4em;
	vertical-align: top;
	}
.table table th.ar, .table table td.ar {text-align: right;}
.table table th.ac, .table table td.ac {text-align: center;}
.table table th.al, .table table td.al {text-align: left;}

.table table tfoot td {
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
.table table td ul li {font-size: 1em; margin-bottom: 0.3em;}

/* table_inline */
/* -------------------------------------------------------------------------- */

.table_inline {
	padding: 0.2em;
	margin: 1em 0;
	}
.table_inline table {
	border-collapse: collapse;
	margin: 0.8em 0;
	font-size: 0.9em;
	}
.table_inline table caption {
	margin: 0.5em 0;
	text-align: left;
	}
.table_inline table th {
	border: 1px solid #EFEFEF;
	background: #475F4A;
	padding: 0.3em 0.4em;
	}
.table_inline table td {
	border: 1px solid #EFEFEF;
	padding: 0.3em 0.4em;
	vertical-align: top;
	}
.table_inline table th.ar, .table_inline table td.ar {text-align: right;}
.table_inline table th.ac, .table_inline table td.ac {text-align: center;}
.table_inline table th.al, .table_inline table td.al {text-align: left;}

.table_inline table tfoot td {
	border-left: none;
	border-right: none;
	border-bottom: none;
	}
.table_inline table td ul li {font-size: 1em; margin-bottom: 0.3em;}

/* -------------------------------------------------------------------------- */
/* link to top of page */

.top_link {
	text-align: right;
	font-size: 0.8em;
	padding: 0.3em 0;
	margin-bottom: 0.5em;
	font-variant:small-caps;
	}
.section_br {
	border-top: 1px solid #FFFFFF;
	}
.top_link a {
	text-decoration: none;
	}

/* -------------------------------------------------------------------------- */
/* [start] supporting resources */

.sup_rsrc {
	text-align: center;
	margin: 0 0 1.2em 0;
	}
.sup_rsrc p {
	font-size: 0.8em;
	margin: 0.2em 0;
	text-align: center;
	}

/* [end] supporting resources */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* [start] bibliographic citation */

.biblio_cite {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	}
.biblio_cite li {
	padding: 0;
	margin: 0;
	}
.biblio_cite .title {
	font-weight: bold;
	}

/* [end] bibliographic citation */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* [start] footer */

#footer {
	border-top: 2px solid #030;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 0 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #fff;
	}

/* [end] footer */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* misc  */

.author {
	color: #DFDFDF;
	font-style: italic;
	}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}
.bar {border-top: 1px solid #FFFFFF;}

.rsc_id {font-weight: bold;}
.note {font-style: italic;}

.equation {font: normal 1.1em Georgia, "Times New Roman", serif;}

/* FIGURE SET HEADER */

#figset_header {
	background: #243325;
	margin: 0 10px 10px 10px;
	padding: 5px 0px 7px 0px;
	}
#figset_header div {
	margin: 0;
	padding: 0px 7px 0px 7px;
	}
#figset_header h1 {
	border-bottom: 1px solid #426046;
	padding: 1px 7px 4px 7px;
	margin: 0 0 5px 0;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	}
#figset_header h2 {
	border-bottom: 1px solid #426046;
	padding: 1px 7px 4px 7px;
	margin: 0 0 5px 0;
    color: #3CB371;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
    }

/* FIGURE SET NAVIGATION MENU */

#figset_nav {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0;
	margin: 5px 0 15px 0;
	}
#figset_nav a, #figset_nav a:link,
#figset_nav a:visited {
	background: #426046;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 5px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #314734;
	}
#figset_nav #selected {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px dotted #FFFFFF;
	}
#figset_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	}
