/* Node level declarations
 *----------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #F2F1D7;
  }
body, td {
  font: normal normal normal 14px/normal Arial, Verdana, sans-serif;
  color: #222;
  }
h1, h2, h3, h4, h5, h6 {
  font-size: .9em;
  font-weight: 800;
  margin: 0;
	font-family: "Times New Roman", Times, serif;
  }
h1 {
  font-size: 1.3em;
  }
h2 {
  font-size: 1.2em;
  }
h3 {
  font-size: 1.1em;
  }
form {
  display: inline;
  }
blockquote {
  margin: 0 10px;
  padding: 0;
  }
a {
  color: #666;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
img {
  border: 0;
  }

label {
  white-space: nowrap;
  }
label.invalid {
  color: #FF0000;
  }
input, select, textarea {
  font: normal normal normal 14px/normal Arial, Verdana, sans-serif;
  }

.clickable {
  cursor: pointer;
  }
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  }

/* Layout declarations
 *----------------------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  padding: 20px 0;
  width: 800px;
  }

#header {
  height: 120px;
  }
#header #logo a {
  outline: none;
  display: block;
  height: 100px;
  background: #FFF url(../files/fopas-logo.jpg) no-repeat;
  text-indent: -10000px;
  }
#header #subtitle {
  background: #A39F86 url(../images/tile.gif);
  height: 20px;
  }
#header #subtitle h2 {
  float: right;
  width: 680px;
  height: 20px;
  background: #A8CAA4 url(../images/subtitle.gif) no-repeat;
  text-indent: -10000px;
  }
#header #subtitle hr {
  display: none;
  }

#body {
  background: #FFF url(../images/body-background.gif) repeat-y;
  }
#body #creditable_image {
  float: left;
  width: 120px;
  height: 360px;
  }
#body #content {
  float: right;
  width: 580px;
  padding: 20px 50px 40px 0;
  }
#body .clear {
  position: relative;
  top: -1px;
  margin-bottom: -1px;
  }
#body #dam_link {
  display: block;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  padding-right: 10px;
  float: right;
  width: 170px;
  height: 40px;
  background: url(../images/denver-art-museum.gif) no-repeat;
  text-align: left;
  text-indent: -10000px;
  }

#footer {
  text-align: right;
  color: #928F7C;
  font-size: .8em;
  }
#footer #separator {
  background: #A4C1CF;
  height: 20px;
  }
#footer #separator .hr {
  width: 680px;
  height: 20px;
  float: right;
  background: #A39F86 url(../images/tile.gif);
  }
#footer #separator .hr hr {
  display: none;
  }

#navigation {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: .8em;
  }
#navigation li {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  text-align: center;
  white-space: nowrap;
  }
#navigation li.selected a {
  color: #000;
  }

#creditable_image .credit {
  position: relative;
  top: -88px;
  filter: alpha(opacity=88);
  -moz-opacity: .88;
  opacity: .88;
  }
#creditable_image .credit .content {
  position: absolute;
  height: 75px;
  font-size: .8em;
  width: 190px;
  background: #CCC;
  width: 0px;
  overflow: hidden;
  }
#creditable_image .credit .content div {
  width: 380px;
  margin: 0 4px;
  }
#creditable_image .credit .toggler {
  position: relative;
  top: 75px;
  background: #CCC;
  display: block;
  height: 13px;
  width: 40px;
  font-size: .7em;
  overflow: hidden;
  cursor: pointer;
  }
