/* CSS Document */

html
{
	background: #CCCCCC;
}

body
{
	
	color:#1C1C1C;
	font-family: /* "Trebuchet MS", */ Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:10px 0px; 
	padding:0px;
	text-align: center;
}

td
{
	text-align: left;
	vertical-align: top;
}


a 
{
	color:#0000FF;
	font-weight: bold;
	text-decoration: underline;
}

a:hover 
{
	background: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#named a 
{
	/* display: none; */
	display: inline;
	visibility: hidden;
}


img
{ 
	border: none; /*  1px solid #FFFFFF; */
}


p
{
	margin-top: 0px;
}


#root
{
	background: #FFFFFF;
	border: 1px solid #1C1C1C;
	margin: 0px auto;
	text-align: left;
	width: 1024px;
}


#masthead
{
	background-image:url("files/images/masthead.png");
	height: 270px;
	width: 1024px;
}



#menu
{
	display: inline;
	float: left;
	margin-left: 134px;
	margin-top: 45px;
	padding: 0px;
	width: 168px;
}


#menu .item
{
}





#menu a
{
	display: block;
	height: 13px;
	padding-bottom: 11px;
	text-decoration: none;
	width: 120px;
}


/**
#menu .active a,  #menu .active a:hover
{
	background-position: -120px 0px;
	text-decoration: none;
}
**/


#menu #home a
{
	background: url("files/images/home_menu_rollover.gif") 0 0 no-repeat;
}


#menu #latest_news a
{
	background: url("files/images/latest_news_menu_rollover.gif") 0 0 no-repeat;
}


#menu #biography a
{
	background: url("files/images/biography_menu_rollover.gif") 0 0 no-repeat;
}


#menu #discography a
{
	background: url("files/images/discography_menu_rollover.gif") 0 0 no-repeat;
}


#menu #photographs a
{
	background: url("files/images/photographs_menu_rollover.gif") 0 0 no-repeat;
}


#menu #gigs a
{
	background: url("files/images/gigs_menu_rollover.gif") 0 0 no-repeat;
}

#menu #blues_project a
{
	background: url("files/images/blues_project_menu_rollover.gif") 0 0 no-repeat;
	
	width: 140px;
}



#menu #media a
{
	background: url("files/images/media_menu_rollover.gif") 0 0 no-repeat;
}



#menu #links a
{
	background: url("files/images/links_menu_rollover.gif") 0 0 no-repeat;
}


#menu #shop a
{
	background: url("files/images/shop_menu_rollover.gif") 0 0 no-repeat;
}


#menu #home a:hover, #menu #latest_news a:hover, #menu #biography a:hover, #menu #discography a:hover, #menu #photographs a:hover, #menu #gigs a:hover, #menu #media a:hover, #menu #links a:hover, #menu #shop a:hover,
#menu #home a.Home,
#menu #latest_news a.Latest,
#menu #biography a.Biography,
#menu #discography a.Discography,
#menu #photographs a.Photographs,
#menu #gigs a.Gigs,
#menu #media a.Media,
#menu #links a.Links,
#menu #shop a.Shop
{
	background-position: -120px 0px;
}


#menu #blues_project a:hover,
#menu #blues_project a.The
{
	background-position: -200px 0px;
}



/***
#menu .rollover a
{
	display: block;
	height: 13px;
	
	padding0:10px 10px 10px 7px;
	
	text-decoration: none;
	width: 120px;
}


#menu   #latest_news a
{
	background: url("images/home_menu_rollover.gif") 0 0 no-repeat;
}

#menu   #latest_news a:hover
{
	background-position: -120px 0px;
}

***/


#content
{
	float: left;
	margin: 0px;
	margin-top: 45px;
	margin-bottom: 100px;
	height: 100%;
	overflow0: auto;
	width: 600px;
}


#content #heading
{
	height: 40px;
}


#content #body
{
	height: 100%;
	/*margin-bottom: 30px;*/
	overflow: auto;

}


#content #body img
{
	border: solid 1px #FFFFFF;
}




#content #body .image
{
	/*
	background-image:url('image_server.php?img=images/drop_shadow_400.jpg;s,120,120');
	background-position: 8px 8px;
	background-repeat: no-repeat;
	*/
	clear: both;
	float: left;
	height: 100%;
	
	margin-bottom: 30px;
	margin-right: 30px;
	
	/*padding-bottom: 30px;
	padding-right: 30px;*/
	overflow: auto;
}



#content #body div.discography
{
	background-image:url("image_server.php?img=files/images/drop_shadow_400.jpg;s,120,120");
	background-position: 8px 8px;
	background-repeat: no-repeat;
	
	height: 130px;
	width: 130px;
	
	/*padding-bottom: 8px;
	padding-right: 8px;*/
	
}


#content #body .image .caption
{
	font-weight: bold;
	margin-top: 4px;
}


#content #body .description
{
	float: left;
	height: 100%;
	overflow: auto;
	width: 400px;
}

#footer
{
	clear: both;
	color: #333333;
	border-top: 1px solid #1C1C1C;
	height: 100%;
	margin-bottom: 45px;
	margin-top: 100px;
	margin-left: 130px;
	padding: 10px;
	width: 780px;
}

/****************************************************************************
 *
 *   Track listing table
 *
 ****************************************************************************/

.tracklisttable
{
	font-size:13px;
}

.tracklisttable tr
{
	
}

.tracklisttable td
{
	border-top: solid 1px #386FA1;	
	padding: 3px;
}


