/*  THIS IS THE STYLE SHEET FOR "Danny Grissett's Waltz For Billy: Harmonic Analysis"  */
/* all CSS NOT YET validated by W3C CSS Validation Service,  */

html, body 
	{
	margin: 0; padding: 0; 
	}
	
body
	{
	position: relative;
	background: url("../images/bodyimage_grissett.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 /*, #logo h2*/
			{			
			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;*/
			}
			
		/* #logo h2
			{
			 text-align: justify;
			 line-height: 115%;
			 padding: 0; 
		     margin: 4px 4px 4px 4px;
		     font-size: 13px;
			 font-weight: normal;
			}  */


#left   /*  sidebar div  */
	{
	position: absolute;
	left: -207px; 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: 242px; 
	border: 1px solid #605D5C;
	margin: 0;
	padding: 0;
	background: #495F5F url("../../../images/tmldvandimg.png") no-repeat;
	z-index: 2;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  
	color: #F9F5E8;
	}


* 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));}  

#left h1.sidebar
	{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  
	color: white; /* brown = #451B07; *//* coltrane = white; *//*#F9F5E8;*/
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	margin-top: 163px; /* Coltrane is 173px; */ /*169px;*/
	margin-bottom: 0;
	padding: 0;
	}

#left h2.sidebar
	{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif; /* "Trebuchet MS", Helvetica, Arial, sans-serif; */
	color: #F9F5E8; /*brown = #451B07; */ /* coltrane = white; */ /*#F9F5E8;*/
	font-size: 18px; /* original is 14px;  */
	font-style: normal;
	text-align: center;
	margin: 10px auto -15px auto;
	padding: 0;
	}


#left div#pic
	{
	width: 188px; height: 265px; 
	background: url("../images/danny_pic.png") no-repeat;  
	background-color: #495F5F;
	margin: 20px auto 0 auto; 
	padding-bottom: 0px; 
	}	


#left p.sidebar, p#one
	{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  
	color: #F9F5E8;/* brown = #451B07; */ /* Coltrane = #F9F5E8; */
	font-size: 14px; /* original is 14px;  */
	margin-left: 20px; 
	margin-right: 20px; 
	margin-bottom: 0;
	padding: 0;
	line-height: 130%;
	}

#left p#one
	{
	margin-top: 40px;
	}
#left p.sidebar
	{
	margin-top: 26px; /* was 22px;  */
	}




	
/*______________main div____________________________*/
	
#main  /*right div*/
	{
	position: absolute;
	left: 211px; 
	top: 200px; 
	right: 23px; 
	bottom: auto;
	width: 790px; 
	/*background: #DCD7B0;*/
	background: #DCD7B0 url("images/title1.png") no-repeat; /* one that's like Analysis -- the one I first used for Danny --is title-experiment-5.png */
	/*border: 1px solid #495F5F;*/
	min-height: 836px;
	}

* html #main {height: 836px; /* min-height for IE5 */}

			/* -------------  'ShareThis' icon and link ---------------- */ 

						span#share
							{
							position: absolute;
							top: -26px; 
							right: 0;
							width: 55px;
							height: 18px;
							padding: 0;
							font-family: "Arial Narrow", "Trebuchet MS", Arial, sans-serif; 
							font-size: 16px;
							color: #A7A161; 
							}
							
						#share a
						 	{
							padding: 0;	margin: 0; background-color: transparent; border: none; text-decoration: none; outline: none;
							}
							
						
						#share a, #share a:link, #share a:visited 
							{
							color: #A7A161;  
							background-color: transparent;
							}
									
						#share a:hover, #share a:active, #share a:focus 
							{
							color:  #626237; 
							background-color: transparent;
							}
						#share a img
							{
							margin-right: 0;
							margin-left: .25em;
							border-style: none;
							vertical-align: -3px;
							}
	
			/* ------------- END of  'ShareThis' icon and link ---------------- */ 



#main h1, h1#and, h2, h3 
	{	
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; /*was 30px; was 42 */
	font-weight: normal;  /* was 900; */
	text-align: center;
	padding-top: 150px;  /* was 31px; */
	padding-bottom: 0;
	margin: 0 0 -145px 0;  /* was 0; */
	color: #8A3404; /*  #8A4304; */ /*#8E4D09;*/ /* used #B5650C; before -- it is the orange-yellow Isi sent -- it works well with the other colours */ /* original is #C5683B; */ /* #0E5219; is the dark green Isi suggested */
	}

#main h1#and
	{
	margin-top: -30px; /* was -25px; */
	margin-bottom:  -30px; /* was -30px; */
	}	

#main h2
	{
	padding-top: 40px; /*30px;  was 51px; */
	font-size: 20px;  /* was 28px; */
	font-style: italic;
	/*font-weight: 900;*/
	text-align: left;
	margin-left: 75px;
	margin-bottom: -11px;
	}
	
#main h3
	{
	font-size: 15px;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 0;
	padding: 0;
	}
	


