body {
    background-color: #125;
	color: #DDD;
	font-family: 'Calibri', Arial, Helvetica, sans-serif;
	margin: 0;
}

br.clear {
    clear: both;
}

.pointer { cursor: pointer; }

body::-webkit-scrollbar {
    background: #125;
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #125;
}
body::-webkit-scrollbar-thumb {
    background-color: #39F;
    border-radius: 0;
    border: 0;
}
body::-webkit-scrollbar-corner {
    background-color: #39F;
}

body h1{
    font-size: 36pt;
    letter-spacing: -2px;
    margin-top: 20px;
    text-align: center;
}
body h1 span.enoch {
    font-weight: normal;
}
body h1 span.sep {
    font-style: italic;
    font-weight: 100;
}
body h1 span.wallace {
    font-style: italic;
}
body h1 span.tbn {
    color: #0FF;
    margin-left: 20px;
}

/* /TheBackgroundNoise/ */

body {
}

body ul {
	margin-bottom: 20px;
}
body ul li.date {
	color: #FF0;
	font-weight: bold;
}

body a {
	font-weight: bold;
	text-decoration: none;
}

body a:hover {
	color: #FF0;
	text-decoration: none;
}

body span.time {
	color: #999;
	font-size: 12pt;
	margin-left: 5px;
}

body #body {
	width: 2800px;
}

body .background {
	background-repeat: no-repeat;
	height: 500px;
	background-size: 700px;
}
@media screen and (max-width: 980px) {
	body .background {
		height: 700px;
		background-size: 100vw;
	}
}

::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}
::-webkit-scrollbar-track {
	background-color: none;
}
::-webkit-scrollbar-thumb {
	background-color: #0FF;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #0FF;
}

body h1 {
    background-color: #013;
    font-size: 18pt;
    letter-spacing: -1px;
    margin: 0;
    padding: 2px 10px;
    text-align: left;
    width: fit-content;
}
body h1 a {
    color: #DDD;
}
body h1 a:hover {
    color: #6C6;
}

/* Category Headers */

body .category_headers {
	background-color: #039;
	color: #FFF;
	font-size: 16pt;
    height: 500px;
	padding: 0px;
}
body .category_headers .add form input,
body .category_headers .add_first form input,
body .category_headers .edit form input {
	background-color: inherit;
	border: 0;
	color: #FFF;
	font-size: 18pt;
	font-weight: bold;
	height: 30px;
	margin: 2px 0 0 -2px;
	text-shadow: 1px 1px 0 #999;
	width: 400px;
}
body .category_headers .category .title input,
body .category_headers .category .title div {
	float: left;
}
body .category_headers .category .title div.edit_more {
	cursor: pointer;
	margin: 4px 0 0 6px;
	position: relative;
}
body .category_headers .add form input:focus,
body .category_headers .add_first form input:focus,
body .category_headers .edit form input:focus {
	background-color: #05A;
}

/* desktop */

body .category_headers .category {
	float: left;
	font-size: 16pt;
	width: 660px;
}
body .category_headers .category .title {
	color: #FFF;
	font-size: 20pt;
	font-weight: bold;
	position: relative;
	margin: -40px 0 0 20px;
	text-shadow: 1px 1px 0 #999;
}
body .category_headers .category a {
	color: #FFF;
	font-size: 16pt;
	font-weight: 700;
	padding: 0px 4px;
	text-decoration: none;
}
body .category_headers .category a.root {
	color: #FF0;
}
body .category_headers .category .background label.edit_new {
	color: #FF0;
}
body .category_headers .category .background label.edit_existing {
	color: #FFF;
	text-shadow: 1px 1px 0 #999;
}
body .category_headers .category .background #background_file {
	/*visibility: hidden;*/
}

/* mobile */

