/* --------------------- photo gallery specific css -------------------------- */

#galleriesList {
}

#galleriesList .gallery {
  float: left;
  margin: 8px 13px 4px 0;
  padding-bottom: 5px;
  color: #333;
  width: 125px;
  text-align: left;
  font-size: 13px;
}
#galleriesList .gallery img {
  width: 125px;
  margin-bottom: 5px;
  border: solid 1px transparent;
}

#galleriesList .gallery img.hover { border: solid 1px #ff0033; }
#galleriesList .gallery a { color: #333; }
#galleriesList .gallery a.hover { color: #ff0033; }


#galleriesList #gal_header a.selected { color: #009999; }
#galleriesList #gal_header a { padding: 0 5px; }
#galleriesList #gal_header { font-size: 15px; padding-left: 10px; }
#galleriesList #gal_header span.small {
  position: absolute; right: 35px; top: 15px; display: block;
  font-size: 12px;
}
#galleriesList #gal_header span.small a { color: #333; }
#galleriesList #gal_header span.small a:hover {
  text-decoration: none;
}

.resultsNav { 
  color: #333;
  padding: 10px 0 10px 0;
  font-weight: bold;
  border-bottom: solid 1px #808080;
  border-top: solid 1px #808080;
  clear: both; width: 100%; 
  text-align: right;
  border-radius: 0px;
}
.resultsNav a { color: #333; }


#gal_header { color: #000; font-weight: bold; }

#letter-nav ul { list-style-type: none; border-bottom: solid 1px #ccc; margin-top: 10px; margin-right: 14px; padding: 0 0 0 0; }
#letter-nav ul li { display: inline-block; padding: 0px 7px;  }
#letter-nav ul li a { color: #333; font-weight: bold; font-size: 18px; }
#letter-nav ul li.selected a { color: #ff0033; }

body.gallery #picArea { 
  position: relative;
  background-color: black;
  width: 685px;
  min-height: 500px;
  margin-left: 15px;
  text-align: center;
}
body.gallery #picArea .header { 
  position: absolute;
  left: -10px; top: -10px;
}
body.gallery #picArea .mainPic { 
  display: inline-block;
  padding: 65px 25px 25px 25px;
  /*
  position: absolute;
  left: 50%; top: 0px;
  */
}
.inGalAd {  margin-left: 200px; margin-top: 15px; }


body.gallery #picArea .inGalAd { 
  width: 300px; height: 250px;
  padding: 20px;
  border: solid 1px #333; 
  background-color: #ccc;
  position: absolute; 
  left: 50%;
  top: 50%;
  margin-left: -155px; margin-top: -130px;
}
body.gallery #picArea .inGalAd a { 
  color: #000; 
}

body.gallery #picArea .controls { 
  width: 105px;
  position: absolute;;
  right: 0px; top: 0px; 
  text-align: center;
  color: #fff;
  line-height: 22px;
}

body.gallery #picArea .controls .arrow { 
  padding: 3px;
  /* display: none; */
}

body.gallery #picArea .controls .next,
body.gallery #picArea .controls .prev { display: block; }


body.gallery #picArea .controls .next .arrow { 
  position: absolute;
  right: 0px; top: 0px;
}
body.gallery #picArea .controls .prev .arrow { 
  position: absolute; 
  left: 0px; top: 0px;
}


body.gallery #caption {
  position: relative;
  top: -10px;
  
}
body.gallery #caption .contain {
  padding: 10px 10px 10px 15px;
  background: transparent url(/graphics/gallery-caption-box-bg.png) top left repeat-y;
  color: #000;
  width: 685px;
}
body.gallery #caption h1 { font-size: 24px; }
body.gallery #caption h2 { font-size: 14px; font-weight: normal; }

body.gallery #belowimg { 
  background-color: black;
  position: relative;
  top: -15px;
  left: 15px;
  width: 685px;
  height: 125px;
}
body.gallery #belowimg #viewport { 
  width: 585px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  left: 50px;
  top: 20px;
}
body.gallery #belowimg #viewport img.thumb { 
  margin-right: 40px;
  width: 85px;
  height: 85px;
}
body.gallery #next_arrow_large { 
  width: 32px;
  height: 33px;
  position: absolute;
  right: -15px;
  top: 45px;
  z-index: 40;
  background: transparent url(/graphics/blue-big-arrow-right.png) top left no-repeat;
}
body.gallery #prev_arrow_large { 
  width: 32px;
  height: 33px;
  position: absolute;
  left: -15px;
  top: 45px;
  z-index: 40;
  background: transparent url(/graphics/blue-big-arrow-left.png) top left no-repeat;
}

