.BlogError {
	text-align: center;
}

/* Widgetbar styles */
#Main #Widgetbar{
		float: left;
		width: 15%;
		padding-right: 2em;
		line-height: 1.5em;
}

	#Main #Widgetbar h3{
			font-size: 1.5em;
			border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	
	#Main #Widgetbar ul{
		list-style-type:none;
		list-style-position: outside;
		margin-bottom: 20px;
	}
	
		#Main #Widgetbar li{
			border-bottom: 1px dotted #666;
		}
			#Main #Widgetbar li a.link{
				background: transparent url(../images/bullet_orange.png) no-repeat scroll 0pt 50%;
				padding-left:15px;
				position:relative;
			}
			
			#Main #Widgetbar li a.current, #Main #Widgetbar li a.section{
					background: transparent url(../images/bullet_green.png) no-repeat scroll 0pt 50%;
					padding-left:15px;
					position:relative;
			}
	
	#Main #Widgetbar ul.sub{
			margin: 0px 15px 0px 0px;
	}
		#Main #Widgetbar ul.sub li{
				border:none;
		}
	

/* Sidebar styles */
#Main #Sidebar{
		margin-right:10px;
		float: right;
		width: 15%;
		padding-left: 2em;
		line-height: 1.5em;		
}

	#Main #Sidebar h3{
			font-size: 1.5em;
			border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	
	#Main #Sidebar ul{
		list-style-type:none;
		list-style-position: outside;
		margin-bottom: 20px;
	}
	
		#Main #Sidebar li{
			border-bottom: 1px dotted #666;
		}
			#Main #Sidebar li a.link{
				background: transparent url(../images/bullet_orange.png) no-repeat scroll 0pt 50%;
				padding-left:15px;
				position:relative;
			}
			
			#Main #Sidebar li a.current, #Main #Sidebar li a.section{
					background: transparent url(../images/bullet_green.png) no-repeat scroll 0pt 50%;
					padding-left:15px;
					position:relative;
			}
	
	#Main #Sidebar ul.sub{
			margin: 0px 0px 0px 15px;
	}
		#Main #Sidebar ul.sub li{
				border:none;
		}

	#Main #Sidebar .sidebarBox{
			width:180px;
			margin:0 0 20px 0;
			padding:0 0 12px 0;
			background: url(../images/div_bottom.gif) no-repeat bottom left;
	}

	#Main #Sidebar .sidebarBox h3{
			margin:0px;
			padding:6px 8px 4px 10px;
			font-size:120%;
			color:#333;
			border-bottom: 1px solid #707070;
			background: url(../images/h3_bg.gif) no-repeat top left;
	}

	#Main #Sidebar .sidebarBox p{
			margin:0px;
			padding:14px 10px 14px 10px;
	}

	#Main #Sidebar .sidebarBox ul{
			margin:0px;
			padding:14px 10px 14px 10px;
	}

	#Main #Sidebar .sidebarBox ol{
			margin:0px;
			padding:14px 10px 14px 10px;
	}

	#Main #Sidebar .sidebarBox fieldset{
			border:none;
	}

/* IE cuts the bottom of the tags off */
* html #Widgetbar 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;
}

#Layout p.authorDate,
#Layout p.tags {
	color: #777;
}
p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
}
p.tags{
	background: url(../images/tag.png) no-repeat left center;
	padding: 0 0 1px 25px;
	margin-bottom: 5px !important;
	clear:left;
}
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;
	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;
}

/* Blog Content */
#BlogContent {
	float: left;
	width: 53%;
	padding-left: 2em;
	padding-right: 2em;
	margin: 0;
	text-align: left;
}

#BlogContent form fieldset{
	border: none;
}

#BlogContent.tags, #BlogContent .blogVitals {
	font-size: 10pt;
}

#BlogContent .authorDate {
	font-size: xx-small;
	margin-top: 5px !important;
	margin-bottom: 3px !important;
}

#BlogContent .date {
	float: left;
	background: url(../images/date_icon.gif) no-repeat top left;
	position: relative;
	height: 51px;
	width: 50px;
	margin-right: 10px;
	text-align: center;
	font-size: 10px !important;
}

#BlogContent span.date, #BlogContent a.date {
	font-size: 8pt;
	color: #fff;
	line-height: 0.8;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", serif;
}

#BlogContent a.year:hover {
	color: #fff;
}

#BlogContent .date, #BlogContent .year {
	display: block;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#BlogContent .comments {
	color: #000;
	font-size: 10pt;
	float: right;
	background: url(../images/bubble.gif) no-repeat center center;
	padding: 11px 24px 20px 22px;
}

#BlogContent .comments:hover {
	color: #fff;
	background: url(../images/bubble-on.gif) no-repeat center center;
}

#BlogContent a.comments {
	color: #000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", serif;
}

#BlogContent a.comments:hover {
	color: #fff;
}
