div#post{
	float: left;
	width: 70%;
}
	div#post .post-content{
		padding-bottom: 1em;
	}
	div#post .category{
		font-size: 80%;
		font-style: italic;
		padding-bottom: 1em;
		border-bottom: 1px dotted #ddd;
		margin-bottom: 1em;
	}
div.right-column{
		width: 25%;
		float: right;
		clear: right;
		border-left: 1px dotted #ccc;
		padding-right: 0.3em;
}

ul#posts{
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul#posts li{
		margin: 0;
		padding: 0;
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		border-bottom: 1px dotted #ddd;
	}

ul#tag_cloud,
ul#monthly_posts{
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul#tag_cloud{
		font-size: 70%;
	}
		ul#tag_cloud li{
			margin: 0;
			float: left;
			padding: 0.4em;
		}
			ul#tag_cloud li a{
				color: #222;
			}
.cloud10{ font-size: 230%; }
.cloud9{ font-size: 205%; }
.cloud8{ font-size: 188%; }
.cloud7{ font-size: 171%; }
.cloud6{ font-size: 155%; }
.cloud5{ font-size: 140%; }
.cloud4{ font-size: 126%; }
.cloud3{ font-size: 113%; }
.cloud2{ font-size: 101%; }
.cloud1{ font-size: 90%; }

.excerpt{
	clear: left;
}
form#leave-comment{
	width:70%;
}

form#leave-comment textarea#cmt-comment{
	width: 80% !important;
}

