@charset  "UTF-8";

/* CSS Document */
/* layout */
#menu
{
	width: 175px;
	height: auto;
	margin-bottom: 10px;
	position: absolute;
	top: 15px;
	left: 60px;
}

#images
{
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	top: 200px;
	left: 60px;
	z-index: 100;
}

#aboutdiv
{
	width: 175px;
	height: 525px;
	display: none;
	position: absolute;
	top: 15px;
	left: 200px;
	background-color: #F57D00;
	padding: 7px 7px 7px 7px;
	overflow: hidden;
}

#workdiv
{
	width: 175px;
	height: 350px;
	display: none;
	position: absolute;
	top: 15px;
	left: 400px;
	background-color: #A1DB87;
	padding: 7px 7px 7px 7px;
}

#contactdiv
{
	width: 175px;
	height: 175px;
	display: none;
	position: absolute;
	top: 15px;
	left: 600px;
	background-color: #EBE657;
	padding: 7px 7px 7px 7px;
}

.workcontent { }

#workleft
{
	float: left;
	width: 150px;
}

#centerImg {
	border: 1px #333300 solid;
}

#exit {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 101;
}

/* formatting */
h1
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	background-color: transparent;
	line-height: 100%;
	letter-spacing: 2px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #333300;
}

h2
{
	font-family: Garamond, Times New Roman, serif;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333300;
}

a
{
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}

div#menu a
{
	font-size: 11px;
	font-weight: 100;
	color: #555555;
	text-transform: uppercase;
}

a#about:hover { color: #F57D00; }
a#work:hover { color: #A1DB87; }
a#contact:hover { color: #EBE657; }

p
{
	font-family: Garamond;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	margin: 7px;
	text-align: justify;
}

.workplace a 
{
	font-family: Garamond;
	font-size: 12px;
	font-weight: lighter;
	color: #888888;
	}

.workplace a:hover
{
	color: black
}
	
a.thumb
{
	margin: 0 0 0 2px;
	letter-spacing: -1px;
	font-family: Garamond, Times New Roman, serif;
	font-size: 10px;
	color: #888888;
	line-height: 90%;
}

a.thumb:hover { color: black; }

a img {
	border: none;
}

#email {
	display: inline;
	border: none;
}

a.offsite {
	font-family: Garamond;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
/*	margin: 7px; */
	text-align: justify;
}

a.offsite:hover { color: #777777; }

