body {
  margin: 0;
  font-family: Arial, Vera, Sans, Sans-Serif;
  font-weight: normal;
  font-style: normal;
/*   border-top: 1px solid black; */
/*   border-bottom: 1px solid black; */
  background: #111111;
  color: #624242;
  letter-spacing: 0.03em;
  text-align: left;
}

li { 
  text-align: left;
}
td { 
  padding: 0;
}

h1,h2,h3,h4,h5 {
  margin-top: 0;
}

input, textarea { 
  padding: 0.2em;
}

a { 
  color: #624242;
}
a:visited { 
  color: #624242;
}
a:active { 
  color: #624848;
}

td.main { /* main content table cell */
  border-left: 2px solid #A9A3A3; 
  border-right: 2px solid #A9A3A3; 
  background: #fef4e0;
}


#sitehead1 { 
  border: 0;
}
#sitehead2 { 
  margin: 12px;
  border: 0;
}

#titlebanner {  
/*    border-bottom: 3px solid #bd9393;  */
  padding-bottom: 8px;
  display: block;
  margin: 15px 20px 0 20px;
  display: block; 
  float: none;
  text-align: left;
}
#titlehr { 
  border: 0;
  border-bottom: 3px solid #8f4545; 
  margin: 0 20px 0 20px;
}
#signuplink {
  text-align: right;
  display: table;
  margin: 0 20px 0 auto;
  position: relative;
  font-size: 70%;
  font-weight: bold;
  padding: 2px 5px;
}
#signuplink a { 
  text-decoration: none;
}
#signuplink a:hover { 
  text-decoration: underline;
}
#signup { 
  width: 80%;
}
#signup label { 
  padding-right: 0.3em;
  font-weight: bold;
}



/* #titlebanner img { */
/*   margin: 0 0 8px 0; */
/* } */

#loginarea { 
  padding: 0;
  margin: 0;
  border-top: 3px solid #8f4545; 
  text-align: right;
  margin: 20px 20px 0 20px;
  float: none;
  clear: both;
}

#loginarea a { 
  font: 0.6em Arial, Helvetica, Sans-Serif;
}

#loginform { 
  text-align: center;
}

#sitefooter { 
  padding: 0;
  border: 0;
  margin: -0.8em 2em 1em 2em;
  text-align: center;
  font: 0.8em Times New Roman, Bookman, Serif;
  color: #AAAAAA;
}

#sitefooter td {
  font-size: 0.8em;
  color: #444444;
}

/* #displayArea { */
/*   margin: 25px 35px 25px 35px; */
/* } */

/* side nav bar styles */
#sidenav {
/*   border-right: 3px solid #bd9393; */
/*   padding-right: 20px; */
  float: none;
  margin: -0.6em 15px 10px 28px;
  display: block;
  /*   background: #e8d5d5; */
/*   background: #dbd0bf; */
  background: #eee4cf;
}
#sidenav hr {
  border-bottom: 0pt none;
  border-left: 0pt none;
  border-right: 0pt none;
}
#sidenav table { 
  border-collapse: separate;
}

#sidenav ul {
  list-style: none;
  white-space: nowrap;
  margin: 0;
  display: block;
  padding: 5px;
  padding-top: 0;
/*    border: 3px solid #bd9393; */
  
}
#sidenav li {
  margin: 0 0 7px 0;
  display: block;
}

#sidenav :link, #sidenav :visited {
/*   color: #fff3db; */
  text-decoration: none;
  font-family: Arial, Sans-Serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0 2px 0;
  border-top: 2px solid #eee4cf;
  border-bottom: 2px solid #eee4cf;
  
}

#sidenav :link:hover, #sidenav :visited:hover {
/*      color: #fff2de; */
/*      text-decoration: underline; */
  border-color: #8f4545;
}
#sidenav a { 
  display: block;
}
#sidenav td.tlc, #sidenav td.trc { 
  vertical-align: top;
}
#sidenav td.blc, #sidenav td.brc { 
  vertical-align: bottom;
}
#sidenav td.trc, #sidenav td.brc { 
  text-align: right;
}
#sidenav td.top {
  border-top: 1px solid #c6beac;
  line-height: 1px;
}
#sidenav td.bot { 
  border-bottom: 1px solid #c6beac;
  line-height: 1px;
}
#sidenav td.left { 
  border-left: 1px solid #c6beac;
}
#sidenav td.right { 
  border-right: 1px solid #c6beac;
}



