@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000000;
}
#copyright {
	float: left;
	width: 890px;
	margin-left: 10px;
}
#container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
}
.clearfloat {
	clear: both;
}
.thumbs {
	width: 200px;
	text-align: center;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	padding: 2px;	
}
.thumbs a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #b17306;
}
.thumbs a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #b23f07;
}
.thumbs a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	color: #b17306;
}
.right300 {
	width: 310px;
	float: right;
	margin: 10px;
}
.artwork {
	width: 940px;
	text-align: left;
	vertical-align: top;
	float: left;
}
#header {
	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. */
	text-align: center;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b17306;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer {
	background:#DDDDDD;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b23f07;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b23f07;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b23f07;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b23f07;
	text-decoration: underline;
}
a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b23f07;
	text-decoration: underline;
}
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b23f07;
	text-decoration: none;
}
ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}
ul.nav li {
	display: inline;
}
ul.nav a {
	margin-right: 0px;
	text-decoration: none;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
ul.nav a:hover {
	margin-right: 0px;
	text-decoration: none;
	color: #0066FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
	background-image: url(images/circle.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-right: 15px;
}
#facebook {
	float: right;
	width: 120px;
	padding-left: 4px;
	padding-bottom: 4px;
	height: 25px;
	margin-left: 20px;
}
.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
}
.figure p {
	font: 1.1em/normal Arial, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 1.5em;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.figure {
	float: left;
	width: 210px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.break {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b17306;
	width: auto;
	overflow: hidden;
	zoom: 1;
}
a.facebook {
	background-image: url(images/link_facebook.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

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