/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
body {
	min-height: 600;
	min-width: 800;
}
*/
html,
body {
  font: normal 12px/19px Arial, Helvetica, sans-serif;
  color: #babf90;
  background: #000000;
  height: 100%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #babf90;
  font-weight: normal;
  font-weight: 100;
  font-family: Century, Baskerville, Garamond, Georgia, sans-serif;
}
h1 {
  font-size: 18px;
  line-height: 23px;
}
h2 {
  font-size: 13pt;
  line-height: 18px;
}
/*
a:hover {
	h1, h2, h3, h4, h5, h6 .heading { color:darken(@blue, 15%); text-decoration:none; }
}
*/
a {
  color: #babf90;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
}
a img {
  border: 0;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav p {
  margin: 0;
}
.ul-nostyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
form {
	.field {
		.clearfix();
		clear: both;
		label.left {
			float: left;
			width: 200px;
			margin-top: 5px;
		}
		.middleColumn {
			float: left;
		}
		.message {
			float: left;
			margin: 5px;
			&.required { color:@red; }
		}
	}
	.Actions { padding-top:20px; }
}
// !form
*/
#header,
#navigation {
  position: fixed;
  left: 0;
  right: 0;
  padding-left: 30px;
  z-index: 1000;
}
#header {
  top: 0;
  padding-top: 30px;
  height: 70px;
}
#header img {
  display: block;
}
nav {
  text-shadow: 0px 0px 2px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0);
  zoom: 1;
  filter: progid:dximagetransform.microsoft.dropshadow(OffX=1, OffY=1, Color=#000000);
}
#navigation {
  bottom: 0px;
  height: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 18px;
  font-family: Century, Baskerville, Garamond, Georgia, sans-serif;
}
#navigation ul {
  margin: 0;
  list-style: none;
}
#navigation li {
  float: left;
  padding: 0;
  margin-right: 15px;
}
#navigation a {
  text-decoration: none;
}
#navigation a:hover,
#navigation a.section,
#navigation a.current {
  text-decoration: none;
  color: #ffffff;
}
a.section,
a.current {
  color: #ffffff;
}
#main {
  padding: 100px 0 70px 30px;
}
#photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#photo.loading {
  background: url('../img/loading.gif') 150px center no-repeat;
}
#photo div.browserheight {
  position: absolute;
  top: 100px;
  bottom: 70px;
  left: 0px;
  right: 0;
}
#photo div.browserheight div {
  position: absolute;
  height: 100%;
  width: 100%;
}
#photo div.browserheight img {
  height: 100%;
  width: auto;
}
#photo div.fullbleed img {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#photo img {
  display: block;
  width: 100%;
  height: auto;
}
.js #photo div {
  display: none;
}
.js #photo div div {
  display: block;
}
.holder-thumbs {
  margin: -20px 0 0 -20px;
}
.holder-thumbs a {
  position: relative;
  float: left;
  height: 237px;
  margin: 20px 0 0 20px;
  text-decoration: none;
}
.holder-thumbs a img {
  display: block;
}
.holder-thumbs a h2 {
  position: absolute;
  top: 205px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}
