
.posts h1{
	font-family: verdana, serif;
	color: rgb(40, 40, 40);
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: 25px;
	margin-top: 15px;
}

.posts ul{
	padding: 0px 0px;
}

.posts ul li{
	list-style: none;
	margin-bottom: 25px;
}
.post{
	font-family: verdana, sans-serif;
}

.post .date{
	font-size: 10px;
	color: rgb(100, 100, 100);
}

.post .title{
	font-size: 16px;
	text-decoration: none;
}

.post .image{
	clear: both;
	margin-top: 10px;
}

.post .right img{
	border: 1px solid darkgrey;
	height: 100px;
}

.post .right, 
.post .left,
.post .blurb{
	float: left;
}

.post .left{
	height: 100%;
}

.post .right{
	margin-left: 15px;
}

.post .right a{
	float: left;
}

.post .blurb{
	margin-top: 10px;
	width: 700px;
	clear: left;
	font-family: georgia, serif;
	font-size: 14px;
	color: rgb(40, 40, 40);
	line-height: 1.5;
}