/*Base HTML Formatting*/
body {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	font: 80% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FFFF99;
	background: #987C45;
}	

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
form {
	margin: 0;
}

h3 a {
	color: #FE6600;
}
h3 a:hover {
	color: #B19354;
}


/*Main Stucture*/
#accessibility {
	position: absolute;
	left: -9999px;
}

#container {
	position: absolute;
	top: 0px;
	text-align: left; 
	margin: 0 auto;
	background: #987C45 url(/shared/leaves/cont_bg.jpg) 0 0 repeat-y;
}						
html>body #container {
	padding-top: 0px;
}
	
/* Banner Section */

#banner {
	position: absolute;
	top: 0px;
	padding: 0px 0 0 0;
	width: 800px;
	height: 372px;
	background: #987C45 url(/shared/leaves/banner_lights.jpg) 0 0 no-repeat;
	z-index: 1;
}	
.photo {
	position: absolute;
	top: 49px;
	left: 574px;
	width: 161px;
	height: 161px;
	background: transparent url(/images/pic-161x161.jpg) 0 0 no-repeat;
	z-index: 2;
}	
.band {
	position: absolute;
	top: 101px;
	left: 62px;
	width: 340px;
	height: 88px;
	background: transparent url(/images/name.gif) 0 0 no-repeat;
	z-index: 2;
}	

#banner .band span {
	display: none;
}	

#banner .photo span {
	display: none;
}	

/* Navigation Section */

#navigation {
	position: relative;
	top: 280px;
	width: 780px;
	margin-top:0px;
	padding-top:0px;
	font-size:0.85em;
	line-height:2.1em;
	z-index:3;
}

#navigation ul {
	margin:0;
	padding:0 0 0 25px;
	list-style:none;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
	
#navigation a { 
	float:left;
	background:#987C45 url(/shared/leaves/nav1_new.jpg) no-repeat left bottom;
	margin:0 0 0 -1px;
	padding:0 0 0 9px; 
	text-decoration: none;
	curser: pointer;
}
	
#navigation a span {  
	float: left;
	display: block;
	background:#987C45 url(/shared/leaves/nav2_new.jpg) no-repeat right bottom;
	padding:5px 14px 9px 5px; 
	font-weight:bold;
	font-family: Georgia, Times, serif;
	font-size: 100%; /*change tab size by changing font % size*/
	color:#ffff99;
}

#navigation a:hover {
	background: #987C45 url(/shared/leaves/nav1_new.jpg) no-repeat left bottom;
	background-position: -9px 100%;
}
		
#navigation a:hover span {
	background: #987C45 url(/shared/leaves/nav1_new.jpg) no-repeat right bottom;
}

.home #navhome, .home #navhome:hover,
.bio #navbio, .bio #navbio:hover, 
.music #navmusic, .music #navmusic:hover ,
.contact #navcontact, .contact #navcontact:hover,
.press #navpress, .press #navpress:hover,
.news #navnews, .news #navnews:hover,
.calendar #navcalendar, .calendar #navcalendar:hover,
.photos #navphotos, .photos #navphotos:hover,
.products #navproducts, .products #navproducts:hover,
.guestbook #navguestbook, .guestbook #navguestbook:hover,
.links #navlinks, .links #navlinks:hover { 
	float:left;
	background:#987C45 url(/shared/leaves/nav1_new.jpg) no-repeat left bottom;
	margin:0 0 0 -1px;
	background-position: -21px 100%;
	padding:0 0 0 9px; 
	text-decoration: none;
	curser: pointer;
}
	
.home #navhome span, .home #navhome:hover span,
.bio #navbio span, .bio #navbio:hover span, 
.music #navmusic span, .music #navmusic:hover span,
.contact #navcontact span, .contact #navcontact:hover span,
.press #navpress span, .press #navpress:hover span,
.news #navnews span, .news #navnews:hover span,
.calendar #navcalendar span, .calendar #navcalendar:hover span,
.photos #navphotos span, .photos #navphotos:hover span,
.products #navproducts span, .products #navproducts:hover span,
.guestbook #navguestbook span, .guestbook #navguestbook:hover span,
.links #navlinks span, .links #navlinks:hover span {
	float: left;
	display: block;
	background:#987C45 url(/shared/leaves/nav2s_new.jpg) no-repeat right bottom;
	padding:5px 14px 9px 5px; 
	font-weight:bold;
	font-family: Georgia, Times, serif;
	color:#ffff99;
	curser: pointer;
}	
/* hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */
	
