/* 
	Designed by Dave Shea www.brightcreative.com
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com April 2007 - September 2008
   All styles that have been changed are indented
	
	CANDY APPLE - LEFTNAV
	
	- band photo was pushed to the right in IE7, due to failed hacks. Fixing the hacks revealed many other
	  positioning problems due to relative and absolute positiong, and mixing the use of margins and "top"
	  and "left" for controlling where things are. all fixed now.
	- fixed h1 image replacement. now works fine in all browsers including IE6
	- minor indentation tweaks

	SEPTEMBER 2008:
	- fixed a broken ie5 hack that was messing up #navigation. it was probably originally due to a typo  
	- minor tweaks to #emailsignup
	- added margins to home page images	
	- removed .news {line-height: 130%;} code, which has no apparent benefits, yet makes text on the news
	  page look weird
	- fixed a minor bug in the #footer, involving page specific line-height settings for paragraphs
	- now using padding-left on #content, which is much more future-proof
   - solved the infamous IE #navigation link bug, where only the text portion of the links were active. By
     giving hasLayout to #navigation li a, the entire link blocks are now hoverable and clickable
	
*/


/* =========== LAYOUT =========== */


/* Basic HTML Elements */
body {
	padding: 0;
	margin: 0;
	text-align: center;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
form {
	margin: 0;
}

/* main structural elements */
#accessibility {
	position: absolute;
	left: -9999px;
}
               #container {
						position: relative;		/* NEW!! this is crucial for #banner to be position: absolute */
               	width: 750px;
               	text-align: left;
               	margin: 0 auto;
               	padding: 60px 0 0 0;
               }

/* main content elements */
               #banner {
               	width: 191px;
               	height: 210px;
               	position: absolute;
               	top: 0;
						left: 0;			/* NEW!! this aligns the image to the left. consistent in all browsers */
               /*	margin-left: 0; 	NEW!! was -191px as part of an IE6 hack */
               }
					
					/*
               html>body div#banner {
               	margin-left: 0;
               }
					*/
					
#navigation ul {
	width: 190px;
	float: left;
	margin-top: 210px;
}
               #content {
               	margin: 0 0 0 195px;
						padding-left: 20px;			/* NEW!! This replaces margin-left: 20px; on several elements */
               }
               #emailsignup {
               	position: absolute;
               	top: 0;
						left: 0;			/* NEW!! this aligns the image to the left. consistent in all browsers */
               	text-align: right;
               	padding: 4px;
               	width: 554px;
					}

					/*	NEW!! got rid of these IE5 hacks that, curiously, messed up FF and Opera as well 
               	voice-family: "\"}\"";
               	voice-family:inherit;
               	width: 546px;
               }
               html>body #emailsignup {
               	width: 554px;
               }

               /* ie5/mac hack \
               html>body #emailsignup {
               	width: 742px;
               }
					*/

/* -- banner area -- */
               #banner .band {
						margin-left: 1px;		/* NEW!! minor tweak because photo doesn't line up otherwise */
               	width: 190px;
               	height: 211px;
background: url(/images/courage-190x211-01.jpg) no-repeat;
               	/*	margin-left: -3px; 	NEW!! this really didn't need to be there */
               }
               
					/* NEW!! goodbye messy hacks 	

					#banner .band {
               	position: relative;
               	left: -191px;
               } 

               /* ie5/mac hack \
               #banner .band {
               	position: absolute;
               	top: 0;
               	left: auto;
               }
               
               /* end hack 
               html>body #banner .band {
               	margin-left: 1px;
               } */

#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}

/* =========== STYLE =========== */

/* -- basic html elements -- */
body {
	font: 80% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #9A0000;
	background: #F00007;
}
a {
	color: #fff;
	font-weight: bold;
}
a:hover {
	color: #f00;
}
h2 {
	color: #9A0000;
	font-weight: normal;
	font-size: 1.3em;
	letter-spacing: -1px;
	padding: 5px 22px;
	margin-bottom: 0.7em;
	margin-top: 0;
}
h2 a {
	color: #9A0000;
}
         h3 {
         	font-size: 1.2em;
         	margin: 0 10px 0 5px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         }
