/* 
	Designed by Chris Vincent of Passive Digressive  -  Goddard Kansas USA
	
	Bugfixed by Andrew Tay (www.andrewtay.com) for HostBaby.com April 2007 - August 2008
   All styles that have been changed are indented
	
	- fixed an IE6 layout bug where all page content was way too low, simply by removing a hack that didn't need
	  to be there in the first place.
	- added margin to home page image
	- fixed vertical centering of nav button text in Safari
	
*/


/* 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;
	background: url(/shared/sleektech/navItemHover.gif);
	margin-top: -100px;
               }
   #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;
	margin-left: 5px;
}
html>body #banner {
	margin-left: 194px;
}
#navigation ul {
	width: 191px;
	float: left;
}

   #content {
   	margin: 225px 0 0 194px;
   	/* _padding: 225px 0 0 194px; 	NEW!! why is this here? causes problems, solves none */
   }
					
#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;
background: url(/images/Sax_Grafic_1-cropped-topright.jpg) no-repeat;
	position: absolute;
	top: 2px;
	left: 191px;
	margin-left: -191px;
}

/* IE5Mac hack \ */
#banner .band {
	margin-left: 0;
	left: 0;
}

/* end hack */
#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}
body{
	text-align: center;
	background: url(/shared/sleektech/bgTile.gif);
	font: 12px/20px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1{
	margin: 8px 0 0 0;
	text-indent: -10000px;
	height: 50px;
}
/* IE/Mac Hack \*/
h1{
	overflow: hidden;
}
/* end */
body.home h1, body.index h1, body.list h1 {
	background: url(/shared/sleektech/headerHome.gif) no-repeat;
}
body.music h1 {
	background: url(/shared/sleektech/headerMusic.gif) no-repeat;
}
body.contact h1 {
	background: url(/shared/sleektech/headerContact.gif) no-repeat;
}
body.press h1 {
	background: url(/shared/sleektech/headerPress.gif) no-repeat;
}
body.news h1 {
	background: url(/shared/sleektech/headerNews.gif) no-repeat;
}
body.calendar h1 {
	background: url(/shared/sleektech/headerCalendar.gif) no-repeat;
}
body.photos h1 {
	background: url(/shared/sleektech/headerPhotos.gif) no-repeat;
}
body.guestbook h1 {
	background: url(/shared/sleektech/headerGuestbook.gif) no-repeat;
}
body.links h1 {
	background: url(/shared/sleektech/headerLinks.gif) no-repeat;
}
body.bio h1 {
	background: url(/shared/sleektech/headerBio.gif) no-repeat;
}
body.products h1 {
	background: url(/shared/sleektech/headerStore.gif) no-repeat;
}
input {
	background: rgb(181,191,202);
	border: 1px solid rgb(76,80,92);
}
a:link, a:active, a:visited{
	color: rgb(76,80,92);
}
a:hover{
	color: rgb(50,60,70);
}
h2{
	padding-left: 20px;
	background: url(/shared/sleektech/headerbullet.gif) no-repeat 0 1px;
	color: rgb(74,81,93);
	text-transform: uppercase;
	font-size: 16px;
}
.date{
	display: block;
	text-transform: lowercase;
	font-size: 14px;
	margin-left: 15px;
}
.artist, .caption{
	display: inline;
	margin-right: 10px;
	color: rgb(74,81,93);
}
#content ul li{
	list-style: url(/shared/sleektech/bullet.gif);
	margin-left: 20px;
}
.details{
	margin-left: 20px;
}
.details .mp3_hifi_download, .details .mp3_lofi_download{
	padding-left: 20px;
	background: url(/shared/sleektech/downloadicon.gif) no-repeat;
	display: block;
	_display: inline;
}
.details .mp3_hifi_play, .details .mp3_lofi_play{
	padding-left: 20px;
	background: url(/shared/sleektech/playicon.gif) no-repeat;
	display: block;
	_display: inline;
}
.details li{
	margin-left: 0 !important;
	list-style: none !important;
	_list-style: url() !important;
}
.description{
	margin-left: 0;
	font-style: italic;
}
.lyrics{
	margin-left: 0;
}
.name, .act{
	margin-right: 10px;
	color: rgb(74,81,93);
}
h3{
	font-size: 14px;
	margin: 10px 20px;
}
.entry h3{
	margin: 0 20px;
}
h4{
	font-size: 14px;
	margin: 0;
	color: rgb(74,81,93);
}
.entry p{
	margin-left: 20px;
}
dt{
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(74,81,93);
}
dd img{
	background: rgb(194,203,212);
	padding: 1px;
	border: 1px rgb(74,81,93) solid;
}
#content form{
	text-align: center;
	display: block;
	border: 1px solid rgb(74,81,93);
	padding: 10px;
	position: relative;
	margin: 10px 0;
	_margin-top: 12px;
}

