/* showroom screen.css */

/* @group Base */

body, div, h1, h2, h3, ul, ol, span, a, table, td, form, img, li, p {
  margin: 0;
  padding: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 9pt;
  font-weight: normal;
  line-height: 13px;
  color: black;
  border: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: none;
}

hr {
  padding: 0;
  border-style: none;
  border-top: 1px dashed black;
  height: 0;
  margin: 0;
}

#main {
  position: absolute;
  top: 302px;
  padding-bottom: 8px;
  left: 14px;
  width: 890px;
}

/* @end */

/* @group Links */

#main a:link, #navigation a:link {
  color: #000;
  text-decoration: underline;
}

#main a:hover, #navigation a:hover {
  background-color: #FFFF00;
}

:focus {
	outline-offset: -1px;
}

/* @end */

/* @group Big Text */

.number-image {
  display: block;
  position: absolute;
  left: 588px;
  top: 150px;
}

.header-image {
  position: absolute;
  left: 499px;
  top: 149px;
  background-color: black;
  background-image: url(stripe-dark.gif);
}

.title-image {
  display: block;
  margin-left: 157px;
}

.splash-image {
  display: block;
}

#header {
  margin-bottom: 8px;
}

#banner {
  background-color: black;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-bottom: 11px;
  z-index: 1;
}

#banner img, img.alpha {
  display: block;
}


/* @end */

/* @group Navigation */

#navigation {
  position: absolute;
  top: 0;
  left: 361px;
  padding-top: 14px;
  z-index: 2;
  white-space: nowrap;
}

#navigation li {
  display: inline;
  border: none;
  padding: 1em .5em 0 .5em;
}

#navigation select {
  width: 160px;
  margin-right: 14px;
}

/* @end */

/* @group Generic */

#left {
  width: 465px;
  float: left;
}

#right {
  float: left;
  margin-left: 21px;
  width: 363px;
}

#left, #right {
  border-top: 1px dashed black;
  padding: 6px 0 6px 0;
  border-bottom: 1px dashed black;
}

#left h2, #right h2 {
  padding-bottom: 6px;
  border-bottom: 1px dashed black;
  margin-bottom: 6px;
}

#left li, #right li {
  padding-top: 6px;
  border-top: 1px dashed black;
  margin-top: 6px;
}

#left li.first, #right li.first {
  border-top: 1px none black;
  margin-top: 0;
  padding-top: 0;
}

#splash, #title {
  position: absolute;
  top: 301px;
  left: 0;
  padding-bottom: 8px;
}

/* @end */

/* @group Projects */

#list {
  position: absolute;
  top: 150px;
  left: 0;
}

#list, #list li {
  float: left;
  padding-bottom: 11px;
}

#list li.first {
  padding-left: 600px;
}

#list img {
  padding: 0;
  margin: 0;
  display: block;
}

#list a {
  display: block;
  background-color: black;
  text-decoration: none;
  padding: 0;
  margin-right: 150px;
}

/* @end */

/* @group About */

#about {
  float: left;
  width: 465px;
}

#artists {
  float: left;
  margin-left: 21px;
  width: 363px;
}

#about, #artists {
  border-bottom: 1px dashed black;
}

#about h2, #artists h2 {
  padding: 6px 0 6px 0;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}

#about h3 {
  padding-top: 6px;
  border-top: 1px dashed black;
}

#about p, #artists p {
  padding: 6px 0 6px 0;
}

#about p + p {
  margin-top: 1px;
}

#about h3 + p {
  padding: 0;
}

#about h3 + p + h3 {
  margin-top: 6px;
}

#about h3 + p + p {
  margin-top: 6px;
  border-top: 1px dashed black;
}

#about ul {
  padding-bottom: 6px;
}

#artists li {
  padding: 6px 0 6px 0;
  border-bottom: 1px dashed black;
}

#artists li.last {
  border-bottom: none;
}

#artists li ul li {
  padding: 0;
  margin: 0;
  border: none;
}

