/* Wide Post */
.single .post {
	width: 610px;
	float:none;
}

.postSidebar {
	width:610px;
	margin-left:0;
	clear:left;
}

.postSidebar strong {
	display:inline;
}
.postSidebar .postMeta {
	background-color:transparent;
	padding:0;
}

.postSidebar .postMeta .byline br {
	display:none;
}

.postSidebar .commentsLinks li {
	float:left

}
.postSidebar .byline a {
	color:#80B0C8;
}

.postSidebar .byline {
	color: #999;
	display:block;
	text-align:right;
	margin:1em 0;
}

.postSidebar .taxonomies {
	padding: 0.5em;
	border:dashed 1px #ccc;
	background-color:#eee;
	color:#666;
}

.postSidebar .pageLinks {
	display:none
}

.postSidebar .relationships ul li.odd {
	width: 48%;
	float:left;
	clear:left
}

.postSidebar .relationships ul li.even {
	width: 48%;
	margin-left:50%;
}


.postSidebar .relationships .widgetTitle  {
	display:block;
}

.postSidebar .commentsLinks  {
	display:none
}

.postSidebar .post-edit-link {
	float:right;
}
.postSidebar .post-edit-link br {
	display:none;
}

.relationships strong.widgetTitle  {
	font-family:georgia,serif;
	font-size:large;
	font-weight:normal;
	line-height:1.05em;
	border-bottom:0 none;
}

.ie6 .postSidebar {margin-left: 0;}