/* CSS Document */
/************************************************************************

	Site: guedofanony.com
	Author:		Guedo Fanony 

	Listing Order:

	==============

	
	1 - Structure
	2 - Nav
	3 - Lighbox Styles

************************************************************************/




/***********************************************************************
	1 - Structure
************************************************************************/

body{
background-image:url(images1/stripeback.gif);
background-repeat:repeat-x;
font-family: 'Lucida Console', Monaco, monospace;
font-size:.9em;
line-height:1.2em;
}

div#container{
width:1000px;
margin-left:auto;
margin-right:auto;

}

div#header{
background-image:url(images1/newtop.png);
background-repeat:no-repeat;
margin-left:110px;
height:253px;
}

div#middle{
background-image:url(images1/newmid.png);
background-repeat:no-repeat;
margin-left:4px;
height:436px;
}

div#bottom{
background-image:url(images1/newbottom.png);
background-repeat:no-repeat;
height:295px;

}

div#midInfo{
font-size:12px;
float:left;
color:#333333;
padding:8px;
margin-left:110px;
margin-top:60px;
width:350px;
}

div#midInfo2{
float:left;
margin-left:130px;
margin-top:60px;
width:340px;
}


div#midInfo3{
font-size:12px;
float:left;
color:#333333;
padding:8px;
margin-left:90px;
margin-top:40px;
width:370px;
}

div#midInfo4{
font-size:12px;
float:left;
color:#333333;
padding:8px;
margin-left:110px;
margin-top:70px;
width:370px;
}


div#midInfo3 p{
padding-left:15px;
}

div#contactform{
float:left;
color:#333333;
margin-left:110px;
margin-top:30px;
margin-right:20px;
width:340px;
_margin-top:80px;
}





.web1{
margin-bottom:15px;
}

.webpix{
margin-top:20px;
float:left;
margin-right:10px;
}

.siteinfo{
line-height:12px;;
float:left;
width:230px;
}

div#rightinfo{
float:left;
margin-left:80px;
margin-top:70px;
width:164px;
}

div#rightinfo2{
float:left;
margin-left:90px;
margin-top:80px;
width:164px;
}

div#resdownload{
float:left;
margin-left:90px;
margin-top:70px;
width:164px;
}

.propic{
padding-right:10px;
padding-bottom:2px;
float:left;
}

div#resume{
font-size:10px;
float:left;
color:#333333;
margin-left:110px;
margin-top:48px;
height:300px;
overflow:auto;
overflow-x: hidden;
width:378px;
display:inline;
}


#resume h3{
color:#006600;
}

img, div {
behavior: url(iepngfix.htc);
}



#midInfo{
display:inline;
}


.clear{
clear:both;
}


/***********************************************************************
	2 - Nav
************************************************************************/

div#nav{
display:inline;
float:left;
margin-left:50px;
padding-top:60px;
}

li{
list-style:none;
margin:0px;
}




a{
text-decoration:none;
color:#003333;
font-size:15px;
}

a:hover{
color:#0099FF;

}




/***********************************************************************
	3 - 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: #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; }

/* END LIGHTBOX STYLES  */