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

* {
	margin: 0;
	padding: 0;
}
body {
	mkargin-top: -50px;
	background: #FFFFFF url(images/bg.gif) repeat-x;
	text-align: center;
	font-family: 'Lucida Grande', sans-serif;
}
h1 {
	float: right;
	margin-top: 60px;
	width: 205px;
	height: 23px;
	background: url(images/h1.gif) no-repeat;
}
h1 span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 25pt;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}
h3 {
	color: #ebe729;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}
h4 {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}
p {
	color: #333333;
	letter-spacing: 0.03em;
	font-size: 8pt;
	line-height: 13pt;
	margin-bottom: 15px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#logo {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -380px;
	width: 134px;
	height: 88px;
}
#nav {
	background-color: #FFFFFF;
	margin-top: 22px;
	float: left;
	width: 750px;
	height: 55px;
	border-bottom: 1px dotted #404040;
	margin-bottom: 15px;
}
#nav span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#nav ul {
	width: auto;
	float: right;
}
#nav ul li {
	width: auto;
	float: left;
	list-style-type: none;
}
#nav_portfolio {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 165px;
	left: 50%;
	margin-left: -375px;
	font-size: 10pt;
	line-height: 16pt;
	font-style: italic;
	clear: both;
	text-align: left;
	width: 720px;
	background: url(images/bg_transparent.png);
	padding: 15px;
	z-index: 2;
	border-bottom: 1px dotted #404040;
}
#nav_portfolio ul {
	list-style: none;
	float: left;
	width: 33%;
	margin: 0;
}
.hidden {
	visibility: hidden;
}
/* nav links */

a.work {
	display: block;
	text-decoration: none;
	background-image: url(images/nav_work.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 66px;
}
a.work:hover {
	background-position: 0px -55px;
}
a.about {
	display: block;
	text-decoration: none;
	background-image: url(images/nav_work.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 66px;
}
a.about:hover {
	background-position: 0px -55px;
}
a.contact {
	display: block;
	text-decoration: none;
	background-image: url(images/nav_contact.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 84px;
	margin: 0 2px 0 2px;
}
a.contact:hover {
	background-position: 0px -55px;
}
a.resume {
	display: block;
	text-decoration: none;
	background-image: url(images/nav_resume.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 66px;
}
a.resume:hover {
	background-position: 0px -55px;
}
/* sub-nav links */

a.work_link, a.work_link:visited {
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
a.work_link:hover, a.work_link:active {
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}
a.work_link_current {
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
	background-color: #ebe729;
}
a img {
	border: none;
}
/* Page Content */

#content {
	clear: both;
	width: 750px;
	text-align: left;
	margin-bottom: 40px;
}
#content img {
	margin-bottom: 20px;
	border: none;
}
a.link, a.link:visited {
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
a.link:hover, a.link:active {
	background-color: #ebe729;
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
a.top, a.top:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
	margin-bottom: 20px;
	float: right;
}
a.top:hover, a.top:active {
	font-size: 10pt;
	font-style: italic;
	background-color: #ebe729;
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-decoration: none;
	float: right;
}
#description {
	float: left;
	width: 150px;
}
#images {
	float: right;
	width: 580px;
}
/* ------------------ 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/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/lightbox/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;
}
