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

/* selector for home page */


#artist_nav {
	margin: 20px 0 0px 0;
	}

#artist_nav-content {
	background-color: transparent;
}


/* View Selector */
#artist_nav .view-select {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#artist_nav .view-select li {
	list-style: none;
	margin: 6px 30px 0 0;
	padding: 0;
	float: left;
	display: inline;
	}
	
#artist_nav p {
	margin: 0 0 5px 0;
	padding: 0px;
	}
		
#artist_nav .view-select div {
	padding: 0px;
	}

#artist_nav .view-select a { color: #aaaaaa; text-decoration: none; }

#artist_nav .view-select a:hover { color: #404040; }

#artist_nav.bio .view-select .bio, 
#artist_nav.clients .view-select .clients,
#artist_nav.contact .view-select .contact, 
#artist_nav.new .view-select .new {
	border-bottom: none;
	}

#artist_nav.bio .view-select .bio div, 
#artist_nav.clients .view-select .clients div, 
#artist_nav.contact .view-select .contact div,
#artist_nav.new .view-select .new div {
	color: #333333;
	}

#artist_nav.bio .view-select .bio a,
#artist_nav.bio .view-select .bio a:hover,
#artist_nav.clients .view-select .clients a,
#artist_nav.clients .view-select .clients a:hover,
#artist_nav.contact .view-select .contact a,
#artist_nav.contact .view-select .contact a:hover,
#artist_nav.new .view-select .new a,
#artist_nav.new .view-select .new a:hover {
	color: #808080;
	}

/* Content */
#artist_nav .content {
	width: 600px;
	float: left;
	display: none;
	padding: 0px;
	margin: 10px 0 0 0;
	}

#artist_nav.bio #artist_nav-bio,
#artist_nav.clients #artist_nav-clients, 
#artist_nav.contact #artist_nav-contact, 
#artist_nav.new #artist_nav-new {
	display: block;
	}
