@import url("/shared.css");

body {
	background-color: #000;
	background-image: url(/images/watermark.gif);
	color: #cfe3e2;
	margin-left: 390px;
	line-height: 1.8em;
	padding: 0;
	margin-right: -390px;
	padding-right: 65%;
}
body.localdev {
	background-image: url(/images/localdev-watermark.gif);
}
body.dev {
	background-image: url(/images/dev-watermark.gif);
}

a {
	color: #2B80FF;
}

h1 {
	margin-top: 30px;
	line-height: 1.1em;
}

#footer {
	text-align: center;
}
#book-cover {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 333px;
}
#book-cover p {
	text-align: right;
	padding: 6px 0 6px 0;
	margin: 0;
	font-style: italic;
	font-size: 110%;
}
#book-cover p em {
	font-style: normal;
}

ul li {
	margin: 0;
	padding-left: 25px;
	list-style-type: none;
	background: url(/images/bullet.gif) left 0.6em no-repeat;
}

h1, h2 em {
	margin-left: -0.1em;
}

button {
	margin-top: 1em;
}
form#test button {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 110%;
}
.underline {
	color: #2B80FF;
}
.quotation {
	font-size: 85%;
	font-style: normal;
}
.citation {
	font-size: 95%;
	font-style: italic;
	color: #363;
}