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

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #DEE4CE;
	background-image: url(../images/bkg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#centerwrap {
	margin: 0 auto;
	width: 965px;
}
#bkg-top {
	background-image: url(../images/computer-top.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 165px;
	width: 889px;
	padding: 0;
	margin-left: 39px;
}
#container {
	text-align: left;
	background-image: url(../images/computer-repeat.jpg);
	background-repeat: repeat-y;
	width: 889px;
	height: 439px;
	padding: 0;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	line-height: 1.5em;
	margin-left: 39px;
	position: relative;
}
#main-body {
	background-image: url(../images/screen.jpg);
	background-repeat: no-repeat;
	height: 538px;
	width: 776px;
	margin-left: 58px;
	position: absolute;
	top: -90px;
	z-index: 10;
}
#bkg-bottom {
	background-image: url(../images/computer-bottom.jpg);
	background-repeat: no-repeat;
	margin-left: 12px;
	display: block;
	height: 306px;
	width: 942px;
	z-index: 1;
}
#bkg-bottom p {
	padding: 0;
	margin: 0;
}
#branding h1 {
	margin-top: 43px;
	margin-left: 50px;
	margin-bottom: 0px;
}
#branding h1 a {
	display: block;
	height: 57px;
	width: 261px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom-style: none;
}
a {
	outline: none;
	color: #4a9299;
}


/*------------------------------------------------------global nav------------------------------------------------*/

#global-nav {
	width: 81px;
	height: 382px;
	margin-top: 23px;
	margin-left: 41px;
}
#global-nav ul {
	width: 81px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#global-nav li {
	text-indent: -9999px;
}
#global-nav li a {
	display: block;
	width: 81px;
	border-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#portfolio a {
	background-image: url(../images/nav-portfolio.gif);
	height: 72px;
	padding-bottom: 20px;
}
#about a {
	background-image: url(../images/nav-about.gif);
	height: 72px;
	padding-bottom: 24px;
}
#resume a {
	background-image: url(../images/nav-resume.gif);
	height: 82px;
	padding-bottom: 18px;
}
#contact a {
	background-image: url(../images/nav-contact.gif);
	height: 76px;
}
#global-nav a:active, #global-nav a.selected {
	background-position: -81px 0;
}

/*------------------------------------------------------home page ------------------------------------------------*/

#screen-message {
	position: absolute;
	left: 362px;
	top: 157px;
	width: 300px;
	color: #333333;
}
#h2-hello {
	background-image: url(../images/hello.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 45px;
	width: 147px;
	margin-bottom: 15px;
}

/*------------------------------------------------------portfolio page------------------------------------------------*/

#portfolio-window {
	position: absolute;
	width: 524px;
	left: 198px;
	top: 111px;
	height: 394px;
	background-image: url(../images/portfolio-window.png);
}

#portfolio-top h2 {
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 0;
}
#gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery li {
	text-indent: -9999px;
	display: inline;
	float: left;
	border-style: none;
	margin-top: 10px;
}
#gallery li a {
	display: block;
	width: 112px;
	height: 135px;
	border-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 31px;
	margin-top: 17px;
}
/*#thumb-book a {
	background-image: url(../images/thumb-book.gif);
	margin-left: 61px;
	margin-top: 27px;
}*/
#thumb-mag a {
	background-image: url(../images/thumb-mag.jpg);
	margin-left: 61px;
}
#thumb-aesop a {
	background-image: url(../images/thumb-aesop.jpg);
}
#thumb-cd a {
	background-image: url(../images/thumb-cd.gif);
}
#thumb-cafdrip a {
	background-image: url(../images/thumb-cafdrip.jpg);
	margin-left: 61px;
}
#thumb-jaymay a {
	background-image: url(../images/thumb-jaymay.jpg);
}
.hidden {
	display:none;
	height:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:0;
}


/*------------------------------------------------------about page------------------------------------------------*/
#about-window {
	background-image: url(../images/about-window.png);
	position: absolute;
	width: 585px;
	left: 164px;
	top: 111px;
	height: 392px;
}
#about-scrollcontent {
	line-height: 1.5em;
	font-size: 0.8em;
	width: 219px;
	height: 296px;
	overflow: auto;
	margin-left: 313px;
	margin-top: 4px;
	padding-bottom: 18px;
	padding-right: 30px;
	padding-top: 17px;
}

/*------------------------------------------------------contact page------------------------------------------------*/
#contact-form {
	line-height: 1.5em;
	font-size: 0.8em;
	margin-left: 58px;
	margin-top: -1px;
	width: 411px;
	padding-top: 30px;
	padding-right: 30px;
	height: 302px;
	overflow: auto;

}
.phone-email {
	font-weight: bold;
	color: #da9352
}
td {
	vertical-align: top;
}
.label {
	text-align: right;
}
.required {
	color: #FF0000;
}
#submit {
	text-align: center;
}
#heading-thanks {
	background-image: url(../images/heading-thanks.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 26px;
	width: 106px;
}


/*------------------------------------------------------footer ------------------------------------------------*/
#footer p {
	font-size: 0.6em;
	text-align: right;
	margin-right: 15px;
	color: #DA9352;
}

/*------------------------------------------------------desk stuff ------------------------------------------------*/

#diploma {
	background-image: url(../images/diploma.jpg);
	height: 418px;
	width: 535px;
	position: absolute;
	top: -73px;
	left: 973px;
}
#pencilcup {
	background-image: url(../images/pencilholder.jpg);
	height: 347px;
	width: 168px;
	position: absolute;
	top: 381px;
	left: 915px;
}
#coffee {
	background-image: url(../images/coffeecup.jpg);
	height: 282px;
	width: 428px;
	position: absolute;
	top: 459px;
	left: -455px;
}
#stapler {
	background-image: url(../images/stapler.jpg);
	height: 156px;
	width: 247px;
	position: absolute;
	top: 552px;
	left: 1313px;
}
#stickynote {
	height: 99px;
	width: 102px;
	position: absolute;
	top: 510px;
	left: 735px;
}
#stickynote a {
	background-image: url(../images/stickynote.gif);
	height: 99px;
	width: 102px;
	text-indent: -9999px;
	display: block;
	border-style: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}







