
/* ----    Eric Meyer's reset     ---- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---- End of Eric Meyer's reset ---- */


body {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: azure;
	background-color: black;
	margin: .75em;
	line-height: 1.5;

}

.main_text {
	color: azure;
	background-color: black;
	padding: .25em;
	float: left;
	padding-bottom: .5em;
	opacity: .80;
	border-radius: 10px;
}

.biotext {
	color: azure;
	background-color: black;
	padding: .25em;
	float: left;
}

.abouttext {
	color: azure;
	background-color: black;
	margin: 16px 40px;
}

.songs_column {
  position: relative;
  float: left;
  width: 33%;
}

.proj_text {
	color: azure;
	background-color: black;
	padding: .5em;
}

.synth_text {
	color: azure;
	background-color: black;
	padding: .5em;
}

li.synth_menu {
	margin: 20px 40px;
}

.item_surge { grid-area: proj_surge; }
.item_pd { grid-area: proj_pd; }
.item_hubbook { grid-area: proj_hubbook; }
.item_433 { grid-area: proj_433; }
.item_paper { grid-area: proj_paper; }
.grid-container {
	display: grid;
	gap: 4px;
}

.grid-container > div {
	border: 1px solid gray;
	padding: .5em;
	max-width: 98%;
}

.four33_image {
	float: left;
	margin: 1em .25em;
	max-width: 47%;
}

.surgext_image {
	display:block;
	margin: auto;
	padding: 2em;
	width: 70%;
}

/* If the screen size is 601px or more: */
@media screen and (min-width: 601px) {
	.backimage {
		background-image: url('../images/redcat_01.jpg');
		background-repeat:no-repeat;
		background-position-y:40ox;
		background-position-x:60%;
		background-size:80%;
	}
	
	.main_text {
		font-size:medium;
		margin-top: 0;
		width: 27%;
	}

	.proj_text {
		margin: 0 30px;
		font-size: medium;
		max-width: 98%;
	}

	.synth_text {
		margin: 0 5em;
		font-size: medium;
		max-width: 98%;
	}

	.psbass_image {
		width: 140px;
		margin-left: 20px;
		float: left;
	}

	.cuttagee_image {
		margin: 12px auto;
		width: 22%;
		float: left;
	}

	.biotext {
		font-size:medium;
		margin: .4em 0 .4em .2em;
	}

	.rightcontent {
		float: left;
		margin: 1em;
		width: 66%;
	}

	.ghz_image {
		float: left;
		margin-left: 30px;
		width: 260px;
	}

	.hub_image {
		float: left;
		margin-left: 4px;
		width: 600px;
	}

	div.synth_header {
		margin-left: 30px;
	}

	.synth_image {
		float: left;
		margin: 1em 1.5em;
		max-width: 96%;
	}

	.synth_image_lg {
		float: left;
		max-width: 25%;
		margin: 1em 0 1em 3em;
	}

	.surgext_image {
		width: 50%;
	}

	ul,ol {
		margin:.5em 4em;
		padding:0 0 0 2em;
		overflow:hidden;/*establish margin clearance for li*/
	}

	ul.synth_menu {
		font-size: medium;
		list-style: none;
		max-width: 18%;
		float: left;
	}

	li.synth_menu {
		margin: 20px 20px;
		float: left;
	}

	.menu {
		font-size: 110%;
		width: 100%; 
		text-align: left;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.menuitem {
		margin-left: 2em;
	}

	.migr_code {
		font-size: 90%;
		margin-left: 10em;
	}

	.grid-container {
		grid-template-areas: 'proj_surge proj_paper proj_433'
						 'proj_hubbook proj_pd proj_433'
						 'proj_hubbook proj_pd proj_433';
	}
}

/* If the screen size is 600px or less: */
@media screen and (max-width: 600px) {
	.backimage {
		background-image: url('../images/redcat_01_small.jpg');
		background-repeat:no-repeat;
		background-position-y:140px;
	}

	.main_text {
		font-size:3.6vw;
		margin: 0 0 0 8px;
		width: 64%;
	}

	.biotext {
		font-size:3.6vw;
		margin:.75em 4px;
		padding: 0 8px;
	}

	.synth_text {
		margin: 0 6px;
	}

	.proj_text {
		margin: 0 6px;
	}

	.rightcontent {
		width: 100%;
	}

	.cuttagee_image {
		width: 60%;
		display: block;
		margin: 28px auto 12px auto;
	}

	.ghz_image {
		display: block;
		width: 50%;
		margin: 12px auto;
	}

	.hub_image {
		margin-left: 4px;
		margin-bottom: 20px;
		width: 100%;
	}

	div.synth_header {
		margin-left: 2px;
	}

	.synth_image {
		float: left;
		margin: 1em 1em;
		width: 96%;
	}

	.synth_image_lg {
		float: left;
		max-width: 45%;
		margin: 1em 0;
	}

	ul,ol {
		margin:.5em 1em;
		padding:0 0 0 2em;
		overflow:hidden;/*establish margin clearance for li*/
	}

	ul.synth_menu {
		list-style: none;
		margin-left: -1em;
		max-width: 46%;
		float: left;
	}

	li.synth_menu {
		margin: 20px 0 8px -12px;
	}

	.menu {
		font-size: 100%;
		width: 100%; 
		text-align: left;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.menuitem {
		margin-left: 6.0vw;
	}

	.psbass_image {
		width: 30%;
		float: left;
	}

	.songs_column {
		width: 100%;
	}

	.migr_code {
		font-size: 70%;
		margin: 1em 0 1em 1em;
	}

	.grid-container {
		grid-template-areas: 'proj_surge'
						 'proj_paper'
						 'proj_hubbook'
						 'proj_433'
						 'proj_pd';
	}
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 1em;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.content {
	margin: 0 auto;
	max-height: 340px;
}

ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ul,ol {
	overflow:hidden;/*establish margin clearance for li*/
}

li {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	padding-left: 1em;
	line-height: 1.4;
	margin: 1em 0;
}



#textcontent {
	margin: .6em;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: .5em;
}

h2.nameBanner {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: .3em;
	color: white;
	margin-top: .5em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 1.5em 0 .5em 2em;
}

h3#tagline {
	color: white;
}

h4 {
	font-size: .9em;
	font-weight: bold;
	margin: 1.5em 0 .5em 2em;
}

div#header { background: black none repeat scroll 0% 50%;
}

