body {
	font-family: Noto Sans, Open Sans, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background: #8596aa;
	margin: 0;
}

#container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 2em;
	padding-bottom: 0.5em;
	border: 1px solid #336299;
	background: #fff;
	margin: 0 auto;
}

/* Header */
#header {
	width: 100%;
	color: #336299;
	font-weight: bold;
	border-left: 4px solid #336299;
	border-right: 4px solid #336299;
	margin: 0 auto;
	margin-bottom: 0.5em;
	font-size: xx-large;
	letter-spacing: 0.4em;
	text-align: center;
}

/* Navigation */
#tabnav {
	height: 24px;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 30px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
}

li::marker {
	color: #336299;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #eef4f9;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #336299;
	text-decoration: none;
	color: #336299;
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover	{
	background: #fff;
}

/* Main Content */
#content {
	margin-top: 0.5px;
}

#content h1 {
	color: #336299;
	font-size: x-large;
}

#content h2 {
	color: #336299;
	font-size: large;
}

#content h3 {
	color: #336299;
}

#content a, a:visited {
	color: #666666;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
}

#content .post_date {
	font-family: Noto Sans Mono, Source Code Pro, Roboto Mono, monospace;
	font-variant-numeric: lining-nums;
	font-feature-settings: "lnum";
}

#content pre {
	font-family: Courier, Noto Sans Mono, Source Code Pro, Roboto Mono, monospace;
	font-size: normal;
	border: 1px dashed #336399;
	background: #dde3e8;
	padding: 0.5em;
}

#content code {
	font-family: Noto Sans Mono, Source Code Pro, Roboto Mono, monospace;
}

#content table
{
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
	width: 100%;
	border: 1px solid #336399;
}

/*#content tr:nth-child(odd) {background: #CCC}*/
#content tr:nth-child(even)
{
	background: #dde3e8;
}

#content th
{
	border-bottom: 1px solid #336399;
}

/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #336299;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
}

#footer a, a:visited {
	color: #336299;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
}
