@charset "utf-8";
/* CSS Document */

body {
	top: 0px;
	background-color: #000;
}
.event {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	line-height: 20px;
}
.performers {
	font-weight: bold;
	font-size: larger;
	color: #00ff99;
}
.indent {
	display: block;
	padding: 10px;
}
.blues {
	border: 2px solid #333;
}

.bluesFest A:link  {
	
	font-weight: bold;
	color: #00ff99;
	text-decoration: none;
}

.bluesFest A:visited  {
	
	font-weight: bold;
	color: #00ff99;
	text-decoration: none;
}

.bluesFest A:hover  {
	
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}


div.scroll {
	height: 350px;
	width: 260px;
	overflow: auto;
	background-color: #000;
	padding: 8px;
}


/* menu */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 16px Arial;
width: 100%;
overflow: hidden;

border: 1px solid #000000;
border-width: 1px 0;
background: black url(images/bluesButton_up.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 15px;
text-decoration: none;
border-right: 1px solid black;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/bluesButton_down.gif) center center repeat-x;
}
.singers {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-left: 25px;
	color: #FFF;
	text-decoration: none;
}
.artist {
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
}

.performersInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	padding: 25px;
}
.bluesLinks {
	color: #FFF;
	text-decoration: none;
}

.info {
	font-weight: normal;
	padding: 10px;
	text-align: left;
}
.line { /* DIV that wraps and replaces the HR */
	padding-top: 10px;
	padding-bottom: 10px;
} 
.time {
	font-weight: bolder;
	color: #00ff99;
}
