html {
	background-color: #eaeaea;
}

body {
	font: 10px/1.3em Verdana, "Calibri", "Lucida Grande", Lucida, Helvetica, "Helvetica Neue", sans-serif;
	color: #000;
	margin-left: 3.6em;
	margin-top: 1.2em;
	background-color: #eaeaea;
}


/* Typography */
p {
	margin: 0;
	padding-bottom: .65em;
}

p.gray {
	color: #7f7f7f;
}

p.pad_top {
	font: 10px/1.2em;
	margin: 0;
	padding-bottom: .6em;
	padding-top: 1.2em;
}

p.img_space {
	margin: 1.8em 0 0;
	padding: 0;
	font-style: italic;
}

p.quote {
	padding-bottom: 0.6em;
	padding-left: 1.8em;
	color: #7f7f7f;
	max-width: 544px;
}

p.reference {
	padding-bottom: 0.65em;
	padding-left: 1.8em;
	max-width: 544px;
}

p.projects_home {
	padding: 0;
	margin: 0;
}

code {
	color: #0a8b57;
	font: 11px/1.3em "Consolas", Courier;
}

h1 {
	font-size: 10px;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

h2 {
	font-size: inherit;
	line-height: inherit;
	margin-top: 2.4em;
	margin-bottom: 1.8em;
	font-weight: bold;
}

h2.quote {
	padding-left: 1.8em;
	margin-top: 0.65em;
	color: #7f7f7f;
}

h3 {
	font-size: 10px;
	line-height: inherit;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}


/* for links on homepage. */

h3 a:hover, p a:hover {
	color: #3399FF;
	text-decoration: none;
	background-color: #fff;
}

.interaction h3 a:hover {
	color: #3399FF;
	text-decoration: none;
	background-color: #99FFCC;
}


.graphic h3 a:hover {
	color: #3399FF;
	text-decoration: none;
	background-color: #FFCCCC;
}

.product h3 a:hover {
	color: #3399FF;
	text-decoration: none;
	background-color: #FFFF99;
}

.web h3 a:hover {
	color: #3399FF;
	text-decoration: none;
	background-color: #99CCFF;
}

.interaction_span {
	text-decoration: none;
	background-color: #99FFCC;
}


.graphic_span {
	text-decoration: none;
	background-color: #FFCCCC;
}

.product_span {
	text-decoration: none;
	background-color: #FFFF99;
}

.web_span {
	text-decoration: none;
	background-color: #99CCFF;
}


/* for descriptions at top of page. 

.interaction {
	text-decoration: none;
	background-color: #99FFCC;
}

.graphic {
	text-decoration: none;
	background-color: #FFCCCC;
}

.product {
	text-decoration: none;
	background-color: #FFFF99;
}

.web {
	text-decoration: none;
	background-color: #99CCFF;
}*/

h4 {
	font-size: 10px;
	line-height: inherit;
	font-style: italic;
	margin-top: 1.2em;
}

a {
	color: #3399FF;
	text-decoration: underline;
}

a:active {
	color: #3399FF;
	text-decoration: none;
	background-color: #fff;
}


.caption {
	color: #7f7f7f;
	margin: 0;
}

.allcaps {
	text-transform: uppercase;
}

.w_bg {
	background-color: #fff;
}

/* divs */

#container {
	margin-right: 2.4em;
}

#header {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	padding-bottom: 0.3em;
}

#header a {
	margin-right: 1.2em;
}


hr {
	background: #7f7f7f;
	color: #7f7f7f;
	height: 1px;
	margin: 2em 0 1em;
}



/* #main stuff */

#main {
	margin-top: 1.2em;
	width: 780px;
}

#about_main {
	margin-bottom: 1.2em;
}

.projects {
	margin-right: 12px;
	min-height: 220px;
}

#back_to_top {
	margin-top: 1.8em;
	margin-bottom: 1.2em;
}

.projects img {
	border: 1px solid #d8d8d8;
	width: 180px;
	height: 120px;
	text-decoration: none;
}

#showme {
	margin-top: 0.6em;
}

object {
	padding: 0;
	margin: 0;
}

object.video_object {
	border: 1px solid #d8d8d8;
}


.video {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

.clear {
	clear: left;
}

img {
	padding: 0;
	margin: 0;
}


.interaction a:hover img {
	border: 1px solid #99FFCC;
}

.graphic a:hover img {
	border: 1px solid #FFCCCC;
}

.product a:hover img {
	border: 1px solid #FFFF99;
}

.web a:hover img {
	border: 1px solid #99CCFF;
}

img.border {
	border: 1px solid #d8d8d8;
	padding: 0;
	margin: 1.2em 0 1.2em;
}

img.small_border {
	border: 1px solid #d8d8d8;
	padding: 0;
	margin: 1.2em 0 0;
}

/* beauty shot (first image of a project) */
#beauty_shot, #beauty_shot p {
	padding: 0;
	color: #7f7f7f;
	margin: 0 0 2.4em;
}

#beauty_shot img {
	border: 1px solid #d8d8d8;
}

.multiple_images, .div_img {
	color: #7f7f7f;
	margin: 0;
	padding: 0.6em 0 1.2em;
}

/* images using lightbox */
.lightboxable {
	margin: 0;
	padding: .6em 0 1.2em;
	color: #7f7f7f;
}

a img.expandable {
	border: 1px solid #99CCFF;
}

a:hover img.expandable {
	border: 1px solid #3399FF;
}


/* lightbox 

#overlay { 
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	*background: #000;
	*filter: alpha(opacity=80);
	display: none;
	z-index:9999;
	}

#lightbox { 
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	max-width: 900px;
	display: none;
	z-index:10000;
	}

#lightbox.loading { 
	background: #fff;
	}
		
#lightbox a.close { 
	background: none;
	position: absolute;
	right: 0;
	top: -1.8em;
	display: block;
	z-index: 5;
	}

#lightbox a:hover.close { 
	background: #fff;
	text-decoration: none;
}
*/


