/* 
Thanks to Richard Clark
http://richclarkdesign.com 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
Thanks to Ethan Dunham
http://www.fontsquirrel.com/fontface/generator
*/

@font-face {
  font-family: 'newphotography';
  src: url('newphotography.eot');
  src: local('☺'), url('newphotography.woff') format('woff'), url('newphotography.ttf') format('truetype'), url('newphotography.svg#webfont5thCGiwe') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
Dan Phiffer
http://phiffer.org/
*/

body {
  font: 24px/1.333em "helvetica neue", helvetica, arial, sans-serif;
  text-align: center;
}

h1 a,
h2 a {
  text-decoration: none;
}

h1 a:hover,
h2 a:hover {
  text-decoration: underline;
}

p {
  margin-top: 1em;
}

h1 {
  font: 20px/20px newphotography, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
}

h2 {
  font: 36px/36px newphotography, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  margin-top: 5px;
}

h3 {
  margin-top: 25px;
}

#menu {
  display: none;
  position: absolute;
  font: 36px/48px newphotography, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  text-align: left;
  z-index: 10;
  padding: 10px 30px 25px 20px;
}

#menu li {
  list-style: none;
}

body.intro #menu li.home {
  display: none;
}

#menu a {
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

body.intro #menu,
#menu.visible {
  display: block;
}


#footer {
  padding: 0 10px 10px 10px;
  font: 18px newphotography, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  text-align: left;
}

#footer a {
  text-decoration: none;
}

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

.fixed {
  width: 966px;
  text-align: left;
  margin: 0 auto;
}

.clear {
  clear: both;
}

a.nav {
  font: 20px/20px newphotography, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
}

.hidden {
  display: none;
}

#banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 7px 0;
}

#banner .holder {
  width: 9999999px;
  position: absolute;
  visibility: hidden;
}

#banner.ready .holder {
  visibility: visible;
}

#banner img {
  float: left;
  margin-right: 7px;
}

body.intro h1 {
  font: 70px/70px newphotography, helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  margin-top: 40px;
}

body.intro #main {
  margin-top: 40px;
  margin-bottom: 100px;
}

body.intro #main a {
  text-decoration: none;
}

body.intro #main #menu a {
  font-weight: normal;
}

body.intro #main a:hover {
  text-decoration: underline;
}

body.intro #menu {
  position: static;
  float: left;
  padding: 0;
}

body.intro #credits {
  font-size: 17px;
  line-height: 24px;
}

body.intro #introduction a {
  text-decoration: underline;
}

body.intro #introduction {
  float: right;
  width: 536px;
  margin-top: -1em;
}

body.intro #when {
  font-size: 16px;
}

body.main #header {
  padding-bottom: 30px;
}

body.main #main {
  width: 597px;
  margin-top: 40px;
}

body.main #introduction {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

#detail {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

#detail img {
  vertical-align: top;
}

#detail .arrow {
  position: absolute;
  top: 245px;
}

#detail .arrow a {
  display: block;
  line-height: 30px;
}

#detail .previous {
  left: 0;
}

#detail .next {
  right: 0;
}

#detail.first .previous a,
#detail.last .next a {
  cursor: default;
}

#detail .holder {
  width: 850px;
  height: 520px;
  margin: 0 auto;
}

#detail .caption {
	display: none;
  font: 12px/17px helveticaneue, "helvetica neue", helvetica, arial, sans-serif;
  width: 500px;
  margin: 10px auto;
}

#detail .caption p {
  margin: 0;
}

#detail .short-caption {
  display: block;
}

#detail .long-caption {
  display: block;
}

#detail .caption .long {
  display: none;
}

#detail .long-caption .short {
  display: none;
}

#detail .long-caption .long {
  display: block;
}

#detail .caption .expander {
  vertical-align: middle;
}

#detail .caption .expander img {
  margin-top: 5px;
}


body.detail #detail img {
  margin: 0 auto;
}

body.website-credits p {
  margin: 0 0 1em 0;
}

a.more img {
  vertical-align: baseline;
}

  
    body {
      border-top: 4px solid #e8015b;
    }
    
    a {
      color: #e8015b;
    }
    
    a:hover {
      color: #000;
    }
    
    h1 a,
    h2 a {
      color: #000;
    }
    
    #menu {
      background: #e8015b;
    }
    
    #menu a {
      color: #fff;
    }
    
    #menu a:hover {
      color: #000;
    }
    
    #footer a {
      color: #000;
    }
    
    body.intro {
      color: #fff;
      background: #e8015b;
    }
    
    body.intro a {
      color: #fff;
    }
    
    body.intro a:hover {
      color: #000;
    }
    
    body.intro #footer a {
      color: #fff;
    }
    
    #detail .arrow a {
      background-color: #000;
    }
    
    #detail .arrow a:hover {
      background-color: #e8015b;
    }
    
    #detail.first .previous a,
    #detail.last .next a {
      background-color: #ccc;
    }
    
    #banner {
      background-color: #fff;
    }

  