/* TULOSTUSTYYLI */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12pt georgia,serif;
}

footer div {
	display: inline;
}

h2,h3,h4,h5,h6,p,ul,ol,dl,table,div {
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
h3, .delicious-posts h2 {
	font-size: 1em;
}

h2 span, h3 span, h4 span {
	display: block;
	font-size: .9em;
}

.kaava, .koodi, .koodi pre {
	font-family: "courier new", courier, monospace;
	font-size: 1em;
}

.koodi { 
	padding: 1em; 
}

pre span {
	font-weight: bold;
}

#sidebar, #header, .add, .noprint, table.singletext_meta td.first, .singletext_category, #discussion h2, #discussion h3, #discussion .info, #commentform {
	display:none;
}

#discussion {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

div.singletext_date {
	font-weight: normal;
	font-size: .86em;
}

ol, ul {
	list-style-position: outside;
	margin: 0 1em;
}

ol {
	margin-left: 2em;
}

/* TAULUKOT */

table {
	margin-left: 0;
	margin-right: 0;
}


table, td, th {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0 0;
}

td:first-child {
	padding-left: 3ex;
	text-transform: uppercase;
}

td:first-child:before {
	content: "- ";
	color: #aaa;
}

th {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

/* KOROSTUKSET */

abbr, acronym {
	border: 0;
	font-weight: bold;
}

abbr:after, acronym:after {
	content: " (" attr(title) ") ";
	font-size: 85%;
}

/* LINKIT */

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

a.url {
	text-decoration: underline;
}

a.external:after,
a[href^="http"]:after {
	content: " ( " attr(href) " ) ";
	font-size: 85%;
	font-weight: normal;
}

a img { border: none; }

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* UUDET 2019 */

#content caption,
#content figure figcaption { 
	text-align: left; font-family: serif; font-size: .95em; margin: 0 0 1em 0; font-weight: bold;
}
