div#right_column {
	float: right;
	font-family: georgia;
	padding: 50px 15px 50px 15px;
	width: 20%;
}

p.post_menu_title {
	font-size:1.1em;
	margin: 65px 0 0;
}

ul#posts {
	font-size: 13px;
	list-style:none;
	padding: 0;
}
	ul#posts li.year {
		margin: 0;
	}
		ul#posts li.year ul {
			list-style:none;
			padding-left: 20px;
		}
li.month {
	margin: 0;
}
li.post_link {
	margin: 0;
}
li.post_link a, a.date_link {
	color:#754E27;
}
li.post_link a:hover, a.date_link:hover {
	color:#A5967F;
}
a#toggle_post_menu{
	font-size:0.8em;
}

div.cloud {
	font-size: 2em;
	line-height: 1em;
}
	a.tag_item {
		color: #666699;
		cursor: pointer;
		padding: 0 5px;
		text-decoration: none;
	}
	a.tag_item:hover {
		background-color: #CCCCFF;
		color: #000099;
		border-radius: 10px 10px 10px 10px;
	}