/* @end */

/* @group Pictures list */

#picture-list {
  width: 849px;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}

#picture-list ul {
  padding-top: 6px;
  text-align: justify;
  margin-right: -5px;
  margin-left: -5px;
}

#picture-list li {
  margin-right: 5px;
  margin-left: 5px;
  display: inline; /* mozilla */
  display: inline-block; /* the others */
}

#picture-list img {
  padding-bottom: 4px;
}

#picture-list a:hover {
  background-color: transparent;
}

/* @end */

/* @group Printed matter */

#print-list div {
  width: 142px;
  float: left;
}

#print-list ul {
  display: inline;
  border: none;
}

#print-list li.showroom {
  border-bottom: 1px dashed black;
  width: 807px;
  padding: 6px 0 6px 0;
}

#print-list li.first {
  border-top: 1px dashed black;
}

#print-list li.picture {
  display: inline;
}

#print-list a:hover {
  background-color: white;
}

#print-list img {
  margin-right: 10px;
}

/* @end */

/* @group Picture detail */

#picture {
  float: left;
  padding: 6px 0 6px 0;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}

#picture * {
  display: block;
}

#picture-image {
  width: 465px;
  overflow-x: auto;
  overflow-y: hidden;
}

#picture-image a:hover {
  background-color: white;
}

html>/**/body #picture-image {
  overflow: auto;
}

#picture-about {
  float: left;
  margin-left: 21px;
  width: 363px;
  border-bottom: 1px dashed black;
}

#picture-navigation {
  padding: 6px 0 6px 0;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}

#picture-navigation span.inactive {
  color: gray;
}

#picture-caption {
  padding: 6px 0 6px 0;
}

#picture-overview {
  float: right;
  text-transform: uppercase;
}

/* @end */

/* @group Press reviews list */

#main #press-list a {
  text-decoration: none;
}

#main #press-list a:hover {
  background-color: white;
}

#press-list a span.inner {
  text-decoration: underline;
  margin: 6px 0 6px 0;
  padding: 0;
}

#press-list a:hover span.inner {
  background-color: #FFFF00;
}

#press-list span.outer {
  display: block;
  float: left;
  border-bottom: 1px dashed black;
  padding: 6px 0 6px 0;
}

#press-list span.title {
  width: 465px;
}

#press-list span.publisher {
  margin-left: 20px;
  width: 207px;
}

#press-list span.date {
  margin-left: 15px;
  width: 141px;
}

#press-list li.first span.outer {
  border-top: 1px dashed black;
}

#press-list li.review, #press-list li.review.first, #press-list li.review.last {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}

/* @end */

/* @group Press review article */

#press-article h2, #press-publisher, #press-date {
  padding: 6px 0 6px 0;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}

#press-article {
  float: left;
  width: 465px;
  border-bottom: 1px dashed black;
}

#press-publisher {
  float: left;
  margin-left: 20px;
  width: 207px;
}

#press-date {
  float: left;
  margin-left: 15px;
  width: 141px;
}

#press-article p {
  padding: 6px 0 6px 0;
}

#press-article p + p {
  margin-top: 1px;
}

/* @end */

/* @group Sponsors */

#main ul.sponsors-sections {
  float: left;
  width: 800px;
}

li.sponsors-section {
  float: left;
  clear: both;
  width: 793px;
}

#main ul.sponsors-sections h2 {
  width: 129px;
  border-top: 1px dashed black;
  padding-top: 6px;
  float: left;
}

#main ul.sponsors {
  width: 650px;
  float: left;
  padding-left: 14px;
}

#main ul.sponsors li {
  float: left;
  height: 66px;
  padding-top: 6px;
  border-top: 1px dashed black;
}

#main ul.sponsors li.odd {
  width: 321px;
  margin-right: 20px;
}

#main ul.sponsors li.even {
  width: 309px;
}

#main ul.sponsors a:hover {
  background-color: white;
}

/* @end */

/* end screen.css */

