/* style.css */

/**
 * This file is Copyright© 2010, Dean Hall.
 * Anyone may use it under the following license only:
 * 	http://creativecommons.org/licenses/by-nc-sa/3.0/us/
 */

body {
	background-color	: rgb(0, 126, 153);
	color				: white;
	font-family			: "Yanone Kaffeesatz", Verdana, Helvetica, sans-serif;
	position			: relative;

	/* box sizing: */
	box-sizing			: content-box;
	-moz-box-sizing		: content-box;
	-webkit-box-sizing	: content-box;
}

a {
	color			: black;
	color			: rgba(0, 0, 0, 0.8);
	text-decoration	: none;
	text-shadow		: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

h1, h2, h3 {
	font-family		: "Yanone Kaffeesatz", Verdana, Helvetica, sans-serif;
	letter-spacing	: 0.1em;
}

h2, h3 {
	font-size	: 28pt;
}

h1 {
	position	: absolute;
	left		: 0;
	top			: 0;
	z-index		: -1;
}

#body {
	width	: 300px;

}

h2 {
	color		: white;
	color		: rgba(255, 255, 255, 0.9);
	font-size	: 34pt;
	margin		: 32px 16px 16px 0;
	text-shadow	: -2px -2px 1px rgba(0, 0, 0, 0.2);
}

#where {
	width	: 300px;

	/* position: */
	position	: absolute;
	top			: 0;
	left		: 400px;
	z-index		: 100;
}

#where li a, #credits {
	/* border: */
	border-color	: black;
	border-color	: rgba(0, 0, 0, 0.3);
	border-style	: solid;
	border-width	: 0 1px 1px 0;

	/* box shadow: */
	box-shadow			: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: -1px -1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow	: -1px -1px 1px rgba(0, 0, 0, 0.3);
}

#where ul {
	list-style		: none inside;
	margin-bottom	: 32px;
}

#where ul li a {
	/* color/text: */
	background-color	: rgba(255, 255, 255, 0.7);
	font-size			: 18pt;
	font-weight			: bold;
	letter-spacing		: 0.1em;
	text-align			: right;
	text-shadow			: 1px 1px 1px rgba(255, 255, 255, 0.4);

	/* border radius: */
	border-radius			: 8px;
	-moz-border-radius		: 8px;
	-webkit-border-radius	: 8px;

	/* box/postiion: */
	display		: block;
	height		: 20px;
	margin		: 12px 0 0 0;
	padding		: 10px;
	position	: relative;
	width		: 160px;
}

#where ul li a:hover {
	color	: rgb(0, 126, 153);
}

#where ul li a .image {
	display		: inline-block;
	height		: 16px;
	margin-left	: 12px;
	width		: 16px;

	position	: relative;
	bottom		: 2px;
}

#where ul li a .large {
	position	: absolute;
	right		: -8px;
	top			: -6px;

	visibility	: hidden;
	z-index		: 10;
}

#where ul li a:hover .large {
	visibility	: visible;
}

#who {
	font-size		: 12pt;
	font-weight		: 200;
	letter-spacing	: 0.1em;
	line-height		: 16pt;
	width			: 600px;

	/* position: */
	position	: absolute;
	top			: 300px;
	left		: 100px;
	z-index		: 50;
}

#who #portrait {
	float	: left;
	height	: 50px;
	margin	: 0 12px 8px 0;
	width	: 50px;

	box-shadow			: -1px -1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow		: -1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow	: -1px -1px 1px rgba(0, 0, 0, 0.4);
}

#who #portrait img {
	box-shadow			: 1px 1px 1px rgba(255, 255, 255, 0.3);
	-mox-box-shadow		: 1px 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow	: 1px 1px 1px rgba(255, 255, 255, 0.3);
}

#who #robot {
	float		: right;
	margin		: 8px;

	transform			: rotate(5deg);
	-moz-transform		: rotate(5deg);
	-webkit-transform	: rotate(5deg);
}

#who p {
	font-size		: 12pt;
	font-weight		: 200;
	letter-spacing	: 0.1em;
	line-height		: 16pt;
	margin-bottom	: 12px;
	margin-top		: 12px;
}

#who a {
	border-bottom	: 1px dotted white;
	color			: white;
	text-shadow		: none;
}

#who dt {
	font-size		: 16pt;
	letter-spacing	: 0.1em;
	margin-bottom	: 8px;
	margin-top		: 8px;
	text-indent		: 1em;
}

#who dd {
	text-indent	: 3em;
}

#credits {

	/* border radius: */
	border-bottom-right-radius			: 8px;
	border-top-right-radius				: 8px;
	-moz-border-radius-bottomright		: 8px;
	-moz-border-radius-topright			: 8px;
	-webkit-border-bottom-right-radius	: 8px;
	-webkit-border-top-right-radius		: 8px;

	/* position: */
	position	: fixed;
	left		: 0;
	bottom		: 8px;

	/* other: */
	background-color	: rgba(255, 255, 255, 0.7);
	font-family			: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size			: 8pt;
	padding				: 8px;
	width				: 184px;
}

#credits p {
	color		: rgba(0, 0, 0, 0.8);
	font-size	: 0.8em;
	line-height	: 1.25em;
	margin		: 0.25em;
}

#credits a {
	color		: rgba(0, 0, 0, 0.8);
	font-weight	: 500;
}

#credits:hover a {
	color	: rgb(0, 126, 153);
}

#foomg {
	position	: fixed;
	left		: 212px;
	bottom		: 5px;
}

