@charset "ISO-8859-1";

body {
	margin: 0;
	height: 100%;
	overflow: auto;
	font-family: sans-serif;
	background: url(site.png) right repeat-y;
}
h1 {
	margin: 0 0;
	font-family: Times New Roman, serif;
	font-weight: normal;
	font-size: 500%;
	text-align: center;
}
h2 {
	font-style: italic;
	text-align: center;
	font-family: Times New Roman, serif;
}
dt {
	font-size: 250%;
	font-family: Times New Roman, serif;
	margin-bottom: .5em;
}
dd {
	margin: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
q {
	font-style: italic;
	display: block;
	text-align: left;
}
q:before { content: "“"; }
q:after { content: "”"; }

#main {
    padding-left: 1em;
	margin-right: 480px;
	position: absolute;
}
#side {
	border: none;
	background: none;
	margin: 0 40px;
	padding: 8px;
	float: right;
	width: 405px;
}
#side p {
	margin: auto;
}
#quotes {
	text-align: right;
}
#quotes li {
	margin-bottom: 2em;
	font-family: Times New Roman, serif;
}
#quotes li.longest q { font-size: 140% }
#quotes li.longer q { font-size: 230% }
#quotes li.average q { font-size: 240% }
#quotes li.shorter q { font-size: 300% }
#quotes li.shortest q { font-size: 650% }
#quotes cite {
	font-size: 130%;
	letter-spacing: 150%;
}
#links {
	text-align: center;
}

blockquote {
	border-left: .3em solid #85ac40;
	margin: 0 1em;
	padding: 0 .5em;
}

blockquote li {
	margin-left: 1.5em;
	list-style: disc;
}

code {
	font-size: 1.2em;
}