#main p, p#triads, p#points3_4_5, p.grissett, div.grissett, p.lastmod, p.summary, p.summaryheading, p#about, ul#mods, li#mod1, li#mod2, li#mod3 
	{
	/* width: 640px;  */
	margin-top: 26px;  /* was 22px;    */
	margin-left: 75px;   
	margin-right: 75px;
	margin-bottom: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #451B07;
	line-height: 135%;
	}

#main p#first
	{
	margin-top: 200px;  /*was 55px; */
	}

#main p.h4, #main p.h4a
	{
	margin-left: 108px;
	font-style: italic;
	margin-bottom: -5px;
	}

#main p.h4a
	{
	font-style: normal;
	}

#main p.h5
	{
	font-style: italic;
	font-weight: normal;
	margin-bottom: -17px;
	}


#main p.grissett 
	{
	margin: 0;
	padding-left: 14px;
	padding-top: 14px; 
	padding-right: 14px;
	padding-bottom: 6px; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  
	color: #F9F5E8;   
	font-size: 14px; 
	line-height: 140%;
	/*background-color: #495F5F; */
	}
	
#main p.grissett_name
	{
	margin: 0; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-style: italic;
	color: #F9F5E8;
	}
	
#main div.grissett
	{
	font-size: 14px; /* original is 14px;  */
	line-height: 130%;
	background-color: #495F5F;
	padding-left: 20px; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-bottom: 22px;
	border: 1px solid #605D5C;
	}



#main p.danny
 	{
	width: 530px;
	margin-top: 25px;
	margin-left: 130px; 
	margin-bottom: 0px;
	margin-right: 130px;
	padding: 0;
	/*text-indent: 25px; */
	/*text-align: justify;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 16px;
	font-style: italic;
	line-height: 145%;
	color: #8A3404; 
	}  

#main p#dg
	{
	margin-top: 17px;
	margin-left: 400px; 
	margin-bottom: 100px;
	/*margin-right: 201px;*/
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #451B07;
	line-height: 135%;
	}  



















#main p.lastmod
	{
	margin-left: 114px;
	margin-bottom: -17px;
	font-style: italic;
	}
	
#main p.summaryheading
	{
	margin-left: 99px; /*105px;  *//*114px;*/ 
	margin-bottom: -24px;
	}
	
#main p.summary
	{	
	 margin-left: 99px; /*105px; *//*114px;*/ 
	}
	
#main p#about
	{
	margin-top: 36px;
	margin-bottom: 55px;
	font-size: 15px;
	font-style: italic;
	line-height: 160%;
	}

#main span.super
	{
	font-size: 11px;
	vertical-align: .4em; /* .5em; */
	line-height: 90%;
	} 
	
#main div#n1
	{
	width: 600px; height: 280px; 
	background: url("../images/1.gif") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}
	
	
