ul#sidebar {
	display:	none;
}

#sitetag {
	display: none;
}

.searchform {
	display: 	none;
}

/* post entry date */

ul.postcal {
	background: #677821;
	border: 1px solid black;
	color: white;
	float: right;
	list-style: none;
	margin: 0px 14px 6px 8px;
	padding: 2px 8px;
}

ul.postcal li {
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 0.70em;
}

ul.postcal li.day {
	letter-spacing: 1px;
	font-size: 1.1em;
}

/* post and page tags */

ul.taglist {
	display: none;
}

ul.tagarea {
	display: none;
}

#respond {
	display: none;
}

#commentform {
	display: none;
}

p.taillinks {
	display: none;
}