/* 
	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
	
	- 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;
}
html>body {
	width: auto;
	min-width: 700px;
}
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)
}
#container {
	width: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

/* main content elements */
#banner {
	width: 211px;
	float: left;
	margin-right: -211px;
}

#content {
	margin: 0 0 0 211px;
}
#footer {
	clear: both;
	margin-left: 211px;
}
#emailsignup {
	text-align: right;
}

/* -- banner area -- */
#banner .photo {
	width: 209px;
	height: 535px;
background: transparent url(/images/restorationcover-cropped-alongleft.jpg) 0 0 no-repeat;
}
#banner .band span {
	display: none;
}
#banner .photo span {
	display: none;
}
body{
	text-align: center;
	background: rgb(194,203,212);
	font: 12px/20px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1{
	margin: 8px 0 0 0;
	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 0px 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;
}

#navigation{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 43px;
	background: url(/shared/sleektech/navbar.gif) repeat-x;
}
#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: 11px 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;	
            }

			
#emailsignup{
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	height: 24px;
	text-align: right;
	font-size: 12px;
	padding: 3px 0;
	margin-right: 10px;
	background: url(/shared/sleektech/emailbar.gif) rgb(106,115,127) no-repeat;
	z-index: 1;
}
#emailsignup form{
	position: relative;
	text-align: right;
	display: block;
}
#emailsignup input{
	background: rgb(181,191,202);
	border: 1px solid rgb(76,80,92);
}
#banner{
	position: absolute;
	top: 73px;
	left: 0;
}
#content{
	margin: 90px 0 0 225px;
	padding-right: 20px;
}
#footer{
	clear: both;
	text-align: right;
	font-size: 10px;
	padding-right: 20px;
}

			/* 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 }

