@charset "UTF-8";
/* CSS Document */

body{
	background-color:#181818;
	color:#CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

img{ border: 0 none; }

hr {
	border-color:-moz-use-text-color -moz-use-text-color #FFFFFF;
	border-style:none none solid;
	border-width:0 0 1px;
	height:0;
	padding:20px 0px 20px 0px;
}	

#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
	top:0px;
}

#title{
	position:relative;
	top:70px;
	height:41px;
	background-image:url(images/title2.png);
	background-position:left;
	background-repeat:no-repeat;
	}
	
#bluelady{
	background-image:url(images/bluelady.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:475px;
	top:70px;
	position:relative;
	/*border:1px #FFFFFF solid;*/
}

#content{
	position:relative;
	width:800px;
	min-height:475px;
	overflow:auto;
	top:70px;
	font-size:12px;
	line-height:1.5em;
}

#copyright{
	position:relative;
	top:70px;
	height:60px;
	background-image:url(images/copyright.png);
	background-repeat:no-repeat;
	background-position:right;
}
	
#spacer{
	position:relative;
	top:70px;
	height:41px;
}

#contentpic{
	float:right;
	clear:left;
	height:400px;
	margin-left:20px;
}

#contentpic img{
	padding:0px;
}

#form{
	float:left;
	width:390px;
}


.bar{
	margin-top:20px;
}

/*--------GALLERY------------*/

#image{
	width:390px;
	height:100px;
	margin:0px 10px 10px 0px;
	float:left;
	line-height:normal;
}

#image img{
	float:left;
	margin-right:10px;
	/*border:1px solid #FFFFFF;*/
}

#galleryNav{
	position:relative;
	top:70px;
	height:20px;
	text-align:right;
}

a:link{color:#FFFFFF; text-decoration:none}
a:visited{color:#FFFFFF; text-decoration:none}
a:hover{color:#FFFFFF; text-decoration:underline}


/*--------PAGE TITLES---------*/

#page{
	position:relative;
	height:41px;
	top:70px;
	}

/*--------NAV LINKS----------*/

#navbar{
	position:relative;
	height:27px;
	top:70px;
}

#navbar a{
	height:26px;
	float:right;
	margin-left:26px;
	background-repeat:no-repeat;
	border:none;
}

#home a{
	background-image:url(images/b_home.png);
	width:69px;
}
	
#home a:hover{
	background-image:url(images/b_home.png);
	background-position:0 -26px;
	width:69px;
}
	
#bio a{
	background-image:url(images/b_bio.png);
	width:112px;
}
	
#bio a:hover{
	background-image:url(images/b_bio.png);
	background-position:0 -26px;
	width:112px;
}

#gallery a{
	background-image:url(images/b_gallery.png);
	width:80px;
}
	
#gallery a:hover{
	background-image:url(images/b_gallery.png);
	background-position:0 -26px;
	width:80px;
}
	
#contact a{
	background-image:url(images/b_contact.png);
	width:107px;
}
	
#contact a:hover{
	background-image:url(images/b_contact.png);
	background-position:0 -26px;
	width:107px;
}

/*----------Form Styling---------*/

input{
	background-color:#FFFFFF;
	border:1px solid #038aa6;
}

textarea{
	background-color:#FFFFFF;
	border:1px solid #038aa6;
}

.button{
	background-color:#038aa6;
	border:none;
	color:#FFFFFF;
}


/*-------Text Classes----------*/

.boldcolor{font-size:14px; font-weight:bold; color:#038aa6; }
.title{font-size:13px; font-weight:bold; color:#FFFFFF; }
.boldwhite{font-weight:bold; color:#FFFFFF; }
.status{font-style:italic; font-weight:bold; color:#FFFFFF; }
.white{color:#FFFFFF;}

/*--------Hidden Text -------------*/

span.hide{ display:none; }

/*--------LIGHTBOX STYLES--------------*/

#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: #1a1a1a; 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: #1a1a1a; 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; font-style:italic;	}
#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; }
