/* site page--------------------------------*/

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
	color: #FFE4C4;
	border-bottom: 1px ridge #FFE4C4;
	box-shadow: 0px 1px 0px #000000;
	padding-bottom: 8px;
	margin-left: -15px;
	margin-bottom: 15px;
	margin-top: 60px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
	color: #FFE4C4;
	padding-bottom: 8px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 30px;
}

h1:first-child, h2:first-child {
	margin-top: 0px;
}

a.textlink:link {
	color: #DAA520;
	text-decoration: underline;
}
a.textlink:visited {
	color: #DAA520;
	text-decoration: underline;
}
a.textlink:hover {
	color: #DAA520;
	text-decoration: underline;
}
a.textlink:active {
	color: #DAA520;
	text-decoration: underline;
}

.main_content  {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 1px solid #696969;
	box-shadow: 0px 0px 30px #000000;
	height: 450px;
	width: 850px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

/* home page--------------------------------*/

#home_content {
	background-image: url('../../images/gathered_photos/brucer.jpg');
}

.quotes {
	display: none;
	width: 55%;
	font-family: 'Times New Roman', serif;
	font-size: 1rem;
	margin: 5px;
	padding: 5px;
	position: relative;
	/*background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) );*/
	border-radius: 5px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7), -1px -1px 3px rgba(0, 0, 0, 0.7);
}

.quotes p {
	width: 100%;
}

.quote-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.quote-text {
	padding: 0em 0.7em;
	margin-bottom: 3px;
}

 .quote-author {
 	margin-top: 0;
 	text-align: right;
 }

#home_flashplayer {
	background-image: url('../../images/gathered_photos/brucer.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: inherit;
	width: inherit;
	overflow: visible;
	position: absolute;
	visibility: visible;
	top: 0px;
	left: 0px;
}

/* biography page---------------------------*/

#bio_content {
	background-image: url('../../images/gathered_photos/IMG_0488.jpg');
	height: 576px;
}

#bio_textArea {
	background: rgba(0,0,0,0.4);
	height: inherit;
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
	padding-top: 25px;
}

#bio_textBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 96%;
	width: 30%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	left: 1px;
	top: 10px;
}

#bio_dataBox {
	height: 96%;
	width: 70%;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 25px;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
	position: relative;
	visibility: visible;
	float: right;
	padding-left: 15px;
}

#bio_textBox a.active {
	background: #A0522D;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#bio_dataBox p {
	text-align: justify;
	text-justify: inter-word;
	text-shadow: 1px 1px 2px #000000;
}

#bio_dataBox h1 {
	/* enter mods here*/
}

div.bioItem {
	min-height:215px;
	padding-bottom: 15px;
}

/* recording page---------------------------*/

#rec_content {
	background-image: url('../../images/gathered_photos/08.jpg');
	height: 576px;
}

#rec_textArea {
	background: rgba(0,0,0,0.4);
	height: inherit;
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
}

#rec_textBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 96%;
	width: 35%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	left: 1px;
	top: 10px;
}

#rec_dataBox {
	height: 96%;
	width: 65%;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 25px;
	overflow-y: hidden;
	overflow-x: hidden;
	position: absolute;
	visibility: visible;
	top: 0px;
	right: 20px;
	padding-right: 15px;
	}

#rec_textBox a.active {
	background: #4682B4;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#rec_dataBox ul li {
	text-shadow: 1px 1px 2px #000000;
}

div.cdItem {
	min-height:215px;
	border-bottom: 1px ridge #FFE4C4;
	box-shadow: 0px 1px 0px #000000;
	padding-bottom: 15px;
}

div.cdItem ul {
	margin-left: 40px;
	list-style: disc;
}

img.cdcover {
	border: 1px dashed #000000;
	margin-left: 15px;
	float: right;
	min-height: 200px;
	min-width: 200px;
}

span.text3 {
	color: #DEB887;
	font-style: normal;
	font-weight: normal;
}

/* compositions page------------------------*/

#comp_content {
	background-image: url('../../images/gathered_photos/01_1-no_text.jpg');
	height: 576px;
}

#comp_textArea {
	background: rgba(0,0,0,0.4);
	height: inherit;
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
	padding-top: 25px;
}

#comp_textBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 96%;
	width: 40%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	left: 1px;
	top: 10px;
}

#comp_dataBox {
	height: 96%;
	width: 60%;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: auto;
	position: relative;
	visibility: visible;
	float:right;
	padding-right: 15px;
}

#comp_textArea h2 {
	font-size: 18px;
}

#comp_textArea p, {
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
}

#comp_textBox a.active {
	background: #228B22;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.comp_itemDetail {
	border-bottom: 1px ridge #FFE4C4;
	box-shadow: 0px 1px 0px #000000;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.comp_itemDetail p {
	margin-left: 20px;
}

.ul_comp_itemDetail {
	/* color:#e3d6c9; */
	color: white;
	margin-left: 30px;
	list-style: none;
}

