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

#verbosestyle a {
   font-weight:bold;
}

div.entry {
   clear:both;
   /*width:100%;*/
   margin-right: 6em;
   margin-left: 2em;
   margin-top: 1ex;
   margin-bottom: 1ex;
   border-top: thin outset;
}

div.imagelink {
 float: left;
}

div.variation {
   display: none;
}

div.imageheader {
   background: InactiveCaption;
   color: CaptionText;
   font-size: smaller;
   border-right: thin outset;
   border-bottom: thin outset;
   border-left: thin outset;
   margin-left: -5px;
   width: 7em;
   float: right;
   clear: right;
   padding: 1ex;
   text-align: right;
}

h3.imagetitle {
   border-bottom: thin outset;
   background: InactiveCaption;
   color: CaptionText;
   z-index: 2;
   margin-right: 5em;
   /* background-image: url("/graphics/titlebg.jpg"); */
   font-size: medium;
   margin-top: 0;
   margin-left: 100px;
   margin-bottom: 1ex;
   font-weight: bold;
   padding-left: 1ex;
}

p.imagenote {
   padding-left: 1em;
   margin: 0;
   padding: 0;
   margin-left: 110px;
   margin-bottom: 1ex;
   margin-right: 6em;
}

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

div.imageheader h4 {
   font-size: inherit;
   font-weight: normal;
   margin: 0;
}

div.imageheader a, div.imageheader a:visited {
   color: CaptionText;
   background:InactiveCaption;
}

div.imageheader h4.modified { 
   display: block;
   font-size: smaller;
}

div.imageheader h4.dimensions:before {
   content: "Dim:";
}

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

