/* CSS Document */

/* HEADER FOR ARTIST SECTION */
h1 {
	background: url(assets_artists/label_theartists.png) no-repeat;
	width: 149px;
	height: 143px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: absolute;	
	left: 0px; top: 0px;
}
h1 span {display:none;}


/* TITLE FOR ARTIST SECTION */
#pagetitle {
	margin: 0;
	padding: 0;
	width: 380px;
	text-align: left;
}

/* ARTIST PAGE TABBED LINKS */
#links{
	clear: right;
	padding: 50px 0px 0px 0px;
}
#artistlinks {
	width: 351px;
	height: 57px;
	background: url(assets_artists/nav_artistpage.png) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

#artistlinks span {display:none;}

#artistlinks li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}

#artistlinks a {
	display: block;
	outline: none;
}

#newwork {left: 122px; top: 0px; width: 56px; height: 57px;}
#questions {left: 178px; top: 0px; width: 79px; height: 57px;}
#previouswork {left: 257px; top: 0px; width: 64px; height: 57px;}

#newwork a {height: 57px;}
#questions a {height: 57px;}
#previouswork a {height: 57px;}

#newwork a:hover {background: url(assets_artists/nav_artistpage.png) -473px 0px no-repeat; width: 56px; height: 57px;}
#questions a:hover {background: url(assets_artists/nav_artistpage.png) -529px 0px no-repeat; width: 79px; height: 57px;}
#previouswork a:hover {background: url(assets_artists/nav_artistpage.png) -608px 0px no-repeat; width: 64px; height: 57px;}

#newwork .active {background: url(assets_artists/nav_artistpage.png) -473px 0px no-repeat; width: 56px; height: 57px;}
#questions .active {background: url(assets_artists/nav_artistpage.png) -529px 0px no-repeat; width: 79px; height: 57px;}
#previouswork .active {background: url(assets_artists/nav_artistpage.png) -608px 0px no-repeat; width: 64px; height: 57px;}


/* QUESTONS PAGE MORE BUTTONS FOR HIDDEN TEXT */
a.hid {text-decoration:underline; outline-style:none; color:#5E411D}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; width:100%; font-style:normal;}