/* 
	Designed by Dave Shea www.brightcreative.com
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com April 2007 - October 2008
   All styles that have been changed are indented
	
	VELVET PAISLEY - LEFT NAV
	
	- band photo was pushed to the right in IE7, due to failed hacks and the use of margin-left instead of just
	  left. this also required applying position: relative; to #container, and right: 0px; to #emailsignup,
	  as well as commenting out many many browser-specific hacks.
	- also commented out some redundancies and fixed an IE-specific collapsing padding/margin bug
	- fixed an IE6-only doubled float margin bug in the #naviagtion by adding display: inline; Please see
	  http://www.positioniseverything.net/explorer/doubled-margin.html
	- improved overall visual look by adjusting width and placement of #emailsignup
	  
	OCTOBER 2008:
	- corrected #navigation bug where #navigation links for .bio and .product pages were shorter when
	  current(less padding) than the others. solved by adding an !important declaration to the link styling
	- improved layout of #emailsignup
	- added margins to home page images	
	- calendar styling is now applied at the div level instead of the page level (#calendar instead 
	  of .calendar). This means they styling gets applied to the calendar when it's chosen to appear on the home
	  page, too.
	- reset text styling for home page .entry paragraphs, such as found in the home page #calendar 
	- 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
	- 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: 0; 			/* NEW!! this is overidden later anyway */
               	position: relative;	/* NEW!! this is necessary for position: absolute on #banner to work */
               }

/* main content elements */
               #banner {
               	width: 191px;
               	height: 210px;
               	position: absolute;
               	top: 9px;				/* NEW!! this was 0 before */
						left: 9px;				/* NEW!! better to use this than margin-left */
               /*	margin-left: -191px; 	NEW!! not necessary */
               }
					
               /* NEW!! not necessary
					html>body div#banner {
               	margin-left: 0;
               }
					*/
					
               #navigation ul {
               	display: inline;		/* NEW!! this cures the double-float-margin bug in IE6 */
               	width: 190px;
               	float: left;
               	margin-top: 220px;	/* NEW!! this was 210px; added 10px taken from #container padding */
               }
#content {
	margin: 0 0 0 195px;
}
               #emailsignup {
               	position: absolute;
               	top: 1px;				/* NEW!! was 0, but this looks better */
						right: 2px;
               	text-align: right;
               	padding: 4px;
						width: 750px;			/* NEW!! this single value looks good and works in all browsers */
               /*	width: 554px;	 			NEW!! not necessary
               	voice-family: "\"}\"";
               	voice-family:inherit;
               	width: 546px; */
               }
					
					/* NEW!! not necessary
               html>body #emailsignup {
               	width: 554px;
               }
					*/
               
					/* NEW!! not necessary
               /* ie5/mac hack \
               html>body #emailsignup {
               	width: 742px;
               }
               /* end hack */

/* -- banner area -- */
               #banner .band {
               	width: 190px;
               	height: 211px;
background: url(/images/1-11-10_5-cropped-topleft.JPG) no-repeat;
					
               	/* margin-left: -3px; 	NEW!! not necessary */
               }
					
					/* NEW!! not necessary
               #banner .band {
               	position: relative;
               	left: -191px;
               }
					*/
               
					/* NEW!! not necessary
                ie5/mac hack \
               #banner .band {
               	position: absolute;
               	top: 0;
               	left: auto;
               }
                end hack */
					
					/* NEW!! not necessary
               html>body #banner .band {
               	margin-left: 1px;
               }
					*/ 

#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}

/* =========== STYLE =========== */


/* -- basic html elements -- */
body {
	font: 80% Georgia, sans-serif;
	color: #516651;
	background: #679167 url(/shared/velvetpaisley/body-bg.jpg);
	padding: 25px 4%;
}
a {
	color: #B67E13;
	font-weight: bold;
}
a:hover {
	color: #B11011;
}
h1 {
	color: #8E1718;
}
h2 {
	text-transform: lowercase;
	color: #7E917E;
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	letter-spacing: 2px;
	margin: 0;
}
h3 {
	font-size: 15px;
	margin: 0 10px;
}
h4 {
	font-size: 14px;
	font-style: italic;
	margin: 2px 10px 10px 0;
	color: #40673A;
}
ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: square;
}
p {
	line-height: 1.4;
}

/* layout tweaks */
#content {
	padding: 0 30px;
}
               #container {
               	border: double 5px #4E7446;
               	background: #fff url(/shared/velvetpaisley/footer.gif) bottom left repeat-x;
               	padding: 0px 10px 10px 10px;		/* NEW!! this was padding: 10px; but this fixes IE bug */
               	width: 775px;
               	voice-family: "\"}\"";
               	voice-family: inherit;
               	width: 750px;
               }
#container {
}
#footer {
	border-top: solid 1px #D0C6C6;
	border-bottom: solid 1px #D0C6C6;
	clear: both;
}
#footer p {
	margin: 2px;
	font-size: 0.8em;
}

