/*
  Stylesheet for the Assemblage Template
  Template for Projects Thumbnails Grid
  Copyright (c) 2011 Yiannis Chatzikonstantinou
  http://yconst.com
*/



#preview-container {
  position:relative;
  margin:15px auto;
  text-align:left;
  text-transform:lowercase;
}

#preview-container p  { font-size: 10px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin-bottom: 15px }


.project {
  margin:10px 10px 10px 10px;
  width:150px;
  float:left;
  color:#888
}

.projectThumb {
  width:100%;
}

.projectFrame  { display: block; padding: 5px 2px; border-bottom: 1px solid #666 }

.projectTitle, .projectDate, {
  display:block;
  font-size:10px;
  line-height:normal;
}

.project p   { font-size: 10px; line-height: normal; display: block }

.project a    { color: #666; font-size: 10px; line-height: normal; display: block }

.project:hover a  { color: #ccc; text-decoration: none }

.projectTitle:visited {
  color:#777;
}


.projectDate {
  color:#888; font-size: 10px
}