#BlogContent {
	width: 500px;
	float: left;; 	
	margin-right: 40px;
	margin-top:3em;
	text-align: left;
}

#SideBar {
 float:right;
}

.blogEntry{
 background :#111;
 border: 1px solid #222;
 padding:1em;
 margin:1em;

}

.blogSummary{
 background :#111;
 border: 1px solid #222;
 padding:1em;
  margin:1em;

}


.authorDate , .tags, .blogVitals{
font-size:80%;
margin:5px;
margin-left:2em;
}
.blogSummary  a{padding:10px; color:#aaa;}
.blogSummary h2 a:hover{font-size:21px;color:#bbb;}

.blogSummary  a:hover{color:#bbb;}
.blogEntry  a{color:#bbb;}
	#BlogContent #CommentHolder{
	position:relative;
	margin-top:5em;
	}
	

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

	
	
#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 {color:#bbb;}
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;
}



/*-----------------------STYLES FOR THE COMMENTS -----------------*/
	
	#PageComments_holder , #CommentsRSSFeed{
	float:none;
	position:relative;
	clear:both;
	margin:0px;
	padding:20px;
	}
	#PageComments_holder h4{
		border-bottom:1px solid #563d3d;
		padding-bottom:0px;
		padding-top:10px;
		margin-bottom:10px;
	}
	
	#CommentHolder{
		margin:0px;
		padding:20px;
		width:350px;
	}
	
	
	