/* -- emailsignup --*/
#emailsignup {
	color: #516651;
	background: #E3ECE2 url(/shared/velvetpaisley/emailsignup-bg.gif) bottom left no-repeat;
	padding: 8px;
	border-bottom: solid 3px #6E8D77;
	border-top: solid 1px #fff;
}

/* -- content area --*/
#content .entry {
	margin: 0 15px 30px 15px;
	clear: left;
}
.entry .name, .entry .act {
	font-weight: bold;
	font-style: normal;
	font-size: 0.85em;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #516651;
}
.entry .name {
	margin-left: 4em;
}
.entry ul {
	margin-top: 10px;
}
.entry li {
	line-height: 20px;
}
.entry p {
	margin: 10px 20px 15px 30px;
}
.details {
	margin: 0 20px 0 30px;
}

/* -- section-specific style -- */
.home p, .index p {
	margin: 0 20px 1.5em 20px;
	line-height: 130%;
}

			/* NEW!! This new code resets values for p on the home page--in particular, special paragraphs
				such as those found in the home page #calendar or the home page #footer. */
			
			.home .entry p {
				margin-left: 30px;	/* NEW!! This resets margin-left to standard for entries */
				margin-top: 10px;		/* NEW!! This restores a top margin to the home page calendar */
				line-height: 1.5;		/* NEW!! This resets line-height to standard */
			}
			
         #footer p {
         	line-height: 1.4 !important;		/* NEW!! This resets line-height in the #footer to standard */
         }

.contact ul {
	list-style: none;
}
#postForm {
	border: double 3px #D0C6C6;
	margin: 0 0 35px 0;
	padding: 10px;
	background: #F3F5F2 url(/shared/velvetpaisley/postform-bg.gif) bottom left no-repeat;
}
#postForm input, #postForm label, #postForm textarea {
	display: block;
	text-align: left;
	width: 300px;
	margin: 0 auto 10px auto;
}
#postForm input:focus, #postForm textarea:focus {
	color: #fff;
	background: #C84130;
	font-weight: bold;
}
#postForm label {
	padding: 3px 0;
	margin-bottom: 1px;
	font-style: italic;
}

/* Captcha stuff */
#postForm img#gbimage {
	width: 100px;
	display: block;
	margin: auto;
}

#postForm input[type="submit"] {
	text-align: center;
}

			/* NEW!! Before, these were styled at the page level (using body.calendar or .calendar for short).
			Now that calendars can also appear on the	home page, they are styled using div#calendar or
			#calendar for short. Calendars are always contained within a #calendar div, no matter what page
			they're on. Good, no? */

         #guestbook h2 {
         	margin: 0 0 2px 0;
         	letter-spacing: 0;
         	font-size: 1em;
         	border-bottom: double 3px #D0C6C6;
         }
         #guestbook h2 a {
         	text-transform: lowercase;
         }
         #guestbook h3 {
         	margin: 0;
         	padding: 0;
         	border: 0;
         	display: inline;
         	float: right;
         	font-size: 0.85em;
         	text-transform: uppercase;
         }
         #guestbook blockquote {
         	margin: 0;
         	padding: 0 20px;
         }
			
.links h2 {
	margin: 0 20px 10px;
}
.links dl {
	margin: 0 25px 20px;
}
.links dd {
	margin-bottom: 5px;
}
.music h2 {
	font-size: 1.3em;
}
.music h2 {
	margin-top: 40px;
}
.music h3 {
	font-size: 0.9em;
	text-transform: uppercase;
}
.music .details {
	margin: 0 30px 15px 30px;
}
.music .artist {
	color: #B9B9BD;
}
.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: #F3F5F2;
	padding: 5px 10px;
	margin: 10px 0;
	border: double 3px #D0C6C6;
}
.music #content li a {
	font-weight: normal;
}
.music .mp3_hifi_download, .music .mp3_lofi_download {
	padding: 6px 0 6px 25px;
	background: url(/shared/velvetpaisley/ico-cd.gif) no-repeat;
	display: block;
}
.music .mp3_hifi_play, .music .mp3_lofi_play {
	padding: 6px 0 6px 25px;
	background: url(/shared/velvetpaisley/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 #D0C6C6;
	background: #F3F5F2;
	padding: 10px;
}
.photos dl {
	margin: 0 20px;
	padding: 0;
}
.photos dt {
	text-align: center;
	padding: 5px;
	background: url(/shared/03-banner-bg.gif) repeat-x;
	margin: 10px 0 1px 0;
}
.photos dd {
	text-align: center;
	margin: 0;
	padding: 0;
}
.press h2 {
	margin-left: 20px;
	margin-right: 20px;
}
.press .caption {
	margin: 0 40px 40px;
	padding: 5px 5px 5px 30px;
	background: url(/shared/velvetpaisley/ico-speech.gif) no-repeat;
}
.links h3 a {
	font-size: 0.9em;
}

			/* NEW!! Before, these were styled at the page level (using body.calendar or .calendar for short).
			Now that calendars can also appear on the	home page, they are styled using div#calendar or
			#calendar for short. Calendars are always contained within a #calendar div, no matter what page
			they're on. Good, no? */

         #calendar h2 {
         	font-size: 1.1em;
         }
         #calendar h3 {
         	font-weight: normal;
         	font-variant: small-caps;
         	font-size: 1.1em;
         	margin: 0;
         }

