/* CSS Document */

/* Artists landing */
#h1-artists {
	background: transparent url(../images/h1_artists.jpg) no-repeat 0 0;
	width: 52px;
}

#artists-nav {
	width: 629px;
	padding: 0;
	float:left;
	border-right: 1px solid #464342;
}

#artists-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#artists-nav ul li {
	width: 135px;
	height: 160px;
	display: inline;
	float: left;
	margin: 0 22px 40px 0;
	padding: 0;
	background-image: none;	
}

#artists-nav ul li a {
	width: 135px;
	height: 160px;
	display: block;
	text-indent: -99999px;
	background-position: 0 100%;
}

#artists-nav ul li a:hover {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color:#000;
}

#artists-nav ul li#armstrong a {	background-image: url(../images/artists_nav_armstrong.jpg);}
#artists-nav ul li#cochiolo a {	background-image: url(../images/artists_nav_cochiolo.jpg);}
#artists-nav ul li#early a {	background-image: url(../images/artists_nav_early.jpg);}
#artists-nav ul li#huhn a {	background-image: url(../images/artists_nav_huhn.jpg);}
#artists-nav ul li#klung a {	background-image: url(../images/artists_nav_klung.jpg);}
#artists-nav ul li#masters a {	background-image: url(../images/artists_nav_masters.jpg);}
#artists-nav ul li#nagel a {	background-image: url(../images/artists_nav_nagel.jpg);}
#artists-nav ul li#nunez a {	background-image: url(../images/artists_nav_nunez.jpg);}
#artists-nav ul li#rochester a {	background-image: url(../images/artists_nav_rochester.jpg);}
#artists-nav ul li#griego a {	background-image: url(../images/artists_nav_griego.jpg);}
#artists-nav ul li#yip a {	background-image: url(../images/artists_nav_yip.jpg);}
#artists-nav ul li#elena a {	background-image: url(../images/artists_nav_elena.jpg);}
#artists-nav ul li#rogers a {	background-image: url(../images/artists_nav_rogers.jpg);}
#artists-nav ul li#sojka a {	background-image: url(../images/artists_nav_sojka.jpg);}
#artists-nav ul li#assche a {	background-image: url(../images/artists_nav_assche.jpg);}



/***** Individual Artists Styles ***/
#titlebar #h1-james-armstrong{
	background: transparent url(../../assets/images/h1_james_armstrong.gif) no-repeat 0 0;
	width: 139px;
}
	
#titlebar #h1-tim-huhn{
	background: transparent url(../../assets/images/h1_tim_huhn.gif) no-repeat 0 0;
	width: 72px;
}
	
#titlebar #h1-mike-klung{
	background: transparent url(../../assets/images/h1_mike_klung.gif) no-repeat 0 0;
	width: 89px;
}
	
#titlebar #h1-terry-masters{
	background: transparent url(../../assets/images/h1_terry_masters.gif) no-repeat 0 0;
	width: 72px;
}
	
#titlebar #h1-patrick-nagel{
	background: transparent url(../../assets/images/h1_patrick_nagel.gif) no-repeat 0 0;
	width: 109px;
}
	
#titlebar #h1-tim-huhn{
	background: transparent url(../../assets/images/h1_tim_huhn.gif) no-repeat 0 0;
	width: 72px;
}
	
#titlebar #h1-danny-griego{
	background: transparent url(../../assets/images/h1_danny_griego.gif) no-repeat 0 0;
	width: 113px;
}

#titlebar #h1-jennie-yip{
	background: transparent url(../../assets/images/h1_jennie_yip.gif) no-repeat 0 0;
	width: 77px;
}

#titlebar #h1-arturo-elena{
	background: transparent url(../../assets/images/h1_arturo_elena.gif) no-repeat 0 0;
	width: 107px;
}

#titlebar #h1-ron-rogers{
	background: transparent url(../../assets/images/h1_ron_rogers.gif) no-repeat 0 0;
	width: 107px;
}
	
#titlebar #h1-manuel-nunez{
		background: transparent url(../../assets/images/h1_manuel_nunez.gif) no-repeat 0 100%;
		width: 114px;
		height:14px;
		line-height:14px;
		margin-top: -2px;
	}

	#artist-nav {
		width: 620px;
		float: left;
		min-height: 250px;
	}
	
	#crumb {
	margin-bottom: 27px;
	}
	
	#artist #sidebar {
		border-left: 1px solid #464342;
		height: 100%;
		min-height: 250px;
	}
	
	#artist #sidebar h3 {
	margin-bottom: 27px;
	margin-top: 1px;
	}
	#artist #sidebar .headshot {
	padding: 1px;
	background-color: #464342;
	border: 8px solid #fff;
	margin-bottom: 14px;
	}	
