/* TULOSTUSTYYLI */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12pt georgia,serif;
}

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;
}

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

.koodi { 
	padding: 1em; 
}

pre span {
	font-weight: bold;
}

#sidebar, #header, .add, .noprint {
	display:none;
}

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

ol {
	margin-left: 2em;
}

/* TAULUKOT */

table {
	margin-left: 1px;
	margin-right: 1px;
}

table, td, th {
	border: 1px solid #aaa;
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: .2ex 1ex;
}

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  {
	content: " ( " attr(href) " ) ";
	font-size: 85%;
	font-weight: normal;
}

a img { border: none; }

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}
