/* reset CSS */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


/* gallery CSS */
html {
  width: 80%;
  margin: auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5em;
  background-color: #000;
  color: #999;
}

body {
  margin-top: 5em;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 1.5em;
  border-bottom: 1px solid #666;
  margin-bottom: 1em;
}

h1.photon {
  position: relative;
  float: right;
  bottom: -1em;
  border: 0;
  color: #666;
  font-size: 0.75em;
}

h2.tagline {
  bottom: 0.25em;
  color: #666;
  position: fixed;
  right: 0.1em;
  font-size: 0.5em;
  border: 0;
}

div.image_container {
  display: inline;
}

div.image_container .info {
  color: #ccc;
  background-color: #333;
  opacity: 0.8;
  position: absolute;
  display: none;
}

div.image_container h2, div.image_container h3 {
  font-size: 0.6em;
  border: 1px solid #999;
  padding: 0.25em;
}

img {
  border: 1px solid #999;
  width: 150px;
  height: 150px;
  margin: 0.25em 0.5em 0.25em 0;
}

img:hover {
  border: 1px solid #ccc;
}

