@import url("/john/john.css");

body, frameset, frame
{
    background: black; 
    color: #ffffe0; 
}

body.photoindex
{
    text-align: center; 
}

h1
{
    color: #ffffe0; 
    font: normal bold 150% verdana, helvetica, arial, sans-serif;
}

h1.photos
{
    text-align: left;
}

p, td, li
{
    font: normal 100% verdana, helvetica, arial, sans-serif;
    color: #ffffe0;
}
.navbar, .footer
{
    color: white;
    text-align: left;
}

.copyright
{
    margin-left: 5%;
    margin-right: 5%;
    color: white;
    font-size: smaller;
}

.new
{
    font-weight: bolder;
}

a
{
    color: #ffff99;
    text-decoration: none;
}

a:hover
{
    color: #ffff66;
    text-decoration: underline;
}

a.photos, a.photos:link
{
    color: #ffffe0;
    text-decoration: none;
}

a:link:hover, a:visited:hover
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override :hover colour if link has been visited */
    color: #ffff66;
    /* override .new bold font if link has been visited */
    font-weight: normal;
    text-decoration: underline;
}

a.new:link:hover
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override :hover colour if link has been visited */
    color: #ffff66;
    /* override .new bold font if link has been visited */
    font-weight: bolder;
    text-decoration: underline;
}

a.new:visited
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override .new bold font if link has been visited */
    color: #ffff99;
    font-weight: normal;
    text-decoration: none;
}

a.new:visited:hover
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override :hover colour if link has been visited */
    color: #ffff66;
    /* override .new bold font if link has been visited */
    font-weight: normal;
    text-decoration: underline;
}

div
{
    border: none;
    padding: 5px;
}

div.bordered
{
    border-top: solid 1px #ffffe0;
    border-bottom: solid 1px #ffffe0;
}

/* photoindex is the entire page content */
div.photoindex
{
    width: 808px;
    padding: 0px;
    margin-top: 1em;
    text-align: center;
    margin-bottom: 2em;
}

/* photobanner is the four thumbnails below the heading */
div.photobanner
{
    padding: 0px;
    border: 4px lightblue inset;
    margin-top: 1em;
    text-align: center;
    white-space: nowrap;    /* prevents browser from splitting images across multiple lines */
}

/* images in the banner shouldn't have a border */
div.photobanner img
{
    border: none;
}

/* photolinks are the links to the pages containing each day's photos */
div.photolinks
{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 5em;
}

div.footer span.lastmodified
{
    float: left;
}

div.footer span.webmaster
{
    float: right;
}

img.thumbnail
{
    border: 2px solid;
}

img.photo
{
    border: 10px #ffffe0 solid;
}

table.photoindex
{
    width:100%;
    border-top: solid #ffffe0 1px;
    border-bottom: solid #ffffe0 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}

td.photoyear
{
    text-align: left; 
    vertical-align: top;
}

table.photoindex td
{
    padding: 0;
}

table.photoyears
{
    width: 100%;
    margin-top: 2em;
}

table.photoyears td.thisyear
{
    text-align: left;
    vertical-align: top;
    font-size: 100%;
}

table.photoyears td
{
    text-align: right;
    font-size: smaller;
}

div.datenav
{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1em;
    margin-bottom: 2em;
}

