/*
	Screen stylesheet for waltertevis.com
	
*/

body {
	margin:0;
	padding:0;
	color:#222;
	background:#000;
	font-family:Georgia,Times,serif;
	font-size:16px;
	}
div {
	display:relative;
	margin:0;
	padding:0;
	}
img {
	border:none;
	}
a {
	text-decoration:none;
	color:#039;
	}
a:visited {
	color:#606;
	}
a:hover,a:active {
	text-decoration:underline;
	color:#00f;
	}
#container {
	margin:1em auto;
	background:#fff;
	width:660px;
	padding:0 20px 1em;
	}
#menu {
	margin-top:-50px;
	list-style:none;
	text-align:center;
	font-weight:bold;
	font-size:0.9em;
	}
h1 {
	margin:0 -20px;
	}
h2 {
	font-family:Helvetica,Arial,"sans serif";
	clear:both;
	margin:1em 0 0;
	}
p {
	margin:1em 0 0;
	}
.large {
	font-size:1.1em;
	}
.left {
	float:left;
	margin:0 0.5em 0 0;
	}
.right {
	float:right;
	margin:0 0 0 0.5em;
	}
.cover {
	margin-bottom:0.25em;
	}
.quote,.pubquote {
	font-size:0.9em;
	font-style:italic;
	color:#675f2e;
	}
.quote .attrib,.pubquote .attrib {
	font-style:normal;
	display:block;
	float:right;
	color:#
	}
.clearall {
	display:block;
	clear:both;
	float:none;
	line-height:1px;
	font-size:1px;
	}
/* EOF */
