/* this file is being included for viewing as well as editing modes */

html, body {
	/* default font */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.48em;
}

a, a:link, a:visited, a:active, a:hover {
	/* this removes the blue color from links on Chrome 7.0.517.41 */
	color: inherit;
	text-decoration: inherit;
}

/* --- page canvas ------------------------------------------------------- */

html {
	background-color: #0f0f0f;
}

body.page {
	position: relative;
	min-width: 1040px;
	min-height: 700px;
	margin: 0;
	overflow-x: auto;
}

/* --- hotglue objects ---------------------------------------------------- */

/* Shared typography for every positioned text block. Kept here rather than
   inline: the archived page inlined `font-family: "Courier New", ...` inside a
   double-quoted style attribute, which truncated every rule after it. */
.object {
	position: absolute;
	z-index: 100;
}

.text.object {
	background-color: transparent;
	color: rgb(219, 219, 219);
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

.text.object.italic {
	font-style: italic;
}

.image.object img {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

/* Nav / caption items are intentionally inert: they keep their hover feel but
   no longer navigate off-site. */
.item {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.item:hover {
	color: #ffffff;
}

/* --- follow us ---------------------------------------------------------- */

.follow-us {
	position: fixed;
	top: 22px;
	right: 26px;
	z-index: 500;
	color: rgb(219, 219, 219);
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.follow-us:hover {
	color: #ffffff;
	text-decoration: underline;
}
