#BlogContent {
	width: 650px;
	float: left; 	
	margin: 0;
	text-align: left;
	padding:0 20px;
}
	#BlogContent h2 {
		font-size:24px;
		text-transform:none;
		font-family:"Georgia","Lucida Grande",Helvetica,Verdana,Lucida,Arial,sans-serif!important;
		color:#222!important;
		margin:0;
	}
		#BlogContent h2 a {
			text-decoration:none;
		}

.BlogError {
	text-align: center;
}
/* IE cuts the bottom of the tags off */
* html #Sidebar p.tagcloud {
	padding-bottom: 10px;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogEntry_Form_BlogEntryForm #ContentLabel{
	display:inline;
}

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

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 240px;
	top: 3px;
}
#BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 30px;
	left: 325px;
}
.blogSummary {
	padding-bottom: 30px;
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 0.9em;
	color: #777;
	margin: 10px 0;
}

#Layout p.authorDate {
	border-top:1px solid #ddeec8;
	border-bottom:1px solid #ddeec8;
	font-size:14px;
	line-height:30px;
}

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: #9ec769;
	padding: 5px 8px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

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;
}

.subscribeLink {
	background:transparent url(images/feedicon.jpg) no-repeat scroll left center;
	display:block;
	font-size:24px;
	height:60px;
	line-height:60px;
	margin:-20px auto 0;
	padding-left:60px;
	width:110px;
}

.authorDate .alignleft, .authorDate .alignright {
	float:left;
	padding:20px;
}
.authorDate .alignright {
	float:right;
}