body {
	background-image: none;
	font-family: Georgia, Times, serif;
	font-size: medium;
	color: #000000;
}

.printonly {
	display: block;
}

#banner {
	display: none;
}

#side {
	display: none;
}

#content {
	width: 100%;
}

h1 {
	margin-bottom: 10px;
}

.entry p a:link, .entry p a:visited {
	color: #4f629c;
	text-decoration: none;
}

.entry p a:link:after, .entry p a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.entry p a[href^="/"]:after {
 	content: " (http://solapanel.org" attr(href) ")";
}

.commenthead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

.commentauthor {
	float: left;
	display: block;
}

.commentdate {
	float: right;
	display: block;
	text-align: right;
	font-weight: normal;
}

.commentbody {
	clear: both;
	border-bottom: 1px solid #333333;
	padding: 1em 0 1em 0;
}

.commentform {
	display: none;
}