/* email signup */
#emailsignup {
	position: absolute;
	margin: 0;
	top: 249px;
	left: 425px;
	width: 400px;
	font: 100% Georgia, Times, serif;
	z-index: 2;
}

/*for IE only */

#emailsignup input {
	position: relative;
	left: 95px;
	margin: 0 6px 0 0;
	background: url(/shared/leaves/form_bg_small.jpg) no-repeat;
	background-position: center;
	border: 2px #B65B00 solid;
	color: #FFFF99;
	text-align: center;
	font: 90% Georgia, Times, serif;
	z-index: 3;
}

#emailsignup input[name="list_email"]{
	position: relative;
	left: 78px;
	width: 80px;
	background: url(/shared/leaves/indent_bg.jpg) no-repeat;
	color: #FBF8BB;
	border: 0;
	text-align: center;
	font: 95% Georgia, Times, serif;
	padding: 5px 15px 6px 10px;
	top: -2px;
	z-index: 3;
}	

#emailsignup input[name="list_submit"]{
	position: relative;
	padding: 5px 0 5px 0;
	background: url(/shared/leaves/button_small.jpg) no-repeat;
	width: 49px;
	border: 0;
	left: 71px;
	color: #FFFF99;
	text-transform: capitalize;
	font: 100% Georgia, Times, serif;
	z-index: 3;
}

#emailsignup input[name="list_submit"]:hover {
	color: #FE6600;
}	

	

/* Content Section */
#content {
	position: relative;
	margin-top: 20px;
	top: -36px;
	padding-top: 369px;
	width: 800px;
}	

#content h1,p {
	margin-left: 60px;
	width: 680px;
}	

#content p {
	font: 100% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}


/* Page Heading Graphics*/

#content h1 {
	position: relative;
	top: 0px;
	left: -5px;
	width: 308px;
	height: 77px;
}

#content h1 span {
	display: none;
}

.home #content h1 {
	background: url(/shared/leaves/home.jpg) top left no-repeat;
}
.list #content h1 {
	background: url(/shared/leaves/home.jpg) top left no-repeat;
}
.bio #content h1 {
	background: url(/shared/leaves/bio.jpg) top left no-repeat;
}
.music #content h1 {
	background: url(/shared/leaves/music.jpg) top left no-repeat;
}
.contact #content h1 {
	background: url(/shared/leaves/contact.jpg) top left no-repeat;
}
.press #content h1 {
	background: url(/shared/leaves/press.jpg) top left no-repeat;
}
.news #content h1 {
	background: url(/shared/leaves/news.jpg) top left no-repeat;
}
.calendar #content h1 {
	background: url(/shared/leaves/calendar.jpg) top left no-repeat;
}
.photos #content h1 {
	background: url(/shared/leaves/photos.jpg) top left no-repeat;
}
.products #content h1 {
	background: url(/shared/leaves/store.jpg) top left no-repeat;
}
.guestbook #content h1 {
	background: url(/shared/leaves/guestbook.jpg) top left no-repeat;
}
.links #content h1 {
	background: url(/shared/leaves/links.jpg) top left no-repeat;
}

	
/* Home Page Specific */
.home .entry h2,
.news .entry h2 {
	color: #FE6600;
	font: 210% Georgia, Times, serif;
	padding: 10px 0 0 80px;
	height: 46px;
	width: 500px;
	margin-left: 60px;
	text-align: left;
	background: url(/shared/leaves/leaves.jpg) no-repeat;
}	

.date {
	display: block;
	color: #B19354;
	font: 60% Georgia, Times, serif;
	font-weight: bold;
}	

.notes,
.bio .entry p {
	font: 105% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-left: 85px;
	width: 630px;
	padding-bottom: 10px;
}	

/*=========Music Page==========*/

.music h3 {
	color: #FE6600;
	font: 160% Georgia, Times, serif;
	width: 500px;
	text-align: left;
	background: url(/shared/leaves/music_note.jpg) no-repeat;
	padding: 15px 0 10px 50px;
	margin: 0 0 0 110px;
		
	
}

.music blockquote, .music .artist, .music .caption {
	width: 450px;
	font: 95% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-left: 193px;
}

