﻿.BlogError {
	text-align: center;
}
.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}
.edit-post {
	clear:both;
	padding-top:10px;
}
.blogSummary{
	border-bottom:1px gray dotted;	
}
.blogSummary a{
	color:#1577d3;
}
.blogSummary h2.postTitle a{
	color:#1577d3;
}
.authorDate a{
	color:#1577d3;
}
.tags a{
	color:#1577d3;
}
.blogVitals a{
	color:#1577d3;
}
.edit-post a{
	color:#1577d3;
}

.BlogManagementWidget ul{
	margin:0;
	padding:0;
}
.BlogManagementWidget ul li{
	width:100%;
	background:#323232;
	color:#fff;
	list-style-type:none;
	margin:0 0 6px 0;
	padding:4px 0 4px 0;
	text-indent:5px;
}
.BlogManagementWidget ul li a{
	color:#1577d3;
	text-decoration:none;
}
.BlogManagementWidget ul li a:hover{
	text-decoration:underline;
}
.TagCloudWidget{
	margin:0;
	padding:0;
}
.TagCloudWidget p{
	width:100%;
	background:#323232;
	color:#fff;
	list-style-type:none;
	margin:0 0 6px 0;
	padding:4px 0 4px 0;
	text-indent:5px;
}
.TagCloudWidget a{
	color:#1577d3;
	text-decoration:none;
	font-size:12px;
}
.TagCloudWidget a:hover{
	text-decoration:underline;
	color:#fff;
}

.ArchiveWidget{
	margin:0;
	padding:0;
}
.ArchiveWidget ul.archiveMonths{
	margin:0;
	padding:0;
}

.ArchiveWidget ul.archiveMonths li{
	width:100%;
	background:#323232;
	color:#fff;
	list-style-type:none;
	margin:0 0 6px 0;
	padding:4px 0 4px 0;
	text-indent:5px;
}
.ArchiveWidget ul.archiveMonths li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.ArchiveWidget ul.archiveMonths li a:hover{
	text-decoration:underline;
	color:#fff;
}
h2.postTitle{
	color:#df0830;
}






