#BlogContent {
	width: 700px;
	float: left; 	
	margin: 0;
	text-align: left;
	padding: 10px;
}
#BlogSideBar {
	width: 170px;
	float: right;
	padding: 10px;
}

#BlogContent form fieldset{
	border: none;
	margin: 10px 0pt;
}

.BlogError {
	text-align: center;
}
/* IE cuts the bottom of the tags off */
* html #BlogSideBar 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;
}

#BlogEntry_Form_BlogEntryForm #BBCodeHint {
	cursor: pointer;
	font-size:0.8em;
	position: absolute;
	left: 400px;
	top: 420px;
}
#BlogEntry_Form_BlogEntryForm #BBTagsHolder{
	display: block;
	position: absolute;
	top: 100px;
	left: 500px;
}
.blogSummary, .blogEntry {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin: 2em 0;
}

#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 0.9em;
	color: #777;
	margin:0;
}
p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
}
p.authorDate{
	background: url(../images/author-date.png) no-repeat left center;
	padding: 4px 0 1px 25px;
}
p.tags{
	background: url(../images/tag.png) no-repeat left center;
	padding: 0 0 1px 25px;
}
a.comments {
	background: url(../images/comments.png) no-repeat left center;
	padding: 3px 0 3px 25px;
}
/*a.readmore {
	background: url(../images/readmore.png) no-repeat left center;
	padding: 3px 0 3px 25px;
}
*/

a#editpost{
	background: url(../images/edit.png) no-repeat left center;
	padding: 3px 0 3px 25px;
}

a#unpublishpost{
	background: url(../images/delete.png) no-repeat left center;
	padding: 3px 0 3px 25px;
}

.middleColumn {
	/*float:left;
	margin:15px 10px 10px 0pt;
	width:306px; */
}

.middleColumn textarea, input.text {
	/*width:300px; */
}
#Layout label#tagsnote { 
	margin-left: 170px;
	width: 300px;
	position: relative;
	text-align:left;
}
#Layout .middleColumn span.required {
	width: 100%;
	position: relative;
	margin-left: 0;
}

