body {
	background: #e9eef2;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
}

a {
	color: #346;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header,
#top_section,
#main_menu,
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tborder,
#main_content_section,
#content_section {
	background: #ffffff;
	border: 1px solid #8ca6bd;
}

.catbg,
.catbg2,
.catbg3,
.title_bar,
.titlebg,
.titlebg2 {
	background: #c8d8e8;
	border-bottom: 1px solid #8ca6bd;
	color: #000;
	font-weight: bold;
}

.windowbg,
.windowbg2,
.windowbg3,
.board_row,
.topic_row {
	background: #f5f8fb;
	border-bottom: 1px solid #d5e0ea;
}

.windowbg2,
.board_row:nth-child(even),
.topic_row:nth-child(even) {
	background: #eef4f8;
}

.navigate_section,
.breadcrumb,
#display_head {
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
	color: #333;
	padding: 6px 8px;
}

.buttonlist ul li a,
.button,
.quickbuttons a,
.pagelinks a {
	background: #f8fbff;
	border: 1px solid #9eb6cd;
	border-radius: 2px;
	color: #234;
	font-weight: bold;
}

.buttonlist ul li a:hover,
.button:hover,
.quickbuttons a:hover,
.pagelinks a:hover {
	background: #dfeefa;
	text-decoration: none;
}

.poster,
.postarea,
.keyinfo,
.post_wrapper {
	border-color: #c6d3df;
}

.post,
.inner {
	font-size: 100%;
	line-height: 1.45;
}

.signature {
	border-top: 1px solid #c6d3df;
	color: #555;
	font-size: 90%;
	margin-top: 1em;
	padding-top: 0.5em;
}

.quoteheader {
	background: #d7e7f4;
	border: 1px solid #9eb6cd;
	border-bottom: 0;
	font-weight: bold;
	padding: 4px;
}

.quote {
	background: #eef7ff;
	border: 1px solid #9eb6cd;
	margin: 0 0 1em 0;
	padding: 6px;
}

.smalltext,
.middletext {
	font-size: 90%;
}

#footerarea,
#footer_section {
	font-size: 90%;
	text-align: center;
}

.apichoke-archive-header {
	background: #c8d8e8;
	border: 1px solid #8ca6bd;
	margin-bottom: 8px;
	padding: 0;
}

.apichoke-archive-header-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 32px;
	padding: 0 8px;
}

.apichoke-archive-logo {
	display: block;
	max-height: 80px;
}

.apichoke-archive-slogan {
	background: #ffffff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 4px 8px;
}
