/* 
	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 problem with #content position. before, it was pushed down by a combo for #container padding-top and
	  #content margin-top, but IE collapses these for some reason. Now it's all done with container padding. this
	  negates the need for hacks
	- designer made clever use of a transparent PNG that overlapped the band photo but was hacked out using
	  display: none; for IE6. Now IE6 his handled in a cleverer way that looks more consistent w/ other browsers
	- added margin to home page image
	- fixed vertical centering of nav button text in Safari
	- new code and background graphics adds a hover effect in the navigation section, making this variation
	  consistent with, leftnav, rightnac, and bigimage variations, which already had hover effects.

*/


/* 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)
}
					/* NEW!! now using container padding only to push content down, avoiding an IE bug and hacks */
               #container {
               	width: 750px;
               	text-align: left;
               	margin: 0 auto;
               	padding-top: 240px;	/* NEW!! used to be 60px here, hacked to 40px below for FF & Opera */
               }
					
					/* NEW!! hack no longer needed: now avoiding the IE collapsing margin & padding bug 
               html>body #container {
               	padding-top: 40px;
      			}*/

/* main content elements */
#banner {
	height: 160px;
}
#navigation ul {
	width: 750px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 40px;
}
#navigation li {
	display: inline;
}
						
               /* NEW!! This never did anything anyway
               #content {
               	margin: 0;
                  }
               */
						
#emailsignup {
	text-align: right;
	width: 750px;
	z-index: 3;
}

/* -- banner area -- */
         #banner .photo {
         	width: 750px;
         	height: 155px;
         	position: relative;
         	top: 5px;
         }
#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: 0px 0 0 0;	/* NEW!! was 8px; removed to fix the IE padding/margin bug */
               	text-indent: -10000px;
               	overflow: hidden;
               	height: 50px;
               }
					
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;
}
#postForm 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;
}
#postForm 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{
	display: block;
	width: 200px;
	margin: 0 auto 6px auto;
}
.entry blockquote{
	margin-left: 0;
}
#container{
	text-align: left;
	position: relative;
	background: url(/shared/sleektech/column.gif) repeat-y top center;
	width: 798px;
}
#banner{
	position: absolute;
	top: 68px;
	left: 24px;
	z-index: 0;
}
#navigation{
	position: absolute;
	top: 0;
	left: 24px;
	width: 750px;
	height: 43px;
	background: url(/shared/sleektech/navbar.gif) repeat-x;
}

               #emailsignup{
               	position: absolute;
               	top: 80px;
               	left: 24px;
               	width: 730px;
               	height: 40px;
               	text-align: right;
               	font-size: 12px;
               	padding: 3px 10px;
               	padding-right: 10px;
               	background: url(/shared/sleektech/emailbar.png) no-repeat;
               /*	_background: none; 	NEW!! IE6-only hack removed the background png, which had transparency */
               	z-index: 1;
               	_height: 24px;		/* NEW!! now we keep the bg image, but it doesn't overlap the band photo */
               }

#emailsignup form{                                   
	position: relative;
	text-align: right;
	display: block;
}
#emailsignup input{
	background: rgb(181,191,202);
	border: 1px solid rgb(76,80,92);
}

               #content{
               	margin: 0px 34px 0 34px;	/* NEW!! was margin-top: 200px; now this is in container padding */
               }
					
#navigation li{
	display: block;
	/*_position: relative;
	_top: -10px; */
	float: left;
	height: 40px;
	background: url(/shared/sleektech/navRightCap.gif) repeat-x;
}

			#navigation li a {
			  	line-height: 16px;		/* NEW!! This forces Safari to vertically center the line */
			}

#navigation li a:link, #navigation li a:active, #navigation li a:visited{
	font: 14px Helvetica, Arial, sans-serif;
	color: rgb(181,191,202);
	text-decoration: none;
}
#navigation a{
	display: block;
	_float: left;
	height: 40px;
	background: url(/shared/sleektech/navLeftCap.gif) no-repeat;
	padding: 11px 10px;
	/*_position: relative;
	_top: 11px;*/
}

			/* NEW!! This new code adds a hover effect in the navigation section */

         #navigation li:hover{
         	background: url(/shared/sleektech/navRightCapHover.gif) repeat-x;
         }

         #navigation li a:hover{
         	background: url(/shared/sleektech/navLeftCapHover.gif) no-repeat;
         }

         /* 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).
				
				Since IE5/6 can't do hover effects on anything that isn't a link (i.e. #navigation li:hover),
				it's better not to have any hover effect at all. This code disables the hover effect for the 
				link (i.e. the part that it can do). */
         
         * html #navigation li a:hover{ 		
         	_background: url(/shared/sleektech/navLeftCap.gif) no-repeat;	
            }

#footer{
	clear: both;
	padding: 14px 0 1px 24px;
	margin: 0 22px 0 22px;
	font-size: 10px;
	background: url(/shared/sleektech/contentBottom.gif) repeat-x bottom;
}
.entry{
	position: relative;
}

			/* 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 }


