/* CSS Document */



body { 
font-family:arial, sans-scrif;
padding: 0 0 0 0;
background-image:url(../_img/new_bkg.png);
background-position:center;
background-repeat:no-repeat;
background-color:#E6E6E6;
}

div#wrap{
margin:0 auto;
position:relative;
height:600px;
width:800px;
background-color:#eeeeee;

border:0px;
}

#navigation{
list-style:none;
}

/*span{
margin-left:-90000px;
}*/



h1{
text-align:center;
}
/*
h2{
color:#0066CC;
}

h4{
color:#0066FF;
}

img#me{
border:medium;
}

div#header{
background-color:#808080;
width:600px;
height:160px;
position:absolute;
left:180px;
top:0px;
}*/

div#info{ 
/*background-color:#000;*/
width:700px;

padding-bottom:20px;
padding:5px;
position:absolute;
top:10px;
left:50px;
overflow:auto;
}

#home{
display:block;
;
}

#portfolio{
position:absolute;
top:55px;
left:250px;
border:none;

display:block;
height:115px;
width:152px;
background-image:url(../_img/link_port.jpg);
background-repeat:no-repeat;
}

#resumee{
position:absolute;
top:50px;
left:425px;
border:none;

display:block;
height:114px;
width:130px;
background-image:url(../_img/link_res.jpg);
background-repeat:no-repeat;
}

#contact{

display:block;

}

/*ul#navigation{
list-style-type:none;
text-align:center;

top:6px;
left:135px;
}

img#floater{
border:none;
margin:10px;
float:left;
}*/

img.Potfolio_img{
width:245px;
height:auto;
border:none;
margin-right:96px;
margin-bottom:10px;
margin-top:10px;
}


/*THe following code s used only for lightbox and was dowloaded from http://www.huddletogether.com/projects/lightbox2/*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
