/* 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%;
}

/* MySite Styles */
/* Main style overrides */

/* Common styles */

/* Next prev */
.previousPage {
	float: left;	
}
.nextPage {
	float: right;	
}

/* Add to any */
.a2a_default_style {
	padding-bottom: 1em !important;	
}


.authorDate {
	font-size: 10px;
}

.blogSummary {
	float: left;
	padding-bottom: 1em;
	width: 100%;	
}

.blogSummary img {
	max-width: 462px;
	height: auto;	
}

#SideBar {
	
}
#SideBar h2 a {
	color: #231F20;
}

.WidgetHolder {
	margin-bottom: 1em;
}
.WidgetHolder h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #777;	
}
.WidgetHolder ul {
	padding: 0; margin: 0;
}
.WidgetHolder li {
	list-style-type: none;	
}

.BlogHolder .blogSummary {
	padding-bottom: 1em;
	border-bottom: 1px solid #777;
	margin-bottom: 1em;		
}
.BlogRecentPostsWidget li {
	margin-bottom: 0.6em;	
}
