/* THIS IS THE MAIN STYLE SHEET FOR INDEX.HTML OF 'JUST FRIENDS' */
/* 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-top: 125px;
	margin: 0;
	color: #09090A;
	}
	
div#left p
	{
	font-size: 14px; 
	margin-left: 11px; margin-right: 11px; 
	margin-top: 14px;
	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 ul.header
	{
	list-style: none;
	text-align: center;
	padding: 0;
	margin-top: 16px;  /* was blank */
	margin-bottom: 16px;/* was blank */
	background-color: transparent;
	}
	
div#left ul.header li.header
	{
	font-size: 17px;
	font-weight: 900;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}

div#left ul.header li.header1
	{
	font-size: 17px;
	font-weight: 900;
	padding-top: 0;
	margin-top: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}
	
div#left ul.header li
	{
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	color: #09090A;
	}
	
div#left ul.header li#bottom
	{
	margin-bottom: 35px;
	} 	

div#left a.header, div#left a.header:link, div#left a.header:visited
		{
		margin: 0;
		padding: 0;
		background-color: transparent;
		border: none;
		text-decoration: none;
		outline: none;
		color: #09090A;
		}   

	

div#left a.header:hover
		{
		color: white;
		}


div#left a.favicon, div#left a.favicon:link, div#left a.favicon:visited
  
 		{
  		display: inline-block;
 		width: 14px;
		height: 14px;
		margin-left: 2px; margin-right: 2px; margin-top: 0; margin-bottom: -3px; 
		padding: 0;
		text-decoration: none;
		outline: none; 
		border: none;
		background: transparent url(../../images/faviconchanged.jpg) no-repeat; 
		}

 
div#left a.favicon:focus, div#left a.favicon:hover, div#left a.favicon:active  
			{
			width: 13px; 
			height: 13px;
			border: 1px solid white;       
			margin-left: 2px; margin-right: 1px; margin-top: -0; margin-bottom: -3px;
			padding: 0;
			overflow: hidden;
			} 



/*	______________ Left Links ____________________________ */
	
div#left ul#highest
	{
 	position: absolute;
	top: 1096px; /* 1116px; */
	left: 64px;
	}

div#left ul
	{
	margin: 0;
	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: 42px; 
	font-weight: 900;
	text-align: center;
	padding-top: 31px;
	padding-bottom: 0;
	margin: 0;
	color: #C5683B;
	}



/* --------------------------- link to PDFINFO ------------------------- */

ul#pdf
	{
	width: 264px;
	margin: 68px 0 0 75px; /* top  used to be 68px; */
	overflow: visible;
	list-style: none;
	padding: 0;
	background-color: transparent;
	}   
	
ul#pdf li	
	{
	width: 264px; 
	margin: 0 auto; 
	padding: 0;
	/*line-height: 100%; */
	}

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-top: 137px;
	padding-left: 36px; padding-right: 0; padding-top: 0; padding-bottom: 0
	}
	
ul#pdf li a:hover
	{
	width: 264px;
	color: #C5683B;
	text-decoration: none;
	outline: none;
	}	
	
* html ul#pdf li a {margin-top: 22px;}  /* IE hack, to adjust this margin-top */



/* --------------------------- end of link to PDFINFO ---------------------- */









	
#main p, #main ul, #main li 
	{
	/*width: 640px;*/
	margin-top: 20px;
	margin-left: 75px; 
	margin-right: 75px;
	margin-bottom: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: black;  
	line-height: 135%;
	}
	
#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: 33px;  
	}
	
#main p#about
	{
	margin-top: 36px;
	margin-bottom: 55px;
	font-size: 15px;
	font-style: italic;
	line-height: 160%;
	color: #AF4205; 
	}


