html, body {
	background:#fff;
	color:#000;
	margin:0;
	padding:0;
	font-size:12pt;
	font-family:Times New Roman,serif;
}

a {
	color:#486343;
}

a:hover {
	text-decoration:none;
}

h1 {
	margin:0 0 1em 0;
	padding:0.4em 0 0 0;
	font-size:xx-large;
	font-family:sans-serif;
}

h2 {
	font-family:sans-serif;
}

form fieldset {
	border:0;
}

form legend {
	display:none;
}

form label {
	width:10em;
	float:left;
	clear:left;
	text-align:right;
	padding:0 1em 0 0;
	font-weight:bold;
}

form input,
form select,
form textarea {
	margin:0 0 0.7em 0;
}

form button {
	clear:left;
	margin-left:11em;
}

#header {
	background-color:#fff;
	padding:0.7em 1em 1.3em 1em;
	background-color:#99d38e;
	color:#486343;
}

#header p {
	margin:0;
	padding:0;
}

#header #title {
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
}

#header #subtitle {
	font-size:small;
}

#navi {
	display:block;
	float:left;
	margin:1em 0 0 1em;
	padding:0 0 2em 0;
	list-style-position:inside;
	list-style-type:none;
	width:8em;
	border-top:1px solid #ccc;
}

#navi a {
	padding:0.5em 1em;
	display:block;
	font-size:10pt;
	font-variant:small-caps;
	color:#000;
	border-bottom:1px solid #ccc;
}

#navi a:hover {
	text-decoration:underline;
	background-color:#ededed;
}

#content {
	margin:0 2em 0 10em;
	padding:0 1em 2.5em 1em;
}

#content p,
#content ul,
#content ol {
	line-height:1.6em;
	/*text-align:justify;*/
}

#footer {
	clear:both;
	text-align:right;
	font-size:x-small;
	margin:4em 2.5em 2em 0;
}

.tagcloud {
	margin:0 0 5em 0;
	padding:0;
	width:40em;
	list-style:none;
}

.tagcloud li {
	float:left;
	margin:0 1em 0 0;
	text-align:center;
}

.tagcloud .w0 a {
	color:#bbb;
	font-size:x-small;
}
.tagcloud .w1 a {
	color:#888;
	font-size:x-small;
}
.tagcloud .w2 a {
	color:#444;
	font-size:small;
}
.tagcloud .w3 a {
	color:#486343;
	font-size:medium;
}
.tagcloud .w4 a {
	color:#486343;
	font-size:large;
}
.tagcloud .w5 a {
	font-size:large;
}

.paginator {
	text-align:right;
}

.paginator li {
	display:inline;
	padding-left:0.3em;
}

.paginator li.selected {
	font-weight:bold;
}

ul.postingtags {
	margin:0;
	padding:0;
}

ul.postingtags li {
	display:inline;
	list-style:none;
	padding-right:1em;
	font-size:small;
}

p.subheadline {
	font-size:small;
	color:#aaa;
	margin-top:0;
}

h1.posting,
h2.posting {
	margin-bottom:0;
	font-size:large;
	font-variant:normal;
	border-top:1px solid #dfdfdf;
	padding-top:0.6em;
}

ul.tags {
	display:block;
	padding:0.6em 0;
	font-size:x-small;
}

ul.tags li {
	display:inline;
	background-image:url(/images/tag.png);
	background-repeat:no-repeat;
	padding:3px 1em 0 20px;
}

p.error {
	background-color:#a00;
	color:#fff;
	border:1px solid #600;
	padding:0.4em 1em;
	font-weight:bold;
}

.oneline {
	margin:0 0 1em 0;
	padding:0;
}
.oneline li {
	display:inline;
	margin:0 1em 0 0;
}

.readmore {
	width:10em;
	height:3em;
	font-size:smaller;
	text-align:center;
	padding:0;
}

.readmore a {
	display:block;
	line-height:2.5em;
	border:1px solid #ccc;
	background-color:#f8f8f8;
	font-style:italic;
}
