@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}

img a{
	border: 0px;
}

.clear{
	clear: both;
}

.content{
	background: url(http://dynamicartists.com/images/black.gif) no-repeat;
	width: 850px;
	height: 547px;
}

.navbar {
	float: right;
	width: 500px;
	display: inline;
	margin-right: 50px;
	margin-top: 10px;
}
#toursb, #aboutb, #merchb, #pressb, #artistsb  {
   font: 12px/10px "Trebuchet MS";
   letter-spacing: 2px;
   text-align: left;
   visibility: visible;
   position: absolute;
   top: 14px;
   z-index: 3;
   height: 9px;
}

#artistsb  {
   width: 61px;
   left: 447px;
}

#toursb  {
   width: 50px;
   left: 530px;
}

#pressb  {
   width: 44px;
   left: 611px;
}

#merchb  {
   width: 108px;
   left: 695px;
}

#aboutb  {
   width: 52px;
   left: 365px;
}

#pressb a, #aboutb a, #toursb a, #merchb a, #artistsb a  {
   background-color: #000000;
   display: block;
   width: 100%;
   text-decoration: none;
   color: #0099CC;
}

#toursb a:hover, #merchb a:hover, #pressb a:hover, #artistsb a:hover, #aboutb a:hover  {
   color: #FFC208;
}

#merchmenu li, #pressmenu li, #artistsmenu li, #toursmenu li  {
   width: 100%;
   display: block;
   margin: 0px;
}

#toursmenu li a, #artistsmenu li a, #merchmenu li a, #pressmenu li a  {
   background-color: #FFC208;
   padding-left: 0px;
   padding-right: 0px;
   text-decoration: none;
   color: #FFFFFF;
   width: 100%;
   display: block;
}

#pressmenu li a:hover, #toursmenu li a:hover, #artistsmenu li a:hover, #merchmenu li a:hover  {
   background-color: #FFFFFF;
   color: #0092E1;
}

#toursmenu, #merchmenu, #pressmenu, #artistsmenu  {
   font: 9px/13px Arial;
   margin: 0px;
   padding: 0px;
   list-style: none;
   text-align: left;
   color: #FFFFFF;
   visibility: hidden;
   position: absolute;
   top: 31px;
   width: 107px;
}

#artistsmenu li a, #pressmenu li a, #toursmenu li a, #merchmenu li a {
   background-color: #FFC208;
   color: #000000;
}

#artistsmenu  {
   z-index: 7;
   left: 447px;
}

#merchmenu  {
   z-index: 3;
   left: 695px;
}

#toursmenu  {
   z-index: 6;
   left: 530px;
}

#pressmenu  {
   z-index: 5;
   left: 611px;
}

.newsscroll{
	width: 274px;
	height: 330px;
	background: #D1D1D1;
	overflow: auto;
	margin-top: 160px;
	margin-left: 17px;
	float: left;
}
.newsscroll p{
	font-size: 11px;
	font-family: Trebuchet MS;
	padding-right: 4px;
	padding-left: 4px;
}

.artistlist{
	width: 436px;
	height: 400px;
	margin-top: 114px;
	margin-right: 95px;
	float: right;
}
.artistpic{
	width: 77px;
	height: 88px;
	margin: 5px;
	float: left;
}

.artistname{
	width: 77px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	font-size: 10px;
	font-family: Trebuchet MS;
	color: #FFFFFF;
	text-align: center;

}
/* corrections for IE */

.newsscroll { display: inline; }

.artistlist { display: inline; }

.artistpic { display: inline; overflow: hidden; }

.artistname { display: inline; }

/* replace faulty inline scripts */

.artistpic a:hover img,
.artistpic a:focus img {
    opacity: .4;
    filter: alpha (opacity=40);
}

