/*

  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;
}

html {
  background: #FFF url(texture-bg.jpg) repeat-x center top;
}

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

#gallerytitle {
  margin: 20px 0;
}

#hoe-logo {
  width: 546px;
  height: 74px;
  text-indent: -9999px;
  background: url(hillsofelysium-logo.png) no-repeat;
  float: left;
  margin: 0 0 10px 0;
}

.sub-headline {
  text-indent: -9999px;
  float: right;
  background: url("photos.png") no-repeat transparent;
  margin: 0;
  width: 99px;
  height: 24px;
}

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

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

a:hover {
  color: black;
}

/* TOP NAVIGATION */

#mainNavigation {
  display: block;
  clear: both;
  width: 946px;
  background: #000;
  height: 50px;
  padding-left: 14px;
  margin: 10px 0 0 0;
}

#mainNavigation li {
  display: inline;
}

#mainNavigation li a {
  display: block;
  float: left;
  height: 50px;
  margin-right: 25px;
  background: url(gallerynav.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#mainNavigation li#ho a {
  background-position: -14px 0;
  width: 85px;
}

#mainNavigation li#ho a:hover { background-position: -14px -50px; }

#mainNavigation li#ne a {
  background-position: -125px 0;
  width: 85px;
}

#mainNavigation li#ne a:hover { background-position: -125px -50px; }

#mainNavigation li#sh a {
  background-position: -234px 0;
  width: 99px;
}

#mainNavigation li#sh a:hover { background-position: -234px -50px; }

#mainNavigation li#ab a {
  background-position: -358px 0;
  width: 90px;
}

#mainNavigation li#ab a:hover { background-position: -358px -50px; }

#mainNavigation li#me a {
  background-position: -473px 0;
  width: 94px;
}

#mainNavigation li#me a:hover { background-position: -473px -50px; }

#mainNavigation li#mu a {
  background-position: -592px 0;
  width: 91px;
}

#mainNavigation li#mu a:hover { background-position: -592px -50px; }

#mainNavigation li#ph a {
  background-position: -708px 0;
  width: 97px;
}

#mainNavigation li#ph a:hover { background-position: -708px -50px; }

#mainNavigation li#co a {
  background-position: -830px 0;
  width: 108px;
  margin-right: 0;
}

#mainNavigation li#co a:hover { background-position: -830px -50px; }

.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;
}
