/*hacking for the #container top padding*/
.entry-title {
	border-top:1px solid #fff;
}
/*hacking for the position of post title and ul.entry-info ,#comment h3*/
*html #container {
	margin-top:65px;
}
*html .post, *html #trackbacks-list, *html #comments-list, *html #respond {
	position:relative;
}
*html .post {
	margin-bottom:50px;
}
*html .navigation {
	margin-top:-30px;
}
#footer {
	padding-top:6px;
	margin-top:-15px;
}
*html #footer {
	padding-top:12px;
}
*html .entry-title, *html #comments-list h3, *html #trackbacks-list h3, *html #respond h3 {
	margin:0;
	position:absolute;
	left:-150px;
	top:-36px;
	width:485px;
}
*html .entry-title {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	top:-37px;
}
*html .entry-info {
	margin-left:0;
	float:none;
	position:absolute;
	left:-150px;
}
*html #comments {
	margin-top:47px;
}
*html #comments ol {
	margin-bottom:50px;
}
/*hacking for seachform submit bottom*/
#searchsubmit {
	padding:2px 0 0;
}
input#submit {
	margin-bottom:10px;
}
*html .page-title {
	position:relative;
	z-index:2;
	top:-36px;
}