.ul_comp_itemDetail li i {
	font-size:16px;
	/* color:#e3d6c9; */
	color:white;
	position:relative;
	top:3px;
	text-shadow:2px 2px 4px #000000;
	padding-right:5px;
}

.comp_title {
	/* color:#e3d6c9; */
	color: white;
	font-size:1.0em;
	font-style: italic;
}

span.intruments,
span.versions,
span.total_movements,
span.total_time,
a.audio_track,
span.audio_details
{
	text-shadow: 1px 1px 2px #000000;
}

.div_jukeBox {
	margin-left: 10px;
}

.div_trackData {
	margin-top: 10px;
}

.ul_trackData {
	margin-left: 40px;
	list-style:	none;
}

.ul_trackData li i {
	font-size:16px;
	/* color:#9acd32; */
	color:#9acd32;
	position:relative;
	top:3px;
	text-shadow:2px 2px 4px #000000;
	padding-right:5px;
}

a.audio_track,
span.audio_details {
	font-size: .9em;
}

a.audio_track{
	font-size: .97em;
	margin-left: 10px;
	color: #9acd32;
	text-shadow: 1px 1px 6px black;
}

.textsmall {
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
}

#comp_media_player {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#comp_media_player span#track_name {
	color: #9acd32;
	background:rgba(65,105,225,0.5);
	padding: 7px;
	border-radius: 60px;
}

/* audio page-------------------------------*/

#audio_content {
	background-image: url('../../images/gathered_photos/09.jpg');
	height: 576px;
}

#audio_textArea {
	/*background-image: url('../images/gathered_photos/08_text.jpg');*/
	/*background-image: url('../images/backdrop_transparent_white.png');
	background-repeat: no-repeat;
	background-position: left bottom;*/
	background: rgba(0,0,0,0.4);
	height: inherit;
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
}

#audio_textBox {
	font-family: Helvetica, Arial, sans-serif;;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 90%;
	width: 90%;
	overflow: auto;
	position: absolute;
	visibility: visible;
	bottom: 0px;
	left: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 4% 4%;
}

a.audio:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.audio:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.audio:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.audio:active {
	color: #FFFFFF;
	text-decoration: none;
}

table {
	font-family: Helvetica, Arial, sans-serif;
	border: none;
}

td {
	padding: 5px;
	border: none;
	border-collapse: collapse;
	color: white;
}

th {
	/*background-color: #7F9FC5;*/
	padding: 5px;
	border: none;
	border-collapse: collapse;
}

tbody {
	height: 100%;
	overflow: auto;
}

.dark {
	/*background-color: #98AECB;*/
}

.light {
	/*background-color: #282A30;*/
}

/* reviews page-----------------------------*/

#rev_content {
	background-image: url('../../images/brins_mesa2_edit.png');
	height: 576px;
}

#rev_textArea {
	background: rgba(0,0,0,0.4);
	height: inherit;
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
}

#rev_textBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 96%;
	width: 98%;
	overflow: auto;
	position: absolute;
	visibility: visible;
	bottom: 0px;
	left: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 2%;
}

#rev_textBox h1 {
	font-size: 20px;
	color: #FFE4C4;
}
#rev_textBox p {
	text-shadow: 1px 1px 2px #000000;
}

.reviewcomment {
	margin-left:2px;
	margin-bottom:10px;
}

.revieweditor {
	margin-left:50px;
	margin-bottom:20px;
	color: #e3d6c9;
}

/* contact page-----------------------------*/

#contact_content {
	background-image: url('../../images/gathered_photos/03.jpg');
	height: 576px;
}

#contact_textArea {
	/*background-image: url('../images/gathered_photos/06_text.jpg');*/
	/*background-image: url('../images/backdrop_transparent_white.png');
	background-repeat: no-repeat;
	background-position: left bottom;*/
	background: rgba(0,0,0,0.4);
	height: inherit;
	width: 100%;
	overflow: visible;
	position: relative;
	visibility: visible;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 5px;
}

#contact_textBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: white;
	height: 90%;
	width: 90%;
	overflow: auto;
	position: absolute;
	visibility: visible;
	bottom: 0px;
	left: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 4% 4%;
}

#contact_textBox p {
	text-shadow: 1px 1px 2px #000000;
}

a.textcontact:link {
	color: #DAA520;
	text-decoration: underline;
}
a.textcontact:visited {
	color: #DAA520;
	text-decoration: underline;
}
a.textcontact:hover {
	color: #DAA520;
	text-decoration: underline;
}
a.textcontact:active {
	color: #DAA520;
	text-decoration: underline;
}

/* audioplayer------------------------------*/

#div_audioplayer {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

#div_audioplayer div#div_track {
	color: white;
	font-style: italic;
}

/* create/edit composition form---------------*/

#create_comp_content {
	/* background-image: url('../images/gathered_photos/IMG_0488.jpg'); */
  	height: 576px;
	padding: 25px;
	overflow-y: scroll;
	overflow-x: hidden;
}