/* -- selected links --*/
.home #navhome, .blog #navblog, .index #navindex, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar, .bio #navbio, .products #navproducts {
	text-transform: uppercase;
	font-size: 0.85em;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
}

/* -- section-specific image replacement -- */
               h1 {
               	height: 41px;
               	margin: 0;		/* NEW!! was margin: 30px 0 0 0; but this did nothing */
               	background-repeat: no-repeat;
               	background-position: top left;
               	background-color: transparent;
               }
.contact h1 {
	background-image: url(/shared/velvetpaisley/h1-contact.gif);
}
.calendar h1 {
	background-image: url(/shared/velvetpaisley/h1-calendar.gif);
}
.guestbook h1 {
	background-image: url(/shared/velvetpaisley/h1-guestbook.gif);
}
.home h1, .index h1, .list h1 {
	background-image: url(/shared/velvetpaisley/h1-welcome.gif);
}
.links h1 {
	background-image: url(/shared/velvetpaisley/h1-links.gif);
}
.music h1 {
	background-image: url(/shared/velvetpaisley/h1-music.gif);
}
.news h1 {
	background-image: url(/shared/velvetpaisley/h1-news.gif);
}
.photos h1 {
	background-image: url(/shared/velvetpaisley/h1-photos.gif);
}
.press h1 {
	background-image: url(/shared/velvetpaisley/h1-press.gif);
}
.bio h1 {
	background-image: url(/shared/velvetpaisley/h1-bio.gif);
}
.products h1 {
	background-image: url(/shared/velvetpaisley/h1-store.gif);
}
h1 span {
	display: none;
}

/* =========== TWEAKS =========== */

/* -- navigation -- */
#navigation ul {
	margin-bottom: 5em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 6px;
	width: 120px;
	background: url(/shared/velvetpaisley/04-nav-ul-bg.gif) right bottom no-repeat;
	list-style: none;
	float: left;
}
#navigation li {
	display: inline;
}

			/* NEW!! Added !important declaration, which forces all pages to have save padding for the
				corresponding link in #navigation. Previously, .bio and .product pages had less for some reason. */
				
         #navigation li a {
         	font-weight: normal;
         	text-decoration: none;
         	display: block;
         	font-size: 0.9em;
         	white-space: nowrap;
         	padding: 4px 0 !important;		/* NEW!! added !important declaration */
         	border-bottom: solid 1px #F2DED9;
         }
			
#navigation li a:hover {
	background: url(/shared/velvetpaisley/04-nav-bg.gif) right center no-repeat;
}
					/* NEW!! this is redundant and it messes things up, overriding declarations from before
               #emailsignup {
               	width: 539px;
               	text-align: right;
               	position: absolute;
               	top: 38px;
               }
					*/
					
         #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; */
			}


/* -- selected links --*/
.home #navhome, .blog #navblog, .index #navindex, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar {
	padding: 7px 0;
}
            #content {
            	margin-top: 64px; 	/* NEW!! was 54px; now pushed down by this only, not #container padding */
            	margin-left: 190px;
            }
				/* NEW!! this doesn't do anything anyway
            #content h1 {
            	margin-top: 10px; 
            }
				*/

#content .entry {
	float: right;
	clear: right;
	width: 460px;
}
#footer {
	margin: 5em 30px 4em 30px;
	clear: both;
}
#banner .band {
	top: 39px;
	 left: -165px;
}

/* IE5Mac hack \ */
#banner .band {
	left: -2px;
}

/* end hack */
.no-images #banner .band {
	font-size: 3em;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 1px;
	padding: 100px 10px 2px 10px;
	color: #7A7474;
	text-align: center;
	line-height: 0.8;
}
			
			/* NEW!! minor tweaks for splash and home page images */

         .home img {
				margin: 15px 0 15px 20px;		/* NEW!! Reduced margin-left by 20px; now using content padding. */
				display: block;					/* NEW!! display: block triggers margin collapse */
				}	

			/* NEW!! This ultra-safe hack gives hasLayout to the h2 in IE6 & IE5, which allows the header to appear
				consistently. Both browsers treat this as min-height, so this doesn't affect appearance. */
				
			* html h2 	{_height: 0;}			/* NEW!! triggers hasLayout in IE6 & IE5 */

				
			/* 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; }



