/* 
	Designed by David Kobrenski, Black Bear Moon www.blackbearmoon.com  -  Campton New Hampshire USA
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com May 2007 
   All styles that have been changed are indented
	
	- styled all images (namely the one on the home page) like those on the photo page
	- added min-height to #content div, hacked (safely) for IE6, which was never heard of min-height

*/


/*<group=main structural elements>*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: rgb(242,237,226) url(/images/orange-paper.jpg) repeat 0px 0px;
	color: #191919;
	font: 13px Georgia, Times New Roman, Times, serif;
}

#accessibility {
	display: none;
}

#container {
	position: relative;
	text-align: center;
	width: 822px;
	margin: 0px auto 0 auto;
	padding-top: 35px;
	}
	
/*</group>*/

/*<group=main content elements>*/

#content {
	position: relative;
	background: transparent url(/images/orange-content_bck.jpg) repeat-y center top;
	text-align: left;
	margin: 0px;
	padding: 84px 36px 6em 280px;
	z-index: 10;
	width: 822px; /* for IE5/Win */  /* was 822 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 506px; /* actual value */
}

html>body #content {
	width: 506px;	
}

			/* NEW!! These improve appearance by keeping the design larger than the nav list -- was 590, was 400px */
			
			#content				{min-height: 697px;}
			*html #content		{height: 697px;}			/* NEW!! safelt hacked for IE6; it treats this like min */

#disccontent {
	position: relative;
	background: transparent url(/images/orange-content_bck.jpg) repeat-y center top;
	text-align: left;
	margin: 0px;
	padding: 84px 36px 6em 280px;
	z-index: 10;
	width: 822px; /* for IE5/Win */  /* was 822 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 506px; /* actual value */
}

html>body #disccontent {
	width: 506px;	
}

			/* NEW!! These improve appearance by keeping the design larger than the nav list -- was 590, was 400px */
			
			#disccontent				{min-height: 2767px;}
			*html #disccontent		{height: 2767px;}			/* NEW!! safelt hacked for IE6; it treats this like min */
			#disccontent		{height: 2837px;}			/* NEW!! safelt hacked for IE6; it treats this like min */

#emailsignup {
	position: absolute;
	text-align: right;
	font-size: 12px;
	line-height: 12px; /* this is an added element */
	top: 97px;
	right: 32px;
	z-index: 110;
	margin-right: -15px;
}

#emailsignup input {
	margin: 0 4px;
}

#footer {
	margin: 0;
	padding: 0;
	padding-top: 1px;
	width: 822px;
	height: 21px;
	background: transparent url(/images/orange-footer_bck.jpg) no-repeat center top;
}
	
/*</group>*/

/*<group=banner area>*/

#banner {
	font-size: 2.5em;
	position: relative;
	z-index: 15;
	text-align: left;
	width: 822px;
	margin: 0px auto;
	padding: 0 0 20px 0;
	background: transparent url(/images/orange-top_bck.jpg) no-repeat center bottom;
}

#banner .photo {
	height: 312px;   /* was 335px with 3-year-old photo */
	margin: 0px;
	padding: 0px;
background: transparent url(/images/Stone_041108edited_233x312_72.jpg) no-repeat 0px 0px;   /* was Stone223x335_72color.jpg different height */
	border: 1px solid rgb(208,199,181);
	position: absolute;
	left: 36px;
	top: 0px;
	z-index: 15;
	width: 225px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 223px; /* actual value */
}

html>body banner .photo {
	width: 223px;
}

#banner .band span {
	display: block;
	padding-left: 280px;
	color: rgb(45,43,39);
	font-style: normal;
	letter-spacing: 0px; /* 6px */
	/* text-transform: lowercase; */
}

#banner .photo span {
	display: none;
}
	
/*</group>*/

/*<group=basic html elements>*/

p, li, dt, dd, #content .entry {
	line-height: 1.6em;
}

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

form {
	margin: 0;
}

img {
	border: none;
}

a:link {
	color: rgb(137,71,26);
	text-decoration: none;
}

a:visited {
	color: rgb(137,71,26);
	text-decoration: none;
}

a:hover {
	color: red; /* rgb(149,115,91); */
	padding-bottom: 3px;
	/* border-bottom: 1px dashed rgb(157,129,110); */
}

a:active {
	
}

h1, h2, h3 {
	color:  rgb(68,60,48);
	margin-top: 0;
}

h1 {
	font-size: 18px;
	letter-spacing: 2px;
}

h2 {
	font-size: 17px;
	letter-spacing: 1px;
}

h3 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

h4 {
	font-weight: normal;
	font-size: 1em;
}

dl {
	position: relative;
}

