/* general selectors */

body {
margin:0;
padding:0;
font-size: 14px;
color: #375299;
background-color: #edeff4;
background-image: url('../layout/seraph.jpg');
background-repeat: no-repeat;
}

h1 {
font-size: 18px;
font-weight: bold;
color: #375299;
}

h2 {
border-top: 1px solid #839fe4;
margin-bottom: 0;
font-size: 16px;
font-style: italic;
color: #375299;
}

h3 {
margin-bottom: 5px;
font-size: 14px;
font-style: italic;
font-weight: normal;
color: #375299;
}

h4 {
display: inline;
margin-right: 5px;
font-style: italic;
font-weight: bold;
text-indent: 40px;
}

img {
border: 0
}

p {
margin-top: 10px;
padding: 0 20px 0 20px;
}

ul {
padding: 0 0 0 10px;
margin: 0 30px 0 40px;
list-style-type: circle;
line-height: 150%;
}



/* classes */

.submenu {text-align: center}

.ind {text-indent: 40px}

.archive {
text-indent: 40px;
font-weight: bold;
}

.email {
position: relative;
top: 5px;
border-bottom: 1px solid #839fe4;
}

.info {
list-style-type: none;
}

.commish {
padding-left: 20px;
}

.ppad {
padding: 5px 0 5px 0;
}

.galpic {
margin: 4px 4px 4px 4px;
}

.new {
margin: 1px 1px 1px 1px;
border: 3px solid #5d88f8;
}




/* pseudo-classes */

a:link {
color: #4f6ebd;
text-decoration: underline;
}

a:visited {
color: #4f6ebd;
text-decoration: underline;
}

a:hover {
color: #375299;
text-decoration: underline;
}

a:active {
color: #375299;
text-decoration: underline;
}



/* ID's */

#nav {
position: absolute;
width: 581px;
height: 19px;
margin-top: 70px;
margin-left: 187px;
}

#container {
position: absolute;
padding: 0 0 40px 0;
margin-top: 158px;
margin-left: 148px;
}

#content {
position: static;
width: 750px;
padding: 10px 10px 10px 10px; /*top right bottom left*/
border: 2px solid #b2c3ef;
background-image: url('../layout/transbg.png');
background-repeat: repeat;
}

#copyright {
position: relative;
width: 350px;
padding: 10px 10px 10px 10px;
top: 20px;
left: 200px;
border: 2px solid #b2c3ef;
text-align: center;
font-size: 12px;
}



/* Lightbox */

#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: #445277;
	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: #445277; margin: 0 auto; line-height: 1.4em; 			overflow: auto; width: 100%;}


#imageData{ padding:0 10px; color: #FFFFFF;}
#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: #edeff4;}