/* -----------------------------------
Kevin Gamble Creative - Styles for main thumbnail pages
Author: Kevin Gamble
Version: August 2011
----------------------------------- */
#thumbnails {
margin:0 0 0 0;
padding:12px 0 15px 530px;
/* display: inline; */
font-weight:bold;
color:#777;
}
#thumbnails.work {
padding-left:20px;
}
#thumbnails p {
font-size:90%;
margin-left:0;
padding:0 40px 12px 0;
color:#ff9900;
}
#thumbnail {
width:100px;
float:left;
font-size:75%;
margin:0 12px 10px 0;
line-height:200%;
}
#thumbnail img {
margin-bottom:0;
}
#thumbnail a {
text-decoration:none;
color:#777;
}
#thumbnail a img {
border:none;
margin:0;
}
#mainbody #thumbnail a, #mainbody #thumbnail a:visited {
padding:4px 4px 1px 4px;
background:#eaeaea;
border:1px solid #ccc;
display:block;
color:#777;
/* float: left; */
}
#mainbody #thumbnail a:hover {
padding:4px 4px 1px 4px;
border:1px solid #a2a2a2;
background:#fff;
color:#ff9900;
}