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

body{
background-image:url(images/background3.jpg);
background-repeat:no-repeat;
background-position:top;
}

body.enter{
background-image:url(images/background2.jpg);
background-repeat:no-repeat;
background-position:top;
}

body.gallery{
background-image:url(images/background3.jpg);
background-repeat:no-repeat;
background-position: top;
}

body.contact{
background-image:url(images/background3.jpg);
background-repeat:no-repeat;
background-position:top;
}

#page{
width: 800px;
padding-top: 0px;
padding-bottom: 5px;
margin-left:auto;
margin-right: auto;
}

#header{
width:800px;
height:350px;
margin-top: 50px;
background-image:url(images/header.gif);
background-repeat:no-repeat;
background-position:center;
}

#headersmall{
width:800px;
height:130px;
margin-top: 70px;
background-image:url(images/headersmall.gif);
background-repeat:no-repeat;
background-position:left;
border-bottom: 1px solid black;
}

#currentpage{
background-image:url(images/icon.gif);
background-repeat:no-repeat;
background-position:bottom;
}

/*navigation styling for main menu - ul main*/

ul#main {
margin:5px;
padding:0;
list-style:none;
float:left;
width:800px;
height: 30px;
font-size: 22px;
font-family: Rockwell;
color:#000000;
}
ul#main li{
display: inline;
}

ul#main li a {
text-decoration:none;
padding:0px;
width:auto;
margin-left: 40px;
margin-right:40px;
height: 35px;
float:left;
text-align:center;
}


/*entry navigation styling */


ul#entry {
margin-top:40px;
padding:0;
list-style:none;
width:800px;
height: 30px;
font-size: 22px;
font-family: Rockwell;
color:#000000;
}
ul#entry li{
display: inline;
}

ul#entry li a {
text-decoration:none;
padding:0px;
width:auto;
margin-left: 375px;
height: 35px;
float:left;
text-align:center;
}


/*navigation styling - ul sub*/
ul#sub {
margin-left:25px;
padding:0;
list-style:none;
float:left;
width:200px;
height: 20px;
font-size: 18px;
font-family: Rockwell;
color:#999999;
}

ul#sub li a {
text-decoration:none;
padding:0px;
width:200px;
text-align:left;
}

/* using css to create link rollovers/highlights (psudo-classes) */
a{
font-weight: normal;
text-decoration: none;
}
a:active { color:#666666; }

a:link, a:visited { color:#000000 }

a:hover {color:#66CCFF;}

img { border:none; }

/*content styling */
#content{
margin-top: 10px;
padding: 30px;
text-align:left;
}
.profile{
float:right;
margin-right:30px;
}

p{
font-family: Rockwell;
font-size: 14px;
}

p.bio{width:500px;}

embed{
height:303px;
width:384px;
margin-left:160px;
margin-right:160px;
margin-top:20px;

}

#bank{
height: 375px;
width: 480px;
}

#media{
text-align: centre;
}

#contactcontent{
width: 800px;
margin-top: 30px;
padding: 30px;
text-align:left;
}

#gallerycontent{
margin-top: 20px;
padding:15px;
text-align:left;
}


/*lightboxjs css - Found at http://www.lokeshdhakar.com/projects/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: 408%; 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 Rockwell, 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:normal;	}
#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; }

