@charset "UTF-8";

/*--- Lightbox ---*/

#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;
	}


/*----- Default -----*/
#container {
	margin-top: -8px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-family: sans-serif;
	font-size: smaller;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

#freelance {
	float: right;
	position: relative; 
}

/*----- Header-----*/

#masthead {
	margin-bottom: 30px;
}


#navlinks {
	margin-top: 0; 
	padding: 0.5em 3em;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; 
	padding-right: 0.75em;
	border-right: 1px solid #999999;
}

#navlinks li.last {
	border-right: 0;
}

#navlinks a {
	color: #000000;
	text-decoration: none;
}

#navlinks a:hover {
	color: #333333;
	text-decoration: underline;
}


/*----- Footer -----*/
#footer {
	font-size: smaller;
	clear: both;
	margin-top: 30px;
	margin-bottom: 50px;
}



/*----- Home -----*/
#indexbg {
	margin-bottom: 20px;
}

#indexcopy {
	width: 800px;
}

#indexcopy td{
	width: 200px;
	padding: 0 10px 0 10px;
	vertical-align: top;
}



/*----- About -----*/
#aboutcopy {
	float: left;
	width: 200px;
}

#aboutillus {
	float: right;
	width: 600px;
	margin-top: -40px;
}


/*----- Resume -----*/
#resumecopy {
	float: left;
	width: 550px;
}

#resumecopy strong{
	font-size: medium;
}

#resumeicons {
	float: left;
	width: 150px;
	margin-top: 50px;
	margin-left: 40px;
}



/*----- Portfolio -----*/

#portfoliocopy {
	float: left;
	width: 220px;
}

#portfolioillus {
	float: right;
	width: 570px;
	margin-left: 5px;
}

#portfoliocopy a {
	color: #666666;
	text-decoration: none;
}

#portfoliocopy a:active {
	color: blue;
}

#portfoliocopy a:hover {
	color: #999999;
}

#portfoliodesc {
	margin-top: 20px;
	width: 220px;
}

#portfoliodesc tr{
	width: 220px;
}

/*----- Contact -----*/
#contactcopy {
	float: left;
	width: 400px;
}

#contactcopy a {
	color: #000000;
}

#contactcopy a:hover {
	color: #333333;
}

#contactillus {
	float: left;
	padding-left: 20px;
}


#contactform {
	margin-top: 30px;
	margin-bottom: 10px;
	border: 0px;
}

/*----- Sitemap -----*/

#sitemapcopy {
	float: left;
	width: 220px;
}

#sitemapcopy a {
	color: #666666;
	text-decoration: none;
}

#sitemapcopy a:active {
	color: blue;
}

#sitemapcopy a:hover {
	color: #999999;
