/** GENERAL **/
body, div, p, a, h1, h2 {
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
	clear: both;
}
a {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 8px;
}
h2 {
	clear: both;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	text-align: left;
}
h3 {
	margin: 0px;
	margin-bottom: 12px;
	font-size: 28px;
	text-align: right;
}
h4 {
	margin-top: 0px;
	font-size: 22px;
	text-align: right;
}
hr {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: 0;
	}

ul, ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 12px;
	margin-left: 0px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
ul li {
	margin-left: -6px;
	background-image: url("../_images/bullet.gif");
}
ul, ol {
	margin-top: -10px;
	margin-bottom: 10px;
}

ul li ul {
	margin-top: 6px;
}

ul li ul li {
	padding-left: 20px;
	margin-left: -12px;
	background-image: url("../_images/bullet2.gif");
}
table td {
	padding: 0px;
}

/** MISCELLANEOUS **/
.columnLeft {
	clear: left;
	float: left;
	margin-right: 10px;
}
.columnRight {
	clear: right;
	float: left;
	margin-left: 10px;
}
.feature {
	width: 660px;
	height: 440px;
	margin-bottom: 10px;
}
.date {
	clear: right;
	float: right;
	font-size: 80%;
	margin: -10px 0 20px;
	}
.caption {
	font-size: 12px;
	margin: -26px 10px 16px 10px;
	color: white;
	text-align: right;
	}
.caption.left {
	text-align: left;
	}
.caption.black {
	color: #000;
	}
.caption a {
	color: white;
	text-decoration: none;
}
.caption a:hover {
	text-decoration: underline;
}
.details {
	font-size: 12px;
	margin-top: -8px;
	margin-bottom: 24px;
}
.creation {
	height: 275px;
	margin-bottom: 4px;
}
.creation img {
	position: absolute;
	width: 270px;
	height: 275px;
}
.instrument {
	width: 150px;
	height: 150px;
	padding-right: 6px;
	padding-bottom: 10px;
	border: 0px;
}
.siteMap {
	float: left;
	margin-right: 14px;
}
.siteMap ul {
	margin-top: 0px;
}

/** GALLERY THUMBNAILS **/
.galleryHeading {
	padding: 0px;
	width: 210px;
	height: 210px;
	float: left;
	margin: 4px;
}
.galleryThumbnail_portrait {
	padding: 0px;
	width: 210px;
	height: 210px;
	background: url("../_images/slide_portrait.jpg");
	float: left;
	margin: 4px;
	cursor: pointer;
}
.galleryThumbnail_portrait img {
	border: 0px;
	margin-left: 59px;
	margin-top: 34px;
	width: 93px;
	height: 142px;
}
.galleryThumbnail_landscape {
	padding: 0px;
	width: 210px;
	height: 210px;
	background: url("../_images/slide_landscape.jpg");
	float: left;
	margin: 4px;
	cursor: pointer;
}
.galleryThumbnail_landscape img {
	border: 0px;
	margin-left: 34px;
	margin-top: 59px;
	width: 142px;
	height: 93px;
}
#instruction {
	font-size: 12px;
	margin-bottom: 12px;
}

/** PHOTOS **/
.negativeStrip {
	width: 120px;
	height: 750px;
	background: url("../_images/film_strip.gif");
	background-repeat: no-repeat;
}
.photoThumbnail img {
	margin-left: 25px;
	margin-bottom: 8px;
	width: 80px;
	height: 120px;
	border: 0px;
}
.photoTitle {
	margin-bottom: 0px;
}
.photoSubtitle {
	text-align: right;
	margin-bottom: 20px;
}
.photoDescription {
	margin-top: 0px;
	text-align: left;
}

/** WRITINGS **/
.scrapPaper {
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	clear: none;
}
.scrapPaper a {
	float: left;
	margin: 0px;
}
.scrapPaper a img {
	border: 0px;
}
.poem {
	background-image: url("../_images/notepad_paper.jpg");
	background-repeat: no-repeat;
	width: 660px;
	padding-top: 44px;
	padding-bottom: 60px;
}
.poem h2 {
	margin-top: 4px;
	margin-bottom: 26px;
	text-align: right;
}
.poem pre {
	line-height: 25px;
	font-size: 16px;
}
.poem h2,
.poem pre {
	font-family: Courier New, Courier;
	margin-left: 50px;
	margin-right: 30px;
}

.news a {
	display: block;
	float: left;
	margin: 0 6px 6px 0;
}
.news a img {
	border: none;
}

/** CV **/
.cv h1 {
	margin-bottom: 22px;
}
.cv h2 {
	border-bottom: 1px solid black;
}
.cv table {
	margin-bottom: 20px;
}
.cv table th {
	vertical-align: top;
}
.cv table td,
.cv table th {
	padding: 0px;
	padding-right: 10px;
	padding-top: 6px;
}
