/* THIS IS THE MAIN STYLE SHEET FOR "CLASSICAL HARMONY" */
/* all CSS validated by W3C CSS Validation Service, Feb. 19, 08 */

html, body 
	{
	margin: 0; padding: 0; 
	}
	
body
	{
	min-height: 100vh;
	background: #3d3d3d linear-gradient(to bottom, white 299px,
transparent 299px) no-repeat; /*   previous way of doing it:      background: url(images/bodyimage.gif) repeat-x; */
	}	
	

#top /*main div for whole page, horizontally centered*/
	{
	position: relative;
	width: 1024px;
	padding-top: 1px; padding-bottom: 0; padding-right: 0; padding-left: 0;  
	margin-top: -1px; margin-bottom: 0; margin-right: auto; margin-left: auto;	
		/* padding-top and margin top take care of Opera bug that 'lowers page' if fed a long page */
	border: none;	
	background: transparent;
	}


#logo  /* image-replacement div, with li's (for actual text) and image-containing span */
    	{
     	position: relative;
     	width: 520px;
     	height: 160px;
     	margin-top: 16px; margin-right: auto; margin-bottom: 0px; margin-left: 97px;
		padding: 0;
     	text-align: center;
     	overflow: hidden;
     	background: transparent;
     	border: none;
     	}

		#logo span
			{
			background: url(../../images/logo.jpg) no-repeat;
			position: absolute;
			top: 0; 
			left: 0;
			width: 100%;
			height: 100%;
			}
		
		#logo h1 
			{			
			padding: 0; 
			text-align: center;
			margin-top: 50px; 
			margin-bottom: 6px;
			/*margin-left: -15px;
			line-height: 150px;  */
			font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
			font-size: 29px; 
			font-weight: normal;
			color: #8A3404;
			/*border: 1px solid green;*/
			}



/* ------- left div -------- */


div#left   /* sidebar div*/
	{
	position: absolute;
	left: -203px; top: 128px; bottom: 10px;    /* The reason why this works is precisely because #left is absolutely positioned 
											   RELATIVE to #main:  whatever #main's 'auto' bottom ends up being, #left's bottom
											   will always be 10px higher.  */
	width: 238px; 
	border: 1px solid #605D5C;                  
	margin-top: 0; margin-bottom: 0;
	padding: 0;
	background: #B3774B url("../images/left_logo.jpg") no-repeat;  
	z-index:2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}
	

* html #left {   /*  sidebar div for IE6 - see: <http://www.alistapart.com/articles/conflictingabsolutepositions/> */
height: 1500px;
height: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
(parseFloat(this.parentNode.offsetHeight)-140)
:(parseFloat(this.parentNode.offsetHeight)-138));}
	

div#left h2 
	{
	font-variant: small-caps; 
	font-size: 23px; 
	font-weight: 900;
	text-align: center;
	padding: 113px 0 0 0;
	margin: 0;
	color: #09090A;
	}

div#left h3
	{
	font-variant: small-caps; 
	font-size: 18px; 
	font-weight: 900;
	font-style: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}
	
div#left h3#format
	{
	font-variant: normal; 
	font-size: 17px;
	margin-top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}	

div#left p
	{
	font-size: 14px; 
	margin-left: 11px; margin-right: 11px; 
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	text-align: justify;
	line-height: 121%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}

	
div#left p#two
	{
	margin-top: 13px;
	}

div#left p#three
	{
	margin-top: 12px;
	margin-bottom: 0px;
	}
	
div#left p#four
	{
	margin-top: -7px;
	}

div#left span#mine
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #454443;   
	}
	
div#left span.mineb
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #1E1D1B;   
 	}

div#left span#g
	{
	font-family: "Times New Roman", Times, serif;	
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
	line-height: 20%;
	color: #115F63; 
	margin-right: -1px;
	margin-left: -1px;	
	}

div#left span.nowrap
	{
	white-space: nowrap;
	}
	


	
div#left ul li.header
	{
	font-size: 17px;
	font-weight: 900;
	}

div#left ul li
	{
	font-size: 14px;
	}
	
div#left ul li#bottom
	{
	margin-bottom: 35px;
	} 	


/*	______________ Left Links ____________________________ */
	
	
div#left ul#highest
	{
 	position: absolute;
	top: 975px; 
	left: 64px;
	}


div#left ul			/* Note that Georg defines the margins and padding for all id's of ul here, rather than within each id  */
	{				/*   The uls, left on their own, actually leave fairly large margins/padding between their border edges */
	margin: 0;		/*   and the li outer edges. */
	padding: 0;
	}


