/* 
	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 - BIG IMAGE
	
	- band photo was pushed to the right in IE7, due to failed hacks and the use of margin-left instead of just
	  left. this was much simpler to fix than the leftnav variation.
	- 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  
	- improved layout of #emailsignup, which was overlapping #navigation in IE6 due to an expanding box problem
	- 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 {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 1px;
	position: relative;
}

/* main content elements */
               #banner {
               	width: 555px;
               	height: 225px;
               	position: absolute;
               	top: 0;
               	left: 194px;	/* NEW!! All browsers handle this properly. previously margin-left */
               }
					
               /* NEW!! This hack is no longer needed; now using left: 194px instead of margin-left: 194px
					html>body #banner {
               	margin-left: 194px;
               }
					*/
					
#navigation ul {
	width: 191px;
	float: left;
}

         #content {
         	margin: 225px 0 0 194px;
				padding-left: 20px;				/* NEW!! This replaces margin-left: 20px; on several elements */
         }

         #emailsignup {
         	position: absolute;
         	top: 0;
         	left: 0;
         /*	width: 190px;		NEW!! This is overridden later */
         	height: 47px;
         /*	padding: 2px;		NEW!! This is overridden later */
         }

#emailsignup span {
	display: block;
}
#emailsignup input {
	width: 80px;
}

/* -- banner area -- */
#banner .band {
	width: 555px;
	height: 223px;							
background: url(/images/dianalogo.gif) no-repeat;
	position: absolute;
	top: 2px;
	margin-left: -191px;
}

/* IE5Mac hack \ */
#banner .band {
	margin-left: 0;
}

/* end hack */
#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; now using content padding. */
            }
				
				/* NEW!! images had no margins before 
				img {
					margin: 0 20px 0 0;		NEW!! Reduced margin-left by 20px; now using content padding. 
				}	*/

         .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;
}
h1 {
	margin-bottom: 10px;
}
#content {
	background-position: 0 -13px;
}

/* -- navigation -- */
#navigation ul {
	background: #fff;
	margin-left: 0;
	margin-top: 50px;
}

         #navigation li {
         	display: block;
         	padding-bottom: 1px;
         	list-style: none;
         	margin-bottom: -2px;			/* NEW!! This was -19px, which must have been a typo */
         	voice-family: "\"}\"";
         	voice-family:inherit;
         	margin-bottom: -1px;
         }

#navigation li {
}

         #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: 14px;
         	text-transform: lowercase;
         	background: url(/shared/candyapple/04-nav-link.gif) bottom left no-repeat;
         }
			
#navigation li a:hover {
	color: #fc0;
}

/* -- selected links --*/
.home #navhome, .index #navindex, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar, .bio #navbio, .products #navproducts {
	color: #666;
	background: url(/shared/candyapple/04-nav-selected.gif) bottom left no-repeat;
}

			/* NEW!! Several improvements to #emailsignup make it look a lot neater, ans solves an IE6
				expanding box problem that was causing this div to overlap with #navigation */
			
         #emailsignup {
         	position: absolute;
         	width: 184px;			/* NEW!! was width: 200px, but this works better */
         	height: 39px;
         	color: #fff;
         	text-align: left;
         	background: #DA0000 url(/shared/candyapple/04-emailsignup-bg.gif) bottom left repeat-x;
         }

         /* NEW!! An ultra-safe hack for IE6 and IE5 only, combining the Tan hack and the Pixy hack. The
         	* html makes sure that only IE5/6 see any of this (and the underscores act as a backup). The
         	backslashes pass real values to IE6 that override the fake values for IE5 (box model problem). */
         
         * html #emailsignup { 		
         	_width: 194px;			/* fake width for IE5win only = real width + padding + border */
            _w\idth: 184px;
            }

			
#emailsignup span {
	display: block;
}

         #emailsignup input {
				margin-top: 1px; 		/* NEW!! minor tweak improves appearance */
         	width: 60px;			/* NEW!! before, both the field and the button were width: 86px; */
         }
			
			#emailsignup input#list_email {
				margin-right: 2px;	/* NEW!! minor tweak improves appearance */
				width: 115px;			/* NEW!! before, both the field and the button were width: 86px; */
			}

			/* NEW!! minor tweaks for splash and home page images */

         .home img {
				margin-top: 15px; 
				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; }