dt {
	color: rgb(103,96,91);
	font-style: italic;
	margin: 0 0 6px 0;
	padding-left: 36px;
	background: transparent url(/images/orange-bullet.gif) no-repeat 0 6px;
}

dd {
	margin: 0 0 24px 0;
}

			/* NEW!! originally these styles were for "dd img" only; now they're generall for all images and then
				the margin-bottom is set back to 0 for dd img (which appears on the photos page) */
				
         img {
         	border: 0px solid rgb(208,199,181);
         	padding: 0px;
				margin-bottom: 1em;
         }
			
			dd img {
				margin-bottom: 0;
			}

address {
	font-style: normal;
}

table {
	padding: 0;
	margin-bottom: 12px;
}

hr {
	color: rgb(208,199,181);
	background-color: rgb(208,199,181);
	height: 1px;
	border: 0;
}

input, textarea {
	font: 12px Georgia, Times New Roman, Times, serif;
	padding: 2px 4px;
	border-top: 1px solid rgb(103,96,91);
	border-left: 1px solid rgb(103,96,91);
	border-right: 1px solid rgb(208,199,181);
	border-bottom: 1px solid rgb(208,199,181);
	background-color: rgb(252,250,246);
}

input:focus, textarea:focus, input:hover, textarea:hover {
	background-color: white;
}

input:active {
	color: rgb(252,250,246);
	background-color: rgb(208,199,181);
}

blockquote {
	line-height: 1.9em;
	text-indent: 28px;
	margin: 0;
	padding: 0px 6px;
}
	
/*</group>*/

/*<group=navigation area>*/

#navigation ul {
	position: absolute;
	background: rgb(234,227,213) url(/images/orange-destinations.gif) no-repeat 50% 10px;
	text-align: left;
	padding-top: 48px;
	left: 36px;
	top: 367px;   /* 390px; */
	border: 1px solid rgb(208,199,181);
	z-index: 11;
	width: 225px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 223px; /* actual value */
}

html>body #navigation ul {
	width: 223px;
}

#navigation li {
	font-size: 14px;
	padding-bottom: 1px;
}

#navigation li a {
	display: block;
	color: rgb(103,96,91);
	margin: 0;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	letter-spacing: 1px;
}

#navigation li a:hover {
	background-color: white;
	color: rgb(24,22,20);
	border: none;
}
	
/*</group>*/

/*<group=content area>*/

#content p {
	margin-bottom: 0 }
	p + p {
 	    text-indent: 1.5em;
	     margin-top: 0 }
/* was p {	margin-top: 0; } */

.entry {
	margin-bottom: 1em;
}

#content h2 span.date, #guestbook h3  {
	display: block;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
}

.entry .name {
	font-weight: bold;
}

.entry ul {
	border-left: 3px solid rgb(234,227,213);
	margin-left: 10px;
	padding-left: 8px;
}
.entry li {
	margin: 2px 0px;
}
	
/*</group>*/

/*<group=page-specific style>*/

.press .entry  {
	background: transparent url(/images/orange-bullet.gif) no-repeat 0 6px;
	margin-bottom: 18px;
	padding: 0px;
}

.caption {
	text-align: right;
	font-style: italic;	
}

.details {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

.details .artist {
	font-style: italic;
}

.details ul {
	position: relative;
}

.details li {
	margin: 2px 0px;
	padding-left: 16px;
                   background: transparent url(/images/orange-music_note.gif) no-repeat 0px 50%;
	background-position: 0 -1px;
}

/* begin from hb_calendar.html */
   .calendar_today { 
	background-color: transparent; 
	width: 98%; 
	padding: 6px; 
	margin: 4px; 
	text-align: left; 
	border: 1px solid #dddddd; 
	border-collapse: collapse; 
	}
   .calendar_event_1 { background-color: transparent; width: 98%; padding: 6px; margin: 4px; text-align: left; border: 1px solid #dddddd; border-collapse: collapse;  }
   .calendar_event_2 { background-color: transparent; width: 98%; padding: 6px; margin: 4px; text-align: left; border: 1px solid #dddddd; border-collapse: collapse; }
   .calendar_date_table { border-collapse: collapse; }

/*   .calendar_artist_text { color: beige; text-align: center; font-size: 16pt; font-weight: bold; } */
   .calendar_date_text { color: rgb(137,71,26); font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 8pt; line-height: 9pt; font-weight: bold; padding: 0; }
   .calendar_event_title_text { color: #333333; font-size: 12pt; line-height:14pt; font-weight: bold; }
   .calendar_notes_text { color: #333333; font-size: 10pt; line-height: 13.5pt; margin: 0 0 0 0 ;}
   .calendar_venue_text { color: #333333;  font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 7pt; line-height: 10pt; font-weight: bold; margin: 0 0 0 0; }
   .calendar_thumbnail { 
	color: rgb(137,71,26); 
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	font-size: 7pt; 
	line-height: 9pt; 
	indent-text: 0px;
	font-weight: bold; 
	padding-left: 6px; 
	margin-top: 8px; 
	padding-bottom: 4px;
	}


 /* .calendar_venue_name { color: #333333; font-size: 10pt; margin-left: 10px;} */

/* end from hb_calendar.html */


#calendar .entry {
	position: relative;
	margin-bottom: 18px;
	padding: 0;
	background: transparent url(/images/orange-bullet.gif) no-repeat 0 6px;
}

#calendar h2 {
	margin: 0 0 3px 0;
	padding-left: 36px;
	padding-bottom: 3px;
	/* border-bottom: 1px solid rgb(208,199,181); */
}

#calendar h3 {
	margin: 0;
	font-style: italic;
}

#calendar h3, #calendar h4 {
	margin: 0;
}

#calendar .details {
	margin-bottom: 0;
}

#calendar p {
	color: rgb(103,96,91);
	font-style: italic;
}

