/* 
    Document   : gallery
    Created on : 2012-04-04, 21:30:17
    Author     : Macku
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#gallery_content h2, #attachment_content h2{
  font: 22px Tahoma,Verdana,sans-serif;
  margin: 17px 12px 15px 12px;
}

div.picture_frame img{
  width: 175px;
  height: 98px;
  border: solid 1px #e7e7e7;
  vertical-align: top; /*IE6 IE7 */
}

div.picture_frame{
  float:left;
  display: inline; /*IE6 BUGS */
  margin-left:12px;
  background-color: #f9f9f9;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  color: #42062a;
  border: solid 1px #e7e7e7;
  min-height: 120px;

}

div.picture_frame_hover{
  background-color: #42062a;
  color: #000;
}

div.picture_text{
  margin-top: 5px;
  width: 175px;
  color: #777777;
}
div.picture_text p{
  font-size: 12px;
  font-weight: bold;
}

