html
{}

body
{
	font-family: Georgia, Times, serif;
	font-size: 100%;
	margin: 0px;
}

ins
{
	text-decoration: none;	
}

div
{}

div#larger_pic_container
{
	position: absolute;
	left: 500px;
	height: 400px;
	display: none;
}

div#larger_pic_container img#larger_pic
{
	vertical-align: bottom;
	border: 1px solid gray;
}

div#contents_teaser div.over
{
	display: block;
}

div#contents_teaser
{
	color: inherit;
	background: silver url('contents.gif') no-repeat scroll 50% 50%;
	border: solid gray;
	border-width: 1px 1px 1px 0px;
	position: absolute; /* fixed would be nice but lacks IE support */
	position: fixed;
	left: 462px;
	top: 20px;
	width: 20px;
	height: 282px; /* 198 for IE, moz uses 100% value below */ /* +18 */
	z-index: 0;
}

div#contents_teaser:hover div#contents_full
{
	display: block;
}

div#contents_full
{
	display: none;
	color: inherit;
	background: white;
	position: absolute;
	left: 20px;
	top: -1px;
	border: 1px solid gray;
	width: 190px;
	font-size: 0.7em;
	height: 100%;
}

div#contents_full ul
{
	padding: 0px 10px;
	margin: 11px 0px;
}

div#contents_full ul li
{
	list-style: none;
}

div#contents_full ul li.top
{
	margin-bottom: 4px;
	font-style: italic;
}

div#contents_full ul li.colofon
{
	margin-top: 4px;
	font-style: italic;
}

div#contents_full ul li a
{
    background: inherit;
	color: gray;
}

div#content
{
	z-index: 11;
	border: solid black;
	border-width: 0px 1px;
	width: 400px;
	background: #C3F0F9;
	color: inherit;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 10px;
	margin-left: 40px;
}

a {
	color: #0000A0;
	background: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.project
{
	clear: both;
	margin-bottom: 40px;
}

div.project h1
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin: 20px 0px;
}

div.project p
{}

div.project img
{
	border: 1px solid silver;
	cursor: pointer;
	margin-bottom: 1px;
}

div.project img.left
{
	float: left;
	margin-right: 10px;
}

div.project img.right
{
	float: right;
	margin-left: 10px;
}

p.intro
{
	margin: 0px;
	font-style: italic;
	font-size: 0.9em;
}

div.colofon p
{
	margin: 0px;
	font-style: italic;
	font-size: 0.9em;
}

div.colofon h1
{
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	display: block;
	margin: 10px 0px;
}

div.colofon img
{
	border: 0px;
	margin: 4px 4px 0px 0px;
}
span.date
{
	display: none;
}