/* begin from hb_news.html */
   /* .news { color: black; 
           background-color: transparent; 
           width: 470px;
           padding: 10px;
           text-align: center;
           border: 1px solid black;
           } */
   .news_entry {  }
   .news_date { color: #D2691E; /* aka chocolate; */
                background-color: transparent; 
                font-family: Verdana, Tahoma, Arial, sans-serif;
                font-size: 11px;
                font-weight: bold;
                /* padding: 2px; */
                line-height: 14pt;
                border: none; /* 1px solid black; */
                }
   .news_title { color: black; /* darkred; */
                /* font-weight: bold; */
                text-align: top;
                margin-bottom: 10px;
                /* text-align: left; */
                }
   .news_text { color: black; /* darkred; */
                /* font-weight: bold; */
                text-align: top;
	line-height: 1.0;
                padding-top: 2px;
                padding-bottom: 20px;
		line-height: 160%;
                margin-top: 0px;
                margin-bottom: 20px;
                border-bottom: 1px solid gray;  /*solid black; */
                /* text-align: left; */
               }

 .news_text  p {
	margin-top: 0px }
	p + p {
 	    text-indent: 20px;
	    margin-top: 0px }

 /* end from hb_news.html */

   .news_tnentry { 
                border: 1px solid #dddddd;  /*solid black; */
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 6x;
	text-align: left;

 }
   .news_tndate { color: rgb(137,71,26);  /* to match calendar thumbnail date color */
                background-color: transparent; 
                font-family: Verdana, Tahoma, Arial, sans-serif;
                font-size: 9px;
                font-weight: bold;
                padding: 6px;
	padding-bottom: 4px
               line-height: 9pt;
                border: none; /* 1px solid black; */
	align: left
                }
   .news_tntitle { color: black; /* darkred; */
                /* font-weight: bold; */
                font-size: 10pt;
               text-align: top;
                margin-top: 0; 
                margin-left: 6px; 
                margin-bottom: 0; 
                text-align: left; 
                }
   .news_tntext { color: black; /* darkred; */
                /* font-weight: bold; */
                text-align: top;
              /* font-family: Verdana, Tahoma, Arial, sans-serif; */
 	font-size: 8pt;
	line-height: 160%;
                padding-top: 0px;
                padding-left: 20px;
                padding-bottom: 4px;
                padding-right: 6px;
                margin-top: 0px;
                margin-bottom: 0px;
                border: none;  /*solid black; */
                /* text-align: left; */
               }

 .news_tntext  p {
	margin-top: 0px }
	p + p {
 	    text-indent: 20px;
	    margin-top: 0px }


.products table h2, .products table p {
	margin: 0;
}

.products img {
	display: block;
	padding: 3px;	
}

.products a img {
	border: 1px solid white;
}

.products a:hover img {
	border: 1px solid rgb(208,199,181);
}

#postForm form {
	position: relative;
	border: 1px solid rgb(208,199,181);
	background: white url(/images/orange-bullet.gif) no-repeat 98% 10px;
	padding: 8px;
}

 #postForm label, #postForm textarea {
	display: block;
}

#postForm input, #postForm textarea {
	margin: 6px 0 12px 0;
	width: 300px;
}

#postForm textarea {
	height: 75px;
}

#guestbook .entry {
	background: transparent url(/images/orange-grad_bck.jpg) no-repeat 0 0;
	margin: 24px 0;
	padding: 8px 0 0 8px;
}

#guestbook .entry h2 {
	font-size: 14px;
	margin: 0;
}

#guestbook .entry h3 {
	margin: 0;
}

#guestbook blockquote {
	color: rgb(103,96,91);
	text-indent: 0px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.links dt h3 {
	display: inline;
	font-size: 14px;
	font-style: normal;
	margin: 0;
}

