body
{
	background: #fcfcfc;
	color: #444;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	line-height: 1.5em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

#content
{
	background: #fff;
	margin: 2em;
	padding: 2em;
	position: relative;
	/* needed for z-index stack order to work */
	width: 60em;
	-webkit-box-shadow: .2em .2em .4em #aaa;
	-moz-box-shadow: .2em .2em .4em #aaa;
	z-index: 1;
}

#content * { z-index: inherit; }

/************************************************************
  Navigation header
*/

#header img
{
	position: relative;
}

#home_icon
{
	width: 18em;
	vertical-align: top;
	margin-top: 1.3em;
}

.section_icon
{
	width: 8em;
}

#header .focus, #header :hover .blur
{
	position: absolute;
	left: -999px;
}

#header :hover .focus
{
	left: auto;
	position: relative;
}


#index h2 { margin-bottom: 0.5em; }
#index p { margin: 0 2em; }
#index p + h2 { margin-top: 2em; }

#summary
{
	background: #ffd;
	border: dotted .1em #aaf;
	padding: .5em 1em;
	margin-bottom: 1em;
}

#summary h2
{
	background: #ffd;
	font-size: 1em;
	display: inline;
	font-style: oblique;
	margin-right: 0;
}

#summary p
{
	display: inline;
	font-style: oblique;
}

.posted
{
	font-size: .9em;
	color: #999;
	margin-top: 3em;
}

#coffee-cup { display: none; }

#coffee-stain
{
	position: absolute;
	left: 38em;
	top: 39em;
}

#coffee-stain img { width: 38em; }

h2.note
{
	display: inline;
	font-size: 1em;
	font-style: oblique;
	color: red;
}

h2.note + p
{
	display: inline;
	font-style: oblique;
}

.float-l { float: left; }
.float-r { float: right; }
.clearboth { clear: both; }
.hidden { display: none; }

/* special message to IE 6 users */
#footer #ack
{
	left: -300em;
	position: fixed;
	width: 10em;
}

div.soo_image_single
{
	font-family: Helvetica;
	font-size: 0.9em;
}

div.soo_image_single div.box img { display: block; }

div.soo_image_single div.box span.credit
{
	float: right;
	font-style: oblique;
}

div.soo_image_single div.box span.caption
{
	font-weight: bold;
	float: left;
	clear: both;
}

div.soo_image_single table
{
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 3em 0 0 1em;
	clear: both;
}

div.soo_image_single table th, div.soo_image_single table td
{
	text-align: center;
	border: 1px solid #ccc;
	padding: 0 0.7em;
	margin: 0;
}

/* Shadowbox.js stuff */
#sb-player pre
{
	background: #000;
	color: #ff6;
	border: none;
}

#sb-loading, #sb-loading-inner { display: none; }
