@import url(https://fonts.googleapis.com/css?family=Bevan);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);

.navbar {
	font-size: 10px;
	color: #333333;
}
a {  text-decoration: none}
.chapter_title {  font-family: 'Bevan', "Times New Roman", Times, serif; font-size: 42px; font-weight: bold; color: #000000}
.ref_text {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.chapter_heading {  font-family: 'Bevan', "Times New Roman", Times, serif; font-size: 36px; font-weight: bold}
.navhead {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.quote {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000}
.xsmall {
	font-size: smaller;
}

.photo_credit {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.sup {  font-family: "Times New Roman", Times, serif; font-size: 10px; vertical-align: top; font-weight: bold; color: #666666}
a:hover {  color: #0099FF}
a:active {  color: #FF6600}
.chapter_section {
	font-family: 'Arvo', "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
}
.chapter_subsection { font-weight: bold ; line-height: 140%;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
}
.attribute {  font-size: smaller; font-weight: bold}
.table_title {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
.table_section {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDDD;
}
.statsTable {
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
.statsTable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: smaller;
}
.statsTable th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #ccc;
}

.table_bold { font-weight: bold ; color: #333333}
.example { font-size: 12px; font-style: italic; font-family: 'Arvo', Georgia, "Times New Roman", Times, serif}
.asterisk {  font-weight: bold; color: #FF3300}
.centerTable {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	max-width: 800px;
}

th {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 5px;
	color: #333;

}

.flavorTable {
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #EC9;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	color: #963;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	max-width: 800px;
	width: 70%;
}
.rounded {
	border-radius: 10px;
}

.top_rounded {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.flavorTable th {
	background-color: #FFF8DD;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.sidebarTable {
	background-color: #EEEEEE;
	margin: 10px;
	padding: 0px;
	clear: right;
	float: right;
	width: 25%;
	border: 1px solid #CCC;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	max-width: 270px;
}

.sidebarTable th {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	background-color: #DDDDDD;
	font-size: 12px;
}
.quoteTable {
	color: #333333;
	background-color: #F8F8FF;
	padding: 2px;
	padding-left:10px;
	padding-right:10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #CCF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-radius: 8px;
	max-width: 800px;
}

.blueBulletTable {
	list-style-image: url(images/dots/blue_dot.gif);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.bulletTable {
	list-style-image: url(images/dots/red_dot.gif);
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
img {
	height: auto;
	max-width: 100%;
	min-width: 20px;
}

.noteTable {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	max-width: 700px;
}
.table_subsection {
	font-weight: bold;
	color: #333;
	background-color: #eee;
	font-size: smaller;
}
.exampleTable {
	border: 1px solid #999999;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	max-width: 800px;
}
li {
	padding: 3px;
}

.exampleTable th {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #CCCCCC;
	color: #000000;
}
.workInProgress {
	font-style: italic;
	color: #FF0000;
	font-size: 11px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}
.sidebarNoteTable {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	clear: right;
	width: 25%;
	margin: 10px;
	float: right;
	max-width: 270px;
}
.nav_section {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	font-weight: bold;
	font-style: normal;
}
.nav_subsection {
	font-size: 11px;
	color: #333333;
	padding-left: 20px;
	font-style: normal;
}
.example_table_section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: smaller;
}
.centerbarTable {
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	max-width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.centerbarTable th {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	background-color: #DDDDDD;
	font-size: 14px;
}
.sidebarBulletTable {
	list-style-image: url(images/dots/green_dot_e.gif);
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.flavorCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #963;
}
.sidebarFlavorTable {
	background-color: #FFF;
	margin: 10px;
	padding: 5px;
	clear: right;
	float: right;
	width: 25%;
	border: 1px solid #ec9;
	font-size: 11px;
	font-style: italic;
	color: #963;
	border-radius: 10px;
	max-width: 270px;
}
.sidebarFlavorTable th {

	background-color: #FFF8DD;
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.book_title {
	font-weight: bold;
	color: #666666;
	font-family: 'Bevan', "Times New Roman", Times, serif;
	font-size: x-large;
}
body, td {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
th {
	font-family: 'Arvo', Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.contentsTable {
	background-color: #EEEEEE;
	width: 100%;
	max-width: 400px;
}
.contentsIconBar {
	background-color: #EEEEEE;
	max-width: 100px;
	text-align: center;
	vertical-align: top;
	width: 100px;
	min-width: 50px;
}
.splashCaptionTable {
	text-align: center;
	padding: 3px;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
}
.sidebarNoteTableWide {

	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	clear: right;
	width: 50%;
	margin: 10px;
	float: right;
	max-width: 500px;
}
.subStatsTable {
	border-style: none;
	border-color: #FFFFFF;
}
.fixedWidth {
	max-width: 800px;
	margin: 5;
}

.subStatsTable td {

	padding: 2px;
	border-style: none;
	border-color: #FFFFFF;
}
.minifigStatCell {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	min-width: 50px;
	min-height: 50px;
}
.leftNoteTable {

	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	clear: left;
	width: 100px;
	margin: 10px;
	float: left;
}
.grayed_out {
	color: #aaaaaa;
	background-color: #dddddd;
}
.grayed_out a {
	color: #999999;
}
.leftTable {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	max-width: 800px;
	float: left;
}
.bigAsterisk {
	font-weight: bold;
	color: #FF3300;
	font-size: medium;
}