.links h2 {
	width: 500px;
	color: rgb(68,60,48);
	font-size: 14px;
	background: transparent url(/images/orange-grad_bck.jpg) no-repeat 0 0;
	padding: 8px 0 14px 8px;
}

.links a:hover {
	border-width: 0;
}

.links a:hover h2 {
	color: rgb(149,115,91);
	border-width: 0px;
}

/* -- selected links --*/

.home #navhome, .index #navindex, .discography #navdiscography, .listen #navlisten, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar, .bio #navbio, .pottery #navpottery, .products #navproducts {
	background: rgb(214,206,190) url(/images/orange-bullet_here.gif) no-repeat 95% 50%;
	font-style: italic;
	color: rgb(24,22,20);
}

.home #navhome:hover, .index #navindex:hover, .discography #navdiscography:hover, .listen #navlisten:hover, .music #navmusic:hover, .contact #navcontact:hover,   .press #navpress:hover, .news #navnews:hover, .photos #navphotos:hover, .guestbook #navguestbook:hover,  .links #navlinks:hover, .calendar #navcalendar:hover, .bio #navbio:hover, .pottery #navpottery:hover, .products #navproducts:hover {
	background: rgb(214,206,190) url(/images/orange-bullet_here.gif) no-repeat 95% 50%;
	font-style: italic;
	color: rgb(24,22,20);
}
	
/*</group>*/

/*<group=section-specific image replacement>*/

h1 {
	height: 84px;
	width: 822px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	background-image: url(/images/orange-h1_bck.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 12;
}

.home h1, .index h1, .list h1 {
	background-image: url(/images/orange-welcome.jpg);
}

.contact h1 {
	background-image: url(/images/orange-contact.jpg);
}
.calendar h1 {
	background-image: url(/images/orange-calendar.jpg);
}
.discography h1 {
	background-image: url(/images/orange-discography.jpg);
}
.guestbook h1 {
	background-image: url(/images/orange-guestbook.jpg);
}

.links h1 {
	background-image: url(/images/orange-links.jpg);
}
.music h1 {
	background-image: url(/images/orange-music.jpg);
}
.listen h1 {
	background-image: url(/images/orange-listen.jpg);
}
.news h1 {
	background-image: url(/images/orange-news.jpg);
}
.photos h1 {
	background-image: url(/images/orange-photos.jpg);
}
.press h1 {
	background-image: url(/images/orange-press.jpg);
}
.bio h1 {
	background-image: url(/images/orange-bio.jpg);
}
.store h1 { 	/* products */
	background-image: url(/images/orange-store.jpg);
}
.pottery h1 { 	/* products */
	background-image: url(/images/orange-pottery.jpg);
}
h1 span {
	display: none;
}
	
/*</group>*/

/*<group=TWEAKS>*/

/* .music #content {
	padding-bottom: 2000px;  */
}

.discography #content {
	/* padding-bottom: 2200px; */
	height: 100%;
}

.listen #content {

	/* padding-bottom: 2000px; */
}

.press #content, .calendar #content, .guestbook #content {
	/* padding-bottom: 2000px; */
}

.contact #content, .links #content, .products #content {
	/* padding-bottom: 270px; */
}
	
/*</group>*/

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }

.quote p {
	margin-top: 0px ;
	margin-bottom: 0pt ; }
	p + p {
 	    text-indent: 20px;
	    margin-top: 0px;
	    margin-bottom: 0pt ;  }

.quote_attribution { 
	text-align: right;
	font-size: 8pt;
	line-height: 9pt;
	margin-top: 7pt;
	margin-bottom: 20pt;
 }

.welcome {
	text-align: left;
	border-bottom: 1px solid #cccccc ;
	padding-bottom: 11pt;
	margin-bottom: 20pt;
}

   .calendar_tnentry { 
                border: 1px solid #dddddd;  /*solid black; */
	margin: 6px;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 6x;
	text-align: left;

 }

   .calendar_tntext { 
                font-family: Verdana, Tahoma, Arial, sans-serif;
 	font-size: 8pt;
	/* font-weight: bold; */
	line-height: 10pt;
	text-indent: 0px;
                margin-left: 0px;
                padding-top: -1px;
                padding-bottom: 4px;
                padding-right: 16px;
                /* padding-left: 12px; */
                margin-right: 10px;
                margin-top: 1px;
                margin-bottom: 0px;
                border: none;  /*solid black; */
                text-align: left;
	}



.upcoming {
                background-color: transparent; 
               /*  font-family: Verdana, Tahoma, Arial, sans-serif; */
	letter-spacing: 1px;
                font-weight: bold;
	color: #444444;
	font-size: 8pt;
	padding-bottom: 4pt;
	/* border: 1px solid red; */
}


.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

