/* "Barry Pearson", "Birds & Animals". Stylesheet for photo pages with eggshell background. */

body { background-color: #DFD4BC; background-image: url(../../assets/eggshell.gif); color: #272727; }

a:link, a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: none; background-color: #FFFFFF; }

/* Styles for the photograph */

div.middle, div.inner { padding: 7px; border: solid #554433 1px; }
div.middle { border-left-color: #FFF7EE; border-top-color: #FFF7EE; }
div.inner { border-right-color: #FFF7EE; border-bottom-color: #FFF7EE; }


/* The following styles are common to all photograph style sheets */
/* Some versions of IE don't support "margin-x: auto" properly, hence "text-align: center". */
/* Some versions of IE don't support "display: table" properly, hence "width: 10%". */

body { text-align: center; font-family: "Times New Roman", Times, serif; }
td > p:first-child { margin-top: 0; }

/* Styles for the photograph */

div.outer { display: table; width: 10%; margin-left: auto; margin-right: auto; }

/* Styles for the description table */

table.description { width: 600px; margin-top: 40px; margin-left: auto; margin-right: auto; }
td.question { width: 60px; font-style: italic; padding: 10px; text-align: left; vertical-align: top; }
td.answer { width: 500px; padding: 10px; text-align: left; vertical-align: top; }

.species { font-style: italic; }

/* Styles for the administration panel at the bottom */

table.foot { width: 700px; margin-top: 20px; margin-left: auto; margin-right: auto; }
td.updated, td.copyright { text-align: center; font-size: 75%; font-family: Arial, Helvetica, sans-serif; }

/* Unused at the moment */

img { border: 0; }
a.name:link, a.name:visited, a.name:hover { }

/* END */

