body, table {
	font-family: arial, helvetica;
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: #888888;
	text-decoration: underline;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 160%;
	font-family: trebuchet ms;
}
h2 {
	font-size: 140%;
	font-family: georgia;
}
h3 {
	font-size: 130%;
	font-family: georgia;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}
.outer-container {
	margin: auto;
	max-width: 1000px;
}
.top {
	padding-top: 1em;
	padding-right: 1em;
	background-color: white;
	background-image: url(/img/logo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	clear: both;
}
.top h1 {
	display: none;
}
.top .slogan {
	padding-top: 50px;
	padding-left: 4em;
	margin-bottom: 10px;
	clear: none;
	float: left;
}
.meta_menu {
	float: right;
	color: black;
}
.meta_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.meta_menu ul li {
	display: inline;
	padding-left: 1em;
	font-size: 90%;
}
.meta_menu ul li form {
	display: inline;
}
.meta_menu ul li input {
	font-size: 90%;
}
.meta_menu form input {
	display: none;
}
.topnav {
	clear: both;
}
.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topnav ul li {
	display: inline;
	padding-left: 1em;
	font-size: 90%;
}
.topnav2 {
}
.topnav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topnav2 ul li {
	display: inline;
	padding-left: 1em;
	font-size: 90%;
}
.top .site_description {
	display: none;
}
.column1 {
	float: left;
	padding: 1em;
	width: 160px;
}
.main {
	padding: 1em;
	margin-left: 20px;
	margin-right: 20px;
}
.column2 {
	float: right;
	padding: 1em;
	width: 160px;
}
.footer {
	clear: both;
	text-align: center;
	display: none;
}
.clearer {
	clear: both;
}
.tags {
	float: right;
	font-size: 90%;
}
.hits {
	font-size: 90%;
}
.full_story_link {
	font-size: 90%;
}
.edit_link {
	font-size: 90%;
}
.topic_link {
	font-size: 90%;
	display: none;
}
.date {
	font-size: 90%;
	display: none;
}
.story_abstract {
	float: left;
	width: 100%;
}
.story_footer {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	display: none;
}
.topic_list {
	margin-left: 2em;
}
.topic_index {
}
.navigator {
	clear: both;
}
.navigator .prev {
	float: left;
}
.navigator .next {
	float: right;
}
.story_comments {
	margin-bottom: 2em;
}
.comment_header {
	margin-bottom: 0.5em;
}
.comment_content {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
.comment_controls {
	margin-left: 2em;
}
.self_links {
	text-align: center;
	font-size: 90%;
	clear: both;
	display: none;
}
.index_date {
	border-bottom: solid 2px;
}
.right {
	float: right;
	margin: 0.5em;
	padding: 1em;
}
.left {
	float: left;
	margin: 0.5em;
	padding: 1em;
}
hr {
	size: 1;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #efefef;
	font-size: 0.9em;
}

