html {
    margin-top: 0;
    padding-top: 0;
}

body {
    background: #FFFFFF;
    color: #330000;
    padding-left: 6px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    border-left: 12px solid #FFFFFF;
    font-family: "Linotype Palatino", "Palatino Linotype", "Book Antiqua", "Palatino", "Adobe Caslon", "ACaslon", "Caslon", "Bitstream Vera Sans";
    font-weight: normal;
    line-height: 130%;
}

div {
    margin-top: 0;
    padding-top: 0;
}

/* dld: download div */
.dld {
    padding-bottom: 0px;
    margin-top: 4px;
    margin-right: -12px;
}

.navbar {
    padding-bottom: 0px;
    margin-top: 4px;
    margin-right: -6px;
}

.xavpleft { /* used on per-image pages inside a table */
    background: url(/~liam/g/bg-1280x1280.jpg) no-repeat;
    background-position: bottom right;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    margin-right: 8px;
    padding-right: 8px;
}

.navpleft {
    background: url(/~liam/g/bg-1280x1280.jpg) no-repeat;
    background-position: bottom right;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-right: 8px;
    padding-right: 8px;
    float: left;
}
.white {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    background: #FFFFFF;
    padding: 2px;
    margin-top: 0;
    display: block;
}

.white a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.navpright {
    background: url(/~liam/g/bg-1280x1280.jpg) no-repeat;
    background-position: bottom right;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    margin-right: 8px;
    padding-right: 8px;
    float: right;
}

.navbar a {
    text-decoration: none;
    margin-top: 1px;
    font-style: italic;
}

hr {
    clear: both;
}


/* links */

/* undecorated links used for image sizes */
.nd {
    text-decoration: none;
    font-size: smaller;
}
.size { font-size: smaller; color: #999; }

div.imagep {
    /* move up to match the nav links */
    margin-top: 4px;
}

a:link { color: blue; }
a:hover {
    background: #99FF99;
    text-decoration: none;
}
a:visited { color: purple; }

a.external:before {
    content: " [off-site] ";
    text-decoration: none;
    color: #999999;
}

a.external {
    text-decoration: none;
}

a.internal:before {
    content: " \2625 ";
    text-decoration: none;
    color: #999999;
}

a.internal {
    text-decoration: none;
}


.tndiv {
    line-height: 0px;
    margin-right: 0px;
}

a.lti {
    background: url(/~liam/g/bg-1280x1280.jpg) no-repeat;
    background-position: bottom right;
    display: block;
    border: none;
    margin: 0px;
    text-decoration: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
}
a.lti:hover {
    background: url(/~liam/g/bg-1280x1280.jpg) no-repeat;
    background-position: bottom right;
    display: block;
    border: none;
    margin: 0px;
    text-decoration: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.tndiv a.lti img { /* the main image */
    display: inline;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: none;
    border-right: none;
}


/* .bg { background: #fafaf0; } */
p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* p.d is for description, i.e. image title */
p.d {
    margin-top: 0;
}

/* caption is what gets marked Notes on the image pages */
div.caption {
    /* want to make this automatic based on the
     * display/paper size and the image size.
     * */
    width: 30em;
}

div.caption>p:first-child {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0.5em;
}
div.caption>p:first-child:before {
    content: "";
    display: inline;
}

div.caption>p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 1em;
}

div.caption p:before {
    content: "¶ ";
    color: #999999;
}

.v { font-size: small; color: #999999; }

div#w3c { text-align: right; }
div#w3c a img { border: none; }

/* thumbnail groups */
table.tbg {
    background: #FFF;
}

table.ii { /* image info */
    background: #FFF;
}

#source a {
    text-decoration: none;
}

#source a .title {
    font-style: italic;
}

h1 {
    clear: both;
    margin-top: 1em;
    margin-bottom: 0px;
    margin-left: -12px;
    padding-left: 12px;
    font-family: "Adobe Caslon", "ACaslon", "Caslon", "Linotype Palatino", "Book Antiqua", "Bitstream Vera Sans";
    font-style: italic;
    font-weight: normal;
}