/* styles applying to everything in the content area */
#mainContent {
/*   padding: 10px 4em 20px 4em; */
  padding: 0 24px 0 0em;
  line-height: 1.4;
  float: none;
/*   background: transparent url(/images/contentbg.gif) no-repeat right bottom; */
}
#mainContent p { 
}

#pagetitle { 
  font-style: italic;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 10px;
  background: #fffaf1;
  text-align: left;
  border-bottom: 1px solid #b1a78e;
}

a.editbutton, a.togglebutton_on, a.togglebutton_off, input.btn { 
  background: #ede4d1;
  color: #624242;
  font-family: Arial, Vera, Sans, Sans-Serif;
  font-size: 90%;
  text-decoration: none;
  padding-left: 0.7em;
  padding-right: 0.7em;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 2;
  white-space: nowrap;
}
a.editbutton:hover,  a.togglebutton_off:hover, input.btn:hover { 
  background: white;
}
a.editbutton:active, a.togglebutton_on, input.btn:active { 
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
}
/* a.editbutton:before, a.togglebutton_on:before, a.togglebutton_off:before {  */
/*   content: '['; */
/* } */
/* a.editbutton:after, a.togglebutton_on:after, a.togglebutton_off:after {  */
/*   content: ']'; */
/* } */

a.togglebutton_on:hover { 
  background: white;
#  border: 1px solid black;
}
a.togglebutton_on { 
  background: #ccc;
#  font-weight: bold;
#  border: 1px solid gray;
}


/* specific to schedule.php Show Schedule page */
#schedule { 
}
#schedule table { 
  width: 100%;
  border: 1px solid #b1a78e;
  margin: 0 1em 0 1em;
  border-collapse: collapse;
  background: #fffaf1;
}
#schedule th { 
  border-bottom: 2px solid #70664b; //black;
  background: #eee4cf;
  color: #322c1c;
  padding: 0 0.5em 0 0.5em;
}
#schedule td { 
  text-align: left;
/*   border: 1px solid gray;; */
  padding: 0.2em 0.8em 0.5em 0.4em;
}
#schedule tr.altrow { 
  background: #f7f2e9;
}
#schedule hr { 
  border: none;
  border-top: 1px solid #70664b;
/*   border-collapse: collapse; */
}

#schedule .location {
/*   vertical-align: top; */
/*   padding: 1em 0 0 1em; */
/*   padding: 0 0 0 1em; */
}
#schedule .eventname {
  font-weight: bold;
}
#schedule a.eventlink { 
  font-style: italic;
  font-size: 80%;
}

#schedule .name { 
}
#schedule .time { 
  font-size: 70%;
}
#schedule .date { 
  white-space: nowrap;
  
}
#schedule .sep { 
}

/* classes to make a rounded box with some fill around an element */
.roundbox:before {
  line-height: 0.1;
  font-size: 1px;
  background: transparent url("/images/roundbox_tr.gif") no-repeat top right;
  margin: -15px -15px 0 -15px;
  height: 15px;
  display: block;
  border: none;
  content: url("/images/roundbox_tl.gif");
}
.roundbox {
  background: transparent url("/images/roundbox_back.gif") right repeat-y;
  padding: 15px;
  margin-bottom: 1em;
}
.roundbox:after {
  display: block;
  clear: both;
  padding-top: 15px;
  line-height: 0.1;
  font-size: 1px;
  content:  url("/images/roundbox_bl.gif");
  margin: -15px;
  height: 14px;
  background: transparent url("/images/roundbox_br.gif") scroll no-repeat bottom right ;
}


/* styles for piece detail pages */
#pieceDetail { 
  margin-right: 2em;
}
div#pieceDetail { 
  text-align: left;
}
#pieceDetail .name { 
  font-size: 150%;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
}
#pieceDetail .series, #pieceDetail .gallery { 
  font-weight: bold;
}
#pieceDetail .serieslink, #pieceDetail .gallerylink { 
  letter-spacing: 0.05em;
}
#pieceDetail table.images { 
/*   background: #777777; */
  padding: 0;
/*   border: 3px solid #999999;  */
  width: 99%;
}
#pieceDetail td.mainview { 
  text-align: center;
