@import "sizes.css";
@import "shared.css";

#verbosestyle { display: none; }

div.entry {
   clear: both;
   width: 100%;
   margin-bottom: 1ex;
   border-top: 1px solid;
}

hr.clear {
   clear: both;
}

div.imagelink {
 float: left;
}

div.secondary {
   font-size: smaller;
}

div.count {
   font-size: smaller;
   float: right;
   clear: right;
}

div.imagename {
   font-size: smaller;
   float: right;
   clear: right;
}

div.imagetitle {
   background: #CCCC99;
   font-weight: bold;
   margin-left: 110px;
   margin-right: 6em;
   padding-left: 1ex;
   border-left: 1px solid;
   border-right: 1px solid;
   border-bottom: 1px solid;
}

div.imagenote {
   font-size: smaller;
   padding-left: 1em;
   padding-top: 1ex;
   margin-left: 110px;
}

div.imagenote + div.imagenote {
   padding-top: 0;
}

div.date {
   font-size: smaller;
   float:right;
   clear: right;
}

div.filesize {
   font-size: smaller;
   float: right;
   clear: right;
}

h2 {
    margin-top: 1em;
    padding: 1ex;
    clear: both;
}

dl.index dt {
    font-weight: bold;
}

dl.index dd {
    margin-bottom: 1ex;
}

span.imageinfo {

}

div.dimensions {
   float: right;
   clear: right;
   font-size: smaller;
}

span.indexlink {
    white-space: nowrap;
}

