@charset "utf-8";
/* Lise Daulin - Website - CSS

Author : Dysphory
Website : http://www.dysphory.com

Dysphory - Julien Cabrera - All Right Reserved */

/* ---------------------------------
HEADER
--------------------------------- */

#header {
background-image: url(../img/header.png);
background-position: center;
background-repeat:no-repeat;
width: 756px;
height: 255px;
margin: 0px auto 0px auto;
}

#menu {
width: 224px;
height: 30px;
margin: 0px 0px 0px 504px;
}

#networking {
float: right;
margin:198px 20px 0px 0px;  /* <- FOR FIREFOX */
[float: right;              /*       HACK     */
margin:193px 20px 0px 0px;] /* <-   CHROME    */
border: none;               /* Put a useless propertie on this line, it's not parsed */
color: #162531;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 13px;
}


#networking ul {
	margin: 0px 0px 0px 0px;
}
	
#networking li {
	margin: 0px 15px 0px 0px;
	list-style: none;
	float: right;
	}


.special {
font-size: 18px;
}





/* ---------------------------------
BODY - CENTER PART
--------------------------------- */

body {
margin: 0px 0px 0px 0px;
background-color: #1f2d32;
background-image: url(../img/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
overflow: auto;
}

#content {
background-image: url(../img/tile.png);
background-repeat: repeat-y;
background-position: top;
width: 756px;
margin: 0px auto 0px auto;
}

#head_content {
background-image: url(../img/title.jpg);
background-repeat: no-repeat;
width: 700px;
height: 31px;
margin: 0px auto 0px auto;
}

#pagecontent {
width: 700px;
margin: 0px auto 0px auto;
}

#sitelink {
background-image:url(../img/center.jpg);
background-repeat: no-repeat;
background-position: top;
width: 836px;
height: 49px;
margin: 0px auto 0px auto ;
display: block;
}

#txt {
width: 650px;
margin: 0px 0px 0px 15px ;
}

	.image {
	margin: 0px 0px 0px 0px;
	}
	
	.image li {
	list-style: none;
	float : left;
	margin: 6px 0px 0px 12px;
    }

.img {
	border: solid #ffffff 2px ;
     }

#resume {
width: 70%;
margin: 0px 0px 0px 42px;
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: 13px;
}

#contact {
margin: 0px 0px 0px 42px;
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: 13px;

}

.email1 {
color: #b9cdd4;
font-size: 15px;
}

.email2 {
color: #88a0a8;
font-size: 15px;
}

.services1 {
color: #b9cdd4;
font-size: 14px;
}

.services2 {
color: #8aa6af;
font-size: 14px;
}


#sitelink a:link {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#sitelink a:hover { 
	font-size: 16px;
    font-weight: normal ;
	text-decoration: none;
	color: #79a7c1;
}

#sitelink a:visited {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#sitelink a:visited:hover {
	font-size: 16px;
    font-weight: normal ;
	text-decoration: none;
	color: #79a7c1;
}

#sitelink a:active {
	font-size: 16px;
	color: #ffffff;
	border-bottom: dashed;
	
}

.title {
font: "Times New Roman", Times, serif;
font-size: 15px;
color: #FFFFFF;
float: left;
margin-left: 50px;
}


/* ---------------------------------
FOOTER
--------------------------------- */

#footer {
background-image: url(../img/footer.png);
background-position: top;
background-repeat: no-repeat;
width: 756px;
height: 58px;
margin: 0px auto 0px auto;
}





/* ---------------------------------
LIGHTBOX STUFF
--------------------------------- */
#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(../../portfolio_2009/script/lightbox/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { 
background: url(../../portfolio_2009/script/lightbox/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; }