h4 {
	font-size: 1em;
	font-style: italic;
	margin: 2px 10px 10px 0;
	color: #F82E2E;
}
         ul {
         	padding: 0;
         	margin: 0 0 0 10px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	list-style-type: square;
         }
input:focus, textarea:focus {
	color: #C84130;
	background: #fff;
	font-weight: bold;
}

/* -- content area --*/
#emailsignup {
	font-size: 0.9em;
	padding: 5px;
	color: #8C0104;
}
#emailsignup input:focus {
	font-weight: normal;
}
#content {
	background: #FF9984 url(/shared/candyapple/05-content-bg.gif) 0 0 repeat-x;
	padding-bottom: 10px;
}
         #content h2 {
         	background: transparent;
         	background: url(/shared/candyapple/h2-bg.gif) bottom left repeat-x;
         	margin: 10px 25px 10px 5px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	padding: 5px 0;
         }
			
#content .entry {
	margin: 0 0 30px 0;
}

         .press #content .entry {
         	margin-left: -20px;		/* NEW!! Reduced margin-left by 20px; now using content padding. */
         }			
			
#content .entry h2 {
	border: 0;
	border-bottom: solid 1px #CB0000;
}
         .entry .name, .entry .act {
         	font-weight: bold;
         	font-size: 1em;
         	margin-left: 10px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	display: block;
         }
         .entry ul {
         	margin-top: 10px;
         	margin-left: 40px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         }
.entry li {
	line-height: 20px;
}

               .entry p, .notes {		/* NEW!! now applied to .notes, which had no indentation before */
               	margin: 10px 20px 15px 40px;	/* NEW!! Reduced margin-left by 20px; */
               }
					
				/*	img {margin: 0 20px;}	 NEW!! images had no margins before */

         .details {
         	margin: 0 20px 0 10px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         }
#footer {
	font-size: 0.9em;
	text-align: center;
	border-top: solid 1px #E10000;
	border-bottom: solid 1px #f00;
	background: #fff url(/shared/candyapple/05-footer.gif) 0 0 repeat-x;
	padding: 8px 10px 11px 10px;
	margin: 2px 0 0 0;
	clear: both;
	color: #f00;
}
         #footer p {
         	margin: 0;
				line-height: 1.25;			/* NEW!! this forces consistency from page to page */
         }

/* -- section-specific style -- */
         .home p, .index p, .list p, .list form {
         	margin: 0.5em 20px 1.5em 0;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	line-height: 140%;
         }
         #postForm {
         	border: solid 2px #fff;
         	margin: 15px 35px 30px 15px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	padding: 10px;
         	background: #FA0000 url(/shared/candyapple/shiny-bg.gif) 0 0 repeat-x;
         }
#postForm input, #postForm label, #postForm textarea {
	display: block;
	text-align: left;
	width: 300px;
	margin: 0 auto 10px auto;
}
#postForm label {
	color: #fff;
	background-color: #c90000;
	padding: 3px;
	margin-bottom: 1px;
	width: 294px;
}
.guestbook h2 {
	margin-bottom: 5px;
}
.guestbook h2 a {
	text-transform: lowercase;
}
               .guestbook h3 {
               	width: 100px;
               	float: left;
               	margin: 0 15px 20px -10px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
               	padding: 5px 5px;
               	background: url(/shared/candyapple/shiny-bg.gif) repeat-x;
               	text-align: center;
               	border: solid 1px #fff;
               	color: #FF8275;
               }
         .links dl {
         	margin: 0 25px 20px 5px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         }

			.guestbook blockquote {
				margin-left: 20px;				/* NEW!! Reduced margin-left by 20px; now using content padding. */
				}

.links dd {
	margin-bottom: 5px;
}
.music h2 {
	margin-top: 40px;
	margin-bottom: 1em;
}
.music h3 {
	margin-top: 20px;
}
         .music .details {
         	margin: 0 30px 15px 10px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         }
