table.blogentry {
	
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
	
	width: 97%;
}
table.blogentry th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 10px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: #999999;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight:  bold;
	color: black;
	
}
a.blogentry:link, a.blogentry:hover, a.blogentry:visited, a.blogentry:active {
	color: black;
}
td.blogtext {
	border-width: 1px 1px 1px 1px;
	padding: 7px 1px 7px 10px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 11px;
}
td.blogdata {
	border-width: 1px 1px 1px 1px;
	padding: 2px 1px 2px 10px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: #cccccc;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 11px;
}
div.profile {
	
	padding:0 15px 2px 10px;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 12px;
}
p.blogtype {
	margin-left: 10px;
	/*letter-spacing: 2px;*/
	font-size: 17px;
	font-weight: bold;
	color: #303030;
}
img.portrait {
	
	padding: 0 6px 6px 6px; 
}
img.thumb {
	background-color: #cccccc;
	pading: 0 1px, 1px, 1px;
}
