@charset "UTF-8";
/* CSS Document */

@font-face
{
	font-family: interface;
	src: url('interface.ttf');
}


html
{
	height: 100%;
}

body
{
	font: normal 16px "Courier New", Courier, Monaco, monospace;
	/*font: normal 16.66px/18px "Courier New", Courier, monospace;*/
	background-color: black;
	height: 100%;
}

@media screen and (max-width: 640px)
{
	body
	{
		font-size: 7px;
	}
}

#header
{
	color: white;
	text-align: center;
	display: block;
	margin: 30px auto;
	/*display: none;*/	
}

#header h1
{
	font: bold 48px 'Helvetica Neue',Helvetica,interface,sans-serif;
	margin-bottom: 0;
}

#header h2
{
	color: #666;
	font: 100 24px 'Helvetica Neue',Helvetica,interface,sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

#page
{
	/*height: 100%;*/
	width: 690px;
	border: solid 1px black;
	margin: 0 auto;
	padding: 10px;
	background-color: white;
	position: relative;
	display: block;
	/*outline: dotted 1px dodgerblue;*/
}

@media screen and (max-width: 640px)
{
	#page
	{
		width: auto;
	}
}

#buddins
{
	position: fixed;
	z-index: 10;
	background-color: black;
	top: 158px;
	right: 0px;
	color: white;
	/*border: dotted 1px crimson;*/
}

.high
{
	padding: 8px 15px;
	margin-bottom: 5px;
	font-family: Helvetica,interface,sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #444;
	border: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0% 100% 90deg, #bbb, #fff);
	background-color: #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes pulse {
	0% {
	   -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	}
	50% {
	   -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.9);
	}
	100% {
	   -webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	}
}

@-moz-keyframes pulse {
	0% {
	   -moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	}
	50% {
	   -moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.9);
	}
	100% {
	   -moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	}
}

.high:hover, .high:focus
{
	-webkit-animation: pulse 1.5s infinite ease-in-out;
	-moz-animation: pulse 1.5s infinite ease-in-out;
}

.high:active
{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#fff));
	background-image: -moz-linear-gradient(0% 100% 90deg, #fff, #bbb);
}

#measureGuide span
{
	/*outline: dotted 1px crimson;*/
	/*display: none;*/
}

.measure
{
	display: block;
	/*outline: dotted 1px dodgerblue;*/
	margin: 0;
	padding: 0;
	text-align: left;
	/*letter-spacing: .45px;*/
}

.bar
{
	width: 10px;
	outline: none;
}

.row
{
	display: block;
	/*outline: dotted 1px dodgerblue;*/
}

.first
{
	width: 20px;
}

#caret
{
	height: 18px;
	width: 10px;
	background: dodgerblue;
	opacity: .0;
	position: absolute;
}

#colBox
{
	color: lightgray;
	position: absolute;
}

#posBox
{
	position: absolute;
}

#beatBox
{
	color: crimson;
}

#measureNumberBox
{
	position: absolute;
	color: limegreen;
}

#measBox
{
	color: limegreen;
}

#noteValBox
{
	color: white;
	font: 300 13px 'Helvetica Neue',Helvetica,interface,sans-serif;
	display: block;
	text-align: center;
}

b
{
	font-weight: normal;
	background-color: rgb(188,222,255);
}

#footer
{
	text-align: center;
	display: block;
	color: #666;
	background-color: black;
	font: 100 16px 'Helvetica Neue',Helvetica,sans-serif;
}

#footer div
{
	margin: 10px auto;
}

.iPadButton
{
	height: 100px;
	width: 100px;
	margin: 10px 5px;
	display: inline-block;
	background-color:#FFF;
	/*border: 2px groove #999;*/
	opacity: .80;
}

.iPadButton:active
{
	opacity: .90;
}