/* RESET ALL ELEMENTS*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-top: 5px solid #9baff1;
	border-bottom: 5px solid #9baff1;
	border-left: 1px solid #9baff1;
	border-right: 1px solid #9baff1;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* HTML BASE ELEMENTS */

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-family: georgia, serif;
	font-size: 38px;
  letter-spacing: -2px;
	color: #2a4e97;
	border-bottom: 2px solid #ddd;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-family: "Lucida Grande", arial, georgia, serif;
	font-size: 150%;
	background: #282727;
	color: #fff;
	border-bottom: 2px solid #ddd;
	padding: 4px 6px;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.3em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em 0;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em 0;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style-image: none;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: none;
	margin: 0.7em 0;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
	background: #e8edff;
}

th {
	/*distinguishing table headers from data cells*/
	background: #e5e5e5;
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* FONTS */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* ==== MY CSS ==== */

body	{
	margin:	0;
	padding: 0;
	color: #fff;
	background: #282727;
	font-family: Verdana, "Lucida Grande", arial, sans-serif;
	font-size: 0.7em;
}

p	{
	line-height: 1.6em;
	color: #282727;
}

a {
	color: #fff;
	text-decoration:none;
}

a:hover	{
	text-decoration: underline;
}

form  {
  margin: 1em 0;
  font-size: 12px;
}
 
legend  {
  margin: 0;
  padding: 5px 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}

fieldset  {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 4px solid #c4e3ff;
}

label  {
	float:left;
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

hr	{
	background: #fff;
	border-top: 1px solid #75baff;
}

/* setting a consistent width, 160px;
   control of type=file still not possible */
input[type="text"], input[type="password"], input[type="file"]  {
	padding: 4px;
  width: 25em;
	border: 1px solid #75baff;
}

textarea  {
	font-family: inherit;
	font-size: 0.9em;
  border: 1px solid #75baff;
  padding: 3px;
}

/* ==== MY ID'S ====*/

#wrapper	{
	margin: 3em 0;
	width:	100%;
}

#inner	{
	margin: 15px;
}

#inner img	{
	padding: 3px;
	border: 1px solid #282727;
}

#coatofarms	{
	text-align:right;
}

#right {
	width: 590px;
	float:right;
	background: #fff;
	color: #000;
}

#right a	{
	color: #000;
	font-weight:bold;
}

#left	{
	float: left;
	text-align: right;
	width: 150px;
	color: #fff;
	font-size: 11px;
}

#footer	{
  background: #282727;
  padding: 0 0 0 10px;
  color: #fff;
	clear: both;
}

#footer .left {
  width: 88%;
}

#footer .left a {
  color: #fff;
}

#footer .left p {
  margin-top: 0.3em;
  color: #fff;
}

/* ==== MY CLASSES ==== */

.gutter {
	margin: 0 auto;
	width: 760px;
}

.logo	{
	padding: 14px 0 0 0;
}

.formp  {
  padding: 10px 0 10px 0;
}

.input  {
  width: 20em;
  border: 1px solid #75baff;
  padding: 4px;
}

.welcome	{
	background: #282727;
	margin: 2px; 
	padding:8px; 
	color: #fff; 
	text-align:center
}

.welcome	a	{
	color: #fff !important;
}

.fifty	{
	width: 46%;
	margin: 2px 5px;
}

.left	{
	float: left;
	margin: 5px 8px 5px 0;
}

.right {
  float: right;
  margin: 5px 0 5px 8px;
}

.fifty	h3	a {
	color: #fff !important;
}

.fifty ul li	{
	margin: 3px 6px;
}

.reset {
	clear: both;
}

.brown  {
  background: #fff !important;
}


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