a { text-decoration: none; color: #000000; text-align: center; padding-top: 0px; font-weight: normal; border: 0 }
a img { border: 0 }
#table1 img:hover { opacity: 0.7 }
html { font-family: HelveticaNeueLTStdBold, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; background: #ffffff; }
@font-face { font-family: HelveticaNeueLTStdRegular; src: url('../type/helveticaneueltstd-roman-webfont.eot#') format(eot), url('../type/helveticaneueltstd-roman-webfont.woff') format(woff), url('../type/helveticaneueltstd-roman-webfont.ttf') format(truetype), url('../type/helveticaneueltstd-roman-webfont.svg#webfontaPzCV544') format(svg); font-style: normal; font-weight: 400 }
@font-face { font-family: HelveticaNeueLTStdBold; src: url('../type/helveticaneueltstd-bd-webfont.eot#') format(eot), url('../type/helveticaneueltstd-bd-webfont.woff') format(woff), url('../type/helveticaneueltstd-bd-webfont.ttf') format(truetype), url('../type/helveticaneueltstd-bd-webfont.svg#webfontStVwnXKM') format(svg); font-style: normal; font-weight: 700 }
.menu { cursor: pointer; font-size: 30px; letter-spacing: -3px; font-weight: bold}
.menutd { vertical-align: top;  }

#biographytable { float:left; padding: 20px 40px 40px 35px; min-width: 700px; background: #ffffff;}
#indextable { float:left; padding: 20px 40px 40px 35px;  min-width: 1000px;background: #ffffff}
#contacttable { float:left; padding: 20px 40px 40px 35px; background: #ffffff}
#gallerytable { float:left; padding: 20px 40px 40px 35px; background: #ffffff}


.menu:hover { background: #000000; color: #ffffff }
::selection { background: rgba(0, 0, 0, 0.99); color: #ffffff }
::-moz-selection { background: rgba(0, 0, 0, 0.99); color: #ffffff }
h2 { font-weight: thin; font-size: 0.6em; color: #b8b8b8; }
#contact tr td { width: 350px; }
#contact tr td h3 { float: left; }
#contact { margin-top: 20px; }
#contact h3 { margin-top:10px ; }

#top {  position: fixed; top:0; left:0; background:white; width: 100%; height: 40px; z-index: 5; }
#logo { background: url(../img/logo.jpg); width: 150px; height: 150px; }
#copyright { position: fixed; bottom:0; left:0; background:white; width: 100%; height: 40px; }
#copyright h2 { text-align: center; margin-top: 14px}
#artist { background: url(../img/artist.jpg)top right no-repeat; width: 375px; height: 250px; margin-top: 24px;}
#artisttd { vertical-align: top; }
#about { padding-left: 30px; vertical-align: top;}
#about p { margin-top: 20px; } 
#biography p { margin-top:18px; }
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 550px;
  height: 550px;
  margin: 0 auto;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #ffffff;
  text-decoration: none;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #ffffff;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  z-index: 9999 !important;
  cursor: pointer;
}
