body {
	font-size:1em;
	color: black;
	background-color:white;
}

a { color: #C29F68; }
a:visited { color: #9D7941; }

#main { margin-left:0%; width: 70%; }
.right {
	top: 5em;
	left: 75%;
	width: 25%;
}

#header { background-image: none; padding: 1em; margin:0em;}
h1 { 
	margin: 0em;
	padding: 0em;
	padding-left: 0em;
	width: 100%;
}
#breadcrumb { padding-left: 0%; }
p.about {
	padding: 0em;
	padding-left: 0em;
	padding-bottom: 1em;
	width: 100%;
}

.entry { color: black; border:0px; padding-top: 0em;}

table.calendar { background-color: white; border: 1px solid #63686C; }
th.month { color: black; }
td.day { background-color: white; color: black; }

#comments { color: black; padding:20px; border:0px; }
#comments h3 { border-bottom: 1px solid black; }
.commentform { display: none; }

p.postedcomment { border-bottom: 1px solid black; }
p.smallcenter {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

p.blog a:link:after, p.blog a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.right a:link:after, .right a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
.entry a[href ^="http://"] { background: none; padding-right: 0px; }
.entry a[href ^="http://www.strudel.org.uk"] { background: none; padding-right: 0px; }
#comments a[href ^="http://"] { background: none; padding-right: 0px; }
#comments a[href ^="http://www.strudel.org.uk"] { background: none; padding-right: 0px; }
.right a[href ^="http://"] { background: none; padding-right: 0px; }
.right a[href ^="http://www.strudel.org.uk"] { background: none; padding-right: 0px; }

