.clear { clear: both; }

body
{
	background-color: #000000;
	/*background: url('../images/lightbox_bg.jpg'); */
	
	padding: 10px 10px 10px 10px;
}

a img
{
	border: none;
}

.lightbox
{
	font-size: 12px;
	color: #ffffff;
	font-family: Helvetica, Arial;
	line-height: 17px;
	
}

.lightbox h1
{
	margin-top: 20px;
	padding-bottom: 8px;
	
}

.lightbox a
{
	text-decoration: none;
}

/* NEWS */

#news-lightbox
{
/*background: url('../images/lightbox_bg.jpg');*/
}

#news-lightbox h1
{
	text-indent: -9999px;
	height: 32px;
	background: url('../images/newsHeader.gif') 50% 0 no-repeat;
	
}

/* BIO */

#bio-lightbox
{


}

#bio-lightbox h1
{
	text-indent: 0px;
	height: 32px;
	background: url('../images/biography-heading.gif') 50% 0 no-repeat;
	
}

#bio-lightbox p
{
	color: #ffffff;
	
}

/* DISCOGRAPHY */

#discography-lightbox
{

}

#discography-lightbox h1
{
	text-indent: -9999px;
	height: 32px;
	background: url('../images/discoHeader.gif') 50% 0 no-repeat;
}



/* VIDEOS */

#videos-lightbox
{
}

#videos-lightbox h1
{
	text-indent: -9999px;
	height: 14px;
	background: url('../images/videos-heading.jpg') 50% 0 no-repeat;
}

#videos-lightbox .video
{
	text-align: center;
	float: left;
	margin:0 60px 0 10px;
	width: 130px;
	height: 175px;
}

#videos-lightbox .video a
{
	color: #FFFFFF;
	text-decoration: none;
}

/* PICTURES */

#pictures-lightbox
{

}

#pictures-lightbox h1
{
	text-indent: -9999px;
	height: 32px;
	background: url('../images/photosHeader.gif') 50% 0 no-repeat;
}

#pictures-lightbox img
{
	margin-right: 15px;
	margin-bottom: 15px;
}

/* LINKS */

#links-lightbox
{

}

#links-lightbox h1
{
	text-indent: -9999px;
	height: 14px;
	background: url('../images/linksHeader.gif') 50% 0 no-repeat;
}

#links-lightbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#links-lightbox ul li a
{
	color: #ffffff;
	text-decoration: none;
}

#links-lightbox ul li a:hover
{
	color: #f9be69;
}

/* PRESS */

#press-lightbox
{

}

#press-lightbox h1
{
	text-indent: -9999px;
	height: 32px;
	background: url('../images/pressHeader.gif') 50% 0 no-repeat;
}

#press-lightbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#press-lightbox ul li a
{
	color: #ffffff;
	text-decoration: none;
}

#press-lightbox ul li a:hover
{
	color: #f9be69;
}

/* MEDIA */

#media-lightbox
{
background: url('../images/lightbox_bg.jpg');
}

#media-lightbox h1
{
	text-indent: -9999px;
	height: 14px;
	background: url('../images/mediaHeader.gif') 50% 0 no-repeat;
}

#media-lightbox a
{
	color: #ffffff;
	text-decoration: none;
}

#media-lightbox a:hover
{
	color: #f9be69;
	text-decoration: underline;
}

/* Contact */

#contact-lightbox
{

}

#contact-lightbox h1
{
	text-indent: -9999px;
	height: 32px;
	background: url('../images/contactHeader.gif') 50% 0 no-repeat;
}

#contact-lightbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact-lightbox ul li a
{
	color: #ffffff;
	text-decoration: none;
}

#contact-lightbox ul li a:hover
{
	color: #f9be69;
}



/* BLOG */

#blog-lightbox
{

}

#blog-lightbox h1
{
	text-indent: -9999px;
	height: 14px;
	background: url('../images/blogHeader.gif') 50% 0 no-repeat;
}

/* BLOG / NEWS */
div.entry {
	margin-top: 10px;
	color: #f9be69;
	padding-right: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	}

div.entry h2.title {
	font-family: "Verdana", Arial;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	color: #f9be69;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

div.entry h2.title a {
	color: #f9be69;
	text-decoration: none;
	}
	
div.entry p {
	font-family:  Verdana;
	margin-bottom: 12px;
	color: #ffffff;
	}
	
div.entry a {
	color: #ffffff;
	text-decoration: underline;
	}
	
div.entry p a:hover {
	color: #f9be69;
	}
	
div.entry p a.read-more {
	
	}

/* TOUR DATES */

#tour-lightbox
{

}

#tour-lightbox h1
{
	text-indent: -9999px;
	height: 32px;
	background: url('../images/showsHeader.gif') 50% 0 no-repeat;
}

#tour-lightbox table
{
	width: 100%;
	margin-bottom: 12px;
}
							
#tour-lightbox table td
{
	font-size: 11px;
	color: #d6d6d6;
	border-bottom: 1px solid #999999;
}
	
#tour-lightbox table td.date { font-weight: bold; }
#tour-lightbox table td.venue { width: 75px; }
#tour-lightbox table td.location { text-align: right; }



