/* Reset from Eric Meyer */
@import "/reset.css";

body  {
	padding: 0;
	margin: 0;
	background-color: #EBEAD7;
	color: #000;
	font-size: 16px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

h1	{
	font-size: 80%;
	letter-spacing: .02em;
	color: #000;
	font-weight: bold;
	margin-bottom: .5em;
	
}

h2	{
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .03em;
	line-height: 180%;
	margin-top: .7em;
}	

h3	{
	font-weight: normal;
	font-style:italic;
	font-size: .76em;
	letter-spacing: .03em;
	line-height: 300%;
	text-indent: .4em;
	margin-bottom: .5em;
}

p	{
	font-size: .76em;
	line-height: 170%;
	margin-left: 0;
	text-align: left;
	white-space: normal;
}

blockquote	{
	font-size: .76em;
	line-height: 170%;
	margin-left: 0;
	text-align: left;
	white-space: normal;
}

.menu {
	background-color: #000;
	height: 2em;
}

.menu li a {
	color: #fff;
}

.menu ul {
	display:inline;
	font-size: .7em;
	list-style-type: none;
	line-height: 2.7em;
	letter-spacing: .04em;
	margin-left: 2em;
}

.menu li {
	float: left;
	padding-left: 1.8em;
}

a, a:link, a:visited {
	text-decoration: none;	
	color: #000;
}

a.active {
    font-weight: bold;
}

/* This indicates active page */	
#home #nav .home a,
#projects #nav .projects a,
#bios #nav .bios a,
#press #nav .press a,
#contact #nav .contact a,
#shelly #nav .shelly a,
#melissa #nav .melissa a,
#calvin #nav .calvin a {
	font-weight: bold; 
}

#container {
    background-color: #fff;
    border: .1em solid #999966;
    margin: 0 auto 0;
    width: 952px;
}
#logo-container {
    margin: 1em auto 0.5em;
    width: 952px;
}

#footer {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: left;
	letter-spacing: .03em;
	padding: 3.2em;
}

#footernav {
	float: right;
	height: 2em;
	margin: 1em 3em 1em 0;
	text-align: center;
}

#footernav ul {
	font-size: .7em;
	list-style-type: none;
	line-height: 2.7em;
	letter-spacing: .04em;
	margin-left: 2em;
}

#footernav li {
	display: inline;
	padding-left: 0.6em;
	line-height: 1.5em;
	font-size: .76em;
}

#footernav li.active {
	font-weight: bold;
}

#footer .projects {
	margin-top: 0;
	text-align: center;
/*  width: 40em;*/
	margin-right: 0;
}
#footer .projects li {
	white-space: nowrap;
}
#footer .bios {
	margin-top: 0.3em;
	text-align: center;
	width: 30em;
}
#footer .contactdiv { 
	float: right;
}
#footer .contactdiv p { 
	float: left;
	margin-right: 2.5em;
}

/* ================================= projects=============================== */

.tablepad { 
	margin-top: 1.3em;
}

table	{
	color: #000;
	font-weight: bold;
	font-size: .6em;
	letter-spacing: .04em;
	line-height: 210%;
}

td	{
	padding: .8em;
	border-collapse: collapse;
	text-align: center;
}

td img	{
	vertical-align: top;
	border: none;
}

td img	a {
	text-decoration: none;
	color: #000;
}

td img	a:link, a:visited {
	text-decoration: none;	
}

/* ================================= individual project pages =============================== */
#projcols {
	width: 100%;
}
#projcols #col1, #projcols #col2 {
	float: left;
}
#projcols #col1 {
	width: 47%;
}
#projcols #col1 .inner {
	padding: 3em;
}
#projcols #col2 {
	width: 53%;
}
#projcols #col2 .inner {
	padding: 3em 3em 3em 0;
}
#projcols h2 {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: .4em;
}

#thumbs {
	margin-top: 1em;
}
#thumbs img {
	margin: .2em;
}
#thumbs a img {
	border: none;
	padding: 5px;
}
#thumbs a:hover img {
	padding: 4px;
	border: 1px solid #999966;
	
}




/* ================================= bios =============================== */

.biocols {
	width: 100%;
}
.biocols .col1, .biocols .col2 {
	float: left;
}
.biocols .col1 {
	width: 37%;
}
.biocols .col1 .inner {
	padding: 5em;
}
.biocols .col2 {
	width: 63%;
}
.biocols .col2 .inner {
	padding: 3em 3em 3em 0;
}

.biocols h1 {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 1em 0;
	padding: .6em 0;
}


/* ================================= press =============================== */

.detail_pic {
	float: left;
	margin: 4.6em 0 0 4.6em;
/*	border: 1px solid #999966;*/
}	

#presstext {
/*	overflow: auto; */
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	float: right;
/*	height: 21.5em;*/
	width: 35em;
	padding-top: 1.3em;
	padding-right: 2em;
	padding-bottom: 1.5em;
}

#presslogo {
	position: absolute;
	padding-top: 3.2em;
	width: 100%;
	bottom: 4em;
}
#press h1 {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	margin: 1em 0;
	padding: .6em 0;
}

/* ================================= galleria =============================== */
.galleria {
	list-style: none;
}
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0
}
.galleria li a {
	display: none
}
.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}
.galleria li div img {
	cursor: pointer
}
.galleria li.active div img,.galleria li.active div {
	display: block
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}
.galleria li .caption {
	display: block;
	padding-top: .5em
}
* html .galleria li div span {
	width: 400px
}
/* MSIE bug */