@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
{
    color: white;
    text-align: left;
}

.footer
{
    color: white;
    text-align: left;
}

.new
{
    font-weight: bolder;
}

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

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

.showhide
{
    text-align: right;
    font-size: smaller;
    display: none;
}

span.showhide
{
    float: right;
}

div.datenav .previous
{
    color: white;
    float: left;
    font-size: smaller;
}

div.datenav .next
{
    color: white;
    float: right;
    font-size: smaller;
}

/*----------------------------------------------------------------------------*/

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;
}

div.thumbnails
{
    text-align: center;
    border-top: solid 1px #ffffe0;
    margin-top: 1em;
    padding-top: 1em;
    border-bottom: solid 1px #ffffe0;
    padding-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

div.copyright
{
    color: white;
    font-size: smaller;
    text-align: right;
    padding: 0;
}

div.divider
{
    border-top: solid 1px #ccccd0;
    margin-top: 1em;
    padding-top: 1em;
}

div.divider90
{
    margin-left: 5%;
    margin-right: 5%;
    border-top: solid 1px #ccccd0;
    margin-top: 1em;
    padding-top: 0em;
}

div.photo
{
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
/*
    margin-left: 2%;
    margin-right: 2%;
*/
}

div.photofriday
{
    border-top: solid 1px #ccccd0;
    border-bottom: solid 1px #ccccd0;
    margin-top: 1em;
    padding-top: 2em;
    margin-bottom: 1em;
    text-align: center;
}

div.description
{
    border-bottom: solid 1px #ffffe0;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

div.photofriday div.description
{
    border-bottom: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1em;
    text-align: left;
    padding-top: 1em;
}

/* 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 #add8e6 inset;  /* lightblue */
    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.datenav
{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1em;
    margin-bottom: 2em;
}

div.showhide
{
    border-bottom: 0;
}

/*----------------------------------------------------------------------------*/

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;
}

table.information
{
    border-bottom: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2em;
    text-align: left;
    font-size: smaller;
}

/*----------------------------------------------------------------------------*/

img.thumbnail
{
    margin-left: 1px;
    margin-right: 0;
    margin-top: 1px;
    margin-bottom: 0;
    border: 0;
    height: 60px;
}

div.thumbnails a:hover img.thumbnail
{
    border: solid 1px white; 
    margin-left: 0px; margin-right: -1px; margin-bottom: -1px; margin-top: 0px;
}

img.current
{
    margin-left: 0;
    margin-right: -1px;
    margin-top: 0;
    margin-bottom: -1px;
    border: 1px solid #ffffe0;
}

img.photo
{
    border: 10px #ffffe0 solid;
    vertical-align: middle;
}