#main #justfriends1
	{
	width: 600px; height: 704px;
	background-image: url("images/just_friends1.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 27px auto 0 auto;
	}
	
#main #g_analysis
	{
	width: 550px; height: 220px;
	background-image: url("images/g_analysis4.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 30px auto 0 auto;
	padding: 0;
	}
	
#main #g_analysistwo
	{
	width: 550px; height: 164px;
	background-image: url("images/g_analysistwo2.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 26px auto 0 auto;
	padding: 0;
	}
	
#main #g_comment1
	{
	width: 550px; height: 25px;
	background-image: url("images/g_comment1.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 41px auto 35px 76px;
	padding: 0;
	}

#main #openingbars
	{
	width: 600px; height: 240px;
	background-image: url("images/openingbars.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 43px auto 45px auto;
	padding: 0;
	}
	
#main #m_analysis1
	{
	width: 538px; height: 134px;
	background-image: url("images/m_analysis1.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 38px auto 45px auto;
	padding: 0;
	}
	
#main #m_analysis2
	{
	width: 534px; height: 132px;
	background-image: url("images/m_analysis2.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 38px auto 45px auto;
	padding: 0;
	}
	
#main #actualharmony1_4
	{
	width: 501px; height: 140px;
	background-image: url("images/actualharmony1_4.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px auto;
	padding: 0;
	}
	
#main #actualharmony2_5
	{
	width: 554px; height: 131px;
	background-image: url("images/actualharmony2_5.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px auto;
	padding: 0;
	}
	
#main #actualharmony5_9
	{
	width: 549px; height: 145px;
	background-image: url("images/actualharmony5_9.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px auto;
	padding: 0;
	}
	
#main #bII_ii
	{
	width: 172px; height: 134px;
	background-image: url("images/bII_ii.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px auto;
	padding: 0;
	}

#main #ii_of_bII-V_of_bII-ii_V
	{
	width: 571px; height: 186px;
	background-image: url("images/ii_of_bII-V_of_bII-ii_V.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px auto;
	padding: 0;
	}
	
#main #sequence_truncated
	{
	width: 566px; height: 135px;
	background-image: url("images/sequence_truncated.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px auto;
	padding: 0;
	}
	
#main #ii_of_bII-v_of_bII-ii
	{
	width: 265px; height: 124px;
	background-image: url("images/ii_of_bII-v_of_bII-ii.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}

#main #full_descending_sequence
	{
	width: 575px; height: 163px;
	background-image: url("images/full_descending_sequence.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}
	
#main #number3b32
	{
	width: 572px; height: 139px;
	background-image: url("images/3b32.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}
	
#main #structure1
	{
	width: 720px; height: 155px;
	background-image: url("images/structure1.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;  
	padding: 0
	}

#main .structure2
	{
	width: 721px; height: 173px;
	background-image: url("images/structure2.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;		
	padding: 0
	}

#main #big_sequences1
	{
	width: 718px; height: 204px;
	background-image: url("images/big_sequences1.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;		
	padding: 0
	}
	
	
#main #m_analysis3
	{
	width: 500px; height: 70px;
	background-image: url("images/m_analysis3.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 39px auto 35px auto;
	padding: 0
	}

#main #m_analysis4
	{
	width: 500px; height: 73px;
	background-image: url("images/m_analysis4.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 39px auto 35px auto;
	padding: 0
	}

#main #big_sequences2
	{
	width: 714px; height: 181px;
	background-image: url("images/big_sequences2.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;		
	padding: 0
	}

#main #final_argument
	{
	width: 725px; height: 261px;
	background-image: url("images/final_argument.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;		
	padding: 0
	}
	
#main #m_analysis5
	{
	width: 335px; height: 68px;
	background-image: url("images/m_analysis5.png");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 41px auto;
	padding: 0
	}
	
#main #my_view
	{
	width: 735px; height: 184px;
	background-image: url("images/my_view.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;		
	padding: 0
	}
	
#main #commontone_as_neighbour
	{
	width: 192px; height: 258px;
	background-image: url("images/commontone_as_neighbour.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}

#main #commontone_origin
	{
	width: 248px; height: 216px;
	background-image: url("images/commontone_origin.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}

#main #swing_gesture
	{
	width: 218px; height: 70px;
	background-image: url("images/swing_gesture.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}

#main #commontone_descending
	{
	width: 271px; height: 110px;
	background-image: url("images/commontone_descending.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}

#main #swing_8s
	{
	width: 345px; height: 123px;
	background-image: url("images/swing_8s.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}
#main #iii_instead
	{
	width: 403px; height: 150px;
	background-image: url("images/iii_instead.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto;
	padding: 0
	}
	

#main ul#commontone
	{
	margin-top: 5px;
	margin-left: 100px; 
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	}

#main ul#commontone li
	{	
	margin-left: 50px;
	margin-top: 5px;
	padding: 0;
	list-style: disc;
	line-height: 135%;
	}
	
#main #my_view2
	{
	width: 735px; height: 184px;
	background-image: url("images/my_view.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin: 45px auto 45px 48px;		
	padding: 0
	}
	
#main ol.update
	{
	margin-top: -15px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 18px;
	background: transparent;
	}

#main ol.update li	
	{	
	margin-left: 100px;
	margin-right: 75px;
	margin-bottom: 40px;
	padding: 0;
	list-style-type: circle;
	line-height: 135%;
	}

#main ol.update li.off
	{
	list-style-type: none;
	}

	
#main ol.update li#biii
	{
	list-style-type: none;
	width: 680px; height: 97px;
	background-image: url("images/biii_not_sharp_ii.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin-top: 45px;
	margin-left: 55px;  /*31px;*/    /* 0; */
	margin-right: auto;
	margin-bottom: 45px;
	padding: 0;
	line-height: 135%;
	}
	
#main ol.update li#ii_gets_V
	{
	list-style-type: none;
	width: 671px; height: 80px;
	background-image: url("images/ii_gets_V.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin-top: 45px;
	margin-left: 58px;
	margin-right: auto;
	margin-bottom: 45px;
	padding: 0;
	line-height: 135%;
	}
	
#main ol.update li#fbtritone	
	{
	list-style-type: none;
	width: 161px; height: 122px;
	background-image: url("images/fbtritone.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin-top: 45px;
	margin-left: 314px;
	margin-right: auto;
	margin-bottom: 45px;
	padding: 0;
	line-height: 135%;
	}

#main ol.update li#gnotb	
	{
	list-style-type: none;
	width: 672px; height: 77px;
	background-image: url("images/gnotb.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin-top: 45px;
	margin-left: 58px;
	margin-right: auto;
	margin-bottom: 45px;
	padding: 0;
	line-height: 135%;
	}

#main ol.update li#ebforbb
	{
	list-style-type: none;
	width: 677px; height: 80px;
	background-image: url("images/ebforbb.gif");
	background-repeat: no-repeat;
	background-color: #CBC5A0;
	margin-top: 46px;
	margin-left: 56px;
	margin-right: auto;
	margin-bottom: 45px;
	padding: 0;
	line-height: 135%;
	}

	

#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;
	}