/* Captcha stuff */
#postForm img#gbimage {
	width: 100px;
	display: block;
	margin: auto;
}

#content label{
	display: block;
	font-weight: bold;
	color: rgb(74,81,93);
	width: 200px;
	text-align: left;
	margin: auto;
}
body.list #content label {
	text-align: right;
}
#postForm input, #postForm textarea,
#list_signup_form input, #list_signup_form textarea {
	display: block;
	width: 200px;
	margin: 0 auto 6px auto;
}
.entry blockquote{
	margin-left: 0;
}

   #container{
   	padding-top: 1px;
   	text-align: left;
   	position: relative;
   	background: url(/shared/sleektech/columnsr.gif) repeat-y top center;
   	width: 798px;
   }
   #content{
   	margin: 240px 52px 10px 262px;
   	_width: 476px;
   	_margin-left: 0;
   	_padding-left: 10px;
   	_overflow: hidden;
   }
#navigation{
	padding: 0;
	margin: 73px 0 0 26px;
	_margin-left: 12px;
	width: 224px;
	float: left;
	background: url(/shared/sleektech/navTop.gif) no-repeat top center;
	padding-top: 7px;
}
#navigation ul{
	padding: 0;
	padding-bottom: 7px;
	margin: 0;
	width: 224px;
	background: url(/shared/sleektech/navBottom.gif) no-repeat bottom center;
}
#emailsignup{
	position: absolute;
	padding-left: 10px;
	left: 38px;
	top: 13px;
	width: 186px;
	height: 50px;
	font-size: 12px;
	background: rgb(144,154,166);
}

         #navigation li a{
         	display: block;
         	width: 224px;
         	height: 16px;
         	padding: 12px 5px 12px 0;
         	margin-bottom: -4px;
         	background: url(/shared/sleektech/navItem.gif) no-repeat center;
         	line-height: 16px;		/* NEW!! This forces Safari to vertically center the line */
			
			
         }


/* IE/Mac hack \*/
#navigation li a{
	margin-bottom: 0;
}
/* end */
#navigation li a:hover{
	background: url(/shared/sleektech/navItemHover.gif) no-repeat center;
}
#navigation li a:link, #navigation li a:active, #navigation li a:visited{
	font: 11px Helvetica, Arial, sans-serif;
	color: rgb(181,191,202);
	text-decoration: none;
	display: block;
}
#navigation li span {
	display: block;
	padding-left: 30px;
}

#footer{
	position: relative;
	top: 1px;
	clear: both;
	padding: 14px 24px 1px 24px;
	margin: 0 22px 0 22px;
	text-align: right;
	font-size: 10px;
	background: url(/shared/sleektech/contentBottom.gif) repeat-x bottom;
}
#banner{
	position: absolute;
	top: -2px;
	left: 56px;
	_left: 245px;
	width: 515px;
	height: 225px;
	overflow: hidden;
	background-repeat: no-repeat;
}

			/* NEW!! minor tweak for home page image */

         .home img {margin: 0.7em 0 0 0;}
			
#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }

.news #content .news_next,.news_prev { line-height: 3 }