.details ul {
	margin-left: 220px;
	height: 60px;
	width: 380px;
	margin-top: 5px;
	background: url(/shared/leaves/mp3.jpg) no-repeat;	
	border: 1px #B65B00 solid;
}

.details li a {
	position: relative;
	display: block;
	top: 6px;
	margin-left: 100px;
	color: #FFFF99;
	font: 110% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 300px;
	padding: 2px;
	text-align:center;
}
.details li a:hover {
	color: #B19354;
}


/*========= Contact Page ===========*/

.entry h2{
	margin-left: 85px;
	color: #FE6600;
	font: 170% Georgia, Times, serif;
	/*font-weight: bold;*/
}	
	
.entry .name {	
	margin-left: 105px;
	color: #FFFF99;
	font: 130% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.entry li {
	margin-left: 105px;
	color: #FFFF99;
	font: 100% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.entry a {
	color: #987C45;
	font: 110% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}	

/* Guestbook Specific */

#postForm {
	position: relative;
	display: inline;
	float: right;
	top: -20px;
	width: 240px;
	margin: 0 58px 0 0;
	
}

#postForm input, textarea {
	background: url(/shared/leaves/form_bg.jpg) 0 0 repeat-y;
	width: 240px;
	margin: 4px 4px 4px 0;
	border: 2px #B65B00 solid;
	padding: 2px 0 0 4px; 
	font: 105% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FBF8BB;
	font-weight: bold;
}

#postForm input[type="submit"]{
	background: url(/shared/leaves/button_long.jpg) no-repeat;
	border:0;
	font: 105% Georgia, Times, serif;
	font-weight: bold;
	color: #FFFF99;
	margin: 5px;
	padding:4px 0 10px 0;
}

#postForm input[type="text"], textarea {
	background: url(/shared/leaves/form_bg.jpg) 0 0 repeat-y;
	border: 2px #B65B00 solid;
	font: 105% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FBF8BB;
}

#postForm input[type="submit"]:hover {
	color: #FE6600;
}

#postForm label {
	display: block;
	font: 105% Georgia, Times, serif;
	font-weight: bold;
	color: #FFFF99;
	padding-left: 5px;
}	


#guestbook {
	float: left;
	display: inline;
	margin-left: 54px;
	width: 425px;
	padding-bottom: 5px;
}	

#guestbook .entry {
	width: 425px;
	background: #804000 url(/shared/leaves/comment.jpg) no-repeat;
	border: 1px #B65B00 solid;
	margin-bottom: 5px;
}
#guestbook h2 {
	font: 95% Georgia, Times, serif;
	font-weight: bold;
	color: #FE6600;
	width: 325px;
	padding-left:20px;
	padding-top: 15px;
	margin-bottom: 1px;
}

#guestbook h3 {
	width: 369px;
	font: 75% Georgia, Times, serif;
	font-weight: bold;
	color: #FFFF99;
	text-align :right;
	margin-left: 25px;
	margin-top: 2px;
}

#guestbook blockquote {
	width: 325px;
	background: #987C45 url(/shared/leaves/quote.jpg) no-repeat;
	padding: 15px 15px 15px 30px;
	border: 1px #804000 solid;
	margin: 0px 5px 25px 25px;
}	
	
/* Photo Page Specific */

.photos dt {
	text-align: center;
	width: 720px;
	font: 100% Georgia, Times, serif;
	color: #FFFF99;
	margin: 20px 0 5px 40px;
	
}	
dd {
	width: 720px;
	text-align: center;
}	

.photos img {
	border: 6px #987C45 double;	
}

.bio img {
	border: 6px #987C45 double;	
}

/* =========== Calendar Page =============== */
#calendar {
	padding-bottom: 2px;
}	
.calendar .entry {
	background: url(/shared/leaves/calendar_bg.jpg) no-repeat;
	display: block;
	width: 600px;
	border: 1px #B75B00 solid;
	margin:0 0 5px 100px;
}

.calendar .entry h2 {
	display: block;
	width: 400px;
	color: #FE6600;
	font: 155% Georgia, Times, serif;
	margin: 15px 0 0 150px;
	font-weight: bold;
}
	
.calendar .entry h3 {
	color: #FFFF99;
	width: 380px;
	font: 160% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 15px 0 0 210px;
}

