#blog_index h2, #blog_archive h2 {
	margin-bottom: 15px;
}

.blog_entry {
	margin-bottom: 15px;
}

.blog_entry h3 {
	margin-left: -15px;
}

.blog_date_comments {
	text-align: right;
	font-size: 0.9em;
	color: #b3b9c0;
}

.blog_posting_calendar {
	border-collapse: collapse;
	border: 1px solid #b3b9c0;
}

.blog_posting_calendar th {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #b3b9c0;
	background: #eeeeee;
}

.blog_posting_calendar td {
	padding: 3px;
	text-align: center;
}

.blog_posting_calendar_has_post {
	font-weight: bold;
	background: #eeeeee;
}

.blog_posting_calendar_has_post a {
	color: #000000;
}

#blog_edit_entry table {
	width: 95%;
}

#blog_edit_entry td {
	vertical-align: top;
}

#blog_edit_entry textarea {
	height: 400px;
}

#blog_delete_entry table {
	margin: 0px auto;
}

