.blogTitle {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.blogComment {
	padding: 10px;
	border-top: 1px solid #ccc;
}

/*
.blogNewComment {
	margin-top: 5px;
	clear: both;
}
*/

#blog_post_body, .blogNewCommentField {
	width: 98%;
}

.blogCommentPostedAt {
	font-style: italic;
	font-size: 1em;
}

.blogCommentAdmin {
	background-color: #EBE0BF;
}

.blogFooter {
  clear: both;
}
.blogFooter * {
  font-size: 1em;
}

.blogUserImage {
	float: left;
	margin: 0 1em 1em 0;
}

ul.blogList {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
ul.blogList li {
	display: inline;
	padding: 0px 10px;
	border-left: 1px solid #777;
	margin: 0px 0px;
}
ul.blogList li.blogListFirst {
	border-left: none;
	padding-left: 0;
}
.blogAdminLinks li a {
  padding-left: 20px;
  line-height: 16px;
  vertical-align: middle;
}
.blogAdminLinks li.new-post a {
  background: transparent url(http://cdn.dustball.com/add.png) no-repeat 0 0;
}
.blogAdminLinks li.edit-drafts a {
  background: transparent url(http://cdn.dustball.com/page_edit.png) no-repeat 0 0;
}
.blogAdminLinks li.all-posts a {
  background: transparent url(http://cdn.dustball.com/application_view_list.png) no-repeat 0 0;
}

/*
.blogEditRightPanel {
}
.blogEditLeftPanel {
}
#blogImages {
	width: 100%;
}
.blogImageHeader td {
	font-weight: bold;
}
.imageFileName {
	width: 120px;
	overflow-x: hidden;
}

.blogMarkdownHelp {
	margin-top: 20px;
}
*/

.blogKitCode pre {
	overflow: auto;
}