
.artistlist {list-style: none; margin: 0 0 0 -10px; * margin: 0 0 0 -7px; padding: 0; }

.artistlist li {float: left; display: block; width: 164px; height: 125px; border: 1px solid #e0e0d5; background-color: #FFF; padding: 10px; margin: 0 0 10px 10px; * margin: 0 0 7px 7px; text-align: center; }
.artistlist li.free {background-image: url(/wp-content/themes/sidearts/images/icon_artist-sm.png); background-position: bottom right; background-repeat: no-repeat; }
.artistlist li.premium {background-image: url(/wp-content/themes/sidearts/images/icon_artistpremium-sm.png); background-position: bottom right; background-repeat: no-repeat; }

.artistlist li img {border: 1px solid #e0e0d5; background: #FFF; padding: 2px; margin: 0 0 10px 0; }
.artistlist li a:hover img {border-color: #410000; }
.artistlist li h4 {font-weight: bold; margin: 0 0 3px 0; }
.artistlist li .medium {font-size: .9em; color: #747474; }

.profile div {clear: left; padding: 0 0 20px 0; }
.profile label {float: left; margin: 0 15px 10px 0; color: #410000; font-weight: bold; width: 140px; text-align: right; }
.profile p {margin: 0 0 0 155px; padding: 0;  }

.profile .badges {float: right; width: auto; padding: 0 0 0 6px; margin: 0 0 0 6px; text-align: right;}
.profile .badges img {width: 26px; height: 26px; }

ul.artistlist .badges {float: left; font-size: 1px; padding: 0; margin-top: -5px; margin-left: -5px;}
ul.artistlist .badges img {width: 26px; height: 26px; border: 0;}
ul.artistlist .badged {margin-left: -26px;}

.profile .artist_premium {float: right; width: 120px; font-size: 10px; text-transform: uppercase; color: #9A5108; background: url(/wp-content/themes/sidearts/images/icon_artistpremium-sm.png) top right no-repeat; padding: 5px 30px 5px 0; margin: 0 0 10px 0; text-align: right; }
.profile .artist_free {float: right; width: 120px; font-size: 10px; text-transform: uppercase; color: #999; background: url(/wp-content/themes/sidearts/images/icon_artist-sm.png) top right no-repeat; padding: 5px 30px 5px 0; margin: 0 0 10px 0; text-align: right; }

.profile div.postdata {clear: both; padding: 0; text-align: right; height: 35px;}

.artistimages {margin: 0 0 0 155px; padding: 0; }
.artistimages ul {list-style: none; margin: 0 !important; padding: 0;}
.artistimages ul li {float: left; margin: 0 10px 5px 0; }
.artistimages ul li a {display: block; width: 64px; height: 64px; border: 1px solid #e0e0d5; background: #FFF; padding: 2px; }
.artistimages ul li a:hover {border-color: #410000; }

.artistimages.larger {margin-left: 0;}
.artistimages.larger ul li {margin: 0 5px 5px 0; }
.artistimages.larger ul li a {width: 130px; height: 130px;}
.artistimages.larger img {margin: 0 !important; padding: 0px !important;}

/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
      /*Pagination*/
      div.pagination {
	  		  clear: both;
              text-align:center;
              padding: 7px;
              margin: 3px;
      }

      div.pagination a {
              padding: 2px 5px 2px 5px; 
              margin: 2px;
              border: 1px solid #000000;
             
              text-decoration: none; /* no underline */
              color: #000000;
      }
      div.pagination a:hover, div.pagination a:active {
              border: 1px solid #000000;
              background-color:#000000;
              color: #fff;
      }
      div.pagination span.current {
              padding: 2px 5px 2px 5px;
              margin: 2px; 
                      border: 1px solid #000000;
                     
                      font-weight: bold;
                      background-color: #000000;
                      color: #FFF;
              } 
      div.pagination span.disabled {
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #EEE;
             
                      color: #DDD; 
              }