.holder-thumbs a:hover h2 {
  color: #ffffff;
}
body.HomePage #header .header-top,
body.GalleryPage #header .header-top,
body.WorksPage-Images #header .header-top,
body.HomePage #header .header-bottom,
body.GalleryPage #header .header-bottom,
body.WorksPage-Images #header .header-bottom {
  background: none;
}
body.Page #content {
  position: relative;
  z-index: 1100;
}
.js body.HomePage #photo {
  display: none;
}
body.StandardContentPage #header {
  background: #000000;
}
body.StandardContentPage .content-left {
  position: relative;
  width: 320px;
  z-index: 100;
}
body.StandardContentPage .content-left.scrollable {
  padding-bottom: 32px;
}
body.StandardContentPage .content-left.scrollable .scrolldownnotice {
  background: #000000;
  padding-top: 5px;
  height: 100px;
  position: fixed;
  bottom: 0px;
  width: 320px;
}
body.StandardContentPage .content-left.scrollable .scrolldownnotice span {
  display: block;
  border-top: 2px solid #babf90;
}
body.StandardContentPage #photos {
  position: absolute;
  top: 100px;
  left: 370px;
  width: auto;
  right: 0;
  text-align: left;
}
body.StandardContentPage #photos img {
  float: left;
  clear: left;
}
.js .StandardContentPage #photos {
  right: 5px;
}
.js .StandardContentPage #photos img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.js .StandardContentPage #photos img.current {
  display: block;
}
body.PaulPhilpPage .content-left {
  width: 320px;
}
body.PaulPhilpPage #photo {
  position: fixed;
  left: 370px;
  width: auto;
  height: 100%;
  overflow: hidden;
}
body.PaulPhilpPage #photo .browserheight div {
  position: static;
  width: auto;
  height: auto;
}
body.PaulPhilpPage #photo .slides-holder div {
  display: none;
}
body.PaulPhilpPage #photo .slides-holder div div,
body.PaulPhilpPage #photo .slides-holder .current {
  display: block;
}
body.PaulPhilpPage #photo .slides-holder .slide-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 90px;
}
body.PaulPhilpPage #photo .slides-holder .slide-info p {
  margin: 0;
}
body.PaulPhilpPage #photo .slides-holder .slide-photo {
  position: absolute;
  top: 0;
  bottom: 100px;
}
body.PaulPhilpPage #thumbs {
  *zoom: 1;
  position: relative;
  z-index: 1100;
  margin-top: 15px;
  margin-left: -10px;
}
body.PaulPhilpPage #thumbs:before,
body.PaulPhilpPage #thumbs:after {
  display: table;
  content: "";
}
body.PaulPhilpPage #thumbs:after {
  clear: both;
}
body.PaulPhilpPage #thumbs a {
  display: block;
  float: left;
  margin-left: 10px;
}
/*
body.PageHolder,
body.WorksHolder {
	#content {
		position: relative;
		z-index: @zindexContent;
	}
}
// !.PageHolder, .WorksHolder
*/
body.WorksHolder .holder-thumbs {
  *zoom: 1;
}
body.WorksHolder .holder-thumbs:before,
body.WorksHolder .holder-thumbs:after {
  display: table;
  content: "";
}
body.WorksHolder .holder-thumbs:after {
  clear: both;
}
body.WorksHolder .holder-thumbs a {
  height: 337px;
}
body.WorksHolder .holder-thumbs a h2 {
  top: 305px;
}
body.WorksPage #header .header-bottom {
  padding-top: 50px;
}
body.WorksPage #main {
  padding-bottom: 100px;
}
body.WorksPage #photo .browserheight {
  bottom: 100px;
}
body.WorksPage #main nav {
  *zoom: 1;
  z-index: 1100;
  position: relative;
  /*
		bottom: 70px;
		left: 30px;
		width: 560px;
		*/

  padding-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  font-family: Century, Baskerville, Garamond, Georgia, sans-serif;
  text-transform: lowercase;
  background: url('../img/3dashes.gif') left bottom no-repeat;
}
body.WorksPage #main nav:before,
body.WorksPage #main nav:after {
  display: table;
  content: "";
}
body.WorksPage #main nav:after {
  clear: both;
}
body.WorksPage #main nav ul {
  padding-top: 6px;
  background: url('../img/3dashes.gif') left top no-repeat;
}
body.WorksPage #main nav li {
  float: left;
  clear: left;
}
body.WorksPage #main nav a {
  text-decoration: none;
}
body.WorksPage #main nav li.current,
body.WorksPage #main nav li.current a {
  color: #ffffff;
}
body.WorksPage #content > h1 {
  z-index: 1100;
  position: relative;
  width: 300px;
}
body.WorksPage-Images #main nav li ul {
  position: absolute;
  top: -38px;
  width: 100%;
}
body.WorksPage-Video #video {
  z-index: 1100;
  position: absolute;
  top: 240px;
  left: 30px;
  bottom: 70px;
  right: 30px;
  overflow: hidden;
}
body.WorksPage-Video #video div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.WorksPage-Video #video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.WorksPage-Info #photo {
  left: 370px;
}
body.GalleryPage #main nav {
  z-index: 1100;
  position: relative;
  padding-top: 6px;
  font-size: 15px;
  line-height: 20px;
  font-family: Century, Baskerville, Garamond, Georgia, sans-serif;
  text-transform: lowercase;
  background: url('../img/3dashes.gif') left top no-repeat;
}
body.GalleryPage #main nav li {
  float: left;
  clear: left;
}
body.GalleryPage #main nav a {
  text-decoration: none;
}
body.GalleryPage #main nav a.current,
body.GalleryPage #main nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
body.GalleryPage #photo div.browserheight {
  left: 30px;
  bottom: 70px;
  top: 130px;
}
body.StoriesPage #content .content-left {
  padding-bottom: 70px;
}
body.StoriesPage #video {
  position: fixed;
  z-index: 1100;
  height: 55px;
  bottom: 70px;
  padding-top: 20px;
  padding-left: 30px;
  width: 320px;
  left: 0;
  background: #000000;
}
