/*******************************************************************************

Jenny Holzer Xenon Projection Website, main.css (09/29/2008)
(c) 2008 BuzaMoto. All rights reserved.

*******************************************************************************/

body {
  color: #333;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, Geneva, Sans-serif;
  margin: 0;
  padding: 0;
  font-size: 9px;
  background: #fff;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
}

img { border: none; }

a { text-decoration: none; outline: none; }

p { margin: 4px 0; }

h1,
h2,
h3,
h4 {
  font-family: Arial, Helvetica, Verdana, Geneva, Sans-serif;
}


/* ----------------------------------------------------------------------------
   Classes
-----------------------------------------------------------------------------*/
div#title {
  font-size: 10px;
  color: #333;
  font-weight: bold;
  margin-left: 20px;
}

div#city_line {
  float: left;
  width: 622px;
  border-bottom: 1px solid #eee;
  margin-bottom: 2px;
  padding-bottom: 1px;
}

div.city_year {
  float: left;
  width: 165px;
}

div#title span.city,
div#zoomImageToolbar span.city {
  float: left;
}

div#title span.year,
div#zoomImageToolbar span.year {
  float: right;
}

div#title span.subnav-1 {
  font-weight: normal;
  font-size: 9px;
  height: 11px;
  float: left;
}

div#title span.subnav-2 {
  padding-left: 64px;
  float: right;
}

.clear { clear: both; }

.module,
.module-big {
  float: left;
  text-align: center;
  overflow: hidden;
}

.module:hover,
.module-big:hover {
  background-color: #f6f6f6;
}

.module a {
  display: block;
  width: 110px;
  margin: 2px 0;
  padding: 10px 0;
  color: #999;
}

.module-big a {
  display: block;
  width: 125px;
  margin: 2px 0;
  padding: 10px 20px;
  color: #999;
}

.module a:hover,
.module-big a:hover { color: #333; }

.module span.label,
.module-big span.label {
  margin: 6px 0 0 20px;
  display: block;
  text-align: left;
}

.module.square,
.module-big.square {
  padding: 20px 0;
}

.gallery_nav {
  font-size: 9px;
  font-weight: normal;
  color: #999;
}
.gallery_nav a {
  color: #999;
}
.gallery_nav a:visited {
  color: #999;
}
.gallery_nav a:hover {
  color: #333;
}

/* ----------------------------------------------------------------------------
   Page Structure
-----------------------------------------------------------------------------*/
div#content-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}

div#content {
  position: relative;
  width: 660px;
  text-align: left;
  margin: 0 auto;
}

div#page_content {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
}

#thumbnails {
  float: left;
  width: 100%;
  margin-top: 10px;
}


/* ----------------------------------------------------------------------------
   Header
-----------------------------------------------------------------------------*/
#header_nav {
  font-size: 9px;
  font-weight: normal;
  color: #999;
  margin-right: 20px;
  float: right;
}
#header_nav a {
  color: #999;
}
#header_nav a:hover {
  color: #333;
}

div#info-box {
  float: left;
  width: 260px;
  padding-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

ul#city-list {
  margin: 0;
  padding: 0;
  line-height: 12px;
  margin-top: 20px;
}

ul#city-list li {
  list-style: none;
}

ul#city-list li a {
  display: inline;
  color: #222;
}

ul#city-list li a:hover {
  background-color: #111;
  color: #eee;
}

div#city-list { color: #999; }

div#city-list a {
  font-weight: normal !important;
  color: #999 !important;
}

div#city-list a:hover {
  color: #333 !important;
  text-decoration: none !important;
}


/* ----------------------------------------------------------------------------
   Footer
-----------------------------------------------------------------------------*/
div#footer-wrapper {
  position: fixed;
  text-align: left;
  width: 280px;
  margin: 0 auto;
  bottom: 0;
  font-size: 9px;
  color: #333;
  background-color: #efefef;
  z-index: 1000;
  opacity: 0.96;
}

div#footer {
}

div#footer a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

div#footer a:hover { text-decoration: underline; }

div#projections {
  position: absolute;
  top: 500px;
  color: #fff;
  font-size: 24px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  text-align: center;
  width: 100%;
}


/* ----------------------------------------------------------------------------
   Zoom Frame
-----------------------------------------------------------------------------*/
#zoomImageFrame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../images/zoomImageBgWhite.png);*/
  background-color: #fff;
  z-index: 2000;
  color: #999;
}

#zoomImageToolbar {
  margin: 20px auto;
  width: 620px;
}

#zoomImageContainer {
  text-align: left;
  width: 600px;
}

.zoomImageButton {
  text-decoration: none;
  color: #999;
  font-size: 9px;
  font-weight: normal;
}

.zoomImageButton:hover {
  color: #333;
}

#zoomImageAnnotation {
  height: 50px;
}

span#zoomImageNav { padding: 0 0 0 42px; }

#zoomImageCityIndex {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  color: #333;
}