#main div#n2
	{
	width: 600px; height: 176px; 
	background: url("../images/2.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}


#main div#n3
	{
	width: 600px; height: 261px; 
	background: url("../images/3.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}
	
#main div#n4
	{
	width: 341px; height: 217px; 
	background: url("../images/4.png") no-repeat;
	background-color: #DCD7B0;
	margin: 20px auto -7px auto; 
	padding-bottom: 0px; 
	}

#main div#n4a
	{
	width: 192px; height: 154px; 
	background: url("../images/4a.png") no-repeat;
	background-color: #DCD7B0;
	margin: 20px auto -7px auto; 
	padding-bottom: 0px; 
	}

#main div#n5
	{
	width: 532px; height: 190px; 
	background: url("../images/5.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n6
	{
	width: 587px; height: 136px; 
	background: url("../images/6.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n7
	{
	width: 586px; height: 134px; 
	background: url("../images/7.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n8
	{
	width: 589px; height: 131px; 
	background: url("../images/8.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n9
	{
	width: 515px; height: 270px; 
	background: url("../images/9.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n10
	{
	width: 442px; height: 265px; 
	background: url("../images/10.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n11
	{
	width: 551px; height: 190px; 
	background: url("../images/11.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n12
	{
	width: 431px; height: 269px; 
	background: url("../images/12.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n13
	{
	width: 570px; height: 193px; 
	background: url("../images/13.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n14
	{
	width: 600px; height: 220px; 
	background: url("../images/14.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n15
	{
	width: 600px; height: 200px; 
	background: url("../images/15.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n16
	{
	width: 535px; height: 599px; 
	background: url("../images/16.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n17
	{
	width: 369px; height: 105px; 
	background: url("../images/17.png") no-repeat;
	background-color: #DCD7B0;
	margin: 11px auto 0 auto; 
	padding-bottom: -5px; 
	}

#main div#n18
	{
	width: 573px; height: 379px; 
	background: url("../images/18.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n19
	{
	width: 400px; height: 200px; 
	background: url("../images/19.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}
	
#main div#n20
	{
	width: 401px; height: 214px; 
	background: url("../images/20.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}
	
	
#main div#n21
	{
	width: 402px; height: 213px; 
	background: url("../images/21.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}

#main div#n22
	{
	width: 600px; height: 209px; 
	background: url("../images/22.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
#main div#n23
	{
	width: 600px; height: 141px; 
	background: url("../images/23.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n24
	{
	width: 600px; height: 225px; 
	background: url("../images/24.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n25
	{
	width: 384px; height: 173px; 
	background: url("../images/25.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	

	
#main div#n26
	{
	width: 388px; height: 197px; 
	background: url("../images/26.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n27
	{
	width: 386px; height: 197px; 
	background: url("../images/27.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n28
	{
	width: 317px; height: 178px; 
	background: url("../images/28.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
	
#main div#n29
	{
	width: 314px; height: 120px; 
	background: url("../images/29.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n30
	{
	width: 314px; height: 101px; 
	background: url("../images/30.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	

#main div#n31
	{
	width: 312px; height: 108px; 
	background: url("../images/31.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n32
	{
	width: 354px; height: 111px; 
	background: url("../images/32.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n33
	{
	width: 320px; height: 226px; 
	background: url("../images/33.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n34
	{
	width: 600px; height: 230px; 
	background: url("../images/34.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
#main div#n35
	{
	width: 397px; height: 220px; 
	background: url("../images/35.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
		
	
#main div#n36
	{
	width: 550px; height: 320px; 
	background: url("../images/36.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n37
	{
	width: 550px; height: 389px; 
	background: url("../images/37.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
#main div#n38
	{
	width: 422px; height: 168px; 
	background: url("../images/38.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n39
	{
	width: 384px; height: 165px; 
	background: url("../images/39.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n40
	{
	width: 250px; height: 135px; 
	background: url("../images/40.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n41
	{
	width: 250px; height: 170px; 
	background: url("../images/41.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n42
	{
	width: 246px; height: 166px; 
	background: url("../images/42.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
#main div#n43
	{
	width: 291px; height: 228px; 
	background: url("../images/43.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n44
	{
	width: 599px; height: 215px; 
	background: url("../images/44.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
	
#main div#n45
	{
	width: 600px; height: 186px; 
	background: url("../images/45.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
#main div#n46
	{
	width: 600px; height: 115px; 
	background: url("../images/46.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
#main div#n47
	{
	width: 328px; height: 136px; 
	background: url("../images/47.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}		
	
#main div#n48
	{
	width: 600px; height: 186px; 
	background: url("../images/48.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
#main div#n49
	{
	width: 460px; height: 157px; 
	background: url("../images/49.png") no-repeat;
	background-color: #DCD7B0;
	margin: 32px auto 0 auto; 
	padding-bottom: 5px; 
	}	
	
	
	
	
	
	
	
	
	
	
#main a.ct 
	{
	line-height: 135%;   
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	text-decoration: none;
	outline: none;
	}

a.ct, a.ct:link, a.ct:visited /*I used the same 'a.ct' styling for the 'click here' fragment link, near bottom of page*/
	{
	color: #8A3404; 
	background-color: transparent;
	}  
	
a.ct:hover, a.ct:active, a.ct:focus 
	{
	color: #626237; 
	background-color: transparent;
	}
	
#main span#arrow
	{
	vertical-align: 10%;
	line-height: 50%;
	}
	
	
#main ul#mods
	{
	width: 260px;
	list-style-type: none;
	margin-top: 26px;  
	margin-left: auto;   
	margin-right: auto; 
	margin-bottom: 0;
	padding: 0;
	/*border: 1px solid blue; */
	}

#main li#mod1, li#mod2, li#mod3 
	{
	padding: 0px 0px 18px 36px;
	margin: 0;
	/* border: 1px solid red;*/
	}

#main li#mod1
	{
	background: url("../../coltrane/images/cpw1.gif") no-repeat 0 0;
	}

#main li#mod2
	{
	background: url("../../coltrane/images/cpw2.gif") no-repeat 0 0;
	}

#main li#mod3
	{
	background: url("../../coltrane/images/cpw3.gif") no-repeat 0 0;
	padding-bottom: 3px; }
	
  
	
	
	
#main span.arrow
	{
	vertical-align: 10%;
	}  
	
	
#sig
	{
	width: 200px; height: 58px;
	background-image: url("../../images/sig_h1_4.png");
	background-repeat: no-repeat;
	background-color: #DCD7B0;
	margin-top: 64px;
	margin-left: 75px;
	margin-right: auto;
	margin-bottom: 0;   
	padding: 0;
	}
	
#main a.listen, #main a.about	
	{
	display: inline-block;
	width: 25px; height: 20px;
	vertical-align: -4px; /*-.275em;  */
	margin: 0;
	padding: 0;
	background: url("../images/note-link2.png") no-repeat; 
	background-color: #DCD7B0;
	border: none;
	text-decoration: none;
	outline: none;
	}

	
#main a.about	
	{
	width: 27px; height: 24px;
	vertical-align: -.4em;
	background: url("../images/favicon-for-Coltrane-links1.png") no-repeat; 
	border: none;
	}