/* -*-php-*- $Id$ */
/* Sitewide, basic rules */

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

table {
  border-collapse: collapse;
}
table caption {
  width: 100%;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.error {
  background-color: inherit;
  color: #ff0000;
}

a:link {
  background-color: inherit;
  color: #000099;
  text-decoration: none;
}
a:visited {
  background-color: inherit;
  color: #990000;
  text-decoration: none;
}
a:focus, a:hover {
  background-color: inherit;
  color: #ff00ff;
  text-decoration: none;
}

div.footer {
  border: none;
  padding: 0;
  margin: 0 auto;
  clear: both;
}
div.footer div {
  font-size: 0.8em ;
  padding: 70px 0px 0px;
  text-align: center;
}
div.footer li {
  border: solid 0.1em #cccccc;
  display: inline;
  margin: 0.0ex 0.2em;
  padding: 0.4ex 0.4em;
}

div.login {
  background-color: #ffffff;
  border: solid 0.1em #cccccc;
  color: #000000;
  font-size: 0.8em;
  left: 540px;
  padding: 1.0ex 0.5em;
  position: relative;
  top: 35px;
  width: 16.0em;
}
div.login form {
  margin: 0px;
  padding: 0px;
}
div.login form div {
  clear: both;
  margin: 0.8ex 1.0em;
}
div.login form label {
  float: left;
  padding: 0.1em;
  width: 50%;
}
form.login input {
  float: right;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  width: 42%;
}
div.login form #login_submit {
  margin-top: 2.5ex;
}
div.login form .hilite {
  font-weight: bold;
}

.unstyledonly {
  display: none;
}

div.mainbody {
  border: none;
  margin: 0px auto;
  padding: 0px;
}

.repeat {
  border: solid 1px black;
  display: inline-block;
  text-align: center;
}

#extracontent {
  clear: both;
}

div.mainform {
  margin-left: auto;
  margin-right: auto;
}
div.mainform #submit {
  width: auto;
}
div.mainform div {
  clear: both;
  font-size: 1.0em;
  margin: 0.5ex 0.5em;
}
div.mainform form label {
  float: left;
  margin: 0.5ex 0.0em;
  width: 50%;
}
div.mainform form input {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  width: 45%;
}
div.mainform form select {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
  width: 45%;
}
div.mainform form textarea {
  clear: both;
  margin: 0.5ex 0.0em 2.0ex;
  width: 96%;
}
div.mainform .hilite {
  background-color: inherit;
  color: #cc66ff;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  background-color: inherit;
  color: #663333;
  clear: both;
  font-weight: normal;
}

th {
  background-color: inherit;
  color: #663333;
  font-size: 1.8em;
  font-weight: normal;
  padding: 1.25ex 1.25em;
  text-align: center;
}

table.calendar {
  margin-bottom: 3.0ex;
  width: 100.0%;
}
table.calendar th {
  background-color: #cccccc;
  border: black 2px solid;
  color: inherit;
  font-size: 1.4em;
  padding: 0.5ex 0.5em;
}
table.calendar td {
  text-align: center;
}

#subnav {
  border-left: black 2px dotted;
  float: right;
  margin-bottom: 16px;
  padding: 0px 0px 0px 16px;
  width: 12.0em;
}
#subnav ul {
  list-style: none;
  margin: 0px;
  padding: 0.2ex 0.2em 0.2ex 1.2em;
}
#subnav ul li {
}
#subnav ul li ul li {
}

#menu {
}

#subcontent {
  float: left;
  width: 450px;
}

/* All this for embedding objects like QuickTime and Flash movies
 * whilst maintaining XHTML Strict validity. Two nested <object> tags
 * and some disgusting voodo: */

/* Hides the second object from all versions of IE */

* html object.mov {
    display: none;
}

/* Displays the second object in all versions of IE apart from 5 on PC */

* html object.mov/**/ {
    display: inline;
}

/* Hides the second object from all versions of IE >= 5.5 */

* html object.mov {
    display/**/: none;
}

#mainnav {
  background-color: #333333;
  color: white;
  font-size: 1.1em;
  height: 22px;
  list-style: none;
  margin: 0px 10px;
  overflow: hidden; 
  padding: 4px 40px 4px;
}
#mainnav li {
  float: left;
  padding-right: 20px;
}
#mainnav #about {
  float:right;
  padding-right: 0px;
}
#mainnav a:link {
  background-color: inherit;
  color: white;
}
#mainnav a:visited {
  background-color: inherit;
  color: white;
}
#mainnav a:focus, a:hover {
  background-color: inherit;
  color: red;
}

