@import "sizes2.css";
@import "shared.css";

/*
   This style arranges the thumbnails with limited information -
   title, image size in K, and the number of hits when
   available.  The thumbnails are arranged in a table-like format,
   with as many as can fit on a line.
 */


/* Hide the link to the "brief" style */
#briefstyle a {
    font-weight: bold;
}

/* Make subheadings small but distinctive */
h2.subset {
   clear: right;
   border-bottom: 0;
   border-right: 0; 
   margin: 0;
   margin-top: 1em;
   text-align: center;
   font-size: medium;
   font-weight:  bold;
   margin-right: 2em;
   margin-left: 0em;
}

div.entry {
   background: InactiveCaption;
   color: CaptionText;
   /* clear: right; */
   border: thin inset; 
   overflow: hidden;
   /* border: thin groove; */
   float: left;
   font-size: smaller; 
   text-align: center;
   margin: 0.5em;
   padding-left: 0.5em;
   padding-right: 0.5em;

   width: 10em;
   height: 14em;
}

div.entry:hover {
   border: thin outset;
   background: ActiveCaption;
}

div.entry h4 {
   font-size: smaller;
   padding-left: 0.5em;
   padding-right: 0.5em;
}

h4.imagename {
  display: none;
}

.imageheader > h4.dimensions {
  display: block;
  float: left;
  clear: left;
  padding-left: 0.5em;
}

h4.count + h4.dimensions {
  display: none;
}

h4.count {
  font-size: smaller;
  float: left;
  clear: left;
  padding-left: 0.5em;
}

p.imagenote {
  display: none;
}

div.entry h4 {
   margin:0;
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 0.25ex;
   font-weight: normal;
   font-size: smaller;
}

div.entry h3 {
   margin: 0;
   margin-top: 1ex;
   padding: 0;
   font-weight: bold;
   font-size: medium;
   clear: both;
}

h4.date {
   display: none;
}

h4.filesize {
   float: right;
   font-size: smaller;
   padding-right: 0.5em;
}

h2.subset {
    clear: left;
}

hr.clearentry {
    display: none;
}

hr.clear {
    visibility: hidden;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
}

