body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#000;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background: transparent url(/images/update.jpg);
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content1 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:300px;
	min-height:338px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background: transparent url(/images/back1a.jpg);
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background: transparent url(/images/back2a.jpg);
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#maintext      {
                 border: 1px black;
                 padding: 10px;
                 font:10px verdana, arial, helvetica, sans-serif;
                 width:365px;
                 background: transparent url(/images/back1b.jpg);
		 text-align: left;
		 position: relative;
		 right: 5px;
		 bottom: 10px;
		 float: right;
                 }

#navAlpha {
	position:absolute;
	width:155px;
	top:20px;
	left:20px;
	border:1px solid black;
	background-color:#eee;
	padding:5px;
	z-index:2;
                
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:145px;
	}

#navAlpha a:hover {background-color:#fff;}

#navBeta {
	position:absolute;
	width:194px;
	top:20px;
	right:20px;
	border:1px solid black;
	background-color:#eee;
	padding:5px;
	z-index:1;
               
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:184px;
	}

#navBeta a:hover {background-color:#fff;}

#quote {
	position:absolute;
	width:194px;
	top:300px;
	right:20px;
	border:1px solid black;
	background-color:#eee;
	padding:5px;
	z-index:1;
               
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:184px;
	}

#sidebar {
	position:absolute;
	width:194px;
	top:430px;
	right:20px;
	border:1px solid black;
	background-color:#eee;
	padding:5px;
	z-index:3;
               
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:184px;
	}

#sidephoto {
	position:absolute;
	width:160px;
	top:210px;
	left:20px;
	border:1px solid black;
	background-color:#eee;
	padding:5px;
	z-index:2;
                
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:145px;
	}

#sidephoto2 {
	position:absolute;
	width:150px;
	top:210px;
	left:20px;
	border:1px solid black;
	background-color:#eee;
	padding:5px;
	z-index:2;
                
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

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

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

h3 {
	border-bottom: dotted 1px #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

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

p, li, .feedback {
	font:11px verdana, arial, helvetica, sans-serif;
}

.feedback {
	color: #ccc;
	text-align: right;
}

.meta {
	font-size: .9em;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

.post p {
	margin-top: 1em;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}

#commentform textarea {
	width: 100%;
}