div#left ul#lowest
	{
	position: absolute;
	bottom: 154px;
	left: 64px;
	}
	


div#left ul li.leftlinks, #left ul li.leftlinks_th
	{
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 25px;
	background: url(../../images/favicon2.jpg) no-repeat left 30%;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	color: #000000;
	}	

		
div#left ul li.leftlinks_th
	{
	margin-top: -15px;
	background-image: none;
	}
	
	
div#left ul li.leftlinks a.left_links
		{
		margin: 0;
		padding: 0;
		background-color: transparent;
		border: none;
		text-decoration: none;
		outline: none;
		}   



div#left a, div#left a.left_links, div#left a.left_links:link, div#left a.left_links:visited 
			{
			color: #CBC5A0; 
			background-color: transparent;
			text-decoration: none;
			outline: none;
			}
			
div#left a.left_links:hover, div#left a.left_links:active, div#left a.left_links:focus 
			{
			color: #F9F5E8; 
			background-color: transparent;
			text-decoration: none;
			outline: none;
			}




/* --------- main div --------- */

#main  /*right div*/
	{
	position: absolute;
	left: 211px; top: 200px; right: 23px; 
	width: 790px; 
	bottom: auto;
	z-index: 1;
	background: #CBC5A0;
	margin: 0;
	padding: 0;
	border: none;
	min-height: 1200px;
	}
* html #main {height: 1200px; /* min-height for IE5 */}

#main div#title_div  /* image-replacement div, with h1 for text, and image-containing span */
    	{
     	position: absolute;
     	width: 790px;
     	height: 110px;
     	margin: 0;
		padding: 0;
     	text-align: center;
     	overflow: hidden;
     	background: transparent;
     	border: none;
     	}

#main span#title
			{
			background: url("images/title.png") no-repeat;
			position: absolute;
			top: 0; 
			left: 0;
			width: 100%;
			height: 100%
			}
		
#main h1#title_text
			{			
			padding: 0; 
			text-align: center;
			margin-top: 50px; 
			margin-bottom: 6px;
			font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;
			font-size: 24px; 
			font-weight: normal;
			color: #8A3404;
			}

			

#main h1
	{	
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	font-variant: small-caps; 
	font-size: 38px; 
	font-weight: 900;
	text-align: center;
	padding-top: 31px;
	padding-bottom: 0;
	margin: 0;
	color: #C5683B;
	}

#main h2
	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	font-variant: normal; 
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 2px 0 0 0;  /* bottom was 34px prior to PDFinfo link */
	margin: 0;
	color: #AF4205;
	}
	

#main h3
	{	
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
	font-size: 18px; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0;
	margin: 0;
	color: #006600;
	}


#main h3#second
	{
	font-size: 14px;
	margin-top: 2px; /*-10px;*/
	padding-top: 0;
	}
	
#main h4
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #605D5C;
	line-height: 135%;
	font-weight: 900;
	text-align: center;
	margin: 39px auto 45px auto;
	padding: 0;
	}

#main h4.ex_in_am, #main h4.ex_b
	{
	margin: 89px auto 45px auto;
	font-style: normal;
	}






/* --------------------------- link to PDFINFO ------------------------- */

#main ul#pdf
	{
	width: 264px;
	margin: 49px 0 20px 75px; /* top was 68px, bottom was 0 */
	overflow: visible;
	list-style: none;
	padding: 0;
	background-color: transparent;
	}   
	
#main ul#pdf li	
	{
	width: 264px; 
	margin: 0 auto; 
	padding: 0;
	list-style: none;
	}

#main ul#pdf li a
	{
	display: block;
	width: 220px;
	height: 100%;
	background: #CBC5A0 url('../../images/PDF-bar.png') no-repeat 0 50%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: black; 
	text-decoration: none;
	outline: none;
	margin: 0;
	padding-left: 36px; padding-right: 0; padding-top: 0; padding-bottom: 0
	}
	
#main ul#pdf li a:hover
	{
	width: 264px;
	color: #C5683B;
	text-decoration: none;
	outline: none;
	}	
	



/* --------------------------- end of link to PDFINFO ---------------------- */














	
#main p 
	{
	/*width: 640px;*/
	margin-top: 40px;
	margin-left: 75px; 
	margin-right: 75px;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: black;  
	line-height: 135%;
	}

#main p.old
 	{
	color: #605D5C;  
 	}	

