#BlogList {
	margin:2em 0 0;
	width:460px;
	float:left;
}

#BlogContent {
	overflow:auto;
	width:460px;
}

div.blog-summary {
	margin:0 0 2em;
}

p.tags {
	margin: 0.5em 0;
}

p.tags a {
	font-style:italic;
}

p.tags .def { color:#333;}

div.author-date {
	border-bottom:1px solid #CCC;
	padding-bottom:0.5em;
}

.BlogError {
	text-align: center;
}
.blogSummary {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
}
a.comments {
	background: url(../images/comments.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}
a.readmore {
	background: url(../images/readmore.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#editpost{
	background: url(../images/edit.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#unpublishpost{
	background: url(../images/delete.gif) no-repeat left center;
	padding: 3px 0 3px 25px;
}
