/* surround all comments in the twoThirds with this */
div.comments {
	margin: 10px 5px 10px 46px;
	padding: 10px 0 0;
	width: 450px;
	float: right;

}

/* a single comment div */
div.comment {
	font-size: 0.85em;
	padding: 0;
	float: right;
	width: auto;
}

div.cTop {
	font-size: 1em;
	text-align: left;
	float: left;
	width: 228px;
	margin: 0 -40px 0 0;
	padding: 10px 40px 0 0;
	background: url(../structure/c_top.gif) top left no-repeat;
}
div.cBottom {
	padding: 0 30px 22px 10px;
	background: url(../structure/c_bottom.gif) bottom left no-repeat;
}
div.comment p { line-height: 1.25em; }

div.comments a, div.comments a:link, div.comments a:hover { border-bottom-width: 0; }

div.cHolder {
	width: 410px;
	float: right;
}
div.grad {
	width: auto;
	float: right;

}
div.cTopLeft { background: url(../structure/c_topleft.gif) top left no-repeat; }
div.cTopRight {
	width: auto;
	padding: 10px 0 0;
	background: url(../structure/c_topright.gif) top right no-repeat;
}
div.cBottomRight {
	width: auto;
	padding: 0 26px 0 0;
	background: url(../structure/c_bottomright.gif) bottom right no-repeat;
}
div.cBottomLeft {
	width: auto;
	padding: 0 0 20px 10px;
	background: url(../structure/c_bottomleft.gif) bottom left no-repeat;
}

div.cName {
	text-align: right;
	font-size: 0.9em;
width:10px;
float:right;
margin-right:40px;
}

img.gravatar {
	float: right;
	width: 40px;
	border: 0;
}

/* fix IE issue with clearing and the bg image on div.comment */
div.comment div.clear {
	height: 10px;
}


