.fb-like {
	margin: 20px 0 10px 20px;
	float: left;
}
.twitter-like {
	margin: 21px 0 10px 20px;
	float: left;
}
#Sidebar {
	padding-top: 33px !important;
}
#Sidebar p {
	margin: 0 !important;
}
#BlogContent {
	width: 749px;
	float: right; 	
	margin: 0;
	text-align: left;
	border-left: 1px solid #000;
}
#BlogContent div.even {
	background-color: #ebf0f6;
}
div#BlogSearchBar #SearchForm_SearchForm {
	position: absolute;
	top: -2px;
	left: 16px;
	background: #FFF;
	width: 260px;
}
div#BlogSearchBar #SearchForm_SearchForm_action_results {
	background: url(../images/search.png);
	width: 31px;
	height: 23px;
	text-indent: 100000px;
	border: 0;
}
div#BlogSearchBar #SearchForm_SearchForm_Search {
	height: 19px;
	width: 210px;
	font-size: 16px;
}
div#BlogSearchBar #SearchForm_SearchForm .middleColumn {
	width: 214px;
	background: #FFF;
}
#BlogContent div#BlogSearchBar {
	width: 100%;
	background-color: #4667AA;
	height: 33px;
	position: relative;
}
#BlogContent div#PageComments_holder {
	margin-left: 20px;
}
div#BlogSearchBar div#RSSSubscribe {
	position: absolute;
	right:0;
	bottom: 4px;
	color: white;
	padding-right: 24px;
	background: url(../images/feed-icon.png) no-repeat right center;
	height: 20px;
	line-height: 20px;
}
	div#BlogSearchBar div#RSSSubscribe a {
		color: white;
		font-size: 16px;
		font-weight: lighter;
		font-weight: 100;
	}
.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, .blogEntry {
	border-bottom: 1px solid #ddd;
	padding: 16px 0 16px 20px;
	position: relative;
}
.blogSummary img, .blogEntry img {
	/*padding: 5px;*/
	border: 2px solid #46a;
	background-color: #eee;
	padding: 5px;
	display: inline;
}
.blogSummary:after {
	content: '';
	display: block;
	clear: both;
}
#Content label{
	margin-top: 0px;
}
#Layout p.authorDate,
#Layout p.tags {
	font-size: 14px;
	color: #888;
	margin: -15px 0 12px 0;
}
.blogSummary p.tags {
	position: absolute;
	bottom: 22px;
}
p.blogVitals {
	text-align: right;
	margin: 0;
	color: #999;
	clear: both;
}
a.comments {
	padding: 3px 0;
}
a.readmore {
	padding: 3px 0;
}

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;
}
h2.postTitle,
h1.postTitle,
p.postTitle {
	text-decoration: underline;
	color: #000 !important;
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0 0 18px 0;
	font-weight: 300;
	line-height: normal !important;
}
h2.postTitle a {
	color: #000;
}
	h2.postTitle h2 a:hover {
		color: #46a;
	}
	
div.blogEntry h1,
div.blogEntry h2.postTitle,
div.blogEntry p.postTitle {
	font-size: 25px;
	text-decoration: none;
}

img.authorThumb {
	border: 0;
	display: block;
	float: left;
	padding: 0;
	background: none;
	padding-right: 10px;
}
img.commentThumb {
	padding-top: 5px;
}