.audiolist {
	background-color: rgb(40, 40, 40);
	color: rgb(144, 144, 144);
	font-size: 80%;
	text-align: center;	
	padding: 5em;
}

a:link {
	text-decoration: underline;
	color: rgb(102, 255, 153);
}
a:visited {
	text-decoration: underline;
	color: rgb(102, 255, 153);
}
a:active {
	text-decoration: underline;
	color: rgb(80, 80, 137);
}
a:hover {
	text-decoration: underline;
	color: rgb(102, 255, 153);
}

.link1 a:link { text-decoration: underline;
color: rgb(102, 255, 153);
}
.link1 a:visited { text-decoration: underline;
color: rgb(102, 255, 153);
}
.link1 a:active { text-decoration: underline;
color: rgb(102, 255, 153);
}
.link1 a:hover { text-decoration: underline;
color: rgb(102, 255, 153);
}

a img {
	border:none; 
	background:transparent;
}

.centered_video {
	display:block;
	max-width: 90%;
	margin: auto;
}

.songlist {
	background-color: black;
	color: azure;
	text-align: left;
	margin: 0 auto;	
	padding: 8px 0px;
}
div.songlist ul {
    list-style-type: none;
}

div.audiolabel {
	margin: -12px 0 12px 30px;
	color: rgb(102, 255, 153);
}

div.songlist li {
    list-style-type: none;
	text-indent:-.5em;
}

div.osctree ul {
	font-family: monospace;
	font-size: 100%;
	list-style: square;
}

div.osctree li {
	margin-top: .1em;
	text-indent:-1.25em;
}
