/*-----------------------------------------------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 #aaa;
	padding-top: 10px;
}

p.blogVitals {
	color: #666;
	margin: 0;
	text-align: right;
}


#PageCommentInterface_Form_PostCommentForm {
	margin-bottom: 20px;
}

#PageComments	{
	margin: 0;
}

	#PageComments li {
		list-style: none;
	}

	#PageComments .even {
		background-color: #EEE;
		padding: 10px;
	}

	#PageComments .odd {
		background-color: #FFF;
		padding: 10px;
	}

	#CommentsRSSFeed {
		padding: 10px 10px 0;
	}

/*-----------------------------------------------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;
}