/*-----------------------------------------------BLOG ERROR-----------------------------------------------*/
.BlogError {
	text-align: center;
}

.BlogError p {
	background-color:#F77;
	color: #FFF;
	display: inline;
	font-weight:bold;
	padding: 7px;
}



/* IE cuts the bottom of the tags off */
* html #Sidebar p.tagcloud {
	padding-bottom: 10px;
}

#BlogEntry_Form_BlogEntryForm #ContentLabel {
	display:inline;
}

#BlogEntry_Form_BlogEntryForm .CompositeField {
	position: relative;
	width: 100%;
}



/*-----------------------------------------------BLOG LAYOUT-----------------------------------------------*/
.blogSummary p.authorDate,
.blogSummary p.tags {
	color: #666;
	font-size: 0.8em;
	margin: -15px 0 12px 0;
}

.blogSummary {
	border-bottom: 1px solid #DDD;
	padding-bottom: 8px;
	margin: 0 30px 0 10px;
}
.blogEntry {
	margin: 0 30px 0 10px;
}

p.blogVitals {
	color: #666;
	margin: 0;
	text-align: right;
}



/*-----------------------------------------------BLOG ICONS-----------------------------------------------*/
a.comments {
	background: transparent url(../images/comments.gif) no-repeat scroll left center;
	padding: 3px 0 3px 25px;
}

a.readmore {
	background: transparent url(../images/readmore.gif) no-repeat scroll left center;
	padding: 3px 0 3px 25px;
}

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

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