
body {
	background:#000;
	border:none;
	color:#fff;
	font-family:11pt monospace;
	margin:0;
	padding:0;
}

a {
	color:#f30;
	text-decoration:none;
	border-bottom:1px solid #333;
}

a img {
	border:1px solid #f30;
	border-bottom:0;
}

a:visited {
	color:#f30;
}

a:hover {
	color:#f30;
	border-bottom:1px solid #f30;
}

acronym, abbr {
	border-bottom:1px dashed #f30;
	margin-bottom:0;
}

acronym, abbr, span.caps {
	cursor:help;
	font-size:normal;
}

blockquote {
	border-left:5px solid #fff;
	margin-left:1.5em;
	padding-left:5px;
}

p, li {
	font:11pt monospace;
}

h2.the-date {
  /* this is the border between posts */
	border-top:3px dashed #300;
	font:10pt monospace;
	color:#999;
	font-weight:normal;
	margin:2em 0 0 0;
	padding-bottom:2px;
	text-align:right;
} /*  see #menu h2 */

cite {
	font-size:normal;
	font-style:normal;
}

#content {
	padding-left:5px;
	float:none;
	width:default;
	margin-left:190px;
	padding-right:25px;
}

#rap {
	border:none;
	width:default;
}

#header {
	font:32pt monospace;
	margin:0;
	padding:15px 10px 15px 60px;
	height:40px; /* see #menu for height */
	text-align:center;
}

#header a {
	color:#ccc;
	text-decoration:none;
	border-bottom:0;
}
#header a:hover {
  border-bottom:1px solid #666;
}

.feedback {
	color:#ccc;
	text-align:right;
	clear:both;
	font:11pt monospace;
}

.feedback a {
  color:#666;
  font-size:10pt;
}
.feedback a:hover {
  color:#f30; /* same color as its border-bottom */
}
.storytitle {
	margin:0;
  font:14pt monospace;
  font-weight:bold;
}

.storytitle a, .storytitle a:visited {
  text-decoration:none;
  font:14pt monospace;
  font-weight:bold;
}

div.storycontent, div.feedback, div.storycontent p {
  font:11pt monospace;
}
#commentform #name, #commentform #email, #commentform #url {
	border:1px solid #999;
	padding:.2em;
}

#commentform textarea {
	width:100%;
        height:50%;
	font:11pt monospace;
}

#commentlist li ul {
	border-left:1px solid #999;
	font-size:110%;
	list-style-type:none;
}

ol#comments li p {
	font-size:100%;
}

h3 {
	font-family:14pt monospace;
	color:#f00;
	margin-top:0;
}

h3#comments {
        font:11pt monospace;
        font-weight:bold;
}
h3#respond {
        font:11pt monospace;
        font-weight:bold;
}

