/* 
	Designed by Dave Shea www.brightcreative.com
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com April 2007 
   All styles that have been changed are indented
	
	- 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 a relatively simple fix.
*/


/* =========== 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: 195px;		/* NEW!! this is the correct way to move the photo over, not margins */
               /*	margin-left: 5px; 	NEW!! not necessary now that we're using left */
               }
					
					/* NEW!! this hack is no longer necessary
               html>body #banner {
               	margin-left: 194px;
               }
					*/

#navigation ul {
	width: 191px;
	float: left;
}
#content {
	margin: 225px 0 0 194px;
}
#emailsignup {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 47px;
	padding: 2px;
}
#emailsignup span {
	display: block;
}
#emailsignup input {
	width: 80px;
}

               /* -- banner area -- */
               #banner .band {
               	width: 555px;
               	height: 223px;
               	position: absolute;
               	top: 2px; 
               /*	margin-left: -191px; 	NEW!! not necessary now that we're using left */
               }
               
               /* IE5Mac hack \ 				NEW!! this hack is no longer necessary
               #banner .band {
               	margin-left: 0;
               }
               /* end hack */
					
#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}

               /* -- banner area -- 	NEW!! moved up from the end of the file, but no longer necessary 
               #banner .band {
               	left: -4px;
               }
               html>body #banner .band {
               	left: 0;
               }
					*/

/* =========== STYLE =========== */


/* -- basic html elements -- */
body {
	font: 80% Arial, sans-serif;
	color: #fff;
	background: #000072;
}
a {
	color: #FEAE1C;
	font-weight: bold;
}
a:hover {
	color: #FF7E00;
}
h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: -1px;
	border-top: solid 6px #33338E;
	border-right: solid 1px #33338E;
	border-bottom: solid 1px #00005E;
	background: url(/shared/electrablue/h2-bg.gif) 0 0 repeat-x;
	padding: 10px 0 0 2px;
	margin-bottom: 1em;
	margin-top: 0;
}
h2 a {
	color: #fff;
}
h3 {
	font-size: 15px;
	margin: 0 10px;
}
h4 {
	font-size: 14px;
	font-style: italic;
	margin: 2px 10px 10px 0;
	color: #E29500;
}
ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: square;
}
input:focus, textarea:focus {
	color: #fff;
	background: #C84130;
	font-weight: bold;
}

/* -- content area --*/
#emailsignup {
	text-align: right;
	background: #00005B url(/shared/electrablue/emailsignup-bg.gif) bottom left repeat-x;
	font-weight: bold;
	font-size: 0.9em;
	border-top: solid 1px #26268E;
	border-bottom: solid 1px #00001E;
	padding: 5px;
}
#emailsignup input:focus {
	font-weight: normal;
}
#content .entry {
	margin: 0 36px 30px 36px;
}
.entry .name, .entry .act {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin-left: 5px;
}
.entry ul {
	margin-top: 10px;
}
.entry li {
	line-height: 20px;
}
.entry p {
	margin: 10px 20px 15px 30px;
}
.details {
	margin: 0 20px 0 30px;
}
#footer {
	font-size: 0.9em;
	text-align: center;
	border-top: solid 2px #000037;
	border-bottom: solid 1px #4B4B56;
	background: #52525D;
	padding: 8px 10px 11px 10px;
	margin: 2em 0 0 0;
	clear: both;
	background: url(/shared/electrablue/footer-bg.gif) bottom left repeat-x;
}
#footer p {
	margin: 0;
}