body .category_header .category {
}
body .category_header .category .title {
	color: #FFF;
	font-size: 24pt;
	font-weight: bold;
	position: relative;
	margin: -60px 0 20px 40px;
	text-shadow: 1px 1px 0 #999;
}
body .category_header .category a {
	color: #FFF;
	font-size: 16pt;
	font-weight: 700;
	padding: 0px 4px;
	text-decoration: none;
}

/* Player */

body #player {
	width: 1060px;
}
body #player #waveform {
    clear: left;
	cursor: pointer;
	height: 310px;
	position: relative;
}
body #player #waveform cursor {
	border-right: 1px solid #06C !Important;
	height: 302px;
}
body #player #waveminimap {
	background-size: cover;
	background-color: #FF6;
    clear: left;
	cursor: pointer;
	height: 120px;
	max-height: 240px;
	min-height: 120px;
	width: 1060px;
}
body #player #waveminimap .cursor {
	border-right: 1px solid #06C !Important;
	height: 120px;
	max-height: 240px;
	min-height: 120px;
	width: 1px;
}
body #player .controls .play {
	cursor: pointer;
	font-size: 18pt;
	position: absolute;
	top: 0px;
}
/* track_container */
body #player .track_container .currenttime {
	color: #FFF;
	float: left;
	padding: 4px 10px;
	text-shadow: 1px 1px #888;
}
body #player .track_container .spacer {
	color: #CCC;
	float: left;
	padding: 4px 0;
	text-shadow: 1px 1px #AAA;
}
body #player .track_container .length {
	color: #FFF;
	float: left;
	padding: 4px 10px;
	text-shadow: 1px 1px #888;
}
body #player .track_container .player_speaker_container {
	float: left;
	font-size: 14pt;
	margin: 4px 0 0 0;
}
body #player .track_container .playorpause {
	cursor: pointer;
	float: right;
	font-size: 32pt;
	position: relative;
	z-index: 10;
}

/* Containers */

body .categories_container {
	height: fit-content;
}
body .categories_container .category_container {
	position: relative;
	float: left;
	width: 660px;
	z-index: 1;
}
body .player_container {
	width: 1060px;
	z-index: 2;
}
body .player_container #player .track_container {
	font-weight: bold;
    height: 30px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	text-align: left;
	width: 1060px;
	z-index: 3;
}
@media screen and (max-width: 980px) {
	body .categories_container .category_container {
		float: none;
		width: 100vw;
	}
	body .category_container {
		float: none;
		width: 100vw;
	}
	body .player_container {
		height: 560px;
		width: 100vw;
	}
	body .player_container #player .track_container {
		width: 100vw;
	}
}

/* mobile */

@media screen and (max-width: 980px) {
	body #player #waveform cursor {
		border-right: 1px solid #06C !Important;
		height: 402px;
	}
	body .file .player_speaker_container #player_speaker {
		font-size: 30pt;
		padding-left: 8px;
	}
	body #player {
		height: 700px;
		margin: 0 0 0 0;
		width: 100vw;
		z-index: 2;
	}
	body #player #waveform {
		height: 410px;
		margin-top: 50px;
		width: 980px;
	}
	body #player #waveminimap {
		height: 120px;
		width: 980px;
	}
	body #player .track_container {
		margin-top: -40px;
	}
	body #player .track_container .currenttime {
		font-size: 32pt;
	}
	body #player .track_container .spacer {
		font-size: 32pt;
	}
	body #player .track_container .playorpause {
		font-size: 120pt;
		margin-top: -60px;
		margin-right: 20px;
	}
}

/* Category Files */