#minisearch {
  font-size: 0.9em;
}

.searchresult {
  border: solid 0.1em #cccccc;
  margin-bottom: 1.0ex;
  padding: 0.75ex 0.75em;
}
.searchresult a {
  float: left;
}
.searchresult .relevance {
  float: right;
}
.searchresult p {
  clear: both;
}
.searchresult span {
  background-color: inherit;
  color: #999999;
}

div.mainnav {
  border: none;
  padding: 0;
  margin: 0 auto;
  clear: both;
}
div.mainnav div {
  font-size: 0.8em ;
  padding: 70px 0px 0px;
  text-align: center;
}
div.mainnav li {
  display: inline;
  margin: 0.0ex 0.2em;
  padding: 0.4ex 0.4em;
}

#relnav {
  font-size: 0.8em;
  height: 6.0ex;
  width: 100%;
}
#relnav #prev {
  float: left;
  text-align: left;
  width: 32%;
}
#relnav #up {
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#relnav #next {
  float: right;
  text-align: right;
  width: 32%;
}


/* Print-specific rules */

div.masthead {
  display: none;
}
div.footer {
  display: none;
}

#mainnav, #relnav, #subnav {
  display: none;
}

/* Photos-specific styles start here. */

h1, h2, h3, h4, h5, h6 {
  color: #663333;
  font-weight: normal;
  font-family: Georgia,Times,serif;
  text-align: left;
}

th {
  padding: 0;
  text-align: left;
}

.repeat {
  height: auto;
  width: 150px;
  margin: 5px 5px 5px 0px;
  padding: 8px;
}

.thumbcontainer {
  height: 150px;
  width: 150px;
}

.caption {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  height: 5.0ex;
  margin: 1.0ex auto;
  text-align: center;
}

div.captionform {
  border: dotted 0.1em #cccccc;
}
div.captionform div {
  font-size: 0.7em;
  margin: 0.5ex 0.5em;
}
div.captionform form label {
  margin: 0.5ex 0.0em;
  text-align: right;
}
div.captionform form input {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
}
div.captionform form select {
  font-size: 1.0em;
}
div.captionform form textarea {
  font-size: 1.5em;
}
div.captionform .hilite {
  background-color: inherit;
  color: #cc66ff;
  text-align: left;
}
div.captionform .middle {
  text-align: center;
  width: 100%;
}

div.comments {
  margin: 2em 2ex;
}
div.comments blockquote {
  border: 1px dashed #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  margin: 0ex 0em 2ex;
  padding: 1em;
}
div.comments cite {
  display: block;
  text-align: right;
}
div.comments span.name {
  font-weight: bold;
}
div.comments span.time {
  font-style: italic;
}
div.comments span.date {
  font-style: italic;
}
div.comments form label {
  margin: 1.0ex;
  width: 10.0em;
}
div.comments form input {
  margin: 1.0ex;
  width: 32.0em
}
div.comments form textarea {
  margin: 1.0ex;
  width: 32.0em
}
div.comments input.button {
  width: auto;
}

ul.photo {
  list-style: none;
  margin: 0.0ex 0.0em;
  padding: 0.75ex 0.25em;
}
ul.photo .hilite {
  font-weight: bold;
}

div.stockform {
  border: dotted 0.1em -key;
  margin: 1.0em;
  padding: 1.0em;
}
div.stockform div {
  display: inline;
  font-size: 0.7em;
  margin: 0.0ex 0.5em;
}
div.stockform form input {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1em;
}
div.stockform form select {
  font-size: 1.0em;
}

div.listform {
  border: dotted 0.1em -key;
  margin: 1.0em;
  padding: 1.0em;
}
div.listform div {
  clear: both;
  font-size: 0.7em;
  margin: 0.0ex 0.5em;
  padding: 0.0ex 0.5em;
}
div.listform form span {
  float: left;
}
div.listform form input {
  float: right;
  font-family: -sans_serif;
  font-size: 1em;
}
div.listform form textarea {
  float: right;
  font-family: -sans_serif;
  font-size: 1em;
}
div.listform form select {
  font-size: 1.0em;
}

table.photo {
  background-color: #ffffff;
}
table.photo th {
  font-size: 1.0em;
  font-family: Georgia,Times,serif;
  font-weight: bold;
  margin: 20px;
  text-align: left;
}
table.photo td {
  font-size: 0.8em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 0.1ex 0.2em;
}
table.photo tr.odd {
  background-color: #eeeeee;
}
table.photo tr.even {
}

.rollsplit {
  text-align: center;
  width: 514px;
}

