.BlogError {
	text-align: center;
}

.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#BlogContent {
	width: 525px;
	float: left; 	
	margin: 0;
	text-align: left;
	overflow: hidden;
	font-size: 0.8em;
}

#Layout #BlogContent h1, #Layout #BlogContent h2 {
	text-align: left;
	font-size: 140%;
	margin: 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 {
	/*padding-bottom: 8px;*/
	margin-bottom: 32px;
	/*font-size: 0.8em*/
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	color: #999;
	margin: 3px 0 6px 0;
}
p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
	display: none; /*hide Blog Vitals =======================*/
}

#Layout p.authorDate,
#Layout p.authorDate a,
#Layout p.tags,
#Layout p.tags a,
a.readmore,
a.comments {
	font-family: 'Lucida Grande', Verdana, Arial, 'sans-serif';
	font-size: 12px;
	/*display: none;new*/
}

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 5px;
}

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;
}


/*override tagcloud styles - hardcoded
*/
#Sidebar .tagcloud { 
	margin: 12px 0 8px 9px;
}
.tagcloud .not-popular { font-size: 1em; }
.tagcloud .not-very-popular { font-size: 1.3em; }
.tagcloud .somewhat-popular { font-size: 1.6em; }
.tagcloud .popular { font-size: 1.9em; }
.tagcloud .very-popular { font-size: 2.2em; }
.tagcloud .ultra-popular { font-size: 2.5em; }

.breadCrumb {font-size: 0.8em; color: #aaa !important; margin-bottom: 15px;}
.breadCrumb a {font-weight: normal; text-decoration: none;}
.breadCrumb a:hover {text-decoration: underline; font-weight: bold;}
.header {color: #4a940d;}
#PageComments_holder {display: none;}

#BlogContent li {list-style-type: disc; list-style-position: inside; list-style-image: none;}
.blogEntry h2 {font-size: 1.4em;}
#blogSummary a {font-size: 1em;}
p {margin-bottom: 15px !important; color: #00377B !important;}
h3 {color: #4a940d; font-size: 0.8em !important;}
.WidgetHolder a {font-size: 13px;}

/*#blog #top {background:transparent url(images/top.jpg) no-repeat scroll 2px 0; height:218px;}*/