/* CSS PAGE	FOR DIRECTORY.THERAPEUTICMUSICIAN.WORLD - 01.30.2021*/

/* --- RESET BROWSER DEFAULTS TO 0 --- */

/* {
	margin: 0;
  	padding: 0;	
} 

/* --- MAIN LEVEL ELEMENTS --- */
/* --- DEFINE ELEMENT SIZE TO INCLUDE CONTENT PADDING AND BORDER--*/

* {
	box-sizing: border-box;
}

body {
	
/* This is the color of the area OUTSIDE of the text area*/
	margin: 20px;
	background-color: #faf1cd;
}

p { /* This controls content with <p></p> tags */ 

	padding: 0px 0px 15px 10px;
	font-family: Verdana, Courier, monospace;
	font-size:2.28vw;
	/*font-size: 2.40vw;*/
	color:black;
	line-height: 1.25em; /* This gives added white space between lines */ 
}

h1 {
	color: #004C4C;
	font-weight: bold;
	font-size: 3.00vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #004C4C;
	font-weight: bold;
	font-size: 2.48vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h3 {
	padding: 0px 0px 10px 0px;
	color: #004C4C;
	font-weight: bold;
	font-size: 2.48vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h4 {
	padding: 0px 0px 10px 0px;
	color:#497542;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.65vw;
}


h5{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 2.15vw;
	padding:10px;
}

h6 {
	
	font-family:Arial, Courier, monospace;
	font-size:45px;
	height:40px;
	text-align:center;
	margin: 0px;
	padding:20px;
}

ul {
	padding:10px 0px 10px 0px;
}

ul li{
	margin: 0px 0px 0px 50px;
	font-family:Verdana, Arial, Courier, monospace;
	font-size:1.99vw;
	line-height: 1.5em;
}

ol {
	padding:10px 0px 10px 0px;
}

ol li{
	margin:  0px 0px 0px 50px;
	font-family:Verdana, Arial, Courier, monospace;
	font-size:1.99vw;
	line-height: 1.5em;
}

/* --- STYLE HYPERLINKS ---*/
/*--- when mousing over link change background color */

a:hover { 
	color: #C39 ; 
	background: pink; 
}

/* selected link */
a:active {
    color: #1972EE;
	text-decoration: none;
}

/* unvisited link */
a:link {
    color: #1972EE;
	text-decoration:none;
}
/* visited link */
a:visited {
    color: #93F;
	text-decoration: none;
}

/* mouse over link */
a {
  color:blue;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
	-o-transition:color .1s ease-out, background 2s ease-in;
	-ms-transition:color .1s ease-out, background 2s ease-in;
	-moz-transition:color .1s ease-out, background 2s ease-in;
	-webkit-transition:color .1s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .1s ease-out, background 2s ease-in;
}


/* --- STYLE WHERE A USER IS AND PARENT PAGES ---*/

.breadcrumbs {
	
	font-family: Verdana, Courier new, Comic Sans,  Arial, Helvetica, sans-serif;
	font-size: 1.99vw;
 	margin: 0px 0px 34px 0px;
	padding: 40px 0px 0px 0px;
}

.breadcrumbs a {   /*this is the color of "Home" */
	
	font-family: Courier new, Comic Sans,  Arial, Helvetica, sans-serif;
	font-size: 2.59vw;
	color: blue;
	text-decoration: none;
	font-weight:550;
}

/* --- CREATE CONTENT AREA  ---*/

/* Create two columns that float next to each other */
/* The first column is the navigation menu */
.column1 {
  	float: left;
  	width: 24.33%;
  	padding: 0px;
}

/* The second column is the content area */
.column2 {
  	float: right;
  	width: 75.0%;
  	padding: 0px;
 
}

/* Clear floats after the columns */
.row:after {
  	content: "";
  	display: table;
  	clear: both;
}

/* --- FOOTER --- */
.footer {
	position:relative;
  	margin:-32px 0px 30px 0px;
  	background-color:#fef3d9;
  	text-align: center;
  	width:100%;
  /* Height of the footer */
}

/* --- FOOTER --- */
.footer_text {
	
	font-size:2.3vw;
	padding: 10px;	
}

#last_edited  {
	
	background-color:#fef3d9;
	font-size:1.8vw;	
	font-style: italic;
	margin:10px 0px -30px 0px;
	text-align:center;
	width:100%;	
	line-height: 1.8em;
}

/* Make all images responsive to the viewport size  */
.img {
  	width: 100%;
  	height: auto;
}

/*The follow code styles the salutation, link to account, and logoff*/
/*THIS IS NOT CURRENTLY USED ON THIS SITE BUT RETAINED IN CASE FOR FUTURE USE*/
.account_box_image  {
	
	padding: 0px 0px 0px 0px;
	float:right;
	height:80px;
	width:auto;
}

.account_box_text  {
	display:block;
	float: right;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height:.97em;
	text-align:center;
	padding: 10px 10px 0px 5px;
	font-weight:200;	
}

/*style the "Processing...please wait" spinning icon*/

#spinner {
	width:20%;
	height:auto;
}