h1.imagetitle {
    font-size: 120%;
    line-height: 130%;
    margin-bottom: 0px;
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
}

h2 {
    font-size: 100%;
    line-height: 130%;
    margin-bottom: 2pt;
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
}

a.ltd { /* link to details, above the image */
    font-style: normal;
    text-decoration: none;
}

a.ltd:before {
    content: " [";
}
a.ltd:after {
    content: "]";
}

/* nb - note, image you seek might be on another page */
p.nb {
    color: green;
    clear: both;
    margin-left: 7%;
    margin-right: 5%;
}

/* sl - searchlink */
a.sl {
    text-decoration: none;
}

div.samples { /* sample images on overview page */
    clear: both;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 3px solid #ccffcc;
    padding: 1em;
    margin-bottom: 1em;
}

div.sample { /* a single sample image on overview page */
    float: left;
}

div.ovcomments { /* comments on the overview page */
    clear: both;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border: 3px solid #ccffcc;
    border-radius: 1em;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

br.endsamples {
    clear: both;
}

div.tagcloud {
    clear: both;
    margin-top: 1em;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border: 3px solid #ccffcc;
    padding: 1em;
}

a.tag {
    text-decoration: none;
}
a.tag:hover {
    border-bottom: 1px black dotted;
}
a.freq0 { font-size: 80%; color: #999; }
a.freq1 { font-size: 80%; color: #666;  }
a.freq2 { font-size: 100% }
a.freq3 { font-size: 120% }
a.freq4 { font-size: 140% }
a.freq5 { font-size: 160% }
a.freq6 { font-size: 180% }
a.freq7 { font-size: 200% }
a.freq8 { font-size: 220% }
a.freq9 { font-size: 240% }
a.freq10 { font-size: 260% }

div.introwrapper {
}

div.cover {
    width: 130px;
    text-align: right;
    float: left;
}

div.hascover {
    margin-left: 138px;
}

div.bibinfo p {
    margin: 0;
}

span.bibvaltitle {
    font-style: italic;
}

div.intro {
    clear: both;
}

div.tncover {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    filter:alpha(opacity=30);
}

div.tncover:hover {
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    filter:alpha(opacity=100);
}

tr th {
    font-weight: normal;
}

div.navfloatything {
    margin-left: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 132px; /* 120 for tn, + room for shadow and border */
    float: left;
}

p.versionp {
    float: left;
    font-size: smaller;
}

a.bloglink {
    font-style: italic;
    text-decoration: none;
}

.sc {
    font-variant: small-caps;
    text-transform: lowercase;
}

.csc {
    font-variant: small-caps;
}

/* exif stuff */
div.exifwrapper {
    display: block;
    border-left: 1px solid #CCC;
}

span.exifdescription {
    display: block;
    width: 10em;
    font-style: italic;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}
div.exifvalue {
    display: block;
    width: 12em;
    float: right;
}
div.exiftag {
    clear: both;
}

div.blogbuttons {
    padding-right: 16px;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    filter:alpha(opacity=30);
}

div.blogbuttons:hover {
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    filter:alpha(opacity=100);
}

div.blogbuttons a {
    text-decoration: none;
}
div.blogbuttons a img {
    border: 0;
}

div.adbanner {
  display: block;
  border: none;
}

div.adbanner a {
  text-decoration: none;
  display: block;
  border: 2px solid white;
}
div.adbanner a img {
  border: 2px solid white;
  display: block;
}
div.poem {
    font-size: 80%;
    margin-left: 3em;
    color: #300;
}
div.caption div.poem p.line {
    margin-top: 0px;
    margin-bottom: 0px;
}
div.caption div.poem p.line2 {
    margin-left: 1.5em;
    margin-top: 0px;
    margin-bottom: 0px;
}
div.caption div.poem p.line:before {
    content: "";
}
div.caption div.poem p.line2:before {
    content: "";
}

p.commentby {
    border-top: 1px dotted;
    background-color: #DFDFFF;

}
div.comments .reply {
    margin-left: 2em;
}
p.commentby:first-child {
    border-top: none;
}

