div.entry {
	margin-bottom: 0em;
	margin-right: 1em;
	width:300px;
	float:left;
}

div.bubble_post {
	background: #fff url(images/bubble-left.png) left repeat-y;
	/*margin-left: 140px;*/
}

div.post2 {
	background: url(images/bubble-right.png) right repeat-y;
}

div.post-contents {
	padding: 0 25px 0 25px;
	margin-right: 10px;
    overflow: hidden;
	height:100px;
	min-height:100px;
}

div.post-contents p {
	line-height: 140%;
	margin-top: 1em!important;
}

div.post-contents blockquote {
	color: #666;
	line-height: 150%;
}

div.post-contents:after {
	content: "";
	display: block;
	clear: both;
}

h4.post-title, div.post-title {
	background: url(images/bubble-top-left.png) top left no-repeat;
	margin: 1em 0 0 0;
	padding-left:20px;
}

h4.post-title span, div.post-title span {
	display: block;
	background: url(images/bubble-top-right.png) top right no-repeat;
	padding: 22px 25px 0 0;
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
}

h4.post-title a:hover {
	text-decoration: underline;
}

div.post-title span {
	display: block;
	height: 20px;
	font-size: 100%;
}

div.post-title {
	display: block;
}

div.post-header {
	background: url(images/bubble-top.png) top repeat-x;
}


div.post-footer {
	background: url(images/bubble-bottom.png) bottom repeat-x;
}

div.post-footer p {
	background: url(images/bubble-bottom-left.png) bottom left no-repeat;
	margin: 0;
}

div.post-footer p span {
	display: block;
	background: url(images/bubble-bottom-right.png) bottom right no-repeat;
	padding: 15px 20px 7px 25px;
	height:25px;
	text-align: right;
	font-size: 85%;
	color: #333;
	text-decoration: none;
}

div.post-footer p a:hover {
	color: inherit;
	text-decoration: underline;
}

h2.date {
	color: #666;
	font-weight: normal;
	font-size: 130%;
	padding-left: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
}