/*   vertical-align: top; */
  padding: 5px 15px 20px 15px;
}
td#otherviews {
  text-align: center;
  vertical-align: top;
}
#otherviews div { 
  margin: 0 0 6px 5px;
  text-align: center;
}
#pieceDetail div.abstract { 
  display: block;
  text-align: left;
  margin: 1em;
  font-style: italic;
  font-size: 90%;
}
#pieceDetail span.year { 
  font-family: serif;
}
#pieceDetail .dimensions, 
#pieceDetail .price, 
#pieceDetail .medium { 
/*   margin-left: 1em; */
/*   margin-right: 1em; */
  line-height: 1.5;
}
#pieceDetail span.commissioned { 
  font-style: italic;
}


/* the magnify links on images */
a.mag_button { 
  border: 1px solid black;
  background: #888;
  color: #fef4e0;
  font-weight: bold;
  font-size: larger;
  text-decoration: none;
  margin-left: 0.1em;
}
a.mag_text { 
  text-decoration: none;
  font-size: smaller;
  position: relative;
  bottom: 0.09em;
}


img.gallery_piece, img.gallery_detail, img.popup_piece, img.popup_detail { 
  border: 12px solid black;
/*   margin-bottom: 30px; */
}
img.popup_piece, img.popup_detail { 
/*   border: 40px solid #333333; */
}

img.thumb_piece,  img.thumb_detail { 
  border: 2px solid #444444;
}
img.thumb_fixed { 
  border: 10px solid black;
  margin: 0;
  padding: 0;
  margin-bottom: -0.13em;
}
#pieceDetail .additionalhead { 
  font-size: larger;
  font-weight: bold;
  display: block;
  margin-top: 1em;
}
#pieceDetail .location, #pieceDetail .publicity { 
  margin-left: 1em;
}


/* styles for gallery thumbnails */
span.gtitle{ 
  display: block;
/*   margin-top: 2em; */
  font-size: 110%;
  font-weight: bold;
  font-family: monospace;
}
#gallery  {
  border-collapse: collapse;
}
#gallery table {
  border-collapse: collapse;
}
#gallery td, #series td { 
  text-align: center;
  width: 25%;
/*   padding: 0; */
/*   padding-bottom: 2em; */
}

#series { 
  border-collapse: collapse;
}

/* styles for the front page */
#frontpagetiles td { 
  text-align: center;
}

/* styles for image admin */
.overlay1, .overlay1_top, .overlay1_bottom, .overlay2, .adminoverlay { 
  padding: 0.5em;
  border: 3px solid #c8c0b0;
}
.overlay1, 
.overlay1_top, 
.overlay1_bottom , 
#pieceDetail td.mainview { 
  background: #d5cec0;
}
.overlay2 { 
  background: #8b8a87;
}
.overlay1_top { 
  border-bottom: none;
}
.overlay1_bottom { 
  border-top: none;
}
.adminoverlay { 
  font-size: 60%;
  background: #d4ab9d;
}

table.gallery_preview { 
  margin: 1em;
}
h3.gallery_preview { 
  margin-top: 0.6em;
  margin-bottom: 1.5em;
}


/* styles for the biography/resume on the 
   artist statement page
*/
#biography td.sectitle { 
  font-size: 120%;
  font-weight: bold;
  padding: 0.5em 0 0 0;
}
#biography td.years { 
  padding: 0 1em 0 1em;
  font-style: italic;
}
#biography td.activity { 
  padding: 0 0 0.4em 0;
}
#biography td.field, #contactinfo td.field { 
  font-weight: bold;
  font-size: 85%;
  vertical-align: top;
  padding-right: 1.3em;
}
#contactinfo { 
  text-align: center;
}
#contactinfo table { 
  border: 1px outset gray;
  padding: 3em 4.5em 3em 4.5em; 
}

td.photocredit { 
  text-align: right;
  color: gray;
  font-family: monospace;
  font-size: 70%;
  padding: 0;
  margin: 0;
  line-height: 90%;
}
td.creditedphoto { 
  text-align: center;
}
table.creditedphoto { 
  display: inline;
}

a.imagepopup { 
  color: white;
  font-family: Helvetica, sans-serif;
}

div.slideshow { 
  text-align: center;
}
table.slideshow_img { 
  margin: 0 auto 0 auto;
  border: 7px solid black;
  background: black;
}
td.slideshow_ctl { 
}

/* styles for next show box */

#nextshow { 
  font-size: 11px;
}
#nextshow td { 
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
#nextshow td.main { 
  border: 1px solid #bbb;
  margin-bottom: 0.2em;
  background: white;
  font-weight: normal;
  white-space: normal;
}
#nextshow a, #nextshow :link, #nextshow :visited { 
  font-size: 100%;
}