/* new styles for Song Tree with midnight blue background */

BODY {
	min-height:535px; /* to allow scrolling of links */
	margin:0px; padding:0px; 
	background-color:#003; 
	color:white; 
}

#body { /* table 1 */
	width:100%; height:100%; 
	margin:0px; 
	background-image:url(images/Song-Tree-sky2a.jpg); 
	background-repeat:no-repeat; 
	position:static; 
	top:0px; left:0px;
}
#bodyTD {padding:60px 145px; } /* table 1 */

 /* #contentTable {}table 2 */
#left-column, #spacerL {width:250px; } /* table 2 */



/* Upcoming Concerts at top of page */
DIV#upcoming {border-top:3px solid #ce0; padding-top:.5em; margin-bottom:1em; min-width:600px; } /* #399 */
DIV#upcoming DIV {padding-left:1em; margin-left:0em; } /* border-left:3px solid #f30; #f33 */
H1 {margin:0px; padding:46px 0px 8px 0px; } /* heading image */
H1 IMG[ALT] {font-weight:normal; font-size:20px; color:#66F; }
#upcoming A {white-space:nowrap; line-height:1.5em; }
#shows {color:#ddd; }
#shows IMG {border:1px solid #ddd; }
#shows .caption {display:inline-block; } /* to maintain top margin below image */

P, TD, DIV {
	font-family:"Bookman Old Style", "URW Bookman L", Georgia, serif; 
	font-size:18px; line-height:1.278em; 
} /* 18px/23px */

H2 {	font-family:"Bookman Old Style", "URW Bookman L", Georgia, serif; }

.caption {
	font-family:Verdana; 
	font-size:12px; 
	margin-top:.5em; 
	margin-bottom:1em; 
	line-height:1.167em; 
}

.u {text-decoration:underline; }

#siteLinks { /* changed July 6, 2010 */
	width:250px; 
	height:auto; 
	position:absolute; 
	top:173px; 
}

.siteLinks1 { /* changed July 6, 2010 */
	font-family:Georgia; 
	font-size:16px; 
	line-height:1.5em; 
}

.siteLinks2 .leafButton {
	background-image:url(images/live-oak-leaf.png); 
	position:static; 
	width:161px; height:51px; 
	border:none; 
	text-align:center; 
	padding-left:13px; 
	padding-bottom:8px; 
}
.siteLinks2 .leafButton A {
	font-family:Georgia; 
	font-size:18px; 
	line-height:1em; 
	font-style:italic; 
	text-shadow: .1em .1em .2em #000, .1em .1em .2em #000; 
}
.siteLinks2 .leafButton A:hover {
	text-shadow: .1em .1em .2em yellow; 
}

DIV.siteLinks3 {
	background-image:url(images/live-oak-leaf2.png); 
	background-repeat:no-repeat; 
	position:static; 
	width:161px; height:57px; 
	border:none; 
	text-align:center; 
	padding-left:13px; 
	padding-bottom:0px; 
}
.siteLinks3 A {
	font-family:Georgia; 
	font-size:18px; 
	line-height:1.5em; 
	font-style:italic; 
	text-shadow: .1em .1em .2em #000, .1em .1em .2em #000; 
}
.siteLinks3 A:hover {
	text-shadow: .1em .1em .2em yellow; 
}


/* links */
a, .linkStyle {text-decoration:none; border-bottom:2px dotted #7CF; } /* 1px dotted #7CF */
a:link {color:#FFF; }
a:visited {color:#FFF; }
a:active {color:#DE0; }
a:hover {text-decoration:underline; border-bottom:none; }
#siteLinks A.leafButton {border:none; border-bottom:none; text-decoration:none; background-color:transparent; }
#siteLinks .leafButton IMG {border:none; border-bottom:none; text-decoration:none; 
	width:161px; min-height:51px; background-color:transparent; 
} /* background-color : transparent for IE 6 */ 

/* Guestbook.htm */
#guestlist, #sponsorslist {list-style:square; list-style-position:inside; padding-left:0px; }
#sponsorslist LI {margin:0px 0px 1em 2em; text-indent:-2em; }
#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; line-height:1.278em; }
#guestlist LI.currentYear {list-style:none; text-indent:0em; }

/* Links.htm */
.linksList {list-style:square; list-style-position:inside; padding-left:0px; }
.linksList LI {margin:0px 0px .5em 38px; text-indent:-20px; } /* font-size:1.111em;  */
/* P.linksList {font-size:1.111em; } */

/* borders & drop shadows for images and menu items */
.ds, #shows IMG {
	border:1px solid #666; 
}


