@charset "ISO-8859-1";

/*
 * $RCSfile: default.css,v $
 */

/* ****************************************************************
	1.1 Normalize.css
**************************************************************** */

/* @import url(/normalize.css); */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ****************************************************************
	1.2 Main.css
**************************************************************** */

/* https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

/* ****************************************************************
	5.2.0. Universal Selectors
**************************************************************** */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ****************************************************************
	5.2.1. Structure Module
**************************************************************** */

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 8px 0;
	padding: 0;
	line-height: 1.28571429; /* 18px */
	color: #333;
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* ****************************************************************
	Layout
**************************************************************** */

#page-wrapper {
	padding-right: 14px;
	padding-left: 14px;
	width: 100%;
}

#header {
}

#body-wrapper {
	padding-right: -14px;
	padding-left: -14px;
}

#content-wrapper {
	float: left;
	width: 75%;
}

#content {
}
#custom-search-content {
	margin: 0;
}

#sidebar {
	padding-left: 14px;
	float: left;
	width: 25%;
	line-height: 1.53846154; /* 20px */
	font-size: 13px;
}

#footer {
	clear: both;
	color: #696969;
	font-size: 11px;
}
#footer p.noshade {
	margin-bottom: 0;
}

#content-a-to-z .a-to-z-container {
}
#content-a-to-z .a-to-z-container .first-box,
#content-a-to-z .a-to-z-container .second-box {
	float: left;
	width: 50%;
}
#content-a-to-z .a-to-z-container .last-box {
	clear: both;
}

/*
 * Responsible Modules
 */

@media (max-width: 991.98px) {
	body {
		margin: 8px;
		padding: 0;
		line-height: 1.42857143; /* 20px */
		font-size: 14px;
	}
	#page-wrapper, #body-wrapper, #content-wrapper, #content, #sidebar {
		margin: 0;
		padding: 0;
		float: none;
		width: auto;
	}
	#content {
	}
	#sidebar {
/* 		display: none !important; */
		line-height: 1.42857143; /* 20px */
		font-size: 14px;
	}
	#sidebar-see-also .a-to-z-container {
	}
	#sidebar-see-also .a-to-z-container .first-box,
	#sidebar-see-also .a-to-z-container .second-box {
		float: left;
		width: 50%;
	}
	#sidebar-see-also .a-to-z-container .last-box {
		clear: both;
	}
}

/* ****************************************************************
	5.2.2. Text Module
**************************************************************** */

h1, h2, h3 {
	color: #303030;
}

h1 {
	margin: .33em 0 .67em;
	font-size: 20px;
}
h1.page-title, h1.title { }
h1.chapter { }

h2 {
	margin: .83em 0;
	font-size: 18px;
}
/* #content h1, #custom-search-content h1, */ #content h2 {
	border-bottom: 3px solid #f0f0f0;
	color: #404040;
}

h3 {
	margin: 1em 0;
	color: #505050;
	font-size: 16px;
}
#content-project h3, #content-a-to-z h3 {
	font-size: 1em;		/* 14px */
}

@media (max-width: 767.98px) {
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 14px;
	}
	#sidebar-project h3, #sidebar-a-to-z h3 {
		font-size: 1em;	/* 14px */
	}
}

#sidebar h2 {
	margin: 1.25em 0 1.25em -8px;
	padding: .5em 8px .5em 8px;
	border-bottom: none;
	background: #f5f5f5;
	font-size: 15px;
}
#sidebar h3 {
	margin: 1em 0 0;
	padding: 0;
	font-size: 13px;
}
@media (max-width: 991.98px) {
	#sidebar h2 {
		margin: .83em 0;
		padding: 0;
		border-bottom: 3px solid #f0f0f0;
		color: #404040;
		background: #fff;
		font-size: 16px;
	}
	#sidebar h3 {
		margin: 1em 0;
		padding: 0;
		font-size: 14px;
	}
}

#sidebar-see-also h2 { color: #b22222 }
@media (max-width: 991.98px) {
	#sidebar-see-also h2 { }
}

p {
	margin: 1em 0;
}

/* ****************************************************************
	5.2.3. Hypertext Module
**************************************************************** */

a {
	text-decoration: none;
}
a:link {
	color: #03b;
}
a:visited {
	color: #63b;
}
a:hover {
	text-decoration: underline;
}
a:focus {
}
a:active {
}

/* ****************************************************************
	5.2.4. List Module
**************************************************************** */

ul {
	margin: 1em 0 1em 20px;
	padding: 0;
	list-style-type: disc;
}

/* **** */

#sidebar ul {
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}
@media (max-width: 991.98px) {
	#sidebar ul {
		margin: 1em 0 1em 20px;
		padding: 0;
		list-style-type: disc;
	}
}

/* **** */

#sidebar-see-also .a-to-z-container .second-box ul {
	margin-top: -.5em;	/* .5em - 1em */
}
@media (max-width: 991.98px) {
	#sidebar-see-also .a-to-z-container .second-box ul {
		margin-top: 1em;
	}
}

/* **************** */

ul li {
	margin: .5em 0;
	padding: 0;
}
@media (max-width: 991.98px) {
	ul li {
		margin: .67em 0;
		padding: 0;
	}
}

/* ****************************************************************
	5.4. Text Extension Modules
**************************************************************** */

