body {
	font-family: "Lucida Grande",Geneva,Arial,Helvetica,Swiss,"SunSans-Regular",sans-serif;
	border-style: none; margin: 0 1em; padding: 0;
	background: #CCC url(Images/erinzpub_bg_01) top center repeat fixed;
	color: white;
}
body.review {
	background: #DDD url(Images/Bgd/movie_01) top left repeat fixed;
	color: white;
	line-height: 1.2em;
	margin: 1em 2em 1em 2em;
}
body.essay {
	background: #DDD url(Images/Bgd/essay_01) top left repeat fixed;
	color: black;
	line-height: 1.2em;
	margin: 0 2em 1em 2em;
}
div#banner {
	position: absolute; top: 0; left: 0;
	z-index: 10;
	height: 75px; width: 100%;
	/* background: transparent url(Images/banner_01) top left repeat-x; */
	color: white;
	vertical-align: middle;
	text-align: center;
}

a { color: white; text-decoration: underline; }
a:hover, a:active { background-color: #090; text-decoration: none; }

div.lbar a:link, div.lbar a:visited
{
	line-height: 1.2em; padding: 0 2px;
}
div.lbar a:hover, div.lbar a:active
{
	line-height: 1.2em;
	border: thin solid green; padding: 0 1px;
}

div#imgicon {
	float: left;
	padding: 3px;
	width: 382px;
}
div#imgicon img {
	display: block;
	padding: 0;
	margin: 0;
	border-style: none;
}

div.lfloat {
	clear: left; float: left;
	margin-right: 3%;
	border: thin solid purple;
	background-color: #600;
	padding: 3px;
}

div.lbar {
	clear: left; float: left; width: 45%;
	margin-right: 8px;
	margin-bottom: 1em;
	border: thin solid purple;
	padding: 3px;
}

div.rbar {
	clear: right; float: right; width: 35%;
	margin-left: 8px;
	margin-bottom: 1em;
	border: thin solid #030;
	padding: 3px;
}
div.rbar h3 {
	margin: 0;
}
div.rbar p {
	margin: 0.4em 0;
}

.indent { margin-left: 5%; }

.smaller { font-size: small; font-family: sans-serif; }

blockquote { background: transparent url(Images/quote) top left no-repeat; }
h1, h2 { text-align: center; }
img   { border-style: none; }
table { margin-left: auto; margin-right: auto; }
th    { font-weight: bold; text-align: center; }
ul.arrow {
	list-style-image: url(Images/bullet-pen);
	margin-bottom: 0.3em;
}
ul.caret {
	list-style-image: url(Images/bullet-caret);
	margin-bottom: 0.3em;
}
ul.small {
	font-size: smaller;
}
img.rt { float: right; clear: right; margin-left: 8px; }
img.lf { float: left; clear: left; margin-right: 8px; }
p.sign { margin-left: 10%; }

.bold { font-weight: bold; font-size: larger; }
.centered { width: 560px; margin-left: auto; margin-right: auto; margin-bottom: 1em; }
.ctr { text-align: center; }
.sc  { font-variant: small-caps; }
.ul  { text-decoration: underline; }

.popup {
  font-size: 12px;
  color: #F5FE9D;
  background-color: #030;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px; 
  left: 0px;
  border: 1px solid #0C0;
  padding: 3px;
}
.popup dl { 
  margin: 0px;
  padding: 0px; 
}
.popup dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.popup dd {
  margin-left: 5px;
}


p#foot {
	position: absolute; top: 0; right: 5px; max-width: 20%;
	z-index: 20;
	margin-top: 1em; line-height: 1.5em;
	text-align: right;
	color: #003; background-color: #27970B;
	padding: 3px;
	border: thin solid #33CC02;
}
p#foot a:link, p#foot a:visited { color: #F5FE9D; }
p#foot a:hover, p#foot a:active { color: white; background-color: #33831F; }

/*
 * Stuff lifted from speakeasy style sheets
 */
div#masthead {
	position: relative;
	width: 100%;
	height: 30px;
	right: 0;
	top: 4px;
	left: auto;
	z-index: 3;
	background-color: #090;
}

div#masthead h3 {
	display: none;
}

div#masthead div {
	width: 180px;
	height: 30px;
	float: left; padding-left: 8px; padding-right: 4px; margin: 0;
	overflow: hidden;
}

div#masthead div:hover {
	overflow: visible;
}


div#masthead div h4 {
	width: 180px;
	padding-top: 3px; margin: 0; vertical-align: center;
}

div#masthead div ul {
	display: none;
	width: 180px;
	z-index: 1;
	position: absolute;
	background-color: #eee;
	top: 2px;
}
div#masthead div:hover ul {
	display: block;
}
div#masthead div:hover ul li {
	display: list-item;
	list-style-image: url(Images/bullet-pen);
}
div#masthead div ul li a {
	color: #333;
	text-decoration: none;
	padding: 0 3px;
	display: block;
	font-size: 11px;
	line-height: 15px;
	width: 174px;
	z-index: 3;
}
div#masthead div ul li a:hover {
	background-color: #090;
	text-decoration: none;
	color: #fff;
}

hr {
	display: block;
	width: 50%;
	margin: 0.5em auto;
	clear: both;
}

