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

/* Menu or whatever */
*{
margin: 0;
padding: 0;
}
body {
	margin:0; 
	padding: 0;
	font: 75%/145% Tahoma, sans-serif;
	color:#000000;
	background:/* url(images/back.png) */#dedede;
}
h1 {
	padding-left:5px;
}
h2 {
	padding-left:5px;
}
h3 {
	padding-left:5px;
}
h4 {
	padding-left:5px;
}
small {
	margin-left:5px;
}
.hide {
	display:none;
}

html {
background:#ffffff;
}
p {
	margin-left:5px;
	text-align:left;
	margin-top:5px;
}
img, a img {
	text-decoration:none;
	margin-right:5px;
	margin-top:5px;
	color:none;
	border:none;
}
a {
	text-decoration:none;
	color:#CC66CC;
}
#menu {width:750px;}
#menu ul { list-style:none; margin:0; padding:0 0px; background:#707070;width:auto;height:30px;margin:auto;}

#menu li { float:left;margin: 0px; padding: 0px;
	list-style:none;
	display:inline;
	height:auto;
	width:auto;
}

#menu li a span, #menu li a em { display:none; }

#menu li a { display:block; height:30px; width:142px; }

#menu li a:hover span { display: block; position: relative; float:left; width:142px; height:30px; z-index: 1; background-position:-142px;}

#menu li#home a, #menu li#home a:hover span { background-image:url(images/home.gif); }
#menu li#portfolio a, #menu li#portfolio a:hover span { background-image:url(images/portfolio.gif); }
#menu li#resume a, #menu li#resume a:hover span { background-image:url(images/resume.gif); }
#menu li#contact a, #menu li#contact a:hover span { background-image:url(images/contact.gif); }
#menu li#store a, #menu li#store a:hover span { background-image:url(images/store.gif); }
#menu li#animation a, #menu li#animation a:hover span { background-image:url(images/animation.gif); }
@charset "UTF-8";

#header {
	background: #ffffff;
	height:300px;
	width:750px;
	text-align:center;
}
.main {
	width:535px;
	text-align:left;
	background:#ffffff;
	float:left;
}
#content {
	background:#ffffff
}

#stuff {
	width:750px;
	background:#ffffff;
	min-height:750px;
}
.sidebar {
float:right;
width:200px;
text-align:left;
border-left:1px solid #000000;
background:#ffffff;
min-height:150px;
}
#wrap{
	width:750px; 
	text-align:center; 
	background: #ffffff repeat-y; 
	margin:auto; 
}
#foot {
width:750px;
text-align:left;
background:#ffffff;
float:left;
}
/* lightbox snaps */
#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; }
