
/* LAYOUT */

body {
	font-family: Georgia, Garamond, Times New Roman, serif;
	background-color: #ccc;
	margin: 0px;
	height: 100%;
}

p, li {
	font-size: 95%;
	line-height: 1.3em;
}

#container {
	width: 800px;
	margin: 0em auto;
}

#paper {
	width: 875px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: white;
	padding: 1.5em 0px;
	margin: 0em auto;
}

img {
	border: 0px;
}

.left {
	border: 1px solid black;
	float: left;
	margin: 3px 15px 10px 2px;	
}

/* Header */

#header {
	text-align: center;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	margin-bottom: 1em;
}

#header h1 {
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 2px 0px 0px 0px;
	padding: .25em 0px 0px 0px;
	border-top: 1px solid black;
	letter-spacing: 1px;
}

#header a {
	color: black;
	text-decoration: none;
}

#header h3 {
	margin-top: 0em;
	margin-bottom: 2px;
	padding-bottom: .75em;
	border-bottom: 1px solid black;
}

#header .date {
	padding: .75em;
	letter-spacing: 1px;
	font-variant: small-caps;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 2px;
}


/* Columns */

#left {
	width: 250px;
	float: left;
}

#center {
	width: 250px;
	float: left;
	margin-left: 25px;	
}

#right {
	width: 250px;
	margin-left: 25px;
	float: left;
}


/* Footer */

#footer {
	text-align: center;
	clear: both;
	border-top: 1px solid black;
}


/* SECTIONS */

.section {
	padding-bottom: .25em;
}

.section h2 {
	text-align: center;
	font-size: 1.2em;
}


#essay, #public_note, #amusement {
	border-bottom: 0px;
}

#section-endorsements h2 {
	font-size: 1em;
}


#story, #section {
	width: 525px;
	margin-bottom: 2em;
	height: 80%;
}

#section .listing {
	margin: 0em 1em 1em 1em;
	border-bottom: 1px dashed gray;
}

#section .listing p {
	margin: .5em 0em 1em 0em;
}

#section .listing .info {
	margin: 0em 0em .75em 0em;
}


#story h2 {
	margin-bottom: .25em;
}

#story .info {
	margin-top: .5em;
	margin-bottom: 2em;
}

#story .audio {
	font-size: 80%;
}

#story .audio a {
	font-size: 120%;
}


#navigation {
	float: right;
	width: 225px;
}

#navigation h2 {
	margin-top: 0px;
}

#navigation a {
	line-height: 1.3em;
}

#navigation a.the_section {
	font-weight: bold;
}

#navigation .count {
	font-size: 80%;
}