.music .artist {
	color: #F82E2E;
}
.music .artist, .music .caption {
	display: inline;
	padding-right: 10px;
}
.music .description {
	line-height: 150%;
	font-style: italic;
	border-bottom: solid 1px #797982;
}
.music #content ul {
	list-style-type: none;
	background: #161651 url(/shared/candyapple/shiny-bg.gif) 0 0 repeat-x;
	padding: 5px 10px;
	margin: 10px 0;
	border: solid 1px #fff;
}
.music .mp3_hifi_download, .music .mp3_lofi_download {
	padding: 6px 0 6px 25px;
	background: url(/shared/candyapple/ico-cd.gif) no-repeat;
	display: block;
}
.music .mp3_hifi_play, .music .mp3_lofi_play {
	padding: 6px 0 6px 25px;
	background: url(/shared/candyapple/ico-play.gif) no-repeat;
	display: block;
}

			/* NEW!! This odd bit of code makes all the text on the news page look misaligned. Gone.  
         .news {
         	line-height: 130%;
         }
			*/

.photos img {
	border: solid 1px #AF0000;
	border-bottom-color: #CF0000;
	border-right-color: #CF0000;
	background: #B00 url(/shared/candyapple/photo-bg.gif) 0 0 no-repeat;
	padding: 10px;
}
         .photos dl {
         	margin: 0 20px 0 0;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	padding: 0;
         }
.photos dt {
	color: #fff;
	padding: 5px;
	background: #a00 url(/shared/candyapple/01-shiny-bg.gif) repeat-x;
	margin: 10px 0 3px 0;
}
.photos dd {
	text-align: center;
	margin: 0;
	padding: 0;
}
         .press h2 {
         	margin-left: 20px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	margin-right: 40px;
         	margin-top: 10px;
         }
.press .caption {
	margin: 0 40px 40px;
	padding: 5px 5px 5px 30px;
	background: url(/shared/candyapple/ico-speech.gif) no-repeat;
}

/* -- section-specific image replacement -- */
         h1 {
         	height: 38px;
         	padding: 5px 0 0 5px;
         	margin: 10px 0 30px -20px;	/* NEW!! Reduced margin-left by 20px; now using content padding. */
         	background: url(/shared/candyapple/h1-bg.gif) repeat-x;
         }
.contact h1 span {
	background-image: url(/shared/candyapple/h1-contact.gif);
}
.calendar h1 span {
	background-image: url(/shared/candyapple/h1-calendar.gif);
}
.guestbook h1 span {
	background-image: url(/shared/candyapple/h1-guestbook.gif);
}
.home h1 span, .index h1 span, .list h1 span {
	background-image: url(/shared/candyapple/h1-welcome.gif);
}
.links h1 span {
	background-image: url(/shared/candyapple/h1-links.gif);
}
.music h1 span {
	background-image: url(/shared/candyapple/h1-music.gif);
}
.news h1 span {
	background-image: url(/shared/candyapple/h1-news.gif);
}
.photos h1 span {
	background-image: url(/shared/candyapple/h1-photos.gif);
}
.press h1 span {
	background-image: url(/shared/candyapple/h1-press.gif);
}
.bio h1 span {
	background-image: url(/shared/candyapple/h1-bio.gif);
}
.products h1 span {
	background-image: url(/shared/candyapple/h1-store.gif);
}

					/* NEW!! This is a better way to get rid of the text in this span. fixes IE6 problem */
               h1 span {
               	display: block;
						height: 32px;
						background-position: 0 0;
						background-repeat: no-repeat;
						font-size: 9px;
						text-indent: -9999px;
               }

					/* NEW!! This was the old way, which left vestigal text and positioning problems in IE6 
               h1 span {
               	display: block;
               	width: 250px;
               	font-size: 1px;
               	color: #C00300;
               	padding: 57px 0 0 0;
               	overflow: hidden;
               	background-position: 0 0;
               	background-repeat: no-repeat;
               	height: 0px !important; 
               	height: 57px;
               }
					*/

					
