/* some resetting */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* undo resetting */
p{ line-height: 1.25em; }
small{ font-size:80%; }
em{ font-style:italic; }
strong{ font-weight:bold; }

h1{ font-size:150%; font-weight:bold; padding-top:0.15em; padding-bottom:0.25em; }
h2{ font-size:133%; font-weight:bold; padding-top:0.15em; padding-bottom:0.25em; }
h3{ font-size:125%; font-weight:bold; padding-top:0.15em; padding-bottom:0.25em; }
h4{ font-size:112%; font-weight:bold; padding-top:0.15em; padding-bottom:0.25em; }
h5{ font-size:106%; font-weight:bold; padding-top:0.15em; padding-bottom:0.25em; }
h6{ font-size:100%; font-weight:bold; padding-top:0.15em; padding-bottom:0.25em; }

ol{ margin-left:2em; }
ul{ margin-left:2em; }

/* begin real */
body{
	background:#BDF url("./bg_noise-dark.png");
	font-family:Calibri,Segoe UI,Helvetica Neue,Tahoma,sans-serif;
}

#header{
	border-bottom:2px solid #ACE;
}

img#logo{
	opacity: 0.85;
	-webkit-opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

#navigation{
	background:#9BD;
	border-top:1px solid #CDF;
	border-bottom:2px solid #68B;
	margin-bottom: 0.5em;
	padding-left: 0.25em;
	padding-top: 0.125em;
	padding-bottom: 0.125em;
}

#navigation .navitem {
	padding-left: 0.1em;
	padding-right: 0.5em;
	border-right: 1px solid rgba(0,80,144,0.25);
}
#navigation .lastnavitem {
	padding-left: 0.1em;
}

#navigation a{
	color:#145;
	text-decoration:none;
	border-bottom: 1px dashed #145;
}

#navigation a:hover{
	color:#FFF;
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}

#content{
	background: rgba(248,248,255,0.75) url("./bg_noise-light.png");
	margin-left:auto;
	margin-right:auto;
	width:97.5%;
	padding:0.75em;
	border: 1px inset #EEF;
}

table{
	border-collapse:collapse;
	border: 1px solid #89B;
}

table.writings{
	width:100%;
}

th{
	font-weight:bold;
	background-color: #9BD;
	border: 1px solid #89B;
}

tr{
	border: 1px solid #89B;
}
td{
	border: 1px solid #89B;
	padding: 0.1em;
}

tr:nth-child(odd){
	background-color: #BDF;
}
tr:nth-child(even){
	background-color: #CEF;
}

.sectiontitle{
	font-size:1.25em;
	font-weight:bold;
	text-decoration:underline;
}

.post{
	border: 1px solid #79B;
}

.post .posthead{
	padding: 0.2em;
	background: #AAC9E6 url("./bg_scan-light.png");
	border-bottom: 1px solid #79B;
}

.posthead .title{
	font-size: 1.2em;
	font-weight: bold;
}

.posthead .date{
	margin-top: 0.2em;
	font-size: 0.9em;
	text-align: right;
	float: right;
	border-bottom: 1px dotted #79B;
}

.postcontent{
	padding: 0.5em;
	background: #DEF url("./bg_scan-dark.png");
}

#footer{
	font-size:85%;
	text-align:center;
	background:#9BD url("./bg_diag-dark.png");
	padding:0.25em;
	margin-top: 0.5em;
	border-top: 2px solid #79B;
	border-bottom: 2px solid #79B;
}