/* styles for Song Tree */

BODY {color:black; background-color:white; background-image:url('ricebk.jpg'); }

P, TD, DIV {font-family:"Bookman Old Style", Georgia; font-size:18px; } /* 18 px */
H1 {font-family:"Bookman Old Style", Georgia; font-weight:normal; font-size:40px; line-height:1.166em; margin:11px 0px 18px 0px; } /* 48/56 px */
H2 {font-family:"Bookman Old Style", Georgia; }
.caption {font-family:Verdana; font-size:12px; margin-top:.5em; margin-bottom:1em; line-height:1.167em; }
.u {text-decoration:underline; }

#siteLinks {width:230px; float:left; margin-top:74px; } /* ; margin-top:5em */
/* hide from IE5 for Mac because ... \*/
   #siteLinks {position:fixed; }
/* the fixed position makes the links unclickable */
#siteLinks A {font-family:Georgia; font-size:15px; line-height:1.5em; }

a:link {color:#666633; }
a:visited{color:#333366; }
a:active {color:#990000; }

#guestlist {list-style:square; list-style-position:inside; padding-left:0px; }
#guestlist LI {margin:0px 0px 0px 2em; text-indent:-2em; font-family:Georgia; }
#guestlist LI.year {list-style:none; margin-top:1.2em; text-indent:0em; }
#guestlist LI.currentYear {list-style:none; text-indent:0em; }

.linksList {list-style:square; list-style-position:inside; padding-left:0px; }
.linksList LI {font-size:1.111em; margin:0px 0px .5em 38px; text-indent:-20px; }
P.linksList {font-size:1.111em; }

.ds, #shows IMG {border:1px solid #666; 
	/* drop shadow */
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

