/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body {
  background-color: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 75%;
  line-height: 2;
}

a { color: #000; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

.showgrid {background:url(../images/grid.png);}

h1 {
  width: 221px;
  height: 113px;
  background: transparent url(../images/logo.png) 0 0 no-repeat;
  font-size: 1em;
  text-indent: -1000em;
  position: absolute;
  top: 13px;
  left: 24px;
  z-index: 5;
}
h1 a {
  width: 221px;
  height: 113px;
  display: block;
}

h2 {
  font-size: 1.167em;
  line-height: 1.7143em;
}

#index-content {
  margin: 12em 40px 4em;
}

#contact { 
  width: 100%;
  margin-bottom: 3em;
}
#contact p {
  float: left;
  margin-right: 4px;
}
#contact p .strong {font-weight: bold;}
.cufon-active #contact p { margin-right: 5px; }
.cufon-active #contact p .strong {
  text-transform: uppercase;
  font-size: 0.8333em;
  line-height: 2.4em;
}

#photo-menu {
  width: 100%;
  list-style: none;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.5em;
}
/*.cufon-active #photo-menu {
  padding-top: 3px;
  margin-bottom: 0.375em;
}*/
#photo-menu li {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}
#photo-menu li a {
  color: #888;
}
#photo-menu li a.active,
#photo-menu li a:hover,
#photo-menu li a:focus {
  color: #000;
  text-decoration: none;
}

#photos {
  list-style: none;
  width: 100%;
}
#photos li {
  float: left;
  margin: 0 0 1em 0;
  display: block;
  position: relative;
}
#photos li,
#photos li a img { 
  height: 6em;
}
#photos li a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.imageloader,
#imageloader { 
  background: #fff url(../images/loader.gif) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#photo-details-wrapper {
  position: absolute;
  bottom: 3em;
  left: 30px;
  background: #fff;
  padding: 1em 10px;
  z-index: 6;
  width: 201px;
}
#photo-details-wrapper #photo-info p .strong {font-weight: bold;}
.cufon-active #photo-details-wrapper #photo-info p .strong {
  text-transform: uppercase;
  font-size: 0.8333em;
  margin: 0 5px 0 0;
  line-height: 2.4em;
}
#photo-details-wrapper p#button {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 2em;
  text-indent: -1000em;
  background: transparent url(../images/toggle.png) 0 -24px no-repeat;
}
#photo-details-wrapper p#button.close {
  background: transparent url(../images/toggle.png) 0 0 no-repeat;
}
#photo-details-wrapper p#button a {
  width: 20px;
  height: 2em;
  display: block;
}
#photo-details-wrapper p#links {
  font-size: 0.834em;
  line-height: 2.4;
  margin-top: 1.2em;
}

p.terms {
  position: fixed;
  bottom: 2em;
  right: 40px;
  font-size: 0.834em;
  line-height: 2.4;  
}

/*photo links */
p.previous,
p.next,
p.back {
  position: absolute;
  top: 0;
}
p.previous {
  left: 0;
  z-index: 3;
}
p.next,
p.back {
  right: 0;
  z-index: 4;
}
p.next a,
p.previous a,
p.back a {
  display: block;
}
p.next a span,
p.previous a span,
p.back a span {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  text-indent: -1000em;
  margin-top: -16px;
}
p.next a span {
  right: 40px;
  background: transparent url(../images/nav.png) -42px 0 no-repeat;  
}
p.previous a span {
  left: 40px;
  background: transparent url(../images/nav.png) 0 0 no-repeat;
}
p.back a span {
  right: 40px;
  background: transparent url(../images/back.png) 0 0 no-repeat;  
}

/*clear*/
.clearfix:after, #contact:after, #photo-menu:after, #photos:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, #contact, #photo-menu, #photos {display:block;}