.calendar .entry h4 {
	position: relative;
	top: 23px;
	width: 380px;
	color: #FFFF99;
	font: 140% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 0 0 0 210px;
	padding-bottom: 15px;
	
}
.calendar .entry p {
	color: #B19354;
	width: 380px;
	font: 140% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0 0 0 210px;
	padding-bottom: 10px;
}

.calendar .entry address {
	position: relative;
	top: -38px;
	color: #FFFF99;
	font: 130% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin: 0 0 0 210px;
}
 /* Press */
 
.press .entry blockquote {
	font: 105% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-left: 85px;
	width: 580px;
	padding: 10px 0 10px 30px;
	background: url(/shared/leaves/press_quote.jpg) no-repeat;
}
	
.press .entry .caption {
	font: 125% Georgia, Times, serif;
	color: #FE6600;
	text-align:  right;
	margin-top: -15px;
	margin-left: 85px;
	width: 580px;
	padding-left: 30px;
	padding-bottom: 10px;
}
	
.press .entry .caption a {
	font: 100% Georgia, Times, serif;
	color: #FE6600;
	margin-left: 2px;
	width: 580px;
	padding-left: 30px;
	padding-bottom: 10px;
}
	
.press .entry .caption a:hover {
	color: #B19354;
}	

/* Links */

.links #content h2 {
	display: block;
	color: #FE6600;
	font: 155% Georgia, Times, serif;
	margin:0 0 0 85px;
	padding:0;
}


.links #content dl a {
	font: 100% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FFFF99;
	margin: 0 0 0 120px;
	padding: 0;
	text-decoration: none;
	padding: 0;
}
	
.links #content a h2 {
	font: 135% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FF6600;
	margin: 0 0 0 120px;
	text-decoration: none;
	text-align: left;
	padding: 0 0 15px 0;
}
	
.links #content a:hover  {
	color: #B19354;
}	

.links #content a:hover h2 {
	color: #B19354;
}	

/* store */
.products #content h2 {
        margin-left: 85px;
        font: 170% Georgia, Times, serif;
        font-weight: bold;
}

.products #content h3 {
	font: 126% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.products .caption {
        width: 450px;
        font: 95% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
        margin-left: 103px;
}

.products #content a {
	text-align:center;
	color: #FF6600;
	font: 110% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.products #content a:hover {
        color: #B19354;
}

#footer {
	position: relative;
	clear: both;
	height: 64px;
	font-weight: bold;
	font-size: 70%;
	margin-top: 10px;
	background: #987C45 url(/shared/leaves/cont_foot.jpg) 0 0 no-repeat;
	z-index: 4;
}	
#footer p {
	font-weight: bold;
	font-size: 100%;
	padding-top: 10px;
}

#footer a {
	font-weight: bold;
	font-size: 100%;
	padding-top: 10px;
	color: #FFFF99;
}

#footer a:hover  {
	color: #B19354;
	text-decoration:none;
}

.newsDiv {
	padding: 0 55px 0 55px;
}

#contactCheck {
	visibility:hidden;
	height:1px;
}

#contactForm {
	position: relative;
	display: inline;
	float: center;
}

#contactForm input, textarea {
	background: url(/shared/leaves/form_bg.jpg) 0 0 repeat-y;
	width: 240px;
	margin: 4px 4px 4px 0;
	border: 2px #B65B00 solid;
	padding: 2px 0 0 4px; 
	font: 105% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FBF8BB;
	font-weight: bold;
}

#contactForm input[type="submit"]{
	background: url(/shared/leaves/button_long.jpg) no-repeat;
	border:0;
	font: 105% Georgia, Times, serif;
	font-weight: bold;
	color: #FFFF99;
	margin: 5px;
	padding:4px 0 10px 0;
}

#contactForm input[type="text"], textarea {
	background: url(/shared/leaves/form_bg.jpg) 0 0 repeat-y;
	border: 2px #B65B00 solid;
	font: 105% "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FBF8BB;
}

#contactForm input[type="submit"]:hover {
	color: #FE6600;
}

#contactForm label {
	display: block;
	font: 105% Georgia, Times, serif;
	font-weight: bold;
	color: #FFFF99;
	padding-left: 5px;
}	

#emailList {
	margin: 0 0 0 100px;
}

.details {
	text-align:center;
	width:122px;
}
