/*
---------------------------
Hostbaby Wizard Template Design
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: "Spring" 24 may 2005
---------------------------
*/

body {
	background: #DADCDE url(/shared/spring/bck10.jpg) repeat-y left top;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
}

/* Accessibility -------------------------- */

#accessibility {
	position: absolute;
	left: -9999px;
}

/* Main Structure -------------------------- */

#container {
	background: transparent url(/shared/spring/head10.jpg) no-repeat center top;
	width: 900px;
	margin: 0;
	text-align: left;
	padding-top: 1px;
	position: relative;
}

#navigation {
	float: right;
	width: 185px;
	margin: 230px 85px 0 0;
	display: inline;
	padding-top: 0px;
}

#emailsignup {
	/* used positioning cuz IE sux */
	position: absolute;
	bottom: 30px;
	left:  630px;
	/*right: 85px; */
	/* below was better solution in everything but IE
	------------------
	float: right;
	clear: right; 
	display: inline;
	margin: 12px 85px 10px 0;
	------------------*/
	text-align: center;
	line-height: 1.9em;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #7288AB;
	border-left: none;
	border-right: none;
	background-color: transparent;
	width: 185px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 169px; /* actual value */
}

html>body #emailsignup {
	width: 169px; /*for Opera */
}

#banner {
	margin: 70px 0 0 141px; /* margins for IE5 Mac */
	padding: 1px;
	padding-left: 14px;
	line-height: 53px;
}

/* hide real margins from IE5 Mac \*/
#banner {
	margin-top: 87px;
}
/* end hack */

.photo {
	float: right;
	clear: right;
	display: inline;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 12px 85px 80px 0;
	padding: 10px 8px;
	border: 1px solid #7288AB;
	border-left: none;
	border-right: none;
background: transparent url(/images/cross-01.gif) no-repeat 8px 10px;
	width: 183px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 168px;	 /* actual value */
}

html>body .photo {
	width: 168px; /*for Opera */
}

.photo span {
	/* this span acts as the caption for the photo */
	/* IMPORTANT: below needs to be the actual height of the photo, PLUS 12px. */
	margin-top: 137px;	
	font-style: italic;
	display: block;	
}

.band {
	font-size: 28px;
	color: #fff;	
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 0;
}

#content {
	margin: 0 0 0 141px;
	padding: 0 270px 0 14px; /* padding for IE5 mac */
	width: 470px; /* for IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 456px;  /* actual value */
}

html>body #content {
	width: 456px; /*for Opera */
}

/* hide real padding from IE5 Mac \*/
#content {
	padding-right: 0;
}
/* end hack */

#footer {
	margin: 20px 290px 0 155px;
	padding: 5px 0 0 0;
	border-top: 1px solid #C8BBA4;
	clear: right;
}

#footer p {
	color: #999;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Navigation Links --------------------------- */

#navigation li {
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#navigation ul, #navigation li {
	position: relative;
}

#navigation li a {
	display: block;	
	line-height: 24px;
	margin: 0;
	padding: 1px 8px 1px 22px;
	height: 1em;
	color: #fff;
}

html>body #navigation li a {
	height: auto;
}

#navigation li a:hover {
	background-color: #697D9E;
	text-decoration: none;
}

/* Active Navigation Links --------------------------- */

body.home a#navhome,
body.bio a#navbio,
body.music a#navmusic,
body.contact a#navcontact,
body.press a#navpress,
body.news a#navnews,
body.calendar a#navcalendar,
body.photos a#navphotos,
body.products a#navproducts,
body.guestbook a#navguestbook,
body.links a#navlinks {
	background-color: #C6DDF8;
	text-transform: uppercase;
	font-weight: bold;
	color: #53637D;
}

/* Basic HTML ----------------------------- */

div, h1, h2, h3, h4, h5, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;	
}

/* Header elements -------------------------- */

h1 {
	margin: 12px 0;
	height: 40px;
	background-position: left center;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	border-bottom: 1px solid #C8BBA4;
}

h1 span {
	display: none;
}

h2 {
	margin: 12px 0 6px 0;
	color: #632E2B;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 22px;
}