#main p.old_inter
	{
	color: #605D5C;
 	margin-bottom: 39px;
 	}	

#main p.inter
	{
	margin-bottom: 39px;
	}	

#main p.bigbreak
	{
	margin-top: 140px;
	margin-bottom: 39px;
	}

#main p.bigbreak2
	{
	margin-top: 140px;
	margin-bottom: 14px;
	}
	
#main p#hi
	{
	margin-top: 12px;  
	}
	

#main p.g, #main p.gexd

	{
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: 900;
	font-style: italic;
	line-height: 110%;
	color: #47888B;  
	width: 640px;
	margin-top: 50px;
	margin-left: 75px; 
	margin-right: 75px;
	margin-bottom: 0;
	padding: 0;
	}

#main p.gexd
	{
	margin-top: 40px;
	}


#main p#about
	{
	margin-top: 36px;
	margin-bottom: 55px;
	font-size: 15px;
	font-style: italic;
	line-height: 160%;
	color: #AF4205; 
	}


#main li.g, span#gm
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: 900;
	font-style: italic;
	line-height: 110%;
	color: #47888B; 
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 75px;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
	line-height: 135%;
	}

#main span#gm
	{
	margin-left: 3px;
	margin-right: 15px;
	}

	
#main #ex_a
	{
	width: 592px; height: 136px;
	background-image: url(images/ex_a.gif);
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 27px auto 0 auto;
	}
	
#main ol     /* This is the ol for my first comments to Gustave's first exercise. */
	{
	width: 790px;
	margin-top: 45px;
	margin-left: 0px; 
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px; 
	font-style: normal;
	text-align: left;
	color: black; 
	line-height: 135%;
	background: transparent;
	}

#main ol.old    /* This just adds the font-colour change to the #main ol */
	{
	color: #605D5C; 
	/*margin-bottom: 0;*/
		}

#main ol.old li		/* This just makes sure that the li's to the above have the grey colour. */
	{
	margin-top: 0;
	margin-bottom: 0px;
	color: #605D5C;  
	}	
	
#main li   /* This is the li for, eg, my comments on the "1" in Gustave's first exercise. */
	{	
	/*margin-top: 0;*/
	margin-left: 100px;
	margin-right: 75px;
	margin-bottom: 40px;
	padding: 0;
	list-style: decimal;
	line-height: 135%;
	}
	

#main li.off  /* Same li as above, but with no marker.*/

	{
	margin-top: 0; /* -100px REALLY changes everything */
	list-style: none;
	}
	
#main ol li.old
	{
	color: #605D5C;
	}

#main li.newoff
	{
	list-style: none;
	color: black;
	}

	
#main li#analysis1		/* This is the format to use for the nested <ul><li></li></ul> sets that will contain
						my images. */
	{
	list-style-type: none;		
	display: block;				/* This enables the li to have dimension! */
	width: 306px; height: 145px;	/* These are the image's dimensions. */
	background: url(images/analysis1.gif) no-repeat;
	margin-top: 40px;		/* These margins will place the li as I want, within the ul, etc. */
	margin-left: 100px; 
	margin-right: auto;
	margin-bottom: 0;/*-25px;*/
	padding: 0;					/* for good luck ; - )  */
	}

						

#main li#exa_m1
	{
	list-style-type: none;		
	display: block;				/* This enables the li to have dimension! */
	width: 600px; height: 129px;	/* These are the image's dimensions. */
	background: url(images/exa_m1.gif) no-repeat;
	margin-top: 40px;				/* These margins will place the li as I want, within the ul, etc. */
	margin-left: -45px; 
	margin-right: auto;
	margin-bottom: 40px;
	padding: 0;					/* for good luck ; - )  */
	}

#main li#analysis2		
	{
	list-style-type: none;		
	display: block;				
	width: 315px; height: 156px;	
	background: url(images/analysis2.gif) no-repeat;
	margin-top: 5px;				
	margin-left: 98px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;					
	}
	
#main li#exa_m2	
	{
	list-style-type: none;		
	display: block;				
	width: 600px; height: 127px;	
	background: url(images/exa_m2.gif) no-repeat;
	margin-top: 40px;				
	margin-left: -45px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;				
	}

#main div#exam_in_am
	{
	width: 600px; height: 132px;
	background: url(images/exa_in_am.png) no-repeat;
	background-color: #CBC5A0;
	margin: 27px auto 0 auto;
	}

#main p#exa_in_am
	{
	margin-left: 100px;
	margin-bottom: -7px; 
	}	

