@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C3D2DE url(images/note_rotator_bgnd/NoteRotatorBgnd6s.png) repeat-x fixed 0 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin:9px 0 10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container, #footerContainer {
	max-width:62em; /*was 62.1 */
	/* width:expression(document.body.clientWidth > 900? "100%": "auto" ); */

	/* width: 46em;  this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff;
}
#container {
		/*background: url(images/note_rotator_bgnd/NoteRotatorBgnd5b.gif) no-repeat;*/
		min-height: 35em;
		border: 2px solid #adbecb; /*adbecb a3b2be c0cddd*/
	border-bottom: 0px;
}
#footerContainer {
	background: #ffffff url(images/header/staff_lines.png) repeat-x 0 -46px;
	border: 2px solid #adbecb /*a3b2be c0cddd*/;
	border-top: 0px; 
	margin-bottom: 2em;
}

#notesprite {
	background: url(images/header/notesprite4.png) no-repeat;
	height: 180px;
	width: 70px;
	display: inline-block;
	/*float: left;*/
	margin-left: 15px ;
	position: absolute;
	z-index: 0;
}

#notesprite.Dnatural {background-position: 0 0px}
#notesprite.Dsharp {background-position: 0 -180px}
#notesprite.Enatural {background-position: 0 -360px}
#notesprite.Fnatural {background-position: 0 -540px}
#notesprite.Fsharp {background-position: 0 -720px}
#notesprite.Gnatural {background-position: 0 -900px}
#notesprite.Gsharp {background-position: 0 -1080px}
#notesprite.Anatural {background-position: 0 -1260px}
#notesprite.Asharp {background-position: 0 -1440px}
#notesprite.Bnatural {background-position: 0 -1620px}
#notesprite.Cnatural {background-position: 0 -1800px}
#notesprite.Csharp {background-position: 0 -1980px}

#TWNTheader { 
	margin: 0;
	padding: 16px 10px 85px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		background: #fff url(images/header/staff_lines.png) repeat-x;
} 
#TWNTheader h1 {
	font-size: 1.2em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: inline;
}
#mainContent {
  	margin: 2.5em 1em 0 6.2%;
  	padding-bottom: 3em;
} 
#footerMainContent {
	margin: 0em 1em 0 6.2%; /* mostly matches MainContent */
	padding-bottom:.5em;
}
#mainContent p {
	max-width: 45em;
	line-height: 1.6em;
}
#mainContent ul, #mainContent ol {
	margin: 1em 0; /*fixes IE */
	padding-left: 0; /*fixes IE */
	max-width: 44.5em;
	line-height: 1.6em;
}

#mainContent ul li {
	margin: 0 0 1em 2.75em; /*left margin fixes IE */
	margin-bottom: 1em;
}
#mainContent ol li {
	margin-bottom: 1em;
	list-style-type: decimal;
}

#mainContent h1 {
	color: teal;
	margin-top: 0;
	font-size: 1.6em;
	position: relative;
}
#mainContent h2 {
	color: teal;
}
#mainContent h3 {
	color: teal;
	max-width: 38em;
}
#mainContent .smalltext {
	max-width: 52.5em;
	font-size: small;
}

.strikethrough {
	text-decoration: line-through;
}

a {
	color: #0088CC;
	text-decoration: none;
}

a:hover {
	color: #0044cc;
	text-decoration: underline;
}

a[rel="external"] span {
	background: url(images/external.png) no-repeat 100% 60%; 
	padding-right: 15px;
}

div#footnotes {
	border-top: 2px solid #333;
	margin: 4em 1em 4em 0;
	padding: 1em 0 0;
	font-size: small;
	max-width: 58em;
}

div#footnotes ol {
	margin: 1em 0;	/*fixes IE */
	padding-left: 0; /*fixes IE */
	max-width: 54.5em;
	line-height: 1.3em;
}

div#footnotes li {
	margin: 0 0 2em 2.75em; /*left margin fixes IE */
}

sup.footnote {
	line-height: 0em;
}
sup.footnote a {
  font-size: 80%;
}


.return {
background: url(images/uptotext.png) no-repeat 100% 40%; padding-right: 20px;
}

div#navbar { 
float:right;
display:block;
/*width:85%;*/
margin:6px 3.5em 0 5em ;
padding:0  
}

div#navbar ul {
list-style:none;
display:block;
margin:0;
padding:0
}

div#navbar ul li {
list-style:none;
float:left;
display:inline;
text-align:left;
font-size: medium;
margin:0;
padding:.2em 0 0 0;
font-weight: bold;
}

/*div#navbar ul li#first {
padding-top: 0px;
}*/

div#navbar h1{
	font-size: 1em;
}

