div.blogpost {
	padding: 1em;
	border: 1px groove #eee;
	margin-bottom: 1em;
}

div.blogpost h1 {
	font-weight: bold;
	font-variant: small-caps;
	margin-top: .2em;
}

div.blogpost h2 {
	font-weight: bold;
	margin-bottom: .2em;
	margin-top: .1em;
	font-size: 122%;
}

div.pubdate {
	border-bottom: 1px solid #ccc;
	margin-bottom: .4em;
}

img.postphoto {
	float: left;
	padding: 1em;
}

div.prdinfo {
	float: right;
	border: 2px #ccc groove;
	margin: 1em;
	padding: 1em;
	width:40%;
}

div.prdinfo img {
	padding-right: .3em;
	padding-top: .3em;
	border: none;
}

div.prdinfo p {
	margin-bottom: .3em;
	font-size: 100%;
}

dl.relatedprd {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 28%;
	float: left;
}

dl.relatedprd dt { /*display: inline;*/
	font-weight: bold;
	white-space: nowrap;
}

dl.relatedprd dd {
	
}

dl.relatedprd dd:before {
	content: ':: ';
}

dl.relatedprd dt:after {
	content: ': ';
}

dl.meta {
	width: 28%;
	float: left;
}

dl.meta dt {
	font-weight: bold;
}

dl.meta dd {
	margin-left: 0;
}

dl.meta dt:after {
	content: ': ';
}

dl.meta dd:after {
	content: ' ';
}

ul.blogcats {
	width: 28%;
	float: left;
	list-style: none;
}

ul.blogcats li {
	
}