/* -- section-specific style -- */
.home p, .index p, .list p, .list form {
	margin: 0 20px 1.5em 20px;
	line-height: 130%;
}
#postForm {
	border: solid 2px #fff;
	margin: 0 35px 30px 35px;
	padding: 10px;
	background: #161651 url(/shared/electrablue/01-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 {
	background-color: #006;
	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 0;
	padding: 5px 5px;
	background: url(/shared/electrablue/01-h3-bg.gif) repeat-x;
	text-align: center;
	border: solid 1px #24247C;
	color: #4C4CB1;
}
.links h2 {
	margin-left: 40px;
	margin-right: 40px;
}
.links dl {
	margin: 0 25px 20px;
}
.links dd {
	margin-bottom: 5px;
}
.music h2, .music h3 {
	margin: 0 20px 10px;
	font-size: 17px;
}
.music h2 {
	margin-top: 40px;
	margin-bottom: 1em;
}
.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: #161651 url(/shared/electrablue/01-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/electrablue/ico-cd.gif) no-repeat;
	display: block;
}
.music .mp3_hifi_play, .music .mp3_lofi_play {
	padding: 6px 0 6px 25px;
	background: url(/shared/electrablue/ico-play.gif) no-repeat;
	display: block;
}
.news {
	line-height: 130%;
}
.photos img {
	border: solid 1px #fff;
	background: #010141;
	padding: 10px;
}
.photos dl {
	margin: 0 20px;
	padding: 0;
}
.photos dt {
	padding: 5px;
	background: url(/shared/electrablue/01-shiny-bg.gif) repeat-x;
	margin: 10px 0 3px 0;
}
.photos dd {
	text-align: center;
	margin: 0;
	padding: 0;
}
.press h2 {
	margin-left: 40px;
	margin-right: 40px;
}
.press .caption {
	margin: 0 40px 40px;
	padding: 5px 5px 5px 30px;
	background: url(/shared/electrablue/ico-speech.gif) no-repeat;
}

/* -- 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: #F29B4D;
	background: #CF5100 url(/shared/electrablue/05-nav-selected.gif) 0 0 no-repeat;
}

/* -- section-specific image replacement -- */
h1 {
	height: 36px;
	margin: 20px 36px 0 36px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact h1 {
	background-image: url(/shared/electrablue/h1-contact.gif);
}
.calendar h1 {
	background-image: url(/shared/electrablue/h1-calendar.gif);
}
.guestbook h1 {
	background-image: url(/shared/electrablue/h1-guestbook.gif);
}
.home h1, .index h1, .list h1 {
	background-image: url(/shared/electrablue/h1-welcome.gif);
}
.links h1 {
	background-image: url(/shared/electrablue/h1-links.gif);
}
.music h1 {
	background-image: url(/shared/electrablue/h1-music.gif);
}
.news h1 {
	background-image: url(/shared/electrablue/h1-news.gif);
}
.photos h1 {
	background-image: url(/shared/electrablue/h1-photos.gif);
}
.press h1 {
	background-image: url(/shared/electrablue/h1-press.gif);
}
.bio h1 {
	background-image: url(/shared/electrablue/h1-bio.gif);
}
.products h1 {
	background-image: url(/shared/electrablue/h1-store.gif);
}
h1 span {
	display: none;
}

/* =========== TWEAKS =========== */

body {
	background: #000072 url(/shared/electrablue/04-body-bg.gif) center top repeat-y;
}
#container {
	border: solid 1px #000;
	border-top: 0;
	border-bottom: 0;
}

/* -- navigation -- */
#navigation ul {
	margin-left: 0;
	margin-top: 60px;
	background: #E29500 url(/shared/electrablue/04-nav-bg.gif) 0 0 repeat;
	padding: 10px 0 10px 20px;
	width: 172px;
}
#navigation li {
	display: block;
	padding-bottom: 1px;
	list-style: none;
	margin-bottom: -19px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-bottom: -1px;
}
#navigation li {
}
#navigation li a {
	display: block;
	background: #D35E00 url(/shared/electrablue/04-nav-a-bg.gif) 0 0 repeat-y;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 0.9em;
}
#navigation li a:hover {
	background: #CD4600 url(/shared/electrablue/04-nav-hover.gif) 2px 0 repeat-y;
}
#navigation li a#navhome {
	border-top: solid 1px #E4970E;
}
#navigation li a#navlinks {
	border-bottom: solid 1px #C64200;
}

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }



