body {
  font-family: sans-serif;
  margin: 0;
  padding-top: 10px;
}
a { outline: none; }

#logo {
  margin-left: -25px;
}

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

#main {
  width: 747px;
  margin-left: 222px;
}

#content {
  display: none;
  margin: auto;
}


/* MENU */
.category {
  padding-left: 38px;
}
.category .title {
  font-size: 30pt;
  color: #c7c7c7;
  display: block;
  text-decoration: none;
}
.projects {
  display: none;
}
.projects a {
  text-transform: uppercase;
  font-variant: small-caps;
  font-size: 11px;
  color: #93b2b6;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding-left: 2px;
  padding-top: 2px;
}
.selected_project {
  color: #7e7e7e !important;
}


/* IMAGE */
#caption {
  padding-top: 20px;
  color: #666;
  font-size: 12px;
  margin: auto;
  text-align: center;
  max-width: 450px;
  line-height: 120%;
}
#caption .title {
  color: #93b2b6;
  text-transform: uppercase;
  padding-right: 5px;
}
#navigation {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: white;
  padding: 3px;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  font-size: 10pt;
}
#navigation img {
  padding: 10px;
}
.progress {
  display: none;
}
.progress a {
  padding-right: 5px;
  text-decoration: none;
  color: #7e7e7e;
  display: inline;
}
.image_number {
  color: #ed67a9 !important;
}

#spinner { display: none; margin: 350px auto 0 auto;}
#holder { display: block; }

#tooltip {
  padding-left:20px;
  padding-top:5px;
  text-align: center;
  width: 115px; /* 135 total */
  height: 35px; /* 40 total */
  display: none;
  left: 170px;
  top: 0;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 10pt;
}