#main div#v42_vii6
	{
	width: 600px; height: 265px;
	background: url(images/v42_vii6.png) no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 0 auto;
	}

#main div#alto
	{
	width: 600px; height: 60px;
	background: url(images/alto.gif) no-repeat;
	background-color: #CBC5A0;
	margin: 10px auto -25px auto;
	}

#main #exb
	
	{
	width: 600px; height: 174px;
	background: url(images/exb.png) no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 0 auto;
	}

#main li#ii6
	{
	list-style-type: none;		
	display: block;				
	width: 598px; height: 154px;	
	background: url(images/ii6.png) no-repeat;
	margin-top: 0; /*40px;	*/
	margin-left: -45px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	}

#main li#analysis3		
	{
	list-style-type: none;		
	display: block;				
	width: 598px; height: 150px;	
	background: url(images/analysis3.gif) no-repeat;
	margin-top: 5px;				
	margin-left: -45px; 
	margin-right: auto;
	margin-bottom: -25px;
	padding: 0;					
	}

#main li#ii6m
	{
	list-style-type: none;		
	display: block;				
	width: 600px; height: 119px;	
	background: url(images/ii6m.png) no-repeat;
	margin-top: 40px;				
	margin-left: -45px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}
		
#main #exd
	{
	width: 600px; height: 160px;	
	background: url(images/exd.png) no-repeat;
	margin-top: 40px;				
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;	
	}

#main p.exd	
	{
	margin-left: 100px; 
	color: #605D5C;
	line-height: 135%;
	}

#main #analysis4
	{
	width: 600px; height: 53px;	
	background: url(images/analysis4.gif) no-repeat;
	margin-top: 40px;				
	margin-left: 100px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;					
	}

#main #gsds
	{
	width: 598px; height: 291px;	
	background: url(images/gsds.png) no-repeat;
	margin-top: 45px;				
	margin-left: 97px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	

#main #notes
	{
	width: 598px; height: 33px;	
	background: url(images/notes.gif) no-repeat;
	margin-top: 45px;				
	margin-left: 97px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	
	
#main #chords
	{
	width: 598px; height: 46px;	
	background: url(images/chords.gif) no-repeat;
	margin-top: 45px;				
	margin-left: 81px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	
	
#main #no3
	{
	width: 598px; height: 150px;	
	background: url(images/no3.gif) no-repeat;
	margin-top: 37px;				
	margin-left: 79px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	
	
#main #no3g
	{
	width: 600px; height: 141px;	
	background: url(images/no3g.png) no-repeat;
	margin-top: 37px;				
	margin-left: 95px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	

#main #aug2
	{
	width: 600px; height: 141px;	
	background: url(images/aug2.png) no-repeat;
	margin-top: 45px;				
	margin-left: 95px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	

#main #skip3
	{
	width: 600px; height: 141px;	
	background: url(images/skip3.png) no-repeat;
	margin-top: 45px;				
	margin-left: 95px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}	

#main #skip3g
	{
	width: 587px; height: 174px;	
	background: url(images/skip3g.gif) no-repeat;
	margin-top: 32px;				
	margin-left: 112px; 
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;	
	}

#main #sol
	{
	width: 600px; height: 134px;	
	background: url(images/sol.png) no-repeat;
	margin-top: 47px;				
	margin-left: 95px; 
	margin-right: auto;
	margin-bottom: 15px;
	padding: 0;	
	}

#main #exe
	{
	width: 600px; height: 148px;	
	background: url(images/exe.png) no-repeat;
	margin-top: 47px;				
	margin-left: 95px; 
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;	
	}

#main #usevii
	{
	width: 600px; height: 142px;	
	background: url(images/usevii.png) no-repeat;
	margin-top: 47px;				
	margin-left: 95px; 
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;	
	}

#main #used
	{
	width: 598px; height: 150px;	
	background: url(images/used.gif) no-repeat;
	margin-top: 37px;				
	margin-left: 110px; 
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;	
	}

#sig
	{
	width: 200px; height: 58px;
	background-image: url(../../images/sig_green.png); 
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin-top: 0px;
	margin-left: 57px;
	margin-right: auto;
	margin-bottom: 050px; /* was 70px; */   
	padding: 0;
	}
	
	
#main a.about	
	{
	display: inline-block;
	width: 27px; height: 22px; 
	vertical-align: -.4em;
	margin: 0;
	padding: 0;
	background: url(../images/about_link_icon2.png) no-repeat; 
	background-color: transparent;
	border: none;
	text-decoration: none;
	outline: none;
	}