.post{
	margin-bottom: 4em;
}

#content {
	float: left;
	width: 480px;
}

#sidebar{
	float: left;
	width: 250px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 0 25px 0 10px;
	padding: 1ex 1em;
}

input#q {
	background: white url(../img/search.png) no-repeat 2px 4px;
	border: 1px solid #E2BA94;
	text-indent: 15px;
}

input.submit {
	background-color: #E2BA94;
	border: 1px solid #CCCCCC;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}