body {
  background-color: #08080C;
  color: #FFFFD7;
  font-family: Arial, sans serif;
  /*Small, use #FFFFD7
    Big, use #FFFFCD;*/
}

table {
  border: 0px;
  border-collapse:collapse;
}

h1 {
  font-size: 2.25em;
  padding:25px 50px;
  text-align:center;
}

a:link {color:#FFFFCD;}     /* unvisited link */
a:visited {color:#FFFFCD;}  /* visited link */
a:hover {color:#FFFFCD;}    /* mouse over link */
a:active {color:#FF9933;}   /* selected link */

ul {
    padding-left: 1em;
}

.current-page {
  text-decoration: underline;
}

div.arrow-up {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 15px 30px;
  border-color: transparent transparent #ffffff transparent;
  margin: auto;
  filter: alpha(opacity=0);
  opacity:0;
}

div.arrow-down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #ffffff transparent transparent transparent;
  margin: auto;
  filter: alpha(opacity=0);
  opacity:0;
}

.hangingindent {
  padding-left: 2.75em;
  text-indent: -2.75em;
}

.thin {
  font-weight:normal;
}

.nomargin {
  margin: 0;
}

.travelimg {
  min-width: 15em;
  max-width: 15em;
  float: left;
  padding: 0 2em 2em 0;
}

.blocky_spaced {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main-table {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

/* Menu Items */
.menu-item {
  font-family: Arial, sans serif;
  font-size: 1.5em;
  width: 160px;
  text-align: center;
}
.menu-item a:link {
  text-decoration:none;
}
.menu-item a:hover {
  text-decoration:underline;
}

table.nested-table {
  width: 100%;
  height: 56.25em;
  border-spacing: 0px;
}

.display-row {
  height: 30em;
}

img.under-thumbnail {
  max-height: 5em;
  max-width: 5em;
  opacity:0;
}

img.thumbnail {
  max-height: 5em;
  max-width: 5em;
}

.thumbnail-td {
  height: 4em;
  text-align: center;
  padding: 0.3em 0.3em;
}

.centered-photo {
  padding: 3em 2em;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.centered {
  margin-left: auto; 
  margin-right: auto;
}

.invisible {
  display: none;
}

.travel-date {
  /*font-weight: bold;*/
  /*padding: 2em;*/
  /*float: right;*/
  font-style: italic;
  position: relative;
  display: none;
}

.travel-place {
  font-weight: bold;
}

p.travel-paragraph {
  padding-top: 0;
}

td.arrow-cell {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#todswitch {
  font-family: Arial, sans serif;
  font-size: 5em;
  position: relative;
  color: #FFFFCD;
  text-transform: uppercase;
}

#sculptartist {
  font-family: Arial, sans serif;
  color: #FFFFCD;
  font-size: 2em;
  position: relative;
}

#sidebar {
  width: 30%;
  vertical-align: top;
  text-align: center;

}

#main-display-td {
  width: 70%;
  text-align: center;
  vertical-align: text-top;
}

#main-photo-td {
  width: 100%;
  height: 100%;
  vertical-align: text-bottom;
  min-width: 20em;
  max-width: 30em;
}

#main-photo-img {
  width: 100%;
  min-width: 20em;
  max-width: 30em;
  width: 100%;
  height: auto;
  padding: 3em 3em 0 3em;
  display:inline-block;
}

#menu-table {
  /* border-spacing: 1em 3em; This is emulated in the below #menu-table > tbody > tr > td piece */
  border-collapse: separate;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

#menu-table > tbody > tr > td {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#description-div {
  text-align: left;
  font-family: Arial, sans serif;
  font-size: .85em;
}

#headline {
  padding: 2em 0em;
  border-spacing: 10px;
  border-collapse: separate;
}

#description-bar {
  text-align: center;
}

#description-table {
  margin: auto;
  width: 480px;
}

#contact-photo {
  max-width: 5.07in;
  max-height: 2.61in;
}

#scrambled-link {
  word-spacing:-.28em;
}

#contact-info {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  font-size: 1.5em;
}

#travels {
  border-spacing: 120px;
  border-collapse: separate;
}
