/*
Theme Name: knome.fi / Homepage
Theme URI: http://knome.fi/
Description: A starting page layout for a multi-blog site.
Author: Pasi Lallinaho
Author URI: http://knome.fi/
Version: 0.1 WP
*/

body {
	padding: 3em 5%;
	background-color: #fff;
	color: #999;
	font-family: sans-serif;
	font-size: small;
	line-height: 1.4em;
}

.group:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.content {
	margin-top: 3em;
	margin-bottom: 6em;
}

.rss {
	font-size: 90%;
	margin-top: 0.3em;
	line-height: 1.3em;
}

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

a img {
	border: none;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

h2 {
	margin-top: 2em;
	font-weight: normal;
}

h2 img {
	margin-bottom: 0.8em;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
}

ul a {
	color: #999;
}


