@charset "UTF-8";
/*------------------------GENERAL DEFINITONS------------------------*/
* {
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: DroidSans;
  src: local("Droid Sans"), local("DroidSans"), url(DroidSans.ttf);
}
body {
  padding: 0;
  color: black;
  background-color: white;
}
main {
  display: block;
}
a {
  text-decoration: underline;
  color: #005a9c;
}
a:visited {
  color: #5c2374;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
h1,
h2,
h3 {
  margin-bottom: 8px;
}
h2 {
  font-family: "Sans Serif", "Arial";
  font-weight: bold;
  border-bottom: 5px solid #004a8c;
  color: black;
}
h3 {
  margin-top: 8px;
  padding: 0.1em;
  border-bottom: 3px solid #666666;
  font-family: "Verdana";
  font-weight: normal;
}
p {
  margin: 10px;
  font-size: 11pt;
}
ul {
  padding-left: 2em;
  list-style-type: square;
}
ol {
  margin-top: 3px;
}
table {
  font-size: small;
  border-spacing: 0;
}
/*************************************************************************/
p.siamshadenavigation {
  font-size: smaller;
  border-bottom: 1px solid black;
  margin-top: 2px;
  margin-bottom: 0;
  padding-bottom: 4px;
}
a.anchorlink,
a.anchorlink:visited {
  text-decoration: none;
  color: #005a9c;
}
a.anchorlink:hover {
  text-decoration: underline;
}
.pagemainpart {
  padding: 0.4em;
  margin-left: 175px;
}
div.pagebottom {
  width: auto;
  clear: both;
  background-color: white;
  height: 40px;
  padding-top: 0.3em;
  padding-left: 2em;
  border-top: 1px solid black;
}
header {
  width: 100%;
  background-color: #004a8c;
  color: white;
}
div.pagetitle {
  margin-left: auto;
  margin-right: auto;
  font-family: DroidSans, "Arial";
  text-align: center;
}
div.pagetitle a {
  text-decoration: none;
}
div.pagetitle a:visited {
  color: white;
}
span.titletext {
  font-size: 2rem;
  color: white;
}
.disclaimer {
  width: 100%;
  border-top: 1px dashed gray;
  text-align: center;
  color: #353535;
  font-size: small;
}
ul.leftmenulist {
  padding-top: 0.3em;
  font-size: small;
}
a.leftmenulistlink {
  font-size: small;
  font-family: DroidSans, "Verdana";
}
.menubar {
  background-color: #f0f0f0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: none;
}
.menubar a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  margin-left: 1rem;
}
.dispblock {
  display: block !important;
}
#dimmer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.leftmenu {
  background-color: #f0f0f0;
  position: fixed;
  z-index: 2;
  width: 175px;
  border: 1px solid #f0f0f0;
  padding-bottom: 0.5em;
  box-shadow: 2px 2px 7px rgba(3, 3, 3, 0.544);
}
.menuflex {
  display: flex;
  justify-content: space-between;
}
.leftmenuhomelink {
  margin-left: 15px;
  margin-bottom: 0px;
  margin-top: 5px;
  color: black;
  font-size: 110%;
  text-decoration: none;
  text-align: left;
}
.leftmenuhomelink:visited {
  color: black;
}
.leftmenuclose {
  display: none;
  margin-left: 15px;
  margin-right: 13px;
  margin-top: 5px;
  font-size: 120%;
}
.leftmenuclose:hover {
  cursor: pointer;
}
div.leftmenutitle {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: DroidSans, "Verdana";
  color: black;
  text-decoration: none;
  text-shadow: 1px 1px 3px #a0a0a0;
  text-align: left;
  background-color: #fdfdfd;
}
div.leftmenusublink {
  margin-left: 15px;
  margin-bottom: 3px;
  margin-top: 0px;
  font-family: DroidSans, "Verdana";
  text-align: left;
}
a.menulink {
  font-size: 14px;
  text-decoration: none;
}
a.menulink:hover {
  text-decoration: underline;
}
a.menulink:visited {
  color: #005a9c;
}
table.videolist {
  width: 100%;
  font-size: medium;
  border: 0;
}
.videolist th {
  background-color: #F9F9F9;
  border: 1px solid #e0e0e0;
  text-align: left;
  font-weight: bold;
}
.videolist td {
  border: 1px solid #e0e0e0;
}
td.info {
  background-color: #eeeeee;
  text-align: center;
  width: 65px;
}
/*DISCOGRAPHY--------------------------------------*/
.album-title {
  border-radius: 10px;
  background-color: #3f3f3f;
  color: white;
  border: 0;
  margin: 0;
  font-family: DroidSans;
  font-size: 0.88rem;
  padding: 2px 10px 2px 10px;
  margin-top: 10px;
  margin-bottom: 3px;
}
.album-jptitle {
  font-size: 1.4rem;
}
.album-flexcont {
  font-family: DroidSans;
  display: flex;
  flex-direction: row;
  border-left: 0.5rem solid #eeeeee;
  margin: 0;
  margin-bottom: 0.4rem;
  padding-left: 0.5rem;
}
.album-flexcont img {
  max-width: 100%;
  height: auto;
}
.album-flexcont p {
  font-size: 0.9rem;
}
.album-flexcont .album-release {
  color: #444444;
  font-size: 85%;
}
.album-flexcont li {
  text-align: left;
}
.track-credits {
  font-size: x-small;
  text-align: left !important;
}
.album-tracklist {
  border: 0;
  font-size: 0.95rem;
  background-color: white;
  padding-left: 1.5em;
  border-spacing: 1px;
}
.album-tracklist td {
  padding: 0.1em 0.3em 0.1em 0.3em;
}
.album-tracktitle {
  text-align: center;
}
.album-tracktitle div {
  font-size: 88%;
  color: #5a5a5a;
}
/*PROFILE--------------------------------------*/
table.profiletable {
  font-size: 16px;
}
table.profiletable td {
  border: none;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
table.profiletable th {
  border: 2px solid white;
  background-color: #f0f0f0;
}
/*MEDIA--------------------------------------*/
@media only screen and (max-width: 768px) {
  #leftmenu {
    display: none;
    position: absolute;
  }
  .menubar {
    display: block;
  }
  .leftmenuhomelink {
    display: none;
  }
  .pagemainpart {
    margin-left: 0;
  }
  .album-flexcont {
    flex-direction: column;
  }
  .album-flexcont div:nth-child(1) {
    text-align: center;
  }
  .menuflex {
    justify-content: flex-end;
  }
  .leftmenuclose {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .subtitle {
    display: none;
  }
}
@media only screen and (orientation: landscape) {
  .leftmenu {
    max-height: 89%;
    overflow-y: auto;
  }
}
@media only print {
  .pagemainpart {
    margin-left: 0;
  }
  nav {
    display: none;
  }
}
