/* CSS Document */
*{
	margin:0;
	padding:0;
	}
html{
	background-image:url(../images/bgpattern.png);
	}
body{
	width:100%;
	height:100%;
	background-image:url(../images/bgpatternGradient.png);
	background-repeat:repeat-x;
	font-family: Geneva, Arial, Helvetica, Verdana;
	font-size:12px;
	line-height:20px;
	color:#8d8f96;
	}
a:link, a:visited{
	text-decoration:none;
	color:#8D8F96;
}
a:hover, a:active{
	text-decoration:none;
	color:#D0D7E0;
}
#emailLink{
	display:block;
	width:194px;
	height:13px;
	position:absolute;
	left:67px;
	top:303px;
	background-image:url(../images/emailLink.gif);
	background-repeat:no-repeat;
	background-position:top;
	-moz-outline: none;
}
#emailLink:hover{
	background-position:bottom;
}
#mainNav{
	width:169px;
	z-index:2;
	position:absolute;
	top:24px;
	left:300px;
	list-style:none;
	font-size:13px;
}
#mainNav li{

	height:29px;
	background-image:url(../images/navButton.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#mainNav li.currentPage{
	background-image:url(../images/navButton.png);	
	background-position:top right;
}
#mainNav li.currentPage a, #mainNav li.currentPage a:hover{
	cursor:default;
	background-image:url(../images/navButton.png);	
	background-position:top right;
}

#mainNav li a{
	padding-left:50px;
	padding-right:20px;
	background-image:url(../images/navButton.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:block;

	font-size:13px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#fff;
	line-height:29px;
}
#mainNav li a:hover{
	background-position:right;
}
#wrapper{
	width:100%;
	height:100%;
	background-position:0 118px;
	background-image:url(../images/bgStripe.png);
	background-repeat:repeat-x;
	}
#header{
	text-indent:-9000px;
	position:relative;
	width:368px;
	height:1000px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	z-index:10;
	}
#web{
	z-index:1;
	width:192px;
	position:absolute;
	left:368px;
	top:0px;
	bottom:0px;
}
#print{
	z-index:1;
	width:192px;
	position:absolute;
	left:560px;
	top:0px;
	bottom:0px;
}
#resume{
	z-index:1;
	width:500px;
	position:absolute;
	left:383px;
	top:0px;
	bottom:0px;
}
#resume h3{
	margin:2em 0 1em 0;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:16px;
}
dl{
	margin:1em 0 1em 0;
}
dt{
	margin-top:2em;
	color:#d0d7e0;
	font-size:14px;
}

dl dl dt{
	font-size:12px;
	margin-top:1em;
	color:#b5bec8;
}
.thumbHolder{
	background-color:#8d8f96;
	width:122px;
	height:73px;
}
.section{
	height:100%;
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#web h2{
	width:122px;
	height:40px;
	background-image:url(../images/webHead.png);
	background-repeat:no-repeat;
}
#print h2{
	width:122px;
	height:40px;
	background-image:url(../images/printHead.png);
	background-repeat:no-repeat;
}
#resume h2{
	width:390px;
	height:40px;
	background-image:url(../images/resumeHead.png);
	background-repeat:no-repeat;
	margin-bottom:40px;
}
#resume p, #resume dl{
	width:390px;
}
#resume span{
	color:#d0d7e0;
}
.section h2{
	margin-top:118px;
	text-indent:-9000px;
}
.section ul{
	width:122px;
	margin-top:39px;
	list-style:none;
}
.section li{
	margin:30px 0;
}
#portfolio .section p, #portfolio .section a{
	margin-top:4px;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, Verdana;
	font-size:11px;
	line-height:20px;
	color:#8d8f96;
	text-align:center;
}
#portfolio .section a:hover{
	color:#fff;
}
.section img{
	opacity: .75;
	margin:4px;
	border:solid 1px #3a3d46;
}
.section a:hover img{
	opacity: 1;
	border-color:#fff;
}
.externalLink{
	padding-right:12px;
	background-image:url(../images/external.gif);
	background-repeat:no-repeat;
	background-position:right;
}
