body {
	font-size: 84%;
	font-family: verdana,trebuchet,helvetica,arial,sans-serif;
	color: #000;
	margin: 0;
}

#Wrapper {
	margin: 0em 50px 1em;
    width: 866px;
}

.horizontal #Wrapper {
    width: auto;
}

img {
    border: 0;
}

p, ul {
    margin: 0px 0px 1.4em;
}

a:link,
a:visited {
    color: #000;
}
a:hover {
    color: #666;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 1em;
}

ul,
li {
    list-style: none;
    margin:0;
    padding: 0;
}



/*Navigation */

#Navigation {
    float:left;
    width: 135px;
    padding-right: 30px;
	line-height: 1.35em;
}

#Navigation h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 15px;
	padding-top: 10px;
	padding-right: 15px;
	line-height: 20px;
	background-position: right 13px;
	background-repeat: no-repeat;
    background-image: url(images/down-arrow.gif);
}

.horizontal #Navigation h1 {
    background-image: url(images/right-arrow.gif);
}

.home #Navigation h1 {
    background-image: none;
}

#Navigation a:link,
#Navigation a:visited {
    color: #000;
    text-decoration: none;
}
#Navigation a:hover {
    color: #666;
    text-decoration: underline;
}
#Navigation li.active a:link,
#Navigation li.active a:visited {
    background-color: #ccd; /* #ebd; */
}

#Navigation li a {
    text-transform: lowercase;
}

#Copyright {
    font-size: 84%;
    line-height: 1.2em;
    color: #ccc;
    margin-top:300px;
}

/* Content for normal (vertical) pages */

#MainContent {
	padding-bottom: 20px;
	padding-top: 10px;
	overflow:hidden;
	width: 450px;
	line-height: 1.4em;
}

#MainContent h2 {
    font-size: 100%;
    line-height:20px;
    margin: 0px 0px 13px;
    text-align:left;
    font-weight: normal;
    color: #666;
}

/* Content for homepage */
.home #MainContent {
    width: 900px;
}

.view {
    margin-bottom: 7em;
}
.view blockquote {
    margin: 0px 0px 1em;
    padding: 0;
}
.view p {
    margin: 1em 0px 0px;
}


.credits,
.footnote {
    font-size: 90%;
    color: #ccc;
}
.credits {
	margin-top: 100px;
	list-style: decimal;
}


/* Scrolling viewport for portfolio (horizontal) pages */

.horizontal #MainContent {
	overflow-x: scroll;
	position: relative;
	padding-top: 0px;
	width: auto;
}

.horizontal #MainContent h2 {
    padding-top: 10px;
    margin-bottom: 20px;
}

table.portfolio {
	margin: 0;
	padding: 0;
}

.portfolio td {
    vertical-align:top;
}

.portfolio td div {
  width: 305px;
  padding: 50px 225px 0px 5px;
  text-align: left; 
  vertical-align:top;
  overflow:hidden;
}

.portfolio .new-heading {
    padding-top: 0px;
}

p.caption {
    text-align: left;
    font-size: 90%;
    line-height: 1.2em;
    margin-top: 90px;
    margin-bottom: 0;
    color: #99c;
}

p.horizontal {
    margin-top: 165px;
}

/* footer styles */

#Footer {
    clear:both;
display:none;
}

#Footer p {
    text-align:center;
    margin-top:10px;
    padding: 10px 0px;
/*    background-color: #f4f4f4; */
    color: #999;
    font-size: 80%;
}


/* lightbox styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