/* =========== TWEAKS =========== */

body {
	background: #F00007 url(/shared/candyapple/04-body-bg.gif) center top repeat-y;
}
        			/* NEW!! strange, messy, gone.
		         #content {
               	margin-top: 60px; 
               	padding-top: 10px;
               }*/
h1 {
	margin-top: 0;
}
#content {
	background-position: 0 -15px;
}
					
/* -- navigation -- */
#navigation ul {
	margin-left: 0;
	margin-top: 240px;
	background: #fff;
	position: absolute;
	top: -29px;
	width: 191px;
}
 #navigation {
}

         #navigation li {
         	display: block;
         	padding-bottom: 1px;
         	list-style: none;
         	margin: 0 0 -2px 0;			/* NEW!! margin-bottom was -19px, which must have been a typo */
         	voice-family: "\"}\"";
         	voice-family:inherit;
         	margin: 0 0 -1px 0;
         }

 #navigation {
}

         #navigation li a {
         	display: block;
         	color: #D4583B;
         	text-decoration: none;
         	padding: 8px 20px 12px 20px;	/* NEW!! was padding: 10px 20px, but this is more visually correct */
         	font-size: 1em;
         	text-transform: lowercase;
         	background: url(/shared/candyapple/04-nav-link.gif) bottom left no-repeat;
         }
			
#navigation li a:hover {
	color: #fc0;
}

               #emailsignup {
               	margin: 1px 0 0 0;	/* NEW!! margin-left was -194px; as part of a hack for IE6 */
               	padding: 7px 10px 0 5px;
               	color: #fff;
               	text-align: right;
               	background: #DA0000 url(/shared/candyapple/04-emailsignup-bg.gif) bottom left repeat-x;
               	position: absolute;
               	top: 0;
               	width: 750px;
               	height: 59px;
               	voice-family: "\"}\"";
               	voice-family:inherit;
               	width: 735px;
               	height: 52px;
               }
					
					/* NEW!! part of an IE6 hack that is now gone 
               html>body #emailsignup {
               	margin-left: 1px;
               }
					*/


         #emailsignup input {
         	width: 60px;			/* NEW!! before, both the field and the button were width: 83px; */
         }
			
			#emailsignup input#list_email {
				margin-left: 2px;	/* NEW!! minor tweak improves appearance */
				width: 115px;			/* NEW!! before, both the field and the button were width: 83px; */
			}


#emailsignup div {
	background: #9E0001 url(/shared/candyapple/05-emailsignup-bg-2.gif) 0 22px repeat-x;
	width: 300px;
	height: 25px;
	padding: 10px 5px;
	float: right;
}

/* ie5/mac hack \*/
html>body #emailsignup {
	width: 735px;
}

/* end hack */
#footer {
	margin-left: 194px;
}

/* -- banner area -- */
#banner {
	position: absolute;
	top: 0;
}
#banner .band {
	left: 0;
}
.no-images #banner .band {
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 40px;
	padding: 80px 10px 2px 10px;
	color: #B9B9BD;
	text-align: center;
}

			/* NEW!! minor tweaks for splash and home page images */

         .home img {margin-bottom: 15px; display: block;}	/* NEW!! display: block triggers margin collapse */

				
			/* NEW!! These two lines give hasLayout to the #navigation links in IE5-7, which allows the links to
				to behave properly as blocks--i.e. placing the mouse anywhere in the block causes the hover effect
				to appear, and you can click anywhere in the block to activate the link. The first line is seen
				by all browsers but does not change appearance. The second line is seen only by IE5 & IE6 due
				to an utra-safe hack (combined * html and underscore hack). */
				
			#navigation li a {min-height: 0;}			/* NEW!! triggers hasLayout in IE7 */
			* html #navigation li a {_height: 0;}		/* NEW!! triggers hasLayout in IE6 & IE5 */
			

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }


