/* Overall page */
BODY {
  font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background: black;  
  color: #00FFFF; 
  width: 850px;
  text-align: center;
  margin: 0 auto
} 

/* No borders around pictures, except where we provide them */
img {
  border-width: 0;
}

/* Standard selectors --------------------------------------------- */

/* Standard underlined links */

a {
  color: #00FFFF;
}

a:hover {
  color:red;
}

/* Links with "nolink" style */
.nolink {
  text-decoration:none; 
}

h1 {
  font-size:18px;
  background: black;  
  color:#00FFFF;
}

h2 {
  font-size:14px;
  background: black;  
  color:#00FFFF;
}

/* Banner section */
#banner {
  margin-top: 20px;
}

/* Copyright section */
#copyright {
  margin-top: 20px;
  font-size: 10px;
}

/* XHTML, CSS, etc. --------------------------------------------- */

#logos {
  position: relative;
}

#xhtml {
  position: absolute;
  left: 0px;
  top: 0px;
}

#css {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* Nav and VCR menus ------------------------------------------- */

div.nav, div.vcr {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;	/* To keep it from floating to right of image */
}

div.nav table, div.vcr table {
  width: 100%;
  border: 1px solid gray;
  padding: 1px;
}

div.nav td, div.vcr td {
  border: 1px dotted gray;
  text-align: center;
  background-color: gray;
  color: #00FFFF;
  font-size: 16px; 
}

/* Hovering over cell, change background */
div.nav td:hover, div.vcr td:hover {
  background-color: black;
  border-color: red;
}

/* Make this into a no-link */
div.nav a, div.vcr a {
  text-decoration:none;
}

/* Modifications for VCR class */

div.vcr {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}

div.vcr table {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

div.vcr td {
  width: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*
  padding-left: 8px;
  padding-right: 8px;
  */
}


/* Slideshow classes --------------------------------------------- */

div.slide_show {
  margin-bottom: 20px;
}

div.slide_show img {
  padding: 10px; 
  border-style: ridge;
  /* border-width: 6px; */
  border-color: #c0c0c0;
  background-color: #303030; 
}

div.slide_show :hover {
  border-color: red;
  background-color: black;
}

div.slide_show button {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size:16px;
  background-color: gray;
  color: #00FFFF;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
}


div.slide_show button:hover {
  color:red;
}


/* Artwork classes --------------------------------------------- */

/* The image and description */

div.artwork_description {
  margin-top: 30px;
  text-align: left;
}

div.artwork_description p {
  margin-top: 20px;
  margin-bottom: 20px;
  /* This combination, together with the 40px margin-right on the floating img, 
    indents all paragraph lines after the first by 20px; */
  text-indent: -20px;
  margin-left: 20px;
}

div.artwork_description img {
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
  padding: 10px; 
  border-style: ridge;
  /* border-width: 6px; */
  border-color: #c0c0c0 ;
  background-color: #303030; 
}

div.artwork_description p.title {
  font-size: 20px;
}

div.artwork_description p.description {
  margin-top: 5px;
  margin-bottom: 5px;
}

div.artwork_description p.materials {
  font-style: italic;
  margin-bottom: 0px;
}

div.artwork_description p.size {
  font-style: italic;
  margin-top: 0px;
}

div.artwork_description p.price {
  font-weight: bold;
}

/* Optional other images section */

div.artwork_otherimages {
  text-align: left;
  clear: both;
}

div.artwork_otherimages p.otherimage {
  margin-top: 5px;
  margin-bottom: 5px;
}

#other_image {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.artwork_otherimages img {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  padding: 10px; 
  border-style: ridge;
  /* border-width: 6px; */
  border-color: #c0c0c0 ;
  background-color: #303030; 
}

/* Haiku */

div.haiku {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: cursive;
  font-style: italic;
  font-size: 15px;
}

div.haiku p.haiku1 {
  margin-top: 0;
  margin-bottom: 0;
}

div.haiku p.haiku2 {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 15px;
}

div.haiku p.haiku3 {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 30px;
}

div.haiku p.haiku4 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Gallery classes --------------------------------------------- */

div.gallery {
  text-align: center;
  clear: both;
}

div.gallery img {
  padding: 5px 5px 5px 5px;
  border-style: ridge;
  /* border-width: 5px; */
  border-color: #c0c0c0 ; 
  background-color: #303030; 
}

div.gallery :hover {
  border-color: red;
}

div.gallery table {
  width: 100%;
}

div.gallery td {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  /*
  margin-top: 10px;
  margin-bottom: 10px;
  */
}

div.gallery span.title {
  margin-top: 0;
  margin-bottom: 0;
}

div.gallery span.size {
  margin-top: 0;
  margin-bottom: 20px;
}

/* News listing classes -------------------------------------- */

div.news_list {
  text-align: left;
}

/* Story classes --------------------------------------------- */

div.story {
  text-align: left;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

div.story img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

/* Listing classes --------------------------------------------- */

/* Used for listing of shows */

div.listing {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

div.listing table {
  width: 100%;
  border: 1px solid gray;
  padding: 0px;
}

div.listing td {
  border: 1px dotted gray;
  background-color: gray;
}

/* Vertical separator class --------------------------------------------- */

div.separator {
  clear: both;	/* To keep it from floating to right of image */
}