/* ****************************************************************
	5.5. Forms Modules
**************************************************************** */

/* ****************************************************************
	5.6. Table Modules
**************************************************************** */

/* ****************************************************************
	5.7. Image Module
**************************************************************** */

/* **************************************************************** */

/* default.css */
/* Cascading Style Sheets Level 2 Revision 1 for Jazz Discography Project */
/* Copyright (c) 1988-2018 Nobuaki Togashi. All rights reserved. */
/* mailto:jazzdiscoorg@gmail.com */
/* https://www.jazzdisco.org */

.hide { display: none }
.right, .members { text-align: right }
.left/* , .breadcrumb, .pager, .sponsor, .header, .footer, .search */ { text-align: left }
.center, .navigator, .sponsored-links-label, .logo, .counter { text-align: center }
.breadcrumb, .pager, .navigator { margin: .83em 0; font-weight: bold; font-size: 12px }
@media (max-width: 767.98px) {
	.breadcrumb, .pager, .navigator { line-height: 2.33333333 /* 28px */ }
}
.sponsored-links-label { margin: 0 0 2px; color: #666; font-size: 12px }
.sponsor { margin: 0; padding: 0 }
.out { color: #808080 }
.search { margin: 1.5em 0 }
.headline { color: #b22222 }
.new { color: #c00; font-size: .83em }
.update { color: #090; font-size: .83em }
.enjoy { color: #c00 }		/* color: #c60 */
hr.noshade { border: none; width: 100%; height: 3px; color: #f0f0f0; background-color: #f0f0f0 }

/* **************************************************************** */

#discography-data h3 { margin-bottom: 0 }
#discography-data h3 i { font-style: normal; font-weight: normal }
@media (max-width: 767.98px) {
	#discography-data h3 { font-size: 15px }
}
#discography-data h3 a { color: #303030 }
#discography-data h3 a:hover { color: #07f; text-decoration: none }
#discography-data span.same { display: none }
#discography-data div.date { margin-left: 30% }
@media (max-width: 767.98px) {
	#discography-data div.date { margin-left: 5% }
}
#discography-data table { margin: 1em 0; border-collapse: collapse; border-spacing: 0 }
#discography-data td, #discography-data th { vertical-align: top }

/* **** */

#catalog-data h3 { margin-bottom: 0 }
#catalog-data h3 i { font-style: normal; font-weight: normal }
@media (max-width: 767.98px) {
	#catalog-data h3 { font-size: 15px }
}
#catalog-data h3 a { color: #303030 }
#catalog-data h3 a:hover { color: #07f; text-decoration: none }
#catalog-data span.same { display: none }
#catalog-data div.date { margin-left: 30% }
@media (max-width: 767.98px) {
	#catalog-data div.date { margin-left: 5% }
}
#catalog-data table { margin: 1em 0; border-collapse: collapse; border-spacing: 0 }
#catalog-data td, #catalog-data th { vertical-align: top }

/* **************** */

#session-data h2 { margin: 1em 0; padding: 0; border: none; font-size: 16px }
#session-data ul li { color: #444 }
#session-data ul li a:link { color: #039 }
#session-data ul li a:visited { color: #639 }

/* **** */

#record-data h2 { margin: 1em 0; padding: 0; border: none; font-size: 16px }
#record-data ul li { color: #444 }
#record-data ul li a:link { color: #039 }
#record-data ul li a:visited { color: #639 }

/* **************** */

#content-project strong { color: #000 }
#content-project h2 a:link { color: #039 }
#content-project h2 a:visited { color: #639 }
#content-project h2 a:hover { color: #07f; text-decoration: none }
#content-project ul { list-style-type: square }

/* **** */

#sidebar-project strong { color: #000 }
#sidebar-project h2 a:link { color: #039 }
#sidebar-project h2 a:visited { color: #639 }
#sidebar-project h2 a:hover { color: #07f; text-decoration: none }
@media (max-width: 991.98px) {
	#sidebar-project ul { list-style-type: square }
}

/* **************************************************************** */

#site-id { margin: 0; padding: 0; line-height: 1; color: #202020; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; font-size: 22px; letter-spacing: -0.05em }
#site-id .domain { text-transform: uppercase }
#site-id .dot { color: #8b0000 }
#site-id .gtld { color: #696969 }
#site-id a { color: inherit; background: transparent; text-decoration: none; outline: none }
#site-id a:link, #site-id a:visited, #site-id a:hover { color: #202020; text-decoration: none; outline: none }
#site-id a:focus, #site-id a:active { color: #202020; text-decoration: none; outline: thin dotted invert }
#tagline { margin: 0; padding: 0; line-height: 1; color: #07f; font-family: Georgia, Times, "Times New Roman", serif; font-weight: normal; font-size: 12px }
@media (max-width: 767.98px) {
	#site-id { font-size: 20px }
	#tagline { font-size: 10px }
}

/* #masthead { margin: 0; padding: 0; width: 974px } */
/* #masthead-logo { margin: 0; padding: 0; float: left } */
/* #masthead-search { margin: .83em 1.67em 0 1.67em; padding: 0; float: left } */
/* #masthead-search form { margin: 0; padding: 0 } */
/* #masthead-cse-search-form { width: 487px } */

/* **************************************************************** */

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/* **************************************************************** */

/*
 * default.css ends here
 */