/*position and style Page Titles*/

.pagetitle {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color:#CCAED0;	
	border: 1px solid #39F ;
	color:  #FFFFFF; /*font color*/
	font-size:3.79vw;
	padding: 4px 4px 4px 0px ;
	height: auto;
	width: auto;
	text-align:center;
}

#pagetext { 
	/*Style page content*/
	background-color:#fef3d9;
	font-size: 16px;
	margin: 10px 0px 0px 0px; /* This makes room for the nav menu + margin */ 
	padding: 20px 0px ;
	width: auto;
}

/*///////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
///////////////////STTYLE THE NAVIGATION MENU   /////////////////
////////////////////////////////////////////////////////////////*/

#nav {  
	position:relative;
	float:left;
	display:block;
	width:auto;
	height:auto;
  	text-align:center;
	background-color: #DBD0BC;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	
}

#nav a {  /*this level designs the appearance of the top level of navigation*/
	display:block; /* this makes the menu selections appear rectangular and straight */
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.1vw;
	color: #ffffff;
	width:22.8vw;
	margin:0px 0px 0px 0px;
}
 
.nav_active_1 a {  /* red nav strip with red border */ 
	/*background-color:  #A4A6A3;*/
	background-color:red;
	border: 2px solid #8C5251;
	border-right: 10px solid #FF0000;
	font-weight: bold;
	width: 185px;	
}

.nav_parent_1 a {  /* dark salmon nav strip */ 
	/*background-color:  #A4A6A3;*/
	/*background-color:#d0ceae;*/
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: 3px 0px 3px 10px; 
	padding: 3px 5px 3px 11px;
	width: 185px;
}

.nav_parent_1 a:hover {   
	/*background-color:  #A4A6A3;
	background-color:#d0ceae;
	border: 1px solid #0C6B7F;
	border-left: 10px solid #0C6B7F;*/
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin: 3px 0px 3px 0px; 
	padding: 2px 5px 2px 11px;
	width: 184px;
}

/*edit this to display menu links that are not selected*/

.nav_inactive_1 a { /* light blue nav strip -  */
	/*background-color:  #A4A6A3;*/
	background-color:#d0ceae;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 3px 0px 3px 0px; 
	padding: 3px 5px 3px 11px;
	width: auto;
		
}

.nav_inactive_1 a:hover { /* light blue nav strip with blue border */
	/*background-color:  #A4A6A3;*/
	background-color:cornflowerblue;
	/*border: 1px solid #0C6B7F;
	/*border-left: 10px solid blue;*/
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0px 3px 0px; 
	padding: 2px 5px 2px 11px;
	width: 188px;
}

.nav_active_2 a {  /* red nav strip with red border */ 
	background-color: blue;
	/*border: 1px solid #8C5251;*/
	border-right: 10px solid #FF0000;
	text-decoration: none;
	margin: 3px 0px 3px 25px; 
	padding: 2px 5px 2px 10px;
	width: 169px;
}

/*edit this to change inactive children of 1a*/
.nav_inactive_2 a { /* medium salmon nav strip */
	background-color:B0C4DE;
	border: none;
	margin: 3px 0px 3px 15px; 
	padding: 3px 5px 3px 11px;
	width: 192px;
}

.nav_inactive_2 a:hover { /* medium salmon nav strip with green border */ 
	
	background-color:orchid;
	border: 1px solid #BBB1A2;
	border-right: 5px solid green;
	text-decoration: none;
	margin: 3px 0px 3px 0px; 
	padding: 2px 5px 2px 11px;
	width: 169px;
}


.nav_active_3 a {  /* red nav strip with red border */
	background-color: #CBBDB3;
	border: 1px solid #8C5251;
	border-right: 10px solid #FF0000;
	text-decoration: none;
	margin: 3px 0px 3px 40px; 
	padding: 2px 5px 2px 10px;
	width: 154px;
}

.nav_inactive_3 a { /* light salmon nav strip */
	background-color: #d4a89b;
	border: none;
	text-decoration: none;
	margin: 3px 0px 3px 40px;
	padding: 3px 5px 3px 11px;
	width: 155px;
}

.nav_inactive_3 a:hover {  /* light salmon nav strip with blue border */ 
	border: 1px solid #CBBDB3;
	background-color: antiquewhite;
	border-right: 5px solid green;
	
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	padding: 2px 5px 2px 11px;
	width: 154px;
}

.nav_active_4 a {  /* light salmon nav strip with red border */
	background-color: #B8CAE2;
	border: 1px solid #8C5251;
	border-right: 10px solid #FF0000;
	text-decoration: none;
	margin: 3px 0px 3px 55px; 
	padding: 2px 5px 2px 10px;
	width: 140px;
      color: #FF0000;
}

.nav_inactive_4 a { /* light salmon nav strip */
	background-color: #B8CAE2;
	border: none;
	text-decoration: none;
	margin: 3px 0px 3px 55px;
	padding: 3px 5px 3px 11px;
	width: 141px;
	color: #FF0000;
}

