/* artist.css - override colors, fonts from style.css */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-color: #000000;
}

.topnav {
	background-color: #EAEAEA;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.topnav a:link, a:active, a:visited{
	color:#000000;
}
.topnav a:hover{
	color: #EAEAEA;
	background-color: #333333;
}
.subnav {
	background-color: #000000;
	color: #000000;
	clear: both;
}
.subnav a:link, a:active, a:visited{
	color:#000000;
}
.subnav a:hover{
	color:#000000;
}
.bottomnav {
	background-color: #BDBDBD;
	color:#000000;
}

#footer2 {
	color: #CCCCCC;
	background-color: #000000;
	clear: both;
}

#footer2 a:link, #footer2 a:visited {
color:#CCCCCC;
}

.bottomnav a:link{
	color:#000000;
}

.bottomnav a:active{
	color:#000000;
}
.bottomnav a:visited{
	color:#000000;
}
.bottomnav a:hover{
color:#000000;
}

#artists-main {
font-family:Arial, Helvetica, sans-serif;
color:#000;
}
#artists-main a:link {
color:#666666;
}
#artists-main a:visited {
color:#666666;
}
#artists-main a:active {
color:#666666;
}
#artists-main a:hover {
color:#000;
}
#main {
font-family:Arial, Helvetica, sans-serif;
}

#main a:link{
color:#666666;
}

#main a:active{
color:#666666;
}

#main a:visited{
color:#666666;
}
#main a:hover{
color:#000;
}

.highContrast {
	color:#EAEAEA;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.mybutton
{
	color: #000000;
	border: 2px outset #d7b9c9;
	background-color: #E6E6E6;
	font-weight: bold;
	font-size: 0.9em;
} 

#navcontainer {
	font-size: .7em;

}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #D6D6D6;
	color: #000000;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #333333;
	color: #CCCCCC;
}
