#Sidebar{float: left; width: 160px;}
	#Sidebar h3{margin-bottom: 5px;}
	#Sidebar li, #CommentHolder li{margin: 0; list-style-type: none;}

#BlogContent {
	margin: 0 0 0 170px;
	text-align: left;
}
* html #BlogContent{margin-left: 180px;}

#Sidebar .tagcloud{font-size: 0.7em;}

	#BlogContent h2{margin: 0;}
	#BlogContent .authorDate{line-height: 1.4; margin: 0;}
	#BlogContent .tags{line-height: 1; margin: 0 0 1.2em 0;}


#PageComments li{margin: 0; padding: 5px;}
	#PageComments li.odd{background: #f4f4f4;}
	
		#PageComments li p{margin-bottom: 6px;}
		#PageComments li p.comment{font-size: 1.2em;}
		#PageComments li p.info{margin-bottom: 0;}

.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 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 2em;
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 0.9em;
	color: #777;
	margin: -15px 0 12px 0;
}
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;
}