div#navbar ul a {
display:block;
color: 0088cc;
padding:8px 15px 7px 15px;
text-decoration: none;
}

/*div#navbar ul a.first {
	padding-left: 0px;
	padding-bottom:5px;
}*/


div#navbar ul a.current,div#extra a {
color:#fff
}

div#navbar ul a:hover {
text-decoration:underline;
}

div#navbar ul li a.active {
	color: teal;
}

div#navbar ul li a.active:hover {
	color: #0044cc;
}

/*********************/
div#rightbar {
	float: right;
	width: 12em;
	/*border-left: 0px solid #666;*/
	/*border-top: 4px solid #333;
	border-bottom: 4px solid #333;*/
	margin: 0em 0 2em 0em;
	padding: 0em 0 2em;
	font-size: small;
}

div#rightbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

div#rightbar ul li {
	margin: 0;
	padding: 0;
}
div#rightbar ul li a {
	padding: .4em .4em .4em 30px;
	display:block;
	/*color: teal;*/
	font-weight: bold;
	text-align: left;
}

.rightbarheading {
	margin: 0;
	padding-top: 1em;
}
.rightbarheading a {
	color: teal;
	/*margin: 0;
	padding: 0;*/
}
.rightbarheading a:hover {
	color: #0044cc;
}
.rightbarcurrent {
	/*background: url(images/CurrentArrow.png) no-repeat 6px center;*/
}


.rightselector {
	float:right; 
	border-left:1px solid #999; 
	padding:1em; 
	margin:2em;
	font-size: small;
}

#TWNTfooter { 
	margin: /*2.5em 0*/ 0;
	padding: /*5px 0px*/ 0px; /* was 10px left&right, this padding matches the left alignment of the elements in the divs that appear above it. */
/*background: #C3D2DE url(images/note_rotator_bgnd/NoteRotatorBgnd6s.png) repeat-x 0 -46px;*/	
	/*background: #fff url(images/note_rotator_bgnd/NoteRotatorBgnd4.gif) repeat-x 0 -40px;*/
	
} 
#TWNTfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
		/*max-width: 52.5em;*/
}

div.footnav { 
display: inline-block;
clear: both;
width:100%;
margin:0 ;
padding:0;
}



div.footnav ul {
list-style:none;
display:block;
margin:0;
padding:0;
}

div.footnav ul li {
list-style:none;
float:left;
display:inline;
text-align:left;
font-size: .8125em;
margin:0;
padding:0;
font-weight: bold;
}

div.footnav ul a {
display:block;
/*color: teal;*/
padding:.7em .7em .3em;
text-decoration: none;
}

div.footnav ul a.current,div#extra a {
color:#fff;
}

div.footnav ul a:hover{
text-decoration: underline;
/*color: #0088cc;*/
}

div.mainfootnav {
	margin-top: 60px;
}

div.mainfootnav ul li{
	font-size: 1em;
}

ul.footerbuttons li a{
	padding: .7em .4em .3em;
}

/*div.footnav .share {
	padding-left: 2em;
	padding-top: .9em;
	padding-bottom: 0em;
}*/

#TWNTfooter p.creativecommons {
	float:left; 	
	margin-right:1em;
	margin-left: .8em;
}

/* sidebar */
#sidebar {
	margin: .5em 0em 1em; /*was 4em top and bottom*/
	padding: 0em;

	width: 13em; /*was 16em*/
	float: right;
}


#sidebar h1 {
	margin: 0em;
	padding: 0em;
	font-size: 1.5em; /*was 1em */
}
#sidebar h1 a {
	color: teal;
}

#sidebar h2 {
	margin: 0em;
	padding: 0em;

	font-size: .9em; /*was 1em*/
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

/*#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}*/

#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 2em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.8em;
}

#sidebar ul li ul li, #sidebar ul li ol li
{
	margin: 0em;
	padding: 0em;
	margin-top: .4em;
	margin-bottom: .6em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}


#mainContent .scaleswapper {
		margin-top: 2.5em;
		/*background: #efefef;*/
		/*background: #a6c9e4;*/
		display: inline-block;
		font-size: small;
		/*color: #fff;*/
		border:1px solid #CCC;
		/*border-bottom-width: 2px;
		border-right-width: 2px;*/
}
#mainContent .scaleswapper ul {
	margin: 0 1em 0 0;
	padding: 0;
	display: inline-block;
	max-width: 60em;
}
#mainContent .scaleswapper ul li {
	margin: 0px;
	padding: .7em .9em;
	list-style-type: none;
	float: left;
}


/* end sidebar */

.fullbox {
	/*background:#;*/ 
	border: 1px solid #aaa; 
	padding:5px 15px;
	width: 42em;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#preload {
	display: none;
}