#rightColumn { 
  float: left;
  width: 315px;
  color: #000;
}
#rightColumn .item { margin-bottom: 25px; }


#rightColumn .other_galleries .item { 
  margin: 0 0 15px 0;

}
#rightColumn .other_galleries .item h4 { 
  border-bottom: solid 3px #000;
  padding-bottom: 5px;
}

#rightColumn .other-gallery.media { 
    margin: 3px 0 3px 0;
    border-bottom: solid 1px #808080; 
}
#rightColumn .other-gallery.media a { color: #000;  }
#rightColumn .other-gallery.media .media-object { width: 64px; border: solid 1px #ccc; margin-bottom: 3px; }

#galleryComments {
  color: #000;
  margin: 0px 10px;
}

#galleryComments h2 {
  border-bottom: solid 1px #000;
  padding: 5px 0px;
  font-size: 18px;
  font-weight: bold;
}

#galleryComments .comment { 
  position: relative;
  padding: 10px 0px;
  border-bottom: solid 2px #d0d0d0;
}
#galleryComments .comment .date { 
  position: absolute; right: 10px; top: 10px;
}

#galleryComments .comment-content { 
  margin-top: 25px;
}


#galleryComments #comment-url { display: none; }
#galleryComments p.comment_url { display: none; }


/* -- used any more?
#pixOfTheDay .thumbs { position: relative; width: 375px; }
#pixOfTheDay .thumbs .contain { 
  height: 75px; width: 375px;
  overflow: hidden;
  margin: 20px 0 0 0 ;
}
#pixOfTheDay .thumbs ul { list-style-type: none; margin-left: 0px; padding: 0px; width: 150000px; }
#pixOfTheDay .thumbs li { float: left; margin-right: 19px; }
#pixOfTheDay .thumbs li img { width: 75px; }
#pixOfTheDay .thumbs .prev { position: absolute; left: -35px; top: 25px; }
#pixOfTheDay .thumbs .next { position: absolute; right: -20px; top: 25px; }
-- */


#galleriesList .ad { margin-left: 20px; }

/* -- new site tweaks -- */
body.gallery #main > .contain #posts {
	width: 100%; 
	background-image: none;
	background: none;
}

body.gallery #main > .contain #posts .boxTop { display: none; }
body.gallery #posts > .contain { background-color: transparent; }

body.gallery #main #caption .contain { margin: 0 0 0 0; position: relative; top: 0px; }
body.gallery #main #caption .boxBottom, body.gallery #main #caption .boxTop { 
	top: 0px;	
	display: block !important;
	position: relative; bottom: 0px; left: 0px; background: none; 
	width: auto; height: auto;
}


#mainColumn #picArea { background-color: black; position: relative; }
#mainColumn #picArea h2 { font-size: 20px; text-transform: uppercase; color: #33ffff; margin: 0 0 0 0; padding: 10px 0 10px 15px; }
#mainColumn #picArea .controls { position: absolute; right: 5px; top: 5px; color: #fff; }
#mainColumn #picArea .controls a { color: #fff; cursor: pointer; }
#mainColumn #picArea .controls span { padding: 0 1em 0 1em; }

#caption { 
	background-color: black; position: relative;
	color: #fff;
}
#caption > .contain { padding: 1em; }
#caption h3 { margin-top: 0;}
#caption .galsoc { float: right; display: block; width: 110px; }

#belowimg { background-color: #000; position: relative; }
#belowimg #viewport { overflow: hidden; margin-left: 45px; padding: 0 60px 1em 60px; width: 585px; }
#belowimg #prev_arrow_large { 
	display: block; position: absolute; left: 15px; top: 0px; 
}
#belowimg #next_arrow_large { 
	display: block; position: absolute; right: 15px; top: 0px; 
}
#next_arrow_large img, #prev_arrow_large img { height: 85px; width: 38px; }

#viewport #thumbs img.thumb {
	height: 85px;
	margin: 5px;
}
#disqus_thread a { color: #333; }



/* -- main gallery page -- */
#pageType_gallery #pageHeader { background-color: #f4f4f4; border: solid 1px #ccc; margin-right: 13px; margin-bottom; 5px; }
#pageType_gallery #pageHeader h1 { font-size: 20px; text-transform: uppercase; color: #009999; margin: 0 0 0 0; padding: 10px 0 10px 15px; } 
#pageType_gallery #pageHeader ul li { display: inline-block; } 
#pageType_gallery #pageHeader li a { color: #444; text-decoration: underline; font-size: 18px; }
.clear { clear: both; }


