@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
	background-image: url('bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgb(10,10,10);
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	height: 100%;
}

.webpage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.nav {
    width: 100%;
	display: inline-block;
    margin: 0;
	position: fixed;
	z-index: 1;
}
.nav a {
	text-decoration: none;
	color: rgba(200,200,200,0.8);
	transition: 0.3s;
}
.nav a:hover, .nav a:active {
	color: rgba(250,100,250,1);
}
.nav table {
	width: 100%;
	height: 70px;
}
.nav td {
	text-align: center;
	background-color: black;
	width: 16%;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0px 3px 3px black;
	letter-spacing: 2px;
	transition: 0.3s;
	padding: 0 10px;
	cursor: pointer;
}
.nav td:hover, .nav td:active {
	transform: scale(1.1, 1.1);
	background-color: rgb(170,110,140);
}
.nav td:hover a {
	color: rgba(250,250,250,1);
}

#banner {
	width: 100%;
	padding: 10px 0;
	background-color: rgba(10,10,10,0.9);
	box-shadow: 2px 2px 2px rgba(200,200,200,0.5);
	position: relative;
	border-top: 4px solid rgba(100,100,100,0.5);
	font-size: 0.9em;
}
#banner p {
	margin-left: 70px;
	margin-right: 100px;
	color: rgb(250,250,250);
}
#banner button {
	position: absolute;
	bottom: 7px;
	right: 7px;
	background-color: rgb(200,200,200);
	padding: 5px 8px;
	cursor: pointer;
}
#banner a {
	color: yellow;
}

button {
	cursor: pointer;
}

.content {
	line-height: 150%;
	margin-top: 70px;
	background-color: rgba(60,60,60,0.5);
	width: 100%;
}
.content #songs p {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px;
	width: 100%;
    text-align: center;
	text-shadow: 0px 2px 5px black;
	font-size: 1.5em;
    color: white;
	letter-spacing: 1px;
	border-bottom: 2px solid rgba(50,50,50,0.3);
	box-shadow: 1px 2px 5px black;
    background-color: rgba(0,0,0,0.3);
}
.content #songs .title {
	margin-top: 0;
	padding: 30px 0 40px 0;
	background-color: rgba(30,30,30,0.7);
	font-size: 1.6em;
	text-shadow: 0px 3px 5px black;
	text-align: center;
	color: white;
	border-top: 5px solid rgba(0,0,0,0.5);
	border-bottom: 5px solid rgba(0,0,0,0.5);
}

.rel {
	position:relative;
	top:-40px;
}

.music-elem {
	margin: 50px 10% 0px 10%;
	width: 80%;
	border: 5px solid rgba(20,20,20,0.6);
	border-left: 10px solid rgba(20,20,20,0.6);
	border-right: 10px solid rgba(20,20,20,0.6);
	border-radius: 15px;
	background-color: rgba(80,80,80,0.6);
}
#songs {
    display: inline;
    text-align: center;
}
#songs audio {
    z-index: 9;
    margin: 0 15% 20px 15%;
	width: 68%;
	background-color: rgba(50,50,50,0.8);
	padding: 5px 1%;
	border-radius: 5px;
}
#songs #chiptune_archived_title, #songs #resources_title {
	margin-top: 50px;
	margin-bottom: 0px;
}

/* ----------- music sidebar ----------- */

#music_side {
	display: inline-block;
	position: fixed;
    direction: rtl;
	width: 18%;
    height: calc(100% - 72px);
    background-color: rgba(0,0,0,0.75);
    overflow-y: scroll;
	scrollbar-color: black silver;
    border-top: 3px solid silver;
	border-right: 3px solid rgba(150,150,150,0.5);
}
#music_side ul {
    padding: 0 15px;
}
#music_side li {
    list-style-type: none;
    letter-spacing: 1px;
    margin-bottom: 5px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(100,100,100,0.2);
}
#music_side span {
    text-decoration: none;
	cursor: pointer;
    color: silver;
    padding: 5px 20px;
    margin: 2px 0;
	border-right: 2px solid silver;
    transition: 0.3s;
}
#music_side span:hover {
    color: yellow;
    padding-right: 10px;
	padding-left: 28px;
	border-right: 4px solid yellow;
}
#music_side p {
    color: springgreen;
    margin-top: 15px;
	padding: 10px 10px 0 0;
	text-align: right;
	border-top: 2px solid rgba(150,150,150,0.5);
}
#music_side .music_side_type {
	margin: 0;
	padding: 10px 20px 5px 20px;
	background-color: rgba(80,80,80,0.5);
	border-radius: 0px 0px 5px 0px;
	transition: 0.2s;
}
#music_side .music_side_type:hover {
	padding-right: 10px;
	padding-left: 28px;
	background-color: rgba(100,100,100,0.5);
}
#music_main {
	margin-left: 18%;
	display: inline-block;
    width: 82%;
}

/* ---------- guitar demos ---------- */

.notesequence {
	text-align: center;
	padding-top: 30px;
	background-color: rgba(0,0,0,0.45);
	color: white;
	padding-bottom: 50px;
}
#notesdisp {
	margin-left: 10px;
	margin-right: 10px;
}
.notesequence button {
	font-weight: bold;
	width: auto;
	padding: 10px 30px 10px 30px;
	margin: 0;
}

#frettable {
	background-color: rgba(0,0,0,0.35);
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 5px solid rgba(0,0,0,0.5);
}
#frettable table {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	cell-spacing: 0;
	border-collapse: collapse;
	font-family: arial;
	text-align: center;
	border: 2px solid rgba(0,0,0,0.5);
}
#frettable caption {
	background-color: rgb(204,204,204);
	color: black;
	text-shadow: none;
	border-radius: 10px 10px 0 0;
	border: 2px solid rgba(0,0,0,0.5);
	border-bottom: none;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
#frettable th {
	border: 1px solid rgba(250,250,250,0.3);
	background-color: black;
	color: white;
	padding: 10px 0px 10px 0px;
}
#frettable td {
	text-shadow: none;
	border: 1px solid rgba(0,0,0,0.3);
	width: 3%;
}
.frettableright td:nth-child(1) {
	border: 1px solid rgba(250,250,250,0.3);
	background-color: black;
	color: white;
}
.frettableleft td:nth-child(20) {
	border: 1px solid rgba(250,250,250,0.3);
	background-color: black;
	color: white;
}
#frettable tr:nth-child(even) {
	background-color: rgb(230,230,230);
	color: black;
}
#frettable tr:nth-child(odd) {
	background-color: white;
	color: black;
}
#frettable tr:nth-child(n)
	{
		font-weight: normal;
	}
#frettable tr:hover:nth-child(n)
	{
		font-weight: bold;
		background-color: silver;
	}

.springgreen {
	color: springgreen;
}

/* generic styles */

.small {
	font-size: 0.6em;
}
.music_side_type {
	cursor: pointer;
}
