.post  {
	position: relative;
	z-index: 5;
	padding: 18px 10px 30px 35px;
	border-bottom: 1px solid #dfe0c3;
        left: -25px
}

.postbottom  {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 400px;
	z-index: -5;
	margin-top: -170px;
}

.post .comments  {
	position: absolute;
	top: 10px;
	left: -2px;
	color: #000;
	text-decoration: none;
  background: url(../Images/comments.jpg) no-repeat center;
	display: block;
	padding: 1px 21px 9px 21px;  
	font-family: Georgia, Times, serif;
	font-size: 36px;
}

.post .comments a:link, .post .comments a:visited  {
	text-decoration: none;
	color: #000!important;
}

.first .comments  {
	top: 53px;
}

.post .postmetadata  {
	margin: 0 0 0 10px;
	color: #8697a0;
}

.post .postmetadata a:link, .post .postmetadata a:visited  {
	color: #8697a0;
	text-decoration: none;
}

.post .postmetadata .date  {
	padding: 0 0 0 24px;
	margin-right: 10px;
}

.post .postmetadata .author  {
	padding: 0 0 0 24px;
	margin-right: 10px;
	background: url(../Images/icons/cog.png) no-repeat left center;
}

.post .postmetadata .category  {
	padding: 0 0 0 24px;
	margin-right: 10px;
	background: url(../Images/icons/folder.png) no-repeat left center;
}

.post .postmetadata .edit  {
	padding: 0 0 0 24px;
	margin-right: 10px;
	margin-top: 10px;
	background: url(../Images/icons/edit.png) no-repeat left center;
}

.post .postmetadata .edit a:link, .post .postmetadata .edit a:visited  {
	color: red;
	text-decoration: none;
}

.first h2.title  {
	width: 428px;
}

.post h2.title  {
	color: #5a5a5a;
	margin: 12px 0 7px 10px;
	line-height: 42px;
}

.post h2.title a:link, .post h2.title a:visited  {
	color: #5a5a5a;
	text-decoration: none;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6  {
}

.post ul.links li, #comments .commententry ul.links li  {
	padding: 0 5px 0 20px;
	background: url(../Images/icons/image_next.png) no-repeat left center;
}

.post p.more a:link, .post p.more a:visited  {
	text-decoration: none;
}

.post p.tags  {
	padding: 0 0 0 25px;
	background: url(../Images/icons/tag.png) no-repeat left center;
}

.post p.tags a:link, .post p.tags a:visited  {
	text-decoration: none;
}
