.insidemenu {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px;
	font-weight: bold;
}
	
.tiny {
	color: #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}


.story {
  width: 75%;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 8px solid black;
  border-bottom: 8px solid black;
  padding: 2px 10px 5px 10px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  background: #FFF;
  text-align:left; /* part 2 of 2 centering hack */
}

.story p { font: 18px georgia, times, serif; text-align: left; }

.story h1 { font: 52px Impact,Times; margin-bottom: 4px; }
.story h2 { font: 2.2em Impact,Times; }
.story h4 { font: 1.7em arial,sans-serif; margin-top: 4px; }

.story a         { color: #900; background: #fff; text-decoration: none; }
.story a:visited { color: #955; background: #fff; text-decoration: none; }
.story a:active  { color: #ff0; background: #fff; }
.story a:hover   { color: #cc6; background: #903; text-decoration: none; }

.essayimage { margin: 1em; float: right;  /* width: 180px; */ }
.essayimage p { font: bold 11px arial; color: #999; margin: 1px; padding: 0; }
.essayimage img { border: 1px solid black; margin: 1px; }

#sidebar {
	float: right;
	width: 25%;
	margin: 0 3px 6px 6px;
	padding: 5px;
	border-left: 8px solid black;
	border-bottom: 1px solid black;
}
#sidebar p { font: 12px tahoma; }

p.alsosee {
	font: bold 12px georgia, times, serif;
	margin: 0 30% 0 15px;
	padding: 3px;
	border-top: 3px dotted black;
	border-bottom: 3px dotted black;
}

.bigidea { border-bottom: 5px solid black; padding-bottom: 4px; }

h2.sectiontop {
	color: #900;
	font: 18px Tahoma;
	padding-bottom: 6px;
	border-bottom: 1px solid black;
	margin-bottom: 0.6em;
}

.linksider {
	color: #000;
	background: #eff;
	border: 1px dotted black;
	padding: 4px;
	margin: 0 0 2px 6px;
	float: right;
	width: 25%;
}

img.gallery {
	border: 1px solid black;
	float: left;
	width: 150px;
	margin: 10px;
}
