@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	margin-top: 25px;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container{
	width: 100%;
	height: 100%;
	margin: 25px 0px 0px 15px;
	background-color: #fff;
}
#leftcol{
	float: left;
	width: 332px;
}
#header {
	height: 160px;	
	width: 332px;
}
#display{
	/*margin-left: 340px;*/
	padding: 100px 0 0 0;
}
#display img {
	width: auto;
	height: auto;
	border: 1px solid #c0c0c0;
	padding: 3px;
}
#apDiv1 {
	position:absolute;
	width:708px;
	height:auto;
	z-index:1;
	left: 290px;
}
#apDiv2 {
	position:absolute;
	width:708px;
	height:auto;
	z-index:1;
	left: 290px;
	top: 33px;
}
/*.liquid { position:relative;width:auto; } /* image resizing */

.nav {
	float: left;
	width: auto;
	width: 160px; /* if you add width here, subtract same amount from 172px */
	margin: 20px 172px 0px 0px;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}
.nav li {
	border-top:1px solid #c0c0c0;
}
.nav li ul {
	display: none;
	margin-left: 1em;
	line-height: 100%;
}
.nav li ul li {
	list-style-type: none;
}
.nav li a {
	display: block;
	padding: 5px 10px 5px 10px;
	color: #303030;
	text-decoration: none;
	outline-style: none;
}
.nav li a, .nav li a:link, .nav li a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.nav li a:hover, .nav li a:active {
	color: #000000;
	background-color: #e9f0f6;
	text-decoration: none;
}
.nav li ul li a, .nav li ul li a:link, .nav li ul li a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.nav li ul li a:hover, .nav li ul li a:active {
	color: #000000;
	background-color: #e9f0f6;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
p:first-letter {
	color: #000000;
	font-size:1.5em;
	line-height: 1.1;
}
p {
	color: #000000;
	font-size:1.2em;
	line-height: 1.1;
}
h1 {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-align: center;
	line-height: 1.5;
}
h2 {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.5;
	
	display: inline; 
}
h3 {
	font-weight: normal;
	text-decoration: underline;
	display: inline; 
}
.underline {
	text-decoration: underline;
}
.leftimg {
	float: left;
	margin-right: 10px;
}
.rightimg {
	float: right;
	padding: 10px 0 5px 10px;
}
.bio {
	float: left;
	width: 600px;
}
.floatleft {
	float: left;
	width: 300px;
}
.floatleft2 {
	float: left;
	width: 300px;
	padding: 0 10px 0 20px;
}
#copyright
{
	clear: both;
	color: #000000;
	text-align: right;
	font-size: 11px;
	padding: 0 10px 10px 0;
}

/* individual pages below */
#news #news {
	display: list-item;
}
#projects #projects {
	display: list-item;
}
#unquietplaces #unquietplaces {
	display: list-item;
}
#berlinwall #berlinwall {
	display: list-item;
}
#20years #20years {
	display: list-item;
}
#sovietberlin #sovietberlin {
	display: list-item;
}		
#essays #essays {
	display: list-item;
}
#portraits #portraits {
	display: list-item;
}
#singles #singles {
	display: list-item;
}
#published #published {
	display: list-item;
}
#bio #bio {
	display: list-item;
}
#home #home {
	display: list-item;
}

