div.headimg {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	width: 630px;
	height: 100px;
	padding: 3px;
	overflow: hidden;
	margin-bottom: 15px;	
}

div.headimg h2 {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 0;
	max-width: 460px;
	line-height: 100%;
	position: absolute;
	margin: 0;
	padding: 0 5px 5px;
	background-image: url("wh_70.png");
	border: 0;
	text-shadow: 1px 1px 3px #777;
}

div.headimg h2 a:hover{
	color: #333;
}

.author a, .author a:visited {
	color: #fff;
}

div img {
	border: 0;
}

div.headimg div a:hover {
	text-decoration: underline;
	
}

div.headimg div.author {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 0 5px 0 0;
	font-family: Arial, Sans-serif;
	font-size: 0.7em;
	line-height: 110%;
	color: #fff;
	position: absolute;
	padding: 1px 0 0 3px;
	top: 76px;
	left: 486px;
	height: 26px;
	width: 115px;
	background-image: url("bl_70.png");
}

div.headimg div.datum {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 0 0 5px 5px;
	font-family: Arial, Sans-serif;
	font-size: 0.7em;
	line-height: 100%;
	color: #333;
	position: absolute;
	padding: 1px 0 0 3px;
	top: 3px;
	left: 486px;
	height: 15px;
	width: 115px;
	background-image: url("wh_70.png");
}

div.headimg .cc {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-radius: 5px 0 0 0;
	color: #333;
	position: absolute;
	padding: 1px 0 0 3px;
	top: 76px;
	left: 453px;
	height: 26px;
	width: 30px;
	background-image: url("wh_70.png");
}

.cc1 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-image: url("cc.png");
	background-repeat: no-repeat;
	position: absolute;
	height: 26px;
	width: 30px;
}

div.headimg div.i-like {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 24px;
	color: #7A7A7A;
	position: absolute;
	text-align: center;
	top: 33px;
	left: 486px;
	height: 30px;
	width: 65px;
	background-image: url("wh_70.png");
}

.h2comments {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	position: absolute;
	background: transparent url("h2comment.png") no-repeat scroll 0 0;
	color: #7A7A7A;
	font-size: 24px;
	top: 20px;
	left: 555px;
	height: 35px;
	width: 46px;
	padding: 10px 0 0 4px;
	text-align: center;
}

.h2comments a {
	cursor: pointer;
}

.h2comments a:hover {
	color: #333;
	cursor: pointer;
}