/*

  Hills of Elysium

*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

@font-face {
    font-family: 'DekarRegular';
    src: url('fonts/dekar-webfont.eot');
    src: url('fonts/dekar-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dekar-webfont.woff') format('woff'),
         url('fonts/dekar-webfont.ttf') format('truetype'),
         url('fonts/dekar-webfont.svg#DekarRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  background: #000 url(background.jpg) no-repeat center top;
}

body {
  font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 14px;
}

#gallerytitle {
  margin: 20px 0;
}

#hoe-logo {
  width: 373px;
  height: 62px;
  text-indent: -9999px;
  background: url(hoe-header-small.png) no-repeat;
  float: left;
  margin: 0 0 10px 0;
}

#hoe-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#gallery-header {
  width: 458px;
  padding: 0 23px 10px 0;
}

#gallery-header,
#gallery-header a {
  font-size: 50px;
  font-family: ChunkFiveRegular, Rockwell, serif;
  float: right;
  text-align: right;
  color: #c1d3d3;
}

#main {
  width: 960px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #7F938F;
}

a:hover {
  color: white;
}

/* TOP NAVIGATION */

.menu {
  background: black;
  overflow: hidden;
  padding: 10px 0;
  width: 960px;
  margin: 0 0 20px 0;
  clear: both;
}

.menu li {
  display: inline;
}

.menu li a {
  display: block;
  float: left;
  font-family: "DekarRegular", Georgia, serif;
  font-size: 26px;
  color: #7f938f;
  margin: 0 20px;
  text-decoration: none;
  border: solid black;
  border-width: 1px 0;
}

.menu li a:hover { 
  border: dotted #7f938f;
  border-width: 1px 0;
} 

.imagethumb {
  float: left;
  margin-right: 20px;
  border: 1px solid #7F938F;
}

.imagethumb img {
  display: block;
}

div.pagelist {
  clear: both;
}

#credit {
  clear: both;
  width: 960px;
  margin: 10px auto;
  text-align: right;
  font-size: 11px;
}

ul.pagelist li {
  display: inline;
  list-style: none;
}

ul.pagelist li a, ul.pagelist li span {
  margin: 5px;
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  padding: 3px;
}

ul.pagelist li a {
  background: #E6E5D8;
  border: 1px solid #ccc;
}

ul.pagelist li a:hover {
  background: #eee;
}

ul.pagelist li.current a {
  background: white;
}

ul.pagelist li.next span,
ul.pagelist li.next a,
ul.pagelist li.prev span,
ul.pagelist li.prev a {
  width: 50px;
}

#albums {
  margin-right: -40px;
}

.album {
  float: left;
  margin: 0 40px 40px 0;
  width: 460px;
}

h2, h2 a:link, h2 a:visited {
  color: #ae5e45;
  font-family: Georgia, Garamond, serif;
  font-size: 18px;
  text-decoration: none;
}

h2 a:hover {
  color: #712c16;
}

p {
  line-height: 20px;
}

#images {
  margin: 10px -50px 0 0;
}

#images .imagethumb {
  margin: 0 50px 40px 0;
  background: #e6e5d8;
  padding: 7px;
}

#images .imagethumb:hover {
  background: white;
}

#images .imagethumb img {
  border: 1px solid #b0c5c1;
}

#image img {
  border: 5px solid #7F938F;
}

.imgnav {
  float: right;
  margin: 10px 0;
}

.imgnav a {
  margin-right: 15px;
}

.imgnav a:hover {
}

#image {
  clear: both;
  text-align: center;
}

