#pianoStrings {	
	visibility: hidden;
}

body {
	background-color: lightblue;	
}

p {
	padding: 0;
	margin: 0;	
	color: transparent;
	line-height: 0;
	font-size: 0;
	content: hidden;
}

h1 {
  margin: 10px 0 0 0;
}

#status {
  float: right;
  margin: 10px;
  padding: 10px;
}

.sheet {
	width: 960px;
	margin: 0;
	padding: 22px 12px;
	float: left;  
	background-color: #ffc;/* I want a parchment like color*/
}/* if you change the color here, change it in jqfunctions too*/

.bar {
	width: 960px;
	margin: 0;
	padding: 0 12px;		
}

.bar:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.note {
	width: 17.1428px;
	height: 17.1428px;
  padding: 0;
	margin: 0;
	line-height: 1em;		
	/*background-color: #ffc; /* if you change the color here, change it in jqfunctions too*/
  font-size: 0;
}

.octave {
	width: 17.1428px;
	margin: 0;	
	padding: 0;
	float: left;
}

.note:hover {
	background-color: darkgrey;	
}

.tophalf {
	margin: 0;
	padding: 0;
	width: 17.1428px;
	height: 8.5714px;
	border-bottom: 1px solid black;
}

.bothalf {
	margin: 0;
	padding: 0;
	width: 17.1428px;
	height: 8.5714px;
	border-top: 1px solid black;
}

.text {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 12px 0 0 0;
	border: 0 none transparent;
	max-width: 960PX;
	max-height: 50PX;
	background-color: #ffc;
	font-size: 2em;
	font-family: "comic sans-serif";
}

#noteTypeContainer {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 12px;
}

#noteTypeMenu {
	
}

#playbutton {
  margin: 10px auto;
  padding: 4px;
  font-size: 1.2 em;
}

#noteTypeMenu select{
  float: right;
	width: 65%;
	padding: 4%;
  margin: 6px auto;
	font-size: .8em;
}

#notePicture {
  float: left;
  width: 30%;
  height: 100px;
  margin-top: 6px;
  background-color: red;
  background-image: url("images/punctum.png");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center; 
}

#mySelect {
  
}