.nav_inactive_4 a:hover {  /* light salmon nav strip with blue border */ 
	background-color: antiquewhite;
	border: 1px solid #B8CAE2;
	
	border-right: 5px solid green;
	
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	padding: 2px 5px 2px 11px;
	width: 140px;
	color: #FF0000;
}

.nav_active_5 a {  /* light salmon nav strip with red border */
	background-color: #C3F;
	border: 1px solid #8C5251;
	border-right: 10px solid #FF0000;
	text-decoration: none;
	margin: 3px 0px 3px 55px; 
	padding: 2px 5px 2px 10px;
	width: 140px;
      color: #FF0000;
}

.nav_inactive_5 a { /* light salmon nav strip */
	background-color: #A06BD1;
	border: none;
	text-decoration: none;
	margin: 3px 0px 3px 75px;
	padding: 3px 5px 3px 11px;
	width: 121px;
	color: #FF0000;
}

.nav_inactive_5 a:hover {  /* light salmon nav strip with blue border */ 
	border: 1px solid #C3F;
	background-color:cornflowerblue ;
	border-right: 5px solid green;
	
	text-decoration: none;
	margin: 3px 0px 3px 35px;
	padding: 2px 5px 2px 11px;
	width: 120px;
	color: #FF0000;
}

.TextWrap /*This styles the text around images*/{	
	float: left;
	margin-top:8px;
	margin-right:8px;
	margin-bottom:10px;
	margin-left:10px;
		
}

.TextWrap1 /*This styles the text around images*/
/*THIS IS USED ONLY FOR about_this_site.php*/{	
	float: left;
	margin-top:8px;
	margin-right:25px;
	margin-bottom:10px;
	width: 40%;
  	height: auto;	
}

#proc_message {/*style for all alerts and messages when users interact with MySQL - some "return to previous page" links use this also*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	text-align:center;
}

#proc_message_no_center {/*style for all alerts and messages when users interact with MySQL - this is positioned left*/
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
}

div.label {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	text-align:left;
}

input[type="text"] {
    width: 300px;
    padding: 4px 10px;
    margin: 0px 0;
    box-sizing: border-box;
	font-size:26px;
	font-style:normal;
}

.button {
    background-color: blue; 
    border: none;
    color: white;
	margin: 30px 0px 0px 0px;
    padding: 12px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	font-weight:bold;
}

.button1 {
	
    background-color: #faf1cd; 
    border: double;
    color: black;
	margin: 30px 30px 30px 536px;
    padding: 12px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	font-weight:bold;
}

.button2 {
	
    background-color: #faf1cd; 
    border: double;
    color: black;
	margin: 30px 30px 30px -20px;
    padding: 12px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	font-weight:bold;
}

.button3 {
	
    background-color: #CF9 ; 
    border: ;
    color: black;
	margin: 30px 30px 30px -20px;
    padding: 12px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
	font-weight:bold;
}

.button4 {
	
    background-color: #CF9 ; 
    border: ;
    color: black;
	margin: 30px 30px 30px 50px;
    padding: 12px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
	font-weight:bold;
}

.goBack_button {
	
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #4e6096;
	/*display:inline-block;*/
	cursor:pointer;
	color:blue;
	font-family:Arial;
	font-size:2.5vw;
	font-weight:bold;
	padding:9px 31px;
	/*margin: 20px 0px 0px 0px;*/
	text-align:center;
}
.goBack_button:hover {
	background-color:pink;
}
.goBack_button:active {
	position:relative;
	top:1px;
}

/*The dropcontainer series style the dropdown 
menus - the reason there are so many of them is 
because different pages need different menu widths
and margins*/

.dropcontainer {
	
	font-size: 27px;
	color:  #000;
	width:400px;
	margin:10px 10px 10px 40px;
}

/*this styles "My Account" page*/

#account_info {
	
	font-family: Garamond, Geneva, sans-serif, "Courier New", Courier, monospace;
	font-size:20px;
	font-weight: bold;		
}

.account_title {
	
	font-family: Verdana,Times-New Roman, sans-serif, "Courier New", Courier, monospace;
	font-size:21px;
	font-weight: bold;	
}

.account_info {
	
	font-family: Geneva, sans-serif, "Courier New", Courier, monospace;
	font-size:2.7vw;
	font-weight: bold;
		
}

/*style search when there is no item available*/

#redfont {
	
	font-family: Geneva, sans-serif, monospace;
	font-size:2.9vw;
	font-weight: bold;
	color: red;		
}

/*style search returns when there is an item available*/

#greenfont{
	
	font-family: Geneva, sans-serif, "Courier New", Courier, monospace;
	font-size:2.9vw;
	font-weight: bold;
	color:  #399;	
	}

.menu {
	
	margin: 20px 0px 0px 50px;
}

#login_greeting {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:47px;
	font-weight:bold;
	text-align:center;
}

.my_account_title {
	
	font-size:2.5vw;
	font-weight:700;	
	
}

.my_account_info {
	
	font-size:2.4vw;
	font-weight:500;	
	
}