@charset "UTF-8";
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

table {
	padding: 0;
	margin: 0;
	border: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding: 0 0 1px 0;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

li {
	list-style-image:url(images/bullet.png)
}

ul {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color:black;
	padding: 0;
}

a:hover {
	text-decoration: underline;
	color:black;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr *table {
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background:#ffffff;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
	

/* Prints Page */

.prints-entry {
	padding: 0 0 20px 0;
	clear: both;
}

.prints-entry p {
	padding-bottom: 5px;
}

.prints-column1 {
	float: left;
	width: 370px;
}

.prints-column1 h2 {
	float: left;
	width: 370px;
	padding-bottom: 10px;
}

.prints-column2 {
	float: right;
	width: 400px;
	padding-bottom: 10px;
}

.paypal-options {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.addtocart {
	padding-left: 20px;
}

#viewcart {
	float: right;
	padding: 0;
	margin: 0;
	height: 20px;
}


/* Client Page */

#clienttext {
	float: left;
	width: 500px;
}

#dropbox {
	float: right;
	width:230px;
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
    position: relative;
    left: -1px;
    top: -1px;
}

#dropboxtext {
	text-align: center;
	color: #595653;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 10px;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2, #shadow-container .shadow3 {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}


/* Connect Page */

#connect-info {
	float:right;
	width:470px;
	padding: 0;
}

#connect-contact {
	float:left;
	width:300px;
	padding:0;
}

#connect-info2 {
	float:left;
	width:470px;
	padding: 0;
}

#connect-contact2 {
	float:right;
	width:300px;
	padding:0;
}

div.connect-contact h2, div.connect-info h2 {
	margin: 0 0 5px 0;
}

div.connect-contact p, div.connect-info p {
	margin: 0 0 5px 0;
	text-align: left;	
}

div.connect-contact-col1, div.connect-info-col1 {
	float:left;
	width: 50px;
	text-align: right;
	margin: 0;
	padding: 0;
	clear:both;
}

div.connect-contact-col2 {
	float: left;
	width: 240px;
	padding: 0 5px 10px 5px;
}

div.connect-info-col2 {
	float:left;
	padding: 0 5px 10px 5px;
	width: 405px;
}

div.connect-contact-col2 img {
	border: none;
	padding: 0;
	margin: 0;
}


/* Lightbox2 */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* this is the style from the css slideshow */

#myGallery, #myGallerySet, #flickrGallery
{
	width: 780px;
	height: 520px;
	z-index:5;
	border: 0px;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 0px 0px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}


/* Photoshelter */

#psmain, #pscontent, #psheader, #psfooter {
	background-color: white;
	padding: 0;
	margin: 0;
	width: 780px;
}

#psmain {
	text-align: center;
}

#psfooter {
	font-family: Helvetica;
	font-size: 10px;
	text-align: right;
}

#psnav {
	padding: 0;
	margin: 0;
}


/*
	#### Sample PhotoShelter Customization stylesheet ####

	This stylesheet implements some default styles for the PhotoShelter site.
	By including this stylesheet in your Custom Site Template, your pages 
	will emulate the look and feel of the standard PhotoShelter site.  

	This stylesheet does not illustrate all possible ways to manipulate the
	presentation of your Customized site. For a full list of CSS class 
	selectors available in the customization environment, please consult the 
	PhotoShelter Customization Tutorial:
	
	https://www.photoshelter.com/mem/home/help/custom/tut
*/

/* NOTE: you should be sure to apply your default font
  to all HTML elements listed below */
BODY, TD, TH, INPUT, SELECT {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	}

/* this removes all margins (spacing) around these HTML block elements */
FORM, P, H1, H2, H3, H4 {
	margin: 0;
}

/* ".input" is applied to tables which are used for form input
   (e.g. the Search form) */
TABLE.input TH {
	font-weight: bold;
}

/* "UL.thumbs" is used for all thumbnail displays */
UL.thumbs LI {
	margin: 1px;
	height: 160px;
	background-color: #dddddd;
}

UL.thumbs LI:hover {
	background-color: #d4d4d4;
}

UL.thumbs LI TABLE TD {
	font: 10px Verdana;
}

UL.thumbs LI TABLE TD.slide {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}

FORM.search_box_refine SELECT {
	width: 150px;
}
/* end stylesheet */