body .category_files {
	clear: both;
    display: table;
	width: 1060px;
}
body .category_files .category {
	background-color: #06C;
	background-image: linear-gradient(to right, #06C , #039);
	overflow: auto;
	width: 1060px;
}
body .category_files .category .file {
	border-top: 4px solid #CC3;
	font-size: 16pt;
}
body .category_files .category .file:hover {
	border-top: 4px solid #990;
}
body .category_files .category .file .header_container {
	display: block;
	background-color: #0FF;
	min-height: 26px;
}
body .category_files .category .file .title {
	float: left;
	margin-left: 0px;
}
body .category_files .category .file .title a {
	background-color: #FF6;
	color: #06C;
	padding: 0 4px;
}
body .category_files .category .file .title_hover a {
	background-color: #CC3;
	color: #039;
}
body .category_files .category .is_selected_file {
	background-color: #06C;
}
body .category_files .category .currently_loading .title a {
	background-color: #F9F;
	color: #06C;
}
body .category_files .category .currently_playing .title a {
	background-color: #0FF;
	color: #06C;
}
body .category_files .category .currently_loaded .title a {
	/*background-color: #6F6;
	color: #093;*/
}
body .category_files .category .file .status {
	float: left;
    margin: 0 0 0 4px;
}
body .category_files .category .file .length {
	color: #FFF;
	float: right;
	font-weight: bold;
	padding: 0 10px;
	text-shadow: 1px 1px #888;
}
body .category_files .category .is_selected_file .length {
	color: #0CC;
	font-weight: bold;
	text-shadow: none;
}
body .category_files .category .file .length span {
	padding-left: 2px;
	line-height: 20px;
}
body .category_files .category .currently_playing_isplaying .length span,
body .category_files .category .currently_playing_ispaused .length span {
    float: left;
}
body .category_files .category .file .date {
	color: #39F;
	float: right;
	margin-right: 10px;
}
body .category_files .category .file .description_container {
	clear: both;
	border-bottom: 10px solid #039;
	display: block;
}
body .category_files .category .file .comment {
	font-size: 14pt;
	margin: 12px;
}
body .category_files .category .is_selected_file .comment {
	color: #FFF;
}
body .category_files .category .file .tags {
	border-top: 2px solid #06C;
	font-size: 14pt;
	font-style: italic;
	margin: 0 12px 12px 12px;
	text-align: right;
}
body .category_files .category .file .tags a {
	color: #FF6;
	float: left;
}
body .category_files .category .file .tags a:hover {
	color: #FFF;
}
body .category_files .category .file .waveform_image {
	background-size: cover;
	clear: both;
	cursor: pointer;
	max-height: 240px;
	min-height: 120px;
	width: 1060px;
}

/* mobile */

@media screen and (max-width: 980px) {
	body .category_files {
		width: 100vw;
	}
	body .category_files .category {
		width: 100vw;
	}
	body .category_files .category .file {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	body .category_files .category .file .header_container {
		min-height: 54px;
	}
	body .category_files .category .file .title {
		font-size: 32pt;
	}
	body .category_files .category .file .title a {
		padding: 4px 8px;
	}
	/*body .category_files .category .file .status {
		font-size: 26pt;
		padding-top: 4px;
	}*/
	body .category_files .category .file .length {
		font-size: 32pt;
	}
	body .category_files .category .file .date {
		display: none;
	}
	body .category_files .category .file .description_container {
		border-bottom: 40px solid #039;
	}
	body .category_files .category .file .comment {
		margin: 40px 20px 20px 20px;
	}
	body .category_files .category .file .comment,
	body .category_files .category .file .tags {
		font-size: 20pt;
	}
	body .category_files .category .file .tags {
		padding-right: 10px;
	}
	body .category_files .category .file .tags a {
		font-size: 30pt;
		padding-left: 10px;
		margin-top: 10px;
	}
	body .category_files .category .file .waveform_image {
		background-repeat: no-repeat;
		background-size: 100vw;
		display: block;
		max-height: 240px;
		min-height: 120px;
		width: 100vw;
	}
}

/* footer */

.footer {
	clear: both;
    color: #39F;
    margin: 10px auto;
    height: 20px;
	line-height: 24pt;
    width: fit-content;
}
.footer .copyright {
    float: left;
	line-height: 24p;
    width: 250px;
}
.footer .signature {
    float: left;
    width: 100px;
}