body {
  margin: 0;
  font-family: Bookman,Charter,"Times New Roman",Times,Serif;
/*   font-family: Arial, Vera, Sans, Sans-Serif; */
  font-size: 14px;
/*   letter-spacing: 0.1em; */
/*   font-variant: small-caps; */
  font-weight: normal;
  font-style: normal;
/*   border-top: 1px solid black; */
/*   border-bottom: 1px solid black; */
  background: #111111;
  color: white;
  text-align: center;
}
td { 
  padding: 0;
}

img { 
  border: 0;
}

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

input, textarea { 
  padding: 0.2em;
}

a { 
  color: white;
  text-decoration: none;
}

.ghosted { 
  color: #666666;
}

/* a:visited {  */
/*   color: gray; */
/* } */
a:active { 
  color: gray;
}
a:hover { 
  text-decoration: underline;
}

#container_outer { 
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #434345;
  border: 1px solid #666;
}

#navbar { 
  width: 100%;
  background: #6b232e;
}
#isadora_name { 
  text-align: left;
  padding-left: 10px;
  height: 36px;
  width: 390px;
}
#isadora_name a { 
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-size: 16px;
}
#isadora_name a:hover { 
  text-decoration: none;
}
#isadora_name a:active { 
  color: white;
}

/* #isadora_name img {  */
/*   border: 0; */
/*   margin: 0; */
/*   padding: 0; */
/* } */

#topnav { 
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 0 auto;
}
#topnav_back { 
  background-image: url(/images/nav_curve.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  vertical-align: bottom;
}
#topnav a { 
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0;
}

#topnav td { 
  text-align: center;
  padding: 0 5px;
}

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

#titlebanner {  
/*    border-bottom: 3px solid #bd9393;  */
  text-align: right;
  padding: 11px 13px 6px 0;
}

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

#loginarea { 
  text-align: right;
  margin: 2px;
/*   margin: 0 33px 0 0; */
/*   float: none; */
/*   clear: both; */
}

#loginarea a { 
  font-size: 75%;
}

#loginform { 
  text-align: center;
  margin: 8em;
}
input.button { 
  background: #525253;
  color: white;
}

#sitefooter { 
  text-align: center;
  width: 770px;
  margin: 10px auto 50px auto;
  //margin: 20px 33px 20px 33px;
  font-size: 8pt;
  color: #AAAAAA;
  padding: 0 0 0.3em 0 ;
  white-space: nowrap;
}
#sitefooter table, #sitefooter td {
  margin: 0;
  padding: 0;
  border: 0;
}
#secondarylinks a { 
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999999;
  font-size: 90%;
}
#secondarylinks a:hover { 
  color: #CCCCCC;
}
#secondarylinks a:active { 
  color: white;
}
#footercenter { 
  vertical-align: top;
}
#copyright { 
  margin-top: 0.6em;
}

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

/* side nav bar styles */
#sidenav {
/*   border-right: 3px solid #bd9393; */
/*   padding-right: 20px; */
  float: none;
  margin: 0 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-style: normal;
  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; */
  margin: 0 33px 10px 33px;
  border: 0;
  text-align: left;
  padding: 0 15px 5px 5px;
/*   line-height: 1.4; */
/*   float: none; */
/*   background: transparent url(/images/contentbg.gif) no-repeat right bottom; */
}
#mainContent p { 
}

div.pagetitle { 
  text-align: right;
  margin: 15px 53px 1em 0;
  font-size: 160%;
  font-weight: bold;
  //text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: 0.15em;
/*   font-style: italic; */
/*   font-size: 160%; */
/*   font-weight: bold; */
/*   margin-bottom: 1em; */
/*   padding-left: 10px; */
/*   background: #fffaf1; */
/*   border-bottom: 1px solid #b1a78e; */
}

a.editbutton, a.togglebutton_on, a.togglebutton_off, input.btn { 
  background: #6b232e;
  color: white;
  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;
  color: black;
}
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;
  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;
}

#schedule .name { 
}
#schedule .time { 
}
#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 */
table#pieceDetail { 
  margin-right: 2em;
  width: 100%;
}
#pieceDetail td.name, #pieceDetail td.year { 
  font-size: 150%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#pieceDetail .year { text-align: right }
#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: 100%;
}
#pieceDetail td.mainview { 
  text-align: center;
/*   vertical-align: top; */
  padding: 5px 15px 20px 15px;
}
a.piecedetail_imagenav,a.mag_text { 
/*   font-size: 80%; */
}

#otherviews { 
  text-align: center;
  vertical-align: top;
  padding: 0;
  border: 0;
}
#otherviews table { 
  margin-left: -4px;
}
div.piece_abstract { 
  display: block;
  text-align: left;
  margin: 2em 1em 1em 0;
}
#pieceDetail .dimensions, 
#pieceDetail .price, 
#pieceDetail .medium { 
/*   margin-left: 1em; */
/*   margin-right: 1em; */
  line-height: 1.5;
}
#pieceDetail span.commissioned { 
}


/* the magnify links on images */
a.mag_button { 
  border: 1px solid black;
  background: #888;
  color: #fef4e0;
  font-family: sans-serif;
  font-weight: bold;
  font-size: larger;
  text-decoration: none;
  margin-left: 0.1em;
  padding: 1px;
}
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: 1px solid black;
/*   margin-bottom: 30px; */
}
img.popup_piece, img.popup_detail { 
/*   border: 40px solid #333333; */
}
img.thumb_fixed { 
  border: 7px solid black;
  margin: 0;
  padding: 0;
  margin-bottom: -0.13em;
}
img.thumb_piece { 
  border: 5px solid black;
  border-width: 7px 5px 7px 5px;
}
.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{ 
/*   margin-top: 2em; */
  font-weight: bold;
  text-transform: uppercase;
}
#gallery  {
  border-collapse: collapse;
  margin-top: -10px;
}
#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;
}

#gallery td { 

}
/* styles for image admin */
.overlay1, .overlay1_top, .overlay1_bottom, .overlay2, .adminoverlay { 
  padding: 0.25em;
/*  border: 1px solid #bbb; */
}
.overlay2 { 
/*   background: #8b8a87; */
}
.overlay1_top { 
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 4px;
}
.overlay1_bottom { 
  border-top: none;
  padding-top: 0;
  padding-bottom: 25px;
  vertical-align: top;
}
.adminoverlay { 
  font-size: 60%;
  background: #d4ab9d;
}

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


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

a.imagepopup { 
  color: white;
}

img.popup_piece { 
  border: 3px solid #434345;
}

div.slideshow { 
  text-align: center;
}
div.indented { 
  margin-left: 3em;
}
table.slideshow_img { 
  margin: 0 auto 0 auto;
}
td.slideshow_ctl { 
}


