/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    Created 2007.05.20
   PURPOSE: Colours for the dark version of the template
 **************************************************************/


/**************************************************************
   HTML Elements
 **************************************************************/

body {
  color: #a6a6a6;
  background-color: #000;
}

a,
a:visited,
#header #meta h1 span,
ul.thumbs li.parent .details .title .price,
ul.thumbs li.parent .details .link {
  color: #7e7e7e;
}

a:hover {
  color: #F8C64A;
}



/**************************************************************
   Layout Elements
 **************************************************************/

/* Gallery cover page */
#horizon #center #overlay .title {
  color: #7e7e7e;
  border-bottom: 1px solid #FFF;
}

#horizon #center #overlay .links a {
  border-right: 1px solid #7e7e7e;
}

#topbar {
  background: #111;
}
 
#topbar a {
  color: #7e7e7e;
}

#topbar a:hover {
  color: #FFF;
}

/* Site containers */ 
#container {
   background: url(../img/bg/header.gif) repeat-x top left;
}

#header #meta h1 { 
  color: #7e7e7e;
  border-bottom: 1px solid #FFF;
}

#header #meta h1 span.sold {
  color: red;
  background: url(../img/icons/sold.gif) no-repeat right center;
}

#header #meta ul li a {
  border-right: 1px solid #515050;
}

#header #nav p span,
#footer p span {
  color: #515050;
}

#footer {
  background:  url(../img/bg/container.gif) repeat-x top left;
}

/* Thumbnail lists on album and item pages */
ul.thumbs li.parent .details {
  color: #a6a6a6;
}

ul.thumbs li.parent .details .title {
  color: #7e7e7e;
  border-bottom: 1px solid #FFF;
}

ul.thumbs li.parent .details .title .sold {
  color: red;
  background: url(../img/icons/sold.gif) no-repeat right top;
}


ul.views li.here a img,
ul.views li a:hover img {
  border-bottom: 1px solid #000;
}

ul.actions li.cart a .title {
  background: url(../img/icons/cart.gif) no-repeat center left;
}

ul.actions li.contact a .title {
  /*background: url(../img/icons/contact.gif) no-repeat center left;*/
}

/* Slideshow */
#slideshow div.sgControls {
  background: #111;
}

#slideshow div.sgControls a {
  color: #757575;
}

#slideshow div.sgControls a:hover {
  color: #FFF;
}

#slideshow div.sgControls a img {
  background-color: #444;
}

#slideshow div.sgControls a:hover img {         
  background-color: #FFF;   
}
#slideshow div.sgControls span {
  color: #757575;
}


/* Credit popup */
#credit {   
  background: #000 url(../img/bg/container.gif) repeat-x top left;
  border-color: #191919;
}

#credit ul li a:hover {
  background-color: #191919;
}

#credit ul li a .desc {
  color: #FFF;
}

#credit h1 {
  color: #FECA4B;
}

a.closeIcon {
  background: url(../img/icons/close.gif) no-repeat center left;
}


/* Generic colours */
.gray {
  color: #515050;
}

/* Previous and next arrows */
.previous {
  background: url(../img/icons/small_arrow_left.gif) no-repeat center left;
}

.next {
  background: url(../img/icons/small_arrow_right.gif) no-repeat center right;
}

#nav .previous {  
  background-image: url(../img/icons/large_arrow_left.gif);
}

#nav .next {
  background-image: url(../img/icons/large_arrow_right.gif);  
}