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

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

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

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

.xavpleft { /* used on per-image pages inside a table */
    background: url(/~liam/g/bg-640x500.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-640x500.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 gray;
    border-top: 1px solid gray;
    background: #FFF;
    padding: 2px;
    margin-top: none;
    display: block;
}

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

.navpright {
    background: url(/~liam/g/bg-640x500.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;
    background: #fff;
}

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: #00FF00;
    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-640x500.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 {
    display: inline;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: none;
    border-right: none;
}


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

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

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

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

.ii {
    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: 150%;
    line-height: 100%;
    margin-bottom: 0px;
    margin-top: 0;
}

a.ltd {
    font-style: normal;
    text-decoration: none;
}

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

p.nb {
    color: green;
    clear: both;
    margin-left: 7%;
    margin-right: 5%;
}

a.sl {
    text-decoration: none;
}

div.sample {
    float: left;
}

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

br.endsamples {
    clear: both;
}

div.tagcloud {
    clear: both;
    margin-top: 1em;
    -moz-border-radius: 1em;
    border: 3px solid #ccffcc;
    border-radius: 1em;
    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: 140% }
a.freq4 { font-size: 160% }
a.freq5 { font-size: 180% }
a.freq6 { font-size: 220% }
a.freq7 { font-size: 280% }
a.freq8 { font-size: 320% }
a.freq9 { font-size: 400% }
a.freq10 { font-size: 480% }
