/*
Theme Name: LAA Artists
Theme URI: http://www.loftartists.com
Description: Loft Artists Association
Version: 1.0
Author: Susan McCaslin
*/

/*Artist.html styles*/

/*CONTAINER*/

div#artist_thumbnails {
top: 10px;
margin: 22px;
color: #999999;
background-color: #ffffff;
width: 650px;
}

.thumbnail 
{
margin: 10px;
padding: 15px;
float: left;
width: 100px;
border: 1px dashed  #cccccc;
}

.thumbnail p {
font-family: arial, helvetica, tahoma, sans-serif;
font-size: .7em;
color: #333333;
}


.clearboth { clear: both; }

.thumbnail a {
text-decoration: none;
color: black;
}

.thumbnail a:link img, .thumbnail  a:visited img {
	filter:alpha(opacity=99);-moz-opacity: 0.99;opacity: 0.99;
}

.thumbnail a:hover img, .thumbnail  a:active img {
	filter:alpha(opacity=60);-moz-opacity: 0.60;opacity: 0.60; background-color: silver;
}

div#artist_pages {
top: 10px;
margin: 22px;
padding:0;
font-family: arial, helvetica, tahoma, sans-serif;
color: #999999;
background-color: #ffffff;
background: #ffffff;
width: 650px;
}

