#BlogContent {
	width: 100%;
	margin: 0;
	padding: 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: 10px;
	margin-bottom: 10px;
}
/*
.blogSummary h2.blogTitle a { text-decoration: none; }
*/

#BlogContent div.last {
	border-bottom: none;
}
#Content label{
	margin-top: 0px;
}
#BlogContent p.authorDate,
#BlogContent p.tags {
	font-size: 11px;
	line-height: 18px;
	color: #777;
	margin: 0 0 9px 0;
}
#BlogContent .tags a,
#BlogContent .authorDate a {
	color: #777;
}
#BlogContent h1#page-heading {
    margin-bottom: 9px;
}
p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
	margin: -9px 0 9px 0;
}

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

a.subscribeLink {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.sidebar .WidgetHolder { margin-bottom: 18px; }
div.sidebar .WidgetHolder h3 { font-size: 14px; font-weight: normal; font-style: normal; margin-bottom: 9px; }

ul.archiveYears { margin-left: 0; }
ul.archiveYears li { display: inline !important; font-size: 12px !important; line-height: 18px !important; }
ul.archiveYears li a {font-size: 12px !important; line-height: 18px !important; }
