/* artist pages */


#phot a.phot, #phot a.phot:link, #phot a.phot:visited,
#pain a.pain, #pain a.pain:link, #pain a.pain:visited,
#musi a.musi, #musi a.musi:link, #musi a.musi:visited,
#craf a.craf, #craf a.craf:link, #craf a.craf:visited,
#vide a.vide, #vide a.vide:link, #vide a.vide:visited,
#word a.word, #word a.word:link, #word a.word:visited,
#othe a.othe, #othe a.othe:link, #othe a.othe:visited
	{ color: #000; background: #C66; }

/*

	artistlist / famous

*/

div.artrow {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #99F;
	background: #000;
	color: #CFF;
	font-size: 12px;
	font-weight: bold;
	}
div.artrow.odd {
	background-color: #004;
	}

div.artrow:hover { background: #111; }
div.artrow.odd:hover { background: #116; }

div.namecol, div.desccol, div.linkcol, div.fatcol {
	float: left;
/*	white-space: nowrap;
	overflow: hidden;	*/
	}

.artrow a:link, .artrow a:visited {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 10px;
	}
.artrow a:hover { color: #F60; }

.desccol a:link, .desccol a:visited, .desccol a:hover, .desccol a:active,
.fatcol a:link, .fatcol a:visited, .fatcol a:hover, .fatcol a:active {
	display: block;
	padding: 8px 0;
	color: #CFF;
	}

div.namecol {
	width: 200px;
	}
div.desccol {
	width: 387px;
	font-style: italic;
	}
div.linkcol {
	width: 60px;
	text-align: center;
	}
div.linkcol a:link {
	padding-right: 10px;
	}
div.fatcol {
	width: 437px;
	font-style: italic;
	}


/*

	artist stats

*/
.stat1 {
	color: #CCC;
	font-size: 12px;
	white-space: nowrap;
	border: 1px solid black;
	text-align: right;
	padding: 2px;
	}
.stat2  {
	background-color: #333;
	font-size: 12px;
	white-space: nowrap;
	border: #FFF solid 1px;
	padding: 2px;
	}

/*

	profile

*/
div#profile, div.profile {
	padding: 15px 0;
	margin: 0 auto;
	}
#profile p, .profile p {
	line-height: 1.2;
	margin: 0 0 1em;
	}
#profile table, .profile table {
	width: 50%;
	margin: 0 25%;
	}
#profile td, #profile th, .profile td, .profile th {
	border: 1px solid black;
	border-width: 1px 0;
	padding: 8px;
	}
#profile th, .profile th {
	background-color: #CCF;
	font-weight: normal;
	text-align: right;
	}
#profile h1, #profile h2, #profile h3, #profile h4, #profile h5, #profile h6,
#admincolumn .profile h1, #admincolumn .profile h2, #admincolumn .profile h3, #admincolumn .profile h4, #admincolumn .profile h5, #admincolumn .profile h6 {
	background: none;
	border: 0;
	font-weight: bold;
	text-align:left;
	font-family: sans-serif;
	margin: 8px 0;
	padding: 0;
	color: #000;
	}
#profile h1, #admincolumn .profile h1 { font-size: 180%; }
#profile h2, #admincolumn .profile h2 { font-size: 150%; }
#profile h3, #admincolumn .profile h3 { font-size: 120%; }
#profile h4, #admincolumn .profile h4 { font-size: 100%; }
#profile h5, #admincolumn .profile h5 { font-size: 80%; }
#profile h6, #admincolumn .profile h6 { font-size: 60%; }

#profile ul, #profile ol, #admincolumn .profile ul, #admincolumn .profile ol {
	margin: 0;
	padding: 0 2em;
	}
#profile li, #admincolumn .profile li {
	margin-bottom: 0.4em;
	}

/*

	long description

*/
div#artist_long {
	width: 60%;
	margin: 2em auto;
	padding: 1em 2em;
	background: #EEF;
	border: 1px dashed #888;
	text-align: justify;
	}
#artist_long img, #artist_long div img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	}

#leftcolumn h2.editit {
	background: #F00;
	padding: 3px 0;
	}