h2 span.date {
	display: block;
	margin: 3px 0 0 0;
	text-align:right;
	font-size: 13px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
	font-style: italic;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

/* Links -------------------------------- */

a {
	font-weight: bold;
}

a:link {
	color: #632E2B;
	text-decoration: none;
}

a:visited {
	color: #632E2B;
	text-decoration: none;
}

a:hover {
	color: #632E2B;
	text-decoration: underline;
}

a:active {
	color: #632E2B;
}

a img {
	border: 1px solid #fff;
}

a:hover img {
	border: 1px solid #CA863D;
}

/* images -------------------------- */

img {
	padding: 3px;
	border: 1px solid #ccc;
}

/* Lists -------------------------------- */

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

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

/* Page Headers (Replacement Images) ----------------- */

body.home #content h1 {
	background-image: url(/shared/spring/home.gif);
}

body.bio #content h1 {
	background-image: url(/shared/spring/bio.gif);
}

body.music #content h1 {
	background-image: url(/shared/spring/music.gif);
}

body.contact #content h1 {
	background-image: url(/shared/spring/contact.gif);
}

body.press #content h1 {
	background-image: url(/shared/spring/press.gif);
}

body.news #content h1 {
	background-image: url(/shared/spring/news.gif);
}

body.calendar #content h1 {
	background-image: url(/shared/spring/calendar.gif);
}

body.photos #content h1 {
	background-image: url(/shared/spring/photos.gif);
}

body.products #content h1 {
	background-image: url(/shared/spring/store.gif);
}

body.guestbook #content h1 {
	background-image: url(/shared/spring/guestbook.gif);
}

body.links #content h1 {
	background-image: url(/shared/spring/links.gif);
}

/* Page Specific Stuff ----------------- */

.notes {
	margin: 0 0 0 10px;
}

.details {
	margin: 0 0 14px 10px;
}

.artist {
	color: #333;
	font-style: italic;
}

.name {
	font-weight: bold;
	font-size: 14px;
}

/* for the contact page */

body.contact .entry {
	margin-bottom: 14px;
}

body.contact .entry ul {
	margin-left: 14px;
}

/* for the press page */

blockquote {
	margin: 6px 0 0 0;
	background: transparent url(/shared/spring/lt_quote.gif) no-repeat left top;
	text-indent: 32px;
	padding-right: 30px;
	line-height: 22px;
}

body.content .caption {
	text-align: right;
	height: 19px;
	margin-top: -22px;
	margin-bottom: 24px;
	font-style: italic;
	padding-top: 26px;
	padding-bottom: 9px;
	padding-right: 28px;
	border-bottom: 1px solid #ccc;
	background: transparent url(/shared/spring/rt_quote.gif) no-repeat right top;
}

.caption a {
	font-weight: normal;
}

/* for the calendar page */

body.calendar .entry {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 14px;
}

address {
	font-style: italic;
}

body.calendar .entry p {
	margin: 0 0 0 10px;
	color: #4C4C4C;
}

/* for the guestbook page */

body.guestbook #postForm {
	border: 1px solid #ccc;
	padding: 9px;
	background-color: #F1F0EB;
	margin: 16px 0;
}

body.guestbook #postForm label, 
body.guestbook #postForm input {
	display: block;	
}

body.guestbook #postForm input {
	height: 16px; /* for IE5 mac */
}

/* hide real value from IE5 Mac \*/
body.guestbook #postForm input {
	height: auto;
}
/* end hack */

body.guestbook #postForm label {
	font-weight: bold;
}

body.guestbook #postForm input, body.guestbook #postForm textarea {
	width: 300px;
	margin-bottom: 12px;
}

body.guestbook blockquote {
	background-image: none;
	text-indent: 0;
	padding-left: 12px;
	color: #4C4C4C;
}

#guestbook h2, #guestbook h3 {
	margin: 0;
}

#guestbook .entry {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

/* for the products page */

body.products div.products h2, body.products div.products p {
	margin: 0;
}

body.products div.products .entry {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

body.products div.products form table {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0;
}

body.products div.products form table td, body.products div.products form table th {
	padding: 3px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

body.products div.products form table th {
	font-weight: bold;
	background-color: #F1F0EB;
	text-align: center;
}

/* for the links page */

body.links dt h3 a {
	font-size: 13px;
	font-weight: normal;
}

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


