/*
  Artists page
*/
.artistsLetterBox {
  float: left;
  width: 300px;
  height: 130px;
  position: relative;
  background: url(../img/artists-box.gif) no-repeat;
}

.artistsLetterBox .bottom {
  /*
  position: absolute;
  background: url(../img/artistsbox-bottom.gif) no-repeat;
  bottom: -5px;
  height: 10px;
  */
}

a.artistsLetter {
  position: absolute;
  display: block;
  text-align: center;
  top: 10px;
  left: 10px;
  width: 25px;
  font: 2em Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
}

a.artistsLetter:hover {
  color: #f09d00;
}

.artistsList {
  margin: 15px 15px 15px 35px;
  display: block;
  padding: 0 5px;
}

.artistsList li {
  list-style: none;
  margin-left: 2px;
}

.artistsList a span {
  color: #901a08;
  font-weight: bold;
}

.thumbDiv {
  height: 220px;
}

.thumbDiv a {
  background: url(../img/thumb_background.gif) no-repeat center;
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin: 3px;
}

.thumbDiv a:hover {
  background: url(../img/thumb_hover_background.gif) no-repeat center;
}

.thumbDiv img {
  border: 0;
  width: 80px;
  height: 80px;
  margin: 10px;
}
/*

a.thumb {
  display: block;
  float: left;
  margin: -3px 0px;
  background: url(../img/thumb-background.png) no-repeat top;
  text-align: center;
  width: 130px;
  height: 200px;
  position: relative;
}

a.thumb:hover {
  background: url(../img/thumb-background-hover.png) no-repeat top;
}

.thumb img {
  border: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

a.thumb div {
  background: url(../img/thumb-background.png) no-repeat bottom;
  font-size: 0.85em;
  padding: 15px;
  padding-top: 0px;
  height: 60px;
  width: 100px;
  position: absolute;
  bottom: 0px;
}

a.thumb:hover div {
  background: url(../img/thumb-background-hover.png) no-repeat bottom;
}
*/

.submenu a.movement {
  position: relative;
  padding: 3px inherit;
}
.submenu a.movement span {
  position: absolute;
  right: 2px;
}

/*
  Artists by Name
*/

#artists div {
  padding-bottom: 0.5em;
}

#artists div div {
  font: 0.9em Verdana Geneva Arial Helvetica sans-serif;
  color: gray;
}


.artist {
  font-size: 1.25em;
}


#paintings ol {
  list-style: decimal outside;
  font: italic 1em Georgia, "Times New Roman", Times, serif;
  color: #901a08;
  text-align: left;
  margin-left: 3em;
}

  #paintings ol li {
    margin-bottom: 0.5em;
  }

  #paintings ol p {
    font: normal 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: black;
    display: inline;
    text-align: left;
  }
  
    #paintings ol p a {
      font-size: 1.1em;
    }
  
/*
  Artist Info
*/
#artistInfo { padding-bottom: 1em; }
#artistInfo li { position: relative; margin-bottom: 1em; }
#artistInfo li label { position: absolute; width: 7em; text-align: right; font-weight: bold; color: #901A08; }
#artistInfo li div { margin-left: 8em; margin-bottom: 0.5em; }
#artistInfo a { font-weight: bold; text-decoration: underline; font-size: 0.9em; }
#artistInfo .date {  }