h1 {
	font-size: 200%;
	margin: 5px;
	margin-left: 0px;
}
h1 a {
	text-decoration: none;
	color: #222;
}
h2 {
	font-size: 150%;
	margin: 3px;
	margin-left: 0px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
h3 {
	margin-top: 10px;
	font-weight: bold;
}
ol {
	margin-left: 40px;
	margin-top: 10px;
}
ol li {
	list-style-type: decimal;
}
th { font-weight: bold; }
#hd {
	margin-bottom: 15px;
}
#ft {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
a {
	color: blue;
}
/*a:VISITED {
	color: navy;
}*/
#artist-info {
	background-color: #ffa;
	padding: 3px 10px;
}

td {
	padding: 1px 5px;
}
.artist-similar {
	padding: 5px;
}
.artist-similar table {
	padding: 0px;
	width: 100%;
}
.artist-similar img {
	margin: 3px;
}
.artist-similar tr td {
	border-top: 1px solid #eee;
}
.artist-similar th {
	font-size: 90%;
	font-style: italic;
}
/*#artist-info img {
	margin-bottom: 10px;
}*/
#artist-info .members {
	font-weight: bold;
}
#artist-info .urls {
	font-weight: bold;
	padding-top: 10px;
}
#artist-info ul li {
	margin-top: 10px;
}
#artist-info ul ul li {
	margin-top: 1px;
}
#artist-info ul ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.artist-list li {
	clear: left;
	border: 1px solid #eee;
}

.artist-list {
	width: 100%;
}
.artist-list tr {
	border-bottom: 5px solid white;
}
.artist-thumb {
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: black;
}
.artist-thumb img {
	vertical-align: center;
}
.artist-text {
	height: 60px;
	background-color: #eee;
}

.text-center {
	text-align: center;
}

.releases {
	padding: 0px;
	width: 100%;
}
.releases tr td {
	border-top: 1px solid #eee;
	padding: 10px;
}
.releases th {
	font-size: 90%;
	font-style: italic;
}
.youtube div.clip {
	float: left;
	font-size: 85%;
	width: 140px;
	padding: 5px;
	padding-top: 10px;
	background-color: #eee;
	text-align: center;
	margin: 5px;
}
.youtube div img {
	margin-bottom: 5px;
	text-align: center;
}
.youtube div div {
	text-align: center;
}

.release-images {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.music_videos {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-top: 15px;
}

#main-artist-ad {
	background-color: #cfa;
	padding: 10px;
	margin-bottom: 10px;
}
.question {
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #be9;
}
.extern-links li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.extern-links ul {
	margin-bottom: 10px;
}
.text-ad {
	padding: 10px;
	padding-left: 20px;
	backround-color: #be9;
}

/*
 * Pager
 * -----
 */
.pager {
    float: left;
	margin: 10px;
	margin-bottom: 15px;
	padding: 3px;
	font-family: arial;
	font-size: 100%;
	text-align: right;
}
 .pager a, .pager span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
}
.pager span {
  font-weight: bold;
}
.pager a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}
.pager a:hover {
    border-color: #2E6AB1;
    color: black;
}



/*
 * Index
 * -----
 */
.top td {
	border: 3px solid white;
}
.short-artist-thumb {
	width: 60px;
	height: 62px;
	text-align: center;
	padding: 1px;
	background: black;
}
.short-artist-thumb img {
	vertical-align: middle;
}

.short-artist-description {

}


#artist-chars a {
  border:1px solid #9AAFE5;
  background-color: #f5f5f5;
  color: black;
  text-decoration:none;
}
#artist-chars a:hover {
  border:1px solid black;
  color: black;
  background-color: #eee;
}
#artist-chars a {
  font-size:110%;
  margin-right:3px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#artist-chars a{
  display:block;
  float:left;
  margin:2px;
  width: 21px;
  text-align: center;
}

