#sidebar a {
	color:#C9C9C9;
	text-decoration:none;
	line-height: 1.5em;
}
#sidebar #searchform {
	/* This should match the p, h2 and h3 margin from cfr.css. */
	margin-top:0.9em;
}
#sidebar h2 {
	color: #eee;
	border-bottom: 1px solid #5e5e5e;
	margin-bottom:0.6em;
	padding-bottom:0.6em;
}


/* Post Formatting */
.entry {
	padding: 1em 0;
}
.navigation {
	margin: 0.9em 0;
}
.navigation .alignleft:after {
	content: "";
	display: block;
	height: 0;
	clear: both; 
}
div.post {
	margin-bottom: 3em;
}

/* Form Formatting */
#comment {
	width: 39em;
}
#s {
	width: 100%;
}
.commentlist li {
	background-color: #232323;
	border-top: 0.3em solid #464646;
	margin: 1.5em 0pt 0pt;
	padding: 1em;
}

#searchform input {
	display: block;
}
#searchsubmit {
	margin-top: 0.4em;
}
#s, #comment, #author, #email, #url {
	background-color: #3a3a3a;
	border: 1px solid #5e5e5e;
	color: #C9C9C9;
	padding: 0.1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
